diff options
Diffstat (limited to 'compiler-rt/test/tsan/fiber_two_threads.cc')
-rw-r--r-- | compiler-rt/test/tsan/fiber_two_threads.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/fiber_two_threads.cc b/compiler-rt/test/tsan/fiber_two_threads.cc index 58865860de3..02f1c175929 100644 --- a/compiler-rt/test/tsan/fiber_two_threads.cc +++ b/compiler-rt/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" |