Skip to content
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

[NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for now #90750

Merged
merged 3 commits into from
May 3, 2024

Conversation

thetruestblue
Copy link
Contributor

Disabling this test on all x86_64 to unblock CI.

rdar://125052424

…_64 for now

Disabling this test on all x86_64 to unblock CI.

rdar://125052424
@llvmbot
Copy link
Collaborator

llvmbot commented May 1, 2024

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: None (thetruestblue)

Changes

Disabling this test on all x86_64 to unblock CI.

rdar://125052424


Full diff: https://github.com/llvm/llvm-project/pull/90750.diff

1 Files Affected:

  • (modified) compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp (+2)
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
index ed817961c688cc..b89ac3b036039c 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
@@ -2,6 +2,8 @@
 
 // REQUIRES: has_sancovcc
 // UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
+// This test is failing for lsan on darwin on x86_64h. 
+// UNSUPPORTED: darwin && x86-target-arch && lsan
 // XFAIL: tsan
 // XFAIL: android && asan
 

Copy link

github-actions bot commented May 1, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@thetruestblue thetruestblue merged commit 3fffe6c into llvm:main May 3, 2024
4 checks passed
@thetruestblue thetruestblue deleted the sancov-disable-x86all branch May 3, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants