[asan] Mark a bunch of tests as unsupported on iOS
authorKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 19:37:28 +0000 (19:37 +0000)
committerKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 19:37:28 +0000 (19:37 +0000)
commit1a8e0b0b0e009889d5c5e34e46fb4db7e70e19d6
tree2ea909b0b71b3b93a25c75fcaee9a242abdf5820
parentf3b6db40b671d86c0fb948ac882bce1817a6abbd
[asan] Mark a bunch of tests as unsupported on iOS

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

llvm-svn: 301966
compiler-rt/test/asan/TestCases/Posix/closed-fds.cc
compiler-rt/test/asan/TestCases/Posix/coverage-maybe-open-file.cc
compiler-rt/test/asan/TestCases/Posix/coverage-sandboxing.cc
compiler-rt/test/asan/TestCases/Posix/coverage.cc
compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc
compiler-rt/test/asan/TestCases/default_blacklist.cc
compiler-rt/test/asan/TestCases/suppressions-function.cc