mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-01 06:34:20 +00:00
[TSan] Enable fiber tests on iOS simulator
These tests *do not* work on device, but they *do* work in the simulator. rdar://53403778 llvm-svn: 366738
This commit is contained in:
parent
77dc6d2479
commit
2ef9ec4050
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
#include <setjmp.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t 2>&1 | FileCheck %s
|
||||
// UNSUPPORTED: tvos, watchos
|
||||
// XFAIL: ios
|
||||
// XFAIL: ios && !iossim
|
||||
#include "sanitizer_common/sanitizer_ucontext.h"
|
||||
#include "test.h"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user