diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-05-21 10:11:17 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-05-21 10:11:17 +0000 |
commit | 3677b1838859d6633fb681263bae90e8ccaa7a24 (patch) | |
tree | ff6360abb8c8d85022e5b57d1c67ea6b2e538ec1 | |
parent | 18ef6b22b9db0f2e7462c9555e2ec8a23fe8b54f (diff) | |
download | bcm5719-llvm-3677b1838859d6633fb681263bae90e8ccaa7a24.tar.gz bcm5719-llvm-3677b1838859d6633fb681263bae90e8ccaa7a24.zip |
[ASan] Mark init-order test as XFAIL on Darwin
llvm-svn: 182365
-rw-r--r-- | compiler-rt/lib/asan/lit_tests/initialization-bug.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/lit_tests/initialization-bug.cc b/compiler-rt/lib/asan/lit_tests/initialization-bug.cc index 624afb09071..ee2c725f0b1 100644 --- a/compiler-rt/lib/asan/lit_tests/initialization-bug.cc +++ b/compiler-rt/lib/asan/lit_tests/initialization-bug.cc @@ -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: |