[ARM|ASAN] Disabling more unstable ASAN tests
authorRenato Golin <renato.golin@linaro.org>
Sat, 19 Nov 2016 21:19:19 +0000 (21:19 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 19 Nov 2016 21:19:19 +0000 (21:19 +0000)
commit2b9d742ae7caaaac73a4f3e49defc035255e036b
tree348a88da413e12a6c5091465000845827d7077a5
parentc6c0f583a2c20b54d6afd893e44e39a2b29a1ad0
[ARM|ASAN] Disabling more unstable ASAN tests

We're seeying these errors with GCC and Clang on different systems, while
some other identical OSs on different boards fail. Like many other ASAN
tests, there seem to be no easy way to investigate this other than someone
familiar with the sanitizer code and the ARM libraries.

At least, for now, we'll silence the bots. I'll create a bugzilla entry.

llvm-svn: 287464
12 files changed:
compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc
compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc
compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc
compiler-rt/test/asan/TestCases/deep_stack_uaf.cc
compiler-rt/test/asan/TestCases/double-free.cc
compiler-rt/test/asan/TestCases/invalid-free.cc
compiler-rt/test/asan/TestCases/large_func_test.cc
compiler-rt/test/asan/TestCases/sanity_check_pure_c.c
compiler-rt/test/asan/TestCases/strncpy-overflow.cc
compiler-rt/test/asan/TestCases/use-after-delete.cc
compiler-rt/test/asan/TestCases/use-after-free-right.cc
compiler-rt/test/asan/TestCases/use-after-free.cc