diff options
| author | Pierre Gousseau <pierregousseau14@gmail.com> | 2017-05-11 16:26:50 +0000 |
|---|---|---|
| committer | Pierre Gousseau <pierregousseau14@gmail.com> | 2017-05-11 16:26:50 +0000 |
| commit | 9ce59db426e92cb65cbf97e56f22bb2bfb8a0a76 (patch) | |
| tree | 228365bb8f2ec8f26bec105b6b7d3cf4ed0e90f2 | |
| parent | 905da7458b6f532e05424811b02f6ed3e88b7ca3 (diff) | |
| download | bcm5719-llvm-9ce59db426e92cb65cbf97e56f22bb2bfb8a0a76.tar.gz bcm5719-llvm-9ce59db426e92cb65cbf97e56f22bb2bfb8a0a76.zip | |
[asan] Test 'strndup_oob_test.cc' added in r302781 fails on the clang-cmake-thumbv7-a15-full-sh bot.
Marking as unsupported on armv7l-unknown-linux-gnueabihf, same as strdup_oob_test.cc
llvm-svn: 302807
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/strndup_oob_test.cc | 3 |
1 files changed, 2 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 eaed8200c9a..7ea0b7a3340 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,8 @@ // 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,s390 +// Unwind problem on arm: "main" is missing from the allocation stack trace. +// UNSUPPORTED: win32,s390,armv7l-unknown-linux-gnueabihf #include <string.h> |

