Skip to content

Commit ab58a3c

Browse files
wrotkiMariusz Borsa
andauthored
XFAIL malloc_zone.cpp for darwin/lsan (llvm#131234)
Silence darwin bot while we investigate the problem rdar://145873843 Co-authored-by: Mariusz Borsa <[email protected]>
1 parent 55e5e74 commit ab58a3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
2022

2123
#include <malloc/malloc.h>
2224
#include <stdlib.h>

0 commit comments

Comments
 (0)