Skip to content

Commit 259ae07

Browse files
authored
Merge pull request #449 from apple/disable-mach_vm_allocate.c-2
[TSan] Disable flaky test to unblock Swift PR testing
2 parents 73634fe + 3455f31 commit 259ae07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/tsan/Darwin/mach_vm_allocate.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %clang_tsan %s -o %t
44
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'
55

6+
// REQUIRES: rdar57844626
7+
68
#include <mach/mach.h>
79
#include <mach/mach_vm.h>
810
#include <pthread.h>

0 commit comments

Comments
 (0)