Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).

llvm-svn: 259529
This commit is contained in:
Kuba Brecka 2016-02-02 17:21:12 +00:00
parent c6d8fd3f54
commit 3131074723
1 changed files with 4 additions and 0 deletions

View 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>