Skip to content

Commit 3fffe6c

Browse files
[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
1 parent bccb7ed commit 3fffe6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// REQUIRES: has_sancovcc
44
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
55
// This test is failing for lsan on darwin on x86_64h.
6-
// UNSUPPORTED: x86_64h && lsan && darwin
6+
// UNSUPPORTED: darwin && x86-target-arch && lsan
77
// XFAIL: tsan
88
// XFAIL: android && asan
99

0 commit comments

Comments
 (0)