forked from OSchip/llvm-project
Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)
llvm-svn: 259544
This commit is contained in:
parent
d6609d74a1
commit
b0de6bad43
|
@ -1,8 +1,4 @@
|
|||
// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
|
||||
|
||||
// This test is flaky on Darwin, once in a while it fails with EXC_I386_GPFLT.
|
||||
// UNSUPPORTED: darwin
|
||||
|
||||
#include "test.h"
|
||||
#include <errno.h>
|
||||
#include <sys/mman.h>
|
||||
|
|
Loading…
Reference in New Issue