Split timestamp preservation tests into atime and mtime test, and skip
the former on NetBSD. When the filesystem is mounted noatime, NetBSD
not only inhibits implicit atime updates but also prevents setting atime
via utime(), causing the test to fail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/tools/llvm-objcopy/ELF/strip-preserve-atime.test | ||
---|---|---|
2 ↗ | (On Diff #176637) | Please include inlined comment why this unsupported as of now. |
Comment Actions
LGTM, with one minor comment.
test/tools/llvm-objcopy/ELF/strip-preserve-mtime.test | ||
---|---|---|
51 ↗ | (On Diff #176644) | Ditto. |
test/tools/llvm-objcopy/ELF/strip-preserve-mtime.test | ||
---|---|---|
51 ↗ | (On Diff #176644) | Do you mean the empty line? |