diff options
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc | 1 | ||||
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc index 1cfd0d694d3..6079af66a38 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc @@ -2,6 +2,7 @@ // RUN: %clangxx -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // REQUIRES: stable-runtime +// XFAIL: powerpc64 volatile int *null = 0; volatile int a; diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc index b76e9050aa0..547aa41b654 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc @@ -2,6 +2,7 @@ // RUN: %clangxx -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // REQUIRES: stable-runtime +// XFAIL: powerpc64 volatile int *null = 0; |

