Add s390x to XFAIL for illegal_read/write_test.cc

Follow up to r330840 and r330849.
It seems that s390 is also not distinguishing illegal WRITE and READ memory
access.
Add s390x to XFAIL for the tests.

llvm-svn: 330863
This commit is contained in:
Petar Jovanovic 2018-04-25 19:34:48 +00:00
parent ec58183e1b
commit 152060275f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// RUN: %clangxx -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: stable-runtime
// XFAIL: powerpc64
// XFAIL: powerpc64, s390x
volatile int *null = 0;
volatile int a;

View File

@ -2,7 +2,7 @@
// RUN: %clangxx -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
// REQUIRES: stable-runtime
// XFAIL: powerpc64
// XFAIL: powerpc64, s390x
volatile int *null = 0;