aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/tsan/Darwin/write-interpose.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/tsan/Darwin/write-interpose.c')
-rw-r--r--compiler-rt/test/tsan/Darwin/write-interpose.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/Darwin/write-interpose.c b/compiler-rt/test/tsan/Darwin/write-interpose.c
index cbd9a08..51ff3ee 100644
--- a/compiler-rt/test/tsan/Darwin/write-interpose.c
+++ b/compiler-rt/test/tsan/Darwin/write-interpose.c
@@ -7,6 +7,8 @@
// Note that running the below command with out `lock_during_write` should
// deadlock (self-lock)
// RUN: env DYLD_INSERT_LIBRARIES=%t.dylib TSAN_OPTIONS=verbosity=2:lock_during_write=disable_for_current_process %run %t 2>&1 | FileCheck %s
+//
+// UNSUPPORTED: ios
#include <stdio.h>