Skip to content

Commit c7d4d39

Browse files
committed
[asan] Disable test on iOS
Fails on Darwin (probably iOS) bots after #104730.
1 parent 998033b commit c7d4d39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/asan/TestCases/initialization-bug-no-global.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=186
77
// XFAIL: target={{.*windows-msvc.*}}
88

9+
// Fails on some Darwin bots, probably iOS.
10+
// XFAIL: ios
11+
912
#include <stdio.h>
1013

1114
extern int y;

0 commit comments

Comments
 (0)