[TSan][Darwin] Mark test UNSUPPORTED for iOS simulator
This commit is contained in:
parent
c79d372791
commit
4614b93f53
|
|
@ -3,6 +3,9 @@
|
||||||
// RUN: %clang_tsan %s -o %t
|
// RUN: %clang_tsan %s -o %t
|
||||||
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
|
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
|
||||||
|
|
||||||
|
// <mach/mach_vm.h> is not provided by the simulator SDK.
|
||||||
|
// UNSUPPORTED: iossim
|
||||||
|
|
||||||
#include <mach/mach.h>
|
#include <mach/mach.h>
|
||||||
#include <mach/mach_vm.h>
|
#include <mach/mach_vm.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue