From: Kuba Mracek Date: Wed, 26 Apr 2017 20:29:30 +0000 (+0000) Subject: XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS. X-Git-Tag: llvmorg-5.0.0-rc1~6603 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3cb973f791d759b7beac10fbdc4785bf0a025b95;p=platform%2Fupstream%2Fllvm.git XFAIL the TSan XPC tests on iOS. XPC isn't available on iOS. llvm-svn: 301459 --- diff --git a/compiler-rt/test/tsan/Darwin/xpc-cancel.mm b/compiler-rt/test/tsan/Darwin/xpc-cancel.mm index 5e326b7..91dafc3 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 #import diff --git a/compiler-rt/test/tsan/Darwin/xpc-race.mm b/compiler-rt/test/tsan/Darwin/xpc-race.mm index eaef4e0..4b037e1 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 #import diff --git a/compiler-rt/test/tsan/Darwin/xpc.mm b/compiler-rt/test/tsan/Darwin/xpc.mm index 2d6de26..c5e78a5 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 #import