[compiler-rt] 4614b93 - [TSan][Darwin] Mark test UNSUPPORTED for iOS simulator
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 15:01:30 PST 2022
Author: Julian Lettner
Date: 2022-01-11T15:01:24-08:00
New Revision: 4614b93f53736f18779e46c42a35375fc373ab5d
URL: https://github.com/llvm/llvm-project/commit/4614b93f53736f18779e46c42a35375fc373ab5d
DIFF: https://github.com/llvm/llvm-project/commit/4614b93f53736f18779e46c42a35375fc373ab5d.diff
LOG: [TSan][Darwin] Mark test UNSUPPORTED for iOS simulator
Added:
Modified:
compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
Removed:
################################################################################
diff --git a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
index d101e3f3f8301..b51ed7821143a 100644
--- a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
+++ b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
@@ -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>
More information about the llvm-commits
mailing list