From f84cea96cf0ac1a83b2a7c6ad0db87491cabe8ce Mon Sep 17 00:00:00 2001 From: Ross Kirsling Date: Wed, 25 Jun 2025 14:19:32 -0700 Subject: [PATCH] [llvm-objcopy] Explain that strip-preserve-atime.test fails with Crowdstrike Related to #82372. Not a fix per se, but an acknowledgment and a workaround. --- llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test b/llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test index b145599d9ff33..c08580f32ecfd 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test +++ b/llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test @@ -1,6 +1,8 @@ # 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 +# This test is also known to fail on Mac (and possibly elsewhere) when Crowdstrike is installed; +# please make use of the LIT_XFAIL environment variable on such machines. # UNSUPPORTED: system-netbsd, system-windows # Preserve dates when stripping to an output file.