diff options
author | Pierre Gousseau <pierregousseau14@gmail.com> | 2017-05-11 11:22:04 +0000 |
---|---|---|
committer | Pierre Gousseau <pierregousseau14@gmail.com> | 2017-05-11 11:22:04 +0000 |
commit | 24090e59ea7ce33858506e25c389f94d5cd67a13 (patch) | |
tree | ecc9db4c17945f2e6334f93b638fbdfd391f62a2 | |
parent | 65de57150edf3b7d02887b250fd2cdbcca1e0461 (diff) | |
download | bcm5719-llvm-24090e59ea7ce33858506e25c389f94d5cd67a13.tar.gz bcm5719-llvm-24090e59ea7ce33858506e25c389f94d5cd67a13.zip |
[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.
llvm-svn: 302789
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc b/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc index 4367e24746c..eaed8200c9a 100644 --- a/compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc +++ b/compiler-rt/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> |