hanchenye-llvm-project/compiler-rt/test/tsan
Kuba Brecka 0626dd0d3b [tsan] Introduce a "ignore_interceptors_accesses" option
On OS X, TSan already passes all unit and lit tests, but for real-world applications (even very simple ones), we currently produce a lot of false positive reports about data races. This makes TSan useless at this point, because the noise dominates real bugs. This introduces a runtime flag, "ignore_interceptors_accesses", off by default, which makes TSan ignore all memory accesses that happen from interceptors. This will significantly lower the coverage and miss a lot of bugs, but it eliminates most of the current false positives on OS X.

Differential Revision: http://reviews.llvm.org/D15189

llvm-svn: 257760
2016-01-14 12:24:37 +00:00
..
Darwin [tsan] Introduce a "ignore_interceptors_accesses" option 2016-01-14 12:24:37 +00:00
Linux [TSan] Use llvm-objdump+FileCheck instead of standalone .sh script. 2015-12-07 22:43:30 +00:00
Unit
libcxx [TSan] Build TSan-instrumented version of libcxx and use it in lit tests. 2014-05-13 22:30:16 +00:00
CMakeLists.txt [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
aligned_vs_unaligned_race.cc tsan: properly instrument unaligned accesses 2015-01-27 20:19:12 +00:00
allocator_returns_null.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
annotate_happens_before.cc tsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annotations 2015-01-27 13:03:18 +00:00
atexit.cc tsan: more precise handling of atexit callbacks 2014-09-02 14:22:31 +00:00
atexit2.cc tsan: fix crash when a program registers zillions of atexit callbacks 2014-09-17 00:12:50 +00:00
atomic_free.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
atomic_free2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
atomic_free3.cc [tsan] Replace pthread_yield with sched_yield in lit tests 2015-11-06 11:05:53 +00:00
atomic_norace.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
atomic_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
atomic_stack.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
barrier.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench.h
bench_acquire_only.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_acquire_release.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_local_mutex.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_mutex.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_release_only.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_rwmutex.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_shadow_flush.cc tsan: improve shadow flush benchmark 2014-07-26 16:40:33 +00:00
bench_single_writer.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
bench_ten_mutexes.cc [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
benign_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
blacklist.cc [TSan] Make lit-tests more self-contained 2014-06-06 21:04:55 +00:00
blacklist2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
cond.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
cond_cancel.c [power] Fix test case target checks 2015-12-10 17:09:53 +00:00
cond_destruction.cc tsan: fix handling of condition variable destruction 2015-06-30 17:23:29 +00:00
cond_race.cc [TSan] Prepare TSan tests for splitting tsan_cxx library. 2015-04-27 22:08:08 +00:00
cond_version.c [tsan] Make tests that use CLOCK_MONOTONIC portable 2015-11-20 11:07:16 +00:00
deadlock_detector_stress_test.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
deep_stack1.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
default_options.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
deflake.bash tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
dl_iterate_phdr.cc [TSan] Delete legacy test_output.sh script. 2015-12-07 19:40:33 +00:00
dlclose.cc [TSan] Delete legacy test_output.sh script. 2015-12-07 19:40:33 +00:00
fd_close_norace.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
fd_close_norace2.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_dup_norace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_dup_norace2.cc tsan: fix flaky test 2015-06-29 13:56:31 +00:00
fd_dup_race.cc tsan: fix handling of dup2 2015-06-25 20:32:04 +00:00
fd_location.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
fd_pipe_norace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_pipe_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
fd_socket_connect_norace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_socket_norace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_socketpair_norace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fd_stdout_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
fd_tid_recycled.cc [tsan] Fix an assertion failure in FindThreadByUidLocked with recycled threads 2015-11-28 09:16:34 +00:00
fork_atexit.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
fork_deadlock.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
fork_multithreaded.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
fork_multithreaded3.cc [tsan] Turn lit test deadlocks into failures (OS X) 2015-11-07 14:29:38 +00:00
free_race.c [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
free_race.c.supp
free_race2.c tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
getline_nohang.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
global_race.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
global_race2.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
global_race3.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
halt_on_error.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
heap_race.cc [tsan] deflakify one more tsan test 2015-05-14 20:27:12 +00:00
ignore_free.cc [TSan] Prepare TSan tests for splitting tsan_cxx library. 2015-04-27 22:08:08 +00:00
ignore_lib0.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
ignore_lib0.cc.supp
ignore_lib1.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
ignore_lib1.cc.supp
ignore_lib2.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
ignore_lib2.cc.supp
ignore_lib3.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
ignore_lib3.cc.supp
ignore_lib_lib.h
ignore_malloc.cc [TSan] Prepare TSan tests for splitting tsan_cxx library. 2015-04-27 22:08:08 +00:00
ignore_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
ignore_sync.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
inlined_memcpy_race.cc [tsan] Expect memmove interceptor to be called from memcpy 2015-11-13 20:41:37 +00:00
inlined_memcpy_race2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
interface_atomic_test.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
java.h tsan: don't print external PCs in reports 2015-06-24 13:04:12 +00:00
java_alloc.cc tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
java_finalizer.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_heap_init.cc tsan: fix crash during __tsan_java_move 2015-03-12 11:24:16 +00:00
java_lock.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_lock_move.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_lock_rec.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_lock_rec_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_move_overlap.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_move_overlap_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_race.cc tsan: deflake a test 2015-04-20 10:35:21 +00:00
java_race_move.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_race_pc.cc [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
java_rwlock.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
java_symbolization.cc tsan: don't print external PCs in reports 2015-06-24 13:04:12 +00:00
java_volatile.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
large_malloc_meta.cc tsan: fix unbounded memory consumption for large mallocs 2015-06-24 11:51:41 +00:00
lit.cfg [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
lit.site.cfg.in [TSan] Build TSan-instrumented version of libcxx and use it in lit tests. 2014-05-13 22:30:16 +00:00
load_shared_lib.cc tsan: fix test invisible barrier 2015-12-08 17:54:47 +00:00
longjmp.cc [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64 2015-11-16 13:55:19 +00:00
longjmp2.cc [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64 2015-11-16 13:55:19 +00:00
longjmp3.cc [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64 2015-11-16 13:55:19 +00:00
longjmp4.cc [compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64 2015-11-16 13:55:19 +00:00
malloc_overflow.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
malloc_stack.cc [TSan] Prepare TSan tests for splitting tsan_cxx library. 2015-04-27 22:08:08 +00:00
map32bit.cc [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
memcmp_race.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
memcpy_race.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
mmap_large.cc [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
mmap_stress.cc tsan: check errors in test 2016-01-13 10:14:05 +00:00
mop1.c tsan: fix a bug memory access handling 2015-04-28 18:08:42 +00:00
mop_with_offset.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
mop_with_offset2.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
must_deadlock.cc [tsan] add a printf to a test 2014-07-14 15:52:33 +00:00
mutex_bad_read_lock.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
mutex_bad_read_unlock.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
mutex_bad_unlock.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
mutex_cycle2.c [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
mutex_destroy_locked.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
mutex_double_lock.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
mutexset1.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
mutexset2.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
mutexset3.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
mutexset4.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
mutexset5.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
mutexset6.cc [tsan] Change mutexset6.cc to use a mutex instead of spinlock 2015-11-28 09:18:43 +00:00
mutexset7.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
mutexset8.cc [tsan] Don't require full paths to be present on stack traces 2015-11-13 20:36:08 +00:00
pie_test.cc [compiler-rt] [tsan] Add support for PIE build on AArch64 2015-12-21 19:27:57 +00:00
printf-1.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
pthread_atfork_deadlock.c [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
race_on_barrier.c [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
race_on_barrier2.c [tsan] Mark tests that need pthread barriers with "UNSUPPORTED: darwin" 2015-11-19 12:02:02 +00:00
race_on_heap.cc [compiler-rt] Remove SANITIZER_AARCH64_VMA usage 2015-11-30 19:43:03 +00:00
race_on_mutex.c [power] Fix test case target checks 2015-12-24 20:21:36 +00:00
race_on_mutex2.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
race_on_puts.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
race_on_read.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
race_on_speculative_load.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
race_on_write.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
race_stress.cc tsan: speed up race deduplication 2015-09-03 11:20:46 +00:00
race_top_suppression.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
race_top_suppression1.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
race_with_finished_thread.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
real_deadlock_detector_stress_test.cc [tsan] Make tests that use CLOCK_MONOTONIC portable 2015-11-20 11:07:16 +00:00
restore_stack.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
setuid.c tsan: support setuid call 2015-04-23 09:33:27 +00:00
setuid2.c [tsan] Make tests that use CLOCK_MONOTONIC portable 2015-11-20 11:07:16 +00:00
signal_cond.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
signal_errno.cc [power] Fix test case target checks 2015-12-10 17:09:53 +00:00
signal_longjmp.cc [power] Fix test case target checks 2015-12-10 17:09:53 +00:00
signal_malloc.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
signal_recursive.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
signal_reset.cc [tsan] Turn lit test deadlocks into failures (OS X) 2015-11-07 14:29:38 +00:00
signal_sync.cc [tsan] Turn lit test deadlocks into failures (OS X) 2015-11-07 14:29:38 +00:00
signal_thread.cc [tsan] Turn lit test deadlocks into failures (OS X) 2015-11-07 14:29:38 +00:00
signal_write.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
sigsuspend.cc tsan: fix false positive related to signals 2014-10-15 08:56:43 +00:00
simple_race.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
simple_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
simple_stack.c Fix up test cases to account for improved column fidelity provided by clang 2015-01-25 04:39:06 +00:00
simple_stack2.cc Fix up test cases to account for improved column fidelity provided by clang 2015-01-25 04:39:06 +00:00
sleep_sync.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
sleep_sync2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
stack_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
stack_race2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
stack_sync_reuse.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
static_init1.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
static_init2.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
static_init3.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
static_init4.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
static_init5.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
static_init6.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
sunrpc.cc [Tsan] Fix the sunrpc.cc test to build on FreeBSD 2014-10-15 12:47:48 +00:00
suppress_same_address.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
suppress_same_stacks.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
suppressions_global.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
suppressions_global.cc.supp
suppressions_race.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
suppressions_race.cc.supp
suppressions_race2.cc [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONS 2015-11-19 17:28:46 +00:00
suppressions_race2.cc.supp
test.h [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE) 2015-12-08 21:54:39 +00:00
thread_detach.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
thread_detach2.c tsan: fix handling of pthread_detach 2015-04-20 10:35:10 +00:00
thread_end_with_ignore.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
thread_end_with_ignore2.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
thread_end_with_ignore3.cc tsan: make positive tests more robust 2014-05-30 14:08:51 +00:00
thread_leak.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
thread_leak2.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
thread_leak3.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
thread_leak4.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
thread_leak5.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
thread_name.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
thread_name2.cc [tsan] Mark a few more tests with "UNSUPPORTED: darwin" 2015-11-28 09:22:27 +00:00
tiny_race.c tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
tls_race.cc [tsan] Modify the tls_race.cc and tls_race2.cc tests to pass on OS X 2015-11-23 08:17:17 +00:00
tls_race2.cc [tsan] Modify the tls_race.cc and tls_race2.cc tests to pass on OS X 2015-11-23 08:17:17 +00:00
tsan-vs-gvn.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
unaligned_norace.cc tsan: properly instrument unaligned accesses 2015-01-27 20:19:12 +00:00
unaligned_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
vfork.cc [tsan] Turn lit test deadlocks into failures (OS X) 2015-11-07 14:29:38 +00:00
virtual_inheritance_compile_bug.cc [tsan] Change comments referencing code.google.com to point to GitHub instead. NFC. 2015-11-30 14:11:48 +00:00
vptr_benign_race.cc [tsan] Replace POSIX semaphores with pthread condition variables in vptr_benign_race.cc 2015-11-20 14:17:43 +00:00
vptr_harmful_race.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
vptr_harmful_race2.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
vptr_harmful_race3.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
vptr_harmful_race4.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00
write_in_reader_lock.cc tsan: remove sleeps from tests 2015-01-21 13:50:02 +00:00