Skip to content

Commit f5327fd

Browse files
author
Julian Lettner
committed
[TSan] Disable flaky test to unblock Swift PR testing
rdar://57844626
1 parent e5c308a commit f5327fd

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

+2
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)