diff options
| -rw-r--r-- | compiler-rt/test/tsan/Darwin/xpc-cancel.mm | 2 | ||||
| -rw-r--r-- | compiler-rt/test/tsan/Darwin/xpc-race.mm | 2 | ||||
| -rw-r--r-- | compiler-rt/test/tsan/Darwin/xpc.mm | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/Darwin/xpc-cancel.mm b/compiler-rt/test/tsan/Darwin/xpc-cancel.mm index 5e326b7e497..91dafc3eadd 100644 --- a/compiler-rt/test/tsan/Darwin/xpc-cancel.mm +++ b/compiler-rt/test/tsan/Darwin/xpc-cancel.mm @@ -1,6 +1,8 @@ // RUN: %clang_tsan %s -o %t -framework Foundation // RUN: %run %t 2>&1 | FileCheck %s +// XFAIL: ios + #import <Foundation/Foundation.h> #import <xpc/xpc.h> diff --git a/compiler-rt/test/tsan/Darwin/xpc-race.mm b/compiler-rt/test/tsan/Darwin/xpc-race.mm index eaef4e06c1f..4b037e170b7 100644 --- a/compiler-rt/test/tsan/Darwin/xpc-race.mm +++ b/compiler-rt/test/tsan/Darwin/xpc-race.mm @@ -1,6 +1,8 @@ // RUN: %clang_tsan %s -o %t -framework Foundation // RUN: %deflake %run %t 2>&1 | FileCheck %s +// XFAIL: ios + #import <Foundation/Foundation.h> #import <xpc/xpc.h> diff --git a/compiler-rt/test/tsan/Darwin/xpc.mm b/compiler-rt/test/tsan/Darwin/xpc.mm index 2d6de269b59..c5e78a5779e 100644 --- a/compiler-rt/test/tsan/Darwin/xpc.mm +++ b/compiler-rt/test/tsan/Darwin/xpc.mm @@ -1,6 +1,8 @@ // RUN: %clang_tsan %s -o %t -framework Foundation // RUN: %run %t 2>&1 | FileCheck %s +// XFAIL: ios + #import <Foundation/Foundation.h> #import <xpc/xpc.h> |

