XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS.

llvm-svn: 301459
This commit is contained in:
Kuba Mracek 2017-04-26 20:29:30 +00:00
parent b74b99d189
commit 3cb973f791
3 changed files with 6 additions and 0 deletions

View 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>

View 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>

View 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>