summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/segv_read_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/segv_read_write.c')
-rw-r--r--test/asan/TestCases/Linux/segv_read_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Linux/segv_read_write.c b/test/asan/TestCases/Linux/segv_read_write.c
index d5a62c66d..b1379703e 100644
--- a/test/asan/TestCases/Linux/segv_read_write.c
+++ b/test/asan/TestCases/Linux/segv_read_write.c
@@ -1,7 +1,7 @@
// RUN: %clangxx_asan -std=c++11 -O0 %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=READ
// RUN: not %run %t write 2>&1 | FileCheck %s --check-prefix=WRITE
-// UNSUPPORTED: powerpc64,mips
+// UNSUPPORTED: powerpc64,mips,s390
#include <sys/mman.h>