Skip to content

[llvm-objcopy] Explain that strip-preserve-atime.test fails with Crowdstrike #145783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions llvm/test/tools/llvm-objcopy/ELF/strip-preserve-atime.test
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading