summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Koscielnicki <koriakin@0x04.net>2016-04-29 00:43:20 +0000
committerMarcin Koscielnicki <koriakin@0x04.net>2016-04-29 00:43:20 +0000
commita0193ecfe1c8c5b4440404e0031f8532052aec4e (patch)
tree28427111dfa6ad97f9c08f0ba04ea2a430dde45a
parent6c5edd1263afe554ce628491d9cec01613089efc (diff)
downloadbcm5719-llvm-a0193ecfe1c8c5b4440404e0031f8532052aec4e.tar.gz
bcm5719-llvm-a0193ecfe1c8c5b4440404e0031f8532052aec4e.zip
[ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED.
On s390*-linux, sigcontext just doesn't contain any information that could be used to recover the type of access, so there's no way to fix this, short of emulating the faulting instruction. Differential Revision: http://reviews.llvm.org/D19655 llvm-svn: 267960
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/segv_read_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/segv_read_write.c b/compiler-rt/test/asan/TestCases/Linux/segv_read_write.c
index d5a62c66db3..b1379703ed8 100644
--- a/compiler-rt/test/asan/TestCases/Linux/segv_read_write.c
+++ b/compiler-rt/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>
OpenPOWER on IntegriCloud