Skip to content

Commit 02837ac

Browse files
wrotkiMariusz Borsa
andauthored
[Sanitizers][Darwin][Test] Remove community incompliant internal link from sources (llvm#133187)
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 Co-authored-by: Mariusz Borsa <[email protected]>
1 parent de053bb commit 02837ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// UBSan does not install a malloc zone.
1818
// XFAIL: ubsan
1919
//
20-
// Currently fails on darwin/lsan rdar://145873843
20+
// Currently fails on darwin/lsan
2121
// XFAIL: darwin && lsan
2222

2323
#include <malloc/malloc.h>

0 commit comments

Comments
 (0)