Skip to content

Commit 2885cf9

Browse files
vitalybukaSterling-Augustine
authored andcommitted
[asan] Disable test on iOS
Fails on Darwin (probably iOS) bots after llvm#104730.
1 parent 8df2a5b commit 2885cf9

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)