Skip to content

Commit c6554d9

Browse files
committed
[TSan][Test-Only] Mark write-interpose.c unsupported on ios
This test is currently failing on ios-sim. This patch follows other sanitizer tests that use DYLD_INSERT_LIBRARIES and marks itself unsupported on ios platforms. rdar://162287951 (cherry picked from commit ddd5075)
1 parent 35f76e1 commit c6554d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/tsan/Darwin/write-interpose.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// Note that running the below command with out `lock_during_write` should
88
// deadlock (self-lock)
99
// RUN: env DYLD_INSERT_LIBRARIES=%t.dylib TSAN_OPTIONS=verbosity=2:lock_during_write=disable_for_current_process %run %t 2>&1 | FileCheck %s
10+
//
11+
// UNSUPPORTED: ios
1012

1113
#include <stdio.h>
1214

0 commit comments

Comments
 (0)