Skip to content

Commit 6b11d90

Browse files
author
Mariusz Borsa
committed
XFAIL malloc_zone.cpp for darwin/lsan
The malloc_zone.cpp test currently fails on Darwin hosts, in SanitizerCommon tests with lsan enabled. Need to XFAIL this test to buy time to investigate this failure. Also we're trying to bring the number of test failing on Darwin bots to 0, to get clearer signal of any new failures. rdar://145873843
1 parent 533f85a commit 6b11d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/sanitizer_common/TestCases/Darwin/malloc_zone.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// UBSan does not install a malloc zone.
1818
// XFAIL: ubsan
1919
//
20-
// Curently fails on darwin/lsan rdar://145873843
21-
// XFAIL: darwin && lsan
20+
// Curently fails on darwin/lsan
21+
// XFAIL: (darwin && lsan) || rdar145873843
2222

2323
#include <malloc/malloc.h>
2424
#include <stdlib.h>

0 commit comments

Comments
 (0)