Skip to content

Commit b0567be

Browse files
author
Julian Lettner
committed
[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.
1 parent 7e45b58 commit b0567be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/Posix/coverage-fork.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %env_asan_opts=coverage=1:verbosity=1 %run %t 2>&1 | FileCheck %s
55
//
66
// UNSUPPORTED: android
7+
// UNSUPPORTED: iossim
78
//
89
// Ideally a forked-subprocess should only report it's own coverage,
910
// not parent's one. But trace-pc-guard currently does nothing special for fork,

0 commit comments

Comments
 (0)