summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/default_blacklist.cc
AgeCommit message (Collapse)Author
2017-05-02[asan] Mark a bunch of tests as unsupported on iOSKuba Mracek
This patch marks a few ASan tests as unsupported on iOS. These are mostly tests that use files or paths that are invalid/inaccessible on iOS or the simulator. We currently don't have a good way of propagating/copying secondary files that individual tests need. The same problem exists on Android, so I'm just marking the tests as UNSUPPORTED now. Differential Revision: https://reviews.llvm.org/D32632 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301966 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-28[asan] Mass-xfail 17 tests on Android.Evgeniy Stepanov
This makes check-asan pass on Android, which should help prevent future regressions. https://code.google.com/p/address-sanitizer/issues/detail?id=316 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209736 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201413 91177308-0d34-0410-b5e6-96231b3b80d8