diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2016-02-02 17:21:12 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2016-02-02 17:21:12 +0000 |
commit | 3131074723a0928ba02acb4cd0d0840498637c53 (patch) | |
tree | 05ad099a455a993036b48684c0ae500eff550282 | |
parent | c6d8fd3f546379c8502120a901688e0d9a1a3c8a (diff) | |
download | bcm5719-llvm-3131074723a0928ba02acb4cd0d0840498637c53.tar.gz bcm5719-llvm-3131074723a0928ba02acb4cd0d0840498637c53.zip |
Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).
llvm-svn: 259529
-rw-r--r-- | compiler-rt/test/tsan/mmap_stress.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/mmap_stress.cc b/compiler-rt/test/tsan/mmap_stress.cc index e01e7e92b8f..f4b50a49fbc 100644 --- a/compiler-rt/test/tsan/mmap_stress.cc +++ b/compiler-rt/test/tsan/mmap_stress.cc @@ -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> |