Skip to content

Commit

Permalink
[TSan] Disable flaky test to unblock Swift PR testing
Browse files Browse the repository at this point in the history
rdar://57844626
  • Loading branch information
Julian Lettner committed Dec 11, 2019
1 parent e5c308a commit f5327fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/test/tsan/Darwin/mach_vm_allocate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
// RUN: %clang_tsan %s -o %t
// RUN: %run %t 2>&1 | FileCheck %s --implicit-check-not='ThreadSanitizer'

// REQUIRES: rdar57844626

#include <mach/mach.h>
#include <mach/mach_vm.h>
#include <pthread.h>
Expand Down

0 comments on commit f5327fd

Please sign in to comment.