From 3455f31515a4136994b18a1713441ba6dfcef082 Mon Sep 17 00:00:00 2001 From: Julian Lettner Date: Wed, 11 Dec 2019 11:09:28 -0800 Subject: [PATCH] [TSan] Disable flaky test to unblock Swift PR testing rdar://57844626 (cherry picked from commit f5327fd62a85b036e4cee2886b8a7192ad55dfc9) --- compiler-rt/test/tsan/Darwin/mach_vm_allocate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c index 2eab03f81a015..17ed11728f662 100644 --- a/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c +++ b/compiler-rt/test/tsan/Darwin/mach_vm_allocate.c @@ -3,6 +3,8 @@ // RUN: %clang_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer' +// REQUIRES: rdar57844626 + #include #include #include