[compiler-rt] 3fffe6c - [NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for now (#90750)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 06:47:36 PDT 2024
Author: thetruestblue
Date: 2024-05-03T06:47:32-07:00
New Revision: 3fffe6cb9235a5134b74ce6ad3c6ea752ffb40c7
URL: https://github.com/llvm/llvm-project/commit/3fffe6cb9235a5134b74ce6ad3c6ea752ffb40c7
DIFF: https://github.com/llvm/llvm-project/commit/3fffe6cb9235a5134b74ce6ad3c6ea752ffb40c7.diff
LOG: [NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for now (#90750)
Disabling this test on all x86_64 to unblock CI.
rdar://125052424
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
Removed:
################################################################################
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 e46c2edac4cea1..ee47a1228fcc5c 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
@@ -3,7 +3,7 @@
// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
// This test is failing for lsan on darwin on x86_64h.
-// UNSUPPORTED: x86_64h && lsan && darwin
+// UNSUPPORTED: darwin && x86-target-arch && lsan
// XFAIL: tsan
// XFAIL: android && asan
More information about the llvm-commits
mailing list