[TSan][Darwin] Mark test UNSUPPORTED for iOS simulator

This commit is contained in:
Julian Lettner 2022-01-11 14:59:52 -08:00
parent c79d372791
commit 4614b93f53
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
// RUN: %clang_tsan %s -o %t
// 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_vm.h>
#include <pthread.h>