summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix
diff options
context:
space:
mode:
authorPierre Gousseau <pierregousseau14@gmail.com>2017-05-11 11:22:04 +0000
committerPierre Gousseau <pierregousseau14@gmail.com>2017-05-11 11:22:04 +0000
commit2536fe88a101dc259e3fb4b770a4fde935e975e6 (patch)
treef8d41425a47934a1f094a1db2ff24de131ea38a9 /test/asan/TestCases/Posix
parenta4934b161e69be902ff13712b9feba07def0784d (diff)
[asan] Test 'strndup_oob_test.cc' added in r302781 fails on clang-s390x-linux.
Marking it as unsupported for now to hopefully make the bot green. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Posix')
-rw-r--r--test/asan/TestCases/Posix/strndup_oob_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/strndup_oob_test.cc b/test/asan/TestCases/Posix/strndup_oob_test.cc
index 4367e2474..eaed8200c 100644
--- a/test/asan/TestCases/Posix/strndup_oob_test.cc
+++ b/test/asan/TestCases/Posix/strndup_oob_test.cc
@@ -6,7 +6,7 @@
// When built as C on Linux, strndup is transformed to __strndup.
// RUN: %clangxx_asan -O3 -xc %s -o %t && not %run %t 2>&1 | FileCheck %s
-// UNSUPPORTED: win32
+// UNSUPPORTED: win32,s390
#include <string.h>