Finetune supported arches for the tests added in r330840
authorPetar Jovanovic <petar.jovanovic@mips.com>
Wed, 25 Apr 2018 17:34:30 +0000 (17:34 +0000)
committerPetar Jovanovic <petar.jovanovic@mips.com>
Wed, 25 Apr 2018 17:34:30 +0000 (17:34 +0000)
r330840 introduced two tests that may not be supported on all architectures.
powerpc64 seems to be one of those.

llvm-svn: 330849

compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cc

index 1cfd0d6..6079af6 100644 (file)
@@ -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;
index b76e905..547aa41 100644 (file)
@@ -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;