Skip to content

Commit 386f73d

Browse files
authored
[llvm-objcopy] Explain that strip-preserve-atime.test fails with Crowdstrike (#145783)
Related to #82372. Not a fix per se, but an acknowledgment and a workaround.
1 parent b1a93cf commit 386f73d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Note: ls -lu prints the accessed timestamp
22
# NetBSD: noatime mounts currently inhibit 'touch -a' updates
33
# Windows: the last access time is disabled by default in the OS
4+
# This test is also known to fail on Mac (and possibly elsewhere) when Crowdstrike is installed;
5+
# please make use of the LIT_XFAIL environment variable on such machines.
46
# UNSUPPORTED: system-netbsd, system-windows
57

68
# Preserve dates when stripping to an output file.

0 commit comments

Comments
 (0)