[ASan] Mark test as UNSUPPORTED for iOS simulator
authorJulian Lettner <julian.lettner@apple.com>
Mon, 18 Nov 2019 16:00:46 +0000 (08:00 -0800)
committerJulian Lettner <julian.lettner@apple.com>
Mon, 18 Nov 2019 16:00:46 +0000 (08:00 -0800)
commitb0567be2b48a8f55e8fe747bd21f24745f9bf9c9
tree37ce98a25d0a1f814065dbe0354c2d173e2eb0b2
parent7e45b5864f1881ba0e6ca45286a746979b56b17c
[ASan] Mark test as UNSUPPORTED for iOS simulator

coverage-fork.cpp uses `fork()` which requires additional permissions
in the iOS simulator sandbox.  We cannot use `sandbox-exec` to grant
these permissions since this is a Posix (not Darwin) test.
compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp