Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).
authorKuba Brecka <kuba.brecka@gmail.com>
Tue, 2 Feb 2016 17:21:12 +0000 (17:21 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Tue, 2 Feb 2016 17:21:12 +0000 (17:21 +0000)
llvm-svn: 259529

compiler-rt/test/tsan/mmap_stress.cc

index e01e7e9..f4b50a4 100644 (file)
@@ -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>