summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Lettner <jlettner@apple.com>2019-07-05 23:23:36 +0000
committerJulian Lettner <jlettner@apple.com>2019-07-05 23:23:36 +0000
commit80de23282085d19dadbe7e5dbfce1149814327c0 (patch)
treea062d8be587bb6ef82161eed5f9a2f81ecc6fb8a /test
parentac3af967d3b244c7a1f85fb679167d37a3e4b2af (diff)
downloadcompiler-rt-80de23282085d19dadbe7e5dbfce1149814327c0.tar.gz
XFAIL a few failing TSan-fiber tests for iOS
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@365254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/tsan/fiber_from_thread.cc1
-rw-r--r--test/tsan/fiber_longjmp.cc1
-rw-r--r--test/tsan/fiber_race.cc1
-rw-r--r--test/tsan/fiber_simple.cc1
-rw-r--r--test/tsan/fiber_two_threads.cc1
5 files changed, 5 insertions, 0 deletions
diff --git a/test/tsan/fiber_from_thread.cc b/test/tsan/fiber_from_thread.cc
index a432eb039..c22d0839e 100644
--- a/test/tsan/fiber_from_thread.cc
+++ b/test/tsan/fiber_from_thread.cc
@@ -1,5 +1,6 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: tvos, watchos
+// XFAIL: ios
#include "sanitizer_common/sanitizer_ucontext.h"
#include "test.h"
diff --git a/test/tsan/fiber_longjmp.cc b/test/tsan/fiber_longjmp.cc
index bcf7dbdbf..3f68e92a3 100644
--- a/test/tsan/fiber_longjmp.cc
+++ b/test/tsan/fiber_longjmp.cc
@@ -1,5 +1,6 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: tvos, watchos
+// XFAIL: ios
#include "sanitizer_common/sanitizer_ucontext.h"
#include "test.h"
#include <setjmp.h>
diff --git a/test/tsan/fiber_race.cc b/test/tsan/fiber_race.cc
index 4724c72fc..0f08cdc2d 100644
--- a/test/tsan/fiber_race.cc
+++ b/test/tsan/fiber_race.cc
@@ -1,5 +1,6 @@
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: tvos, watchos
+// XFAIL: ios
#include "sanitizer_common/sanitizer_ucontext.h"
#include "test.h"
diff --git a/test/tsan/fiber_simple.cc b/test/tsan/fiber_simple.cc
index 550e5be82..e1fd9bd04 100644
--- a/test/tsan/fiber_simple.cc
+++ b/test/tsan/fiber_simple.cc
@@ -1,5 +1,6 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: tvos, watchos
+// XFAIL: ios
#include "sanitizer_common/sanitizer_ucontext.h"
#include "test.h"
diff --git a/test/tsan/fiber_two_threads.cc b/test/tsan/fiber_two_threads.cc
index 58865860d..02f1c1759 100644
--- a/test/tsan/fiber_two_threads.cc
+++ b/test/tsan/fiber_two_threads.cc
@@ -1,5 +1,6 @@
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: tvos, watchos
+// XFAIL: ios
#include "sanitizer_common/sanitizer_ucontext.h"
#include "test.h"