[PATCH] D158560: access time is not reliably preserved on darwin
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 10:48:20 PDT 2023
hiraditya updated this revision to Diff 553191.
hiraditya added a comment.
Added link to issue in the testcase.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158560/new/
https://reviews.llvm.org/D158560
Files:
llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test
Index: llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test
===================================================================
--- llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test
+++ llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test
@@ -1,7 +1,9 @@
# Note: ls -lu prints the accessed timestamp
# NetBSD: noatime mounts currently inhibit 'touch -a' updates
# Windows: the last access time is disabled by default in the OS
-# UNSUPPORTED: system-netbsd, system-windows
+# Darwin: The test fails frequently because atime gets modified randomly
+# Darwin: https://github.com/llvm/llvm-project/issues/64908
+# UNSUPPORTED: system-netbsd, system-windows, system-darwin
# Preserve dates when stripping to an output file.
# RUN: yaml2obj %s -o %t.1.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158560.553191.patch
Type: text/x-patch
Size: 777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/7ef76eaf/attachment.bin>
More information about the llvm-commits
mailing list