[compiler-rt] r259529 - Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 09:21:12 PST 2016


Author: kuba.brecka
Date: Tue Feb  2 11:21:12 2016
New Revision: 259529

URL: http://llvm.org/viewvc/llvm-project?rev=259529&view=rev
Log:
Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).


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=259529&r1=259528&r2=259529&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/mmap_stress.cc (original)
+++ compiler-rt/trunk/test/tsan/mmap_stress.cc Tue Feb  2 11:21:12 2016
@@ -1,4 +1,8 @@
 // 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