Skip to content

Commit 62d6560

Browse files
Disable test for lsan and x86_64h (#90483)
Disable this test on x86_64h for LSan. This test is failing with malformed object only on x86_64h. Disabling for now. rdar://125052424
1 parent 38067c5 commit 62d6560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// REQUIRES: has_sancovcc
44
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
5+
// This test is failing for lsan on darwin on x86_64h.
6+
// UNSUPPORTED: x86_64h && lsan && darwin
57
// XFAIL: tsan
68
// XFAIL: android && asan
79

0 commit comments

Comments
 (0)