[PATCH] D158560: access time is not reliably preserved on darwin
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 23:49:10 PDT 2023
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test:4
# Windows: the last access time is disabled by default in the OS
-# UNSUPPORTED: system-netbsd, system-windows
+# UNSUPPORTED: system-netbsd, system-windows, system-darwin
----------------
Please add a comment explaining why this is disabled on Darwin (with an explanation of the actual cause of the test failure, not simply "it sometimes fails"). Ideally, if it's something fixable, we'd have an issue created for it, with the comment referencing that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158560/new/
https://reviews.llvm.org/D158560
More information about the llvm-commits
mailing list