diff options
Diffstat (limited to 'test/tsan/bench_rwmutex.cc')
-rw-r--r-- | test/tsan/bench_rwmutex.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/bench_rwmutex.cc b/test/tsan/bench_rwmutex.cc index 818ee8c82bc11..2b3dcb012e506 100644 --- a/test/tsan/bench_rwmutex.cc +++ b/test/tsan/bench_rwmutex.cc @@ -1,6 +1,9 @@ // RUN: %clangxx_tsan %s -o %t // RUN: %run %t 2>&1 | FileCheck %s +// bench.h needs pthread barriers which are not available on OS X +// UNSUPPORTED: darwin + #include "bench.h" pthread_rwlock_t mtx; |