XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.
authorKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 20:29:30 +0000 (20:29 +0000)
committerKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 20:29:30 +0000 (20:29 +0000)
llvm-svn: 301459

compiler-rt/test/tsan/Darwin/xpc-cancel.mm
compiler-rt/test/tsan/Darwin/xpc-race.mm
compiler-rt/test/tsan/Darwin/xpc.mm

index 5e326b7..91dafc3 100644 (file)
@@ -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>
 
index eaef4e0..4b037e1 100644 (file)
@@ -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>
 
index 2d6de26..c5e78a5 100644 (file)
@@ -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>