diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tsan/fiber_from_thread.cc | 1 | ||||
-rw-r--r-- | test/tsan/fiber_longjmp.cc | 1 | ||||
-rw-r--r-- | test/tsan/fiber_race.cc | 1 | ||||
-rw-r--r-- | test/tsan/fiber_simple.cc | 1 | ||||
-rw-r--r-- | test/tsan/fiber_two_threads.cc | 1 |
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" |