diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc b/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc index 1b26173d713..275115052a4 100644 --- a/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc +++ b/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cc @@ -18,6 +18,10 @@ // RUN: %env_asan_opts=halt_on_error=false %run %t 10 20 >>20.txt 2>&1 || true // RUN: FileCheck --check-prefix=CHECK-COLLISION %s < 20.txt || FileCheck --check-prefix=CHECK-NO-COLLISION %s < 20.txt +// UNSUPPORTED: powerpc64-unknown-linux-gnu +// FIXME: This test regularly fails on powerpc64 BE. Re-enable the test once +// the problem(s) have been fixed. + #include <stdio.h> #include <stdlib.h> #include <pthread.h> |