forked from OSchip/llvm-project
[ASan] Mark init-order test as XFAIL on Darwin
llvm-svn: 182365
This commit is contained in:
parent
18ef6b22b9
commit
3677b18388
|
@ -9,6 +9,9 @@
|
|||
|
||||
// Do not test with optimization -- the error may be optimized away.
|
||||
|
||||
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=186
|
||||
// XFAIL: darwin
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
// The structure of the test is:
|
||||
|
|
Loading…
Reference in New Issue