diff options
| author | Julian Lettner <julian.lettner@apple.com> | 2019-11-18 08:00:46 -0800 |
|---|---|---|
| committer | Julian Lettner <julian.lettner@apple.com> | 2019-11-18 08:00:46 -0800 |
| commit | b0567be2b48a8f55e8fe747bd21f24745f9bf9c9 (patch) | |
| tree | 37ce98a25d0a1f814065dbe0354c2d173e2eb0b2 | |
| parent | 7e45b5864f1881ba0e6ca45286a746979b56b17c (diff) | |
| download | bcm5719-llvm-b0567be2b48a8f55e8fe747bd21f24745f9bf9c9.tar.gz bcm5719-llvm-b0567be2b48a8f55e8fe747bd21f24745f9bf9c9.zip | |
[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.
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp b/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp index 22d2e35842a..680766a8b28 100644 --- a/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp +++ b/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp @@ -4,6 +4,7 @@ // RUN: %env_asan_opts=coverage=1:verbosity=1 %run %t 2>&1 | FileCheck %s // // UNSUPPORTED: android +// UNSUPPORTED: iossim // // Ideally a forked-subprocess should only report it's own coverage, // not parent's one. But trace-pc-guard currently does nothing special for fork, |

