summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2016-02-02 18:52:48 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2016-02-02 18:52:48 +0000
commitb0de6bad43ee35b0338c510d2bb1ba49eb233b7c (patch)
treeecf4c5fa1cdc4e89945f19fc46d676a06572fad7
parentd6609d74a190edf89267e5fe0cbc730257b02c69 (diff)
downloadbcm5719-llvm-b0de6bad43ee35b0338c510d2bb1ba49eb233b7c.tar.gz
bcm5719-llvm-b0de6bad43ee35b0338c510d2bb1ba49eb233b7c.zip
Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)
llvm-svn: 259544
-rw-r--r--compiler-rt/test/tsan/mmap_stress.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/test/tsan/mmap_stress.cc b/compiler-rt/test/tsan/mmap_stress.cc
index f4b50a49fbc..e01e7e92b8f 100644
--- a/compiler-rt/test/tsan/mmap_stress.cc
+++ b/compiler-rt/test/tsan/mmap_stress.cc
@@ -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>
OpenPOWER on IntegriCloud