diff options
| author | Petar Jovanovic <petar.jovanovic@mips.com> | 2018-04-25 17:34:30 +0000 |
|---|---|---|
| committer | Petar Jovanovic <petar.jovanovic@mips.com> | 2018-04-25 17:34:30 +0000 |
| commit | 3517ece21f9dbde594e5ada95cd4cf26709d8f3e (patch) | |
| tree | 7224cc5f9c232869cfce9d6a2d5b640177b92d33 /compiler-rt | |
| parent | 1ca666886f48401e603404e8c932028edcab05a8 (diff) | |
| download | bcm5719-llvm-3517ece21f9dbde594e5ada95cd4cf26709d8f3e.tar.gz bcm5719-llvm-3517ece21f9dbde594e5ada95cd4cf26709d8f3e.zip | |
Finetune supported arches for the tests added in r330840
r330840 introduced two tests that may not be supported on all architectures.
powerpc64 seems to be one of those.
llvm-svn: 330849
Diffstat (limited to 'compiler-rt')
| -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; |

