[compiler-rt] r259544 - Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 10:52:48 PST 2016
Author: kuba.brecka
Date: Tue Feb 2 12:52:48 2016
New Revision: 259544
URL: http://llvm.org/viewvc/llvm-project?rev=259544&view=rev
Log:
Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)
Modified:
compiler-rt/trunk/test/tsan/mmap_stress.cc
Modified: compiler-rt/trunk/test/tsan/mmap_stress.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/mmap_stress.cc?rev=259544&r1=259543&r2=259544&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/mmap_stress.cc (original)
+++ compiler-rt/trunk/test/tsan/mmap_stress.cc Tue Feb 2 12:52:48 2016
@@ -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>
More information about the llvm-commits
mailing list