diff options
Diffstat (limited to 'compiler-rt/test/tsan/fiber_from_thread.cc')
-rw-r--r-- | compiler-rt/test/tsan/fiber_from_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/tsan/fiber_from_thread.cc b/compiler-rt/test/tsan/fiber_from_thread.cc index c22d0839e02..d27379e7acf 100644 --- a/compiler-rt/test/tsan/fiber_from_thread.cc +++ b/compiler-rt/test/tsan/fiber_from_thread.cc @@ -1,6 +1,6 @@ // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s // UNSUPPORTED: tvos, watchos -// XFAIL: ios +// XFAIL: ios && !iossim #include "sanitizer_common/sanitizer_ucontext.h" #include "test.h" |