summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Darwin/suppressions-sandbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Darwin/suppressions-sandbox.cc')
-rw-r--r--test/asan/TestCases/Darwin/suppressions-sandbox.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/suppressions-sandbox.cc b/test/asan/TestCases/Darwin/suppressions-sandbox.cc
index c0b84addaa81..966f21346e4f 100644
--- a/test/asan/TestCases/Darwin/suppressions-sandbox.cc
+++ b/test/asan/TestCases/Darwin/suppressions-sandbox.cc
@@ -8,6 +8,9 @@
// RUN: sandbox-exec -p '(version 1)(allow default)(deny process-fork)' \
// RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
+// sandbox-exec isn't available on iOS
+// UNSUPPORTED: ios
+
#include <CoreFoundation/CoreFoundation.h>
int main() {