[PATCH] D32632: [asan] Mark a bunch of tests as unsupported on iOS
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 27 22:32:05 PDT 2017
kubamracek created this revision.
kubamracek added a project: Sanitizers.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D32632
Files:
test/asan/TestCases/Posix/closed-fds.cc
test/asan/TestCases/Posix/coverage-direct-activation.cc
test/asan/TestCases/Posix/coverage-direct-large.cc
test/asan/TestCases/Posix/coverage-fork-direct.cc
test/asan/TestCases/Posix/coverage-maybe-open-file.cc
test/asan/TestCases/Posix/coverage-sandboxing.cc
test/asan/TestCases/Posix/coverage.cc
test/asan/TestCases/Posix/start-deactivated.cc
test/asan/TestCases/default_blacklist.cc
test/asan/TestCases/suppressions-function.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32632.97043.patch
Type: text/x-patch
Size: 4261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/a9eec1b2/attachment.bin>
More information about the llvm-commits
mailing list