.. |
Helpers
|
…
|
|
SharedLibs
|
tsan: fix flaky test
|
2014-03-18 06:37:31 +00:00 |
Unit
|
…
|
|
CMakeLists.txt
|
[CMake] lit tests shouldn't depend on runtimes in standalone build
|
2014-02-20 09:47:18 +00:00 |
aligned_vs_unaligned_race.cc
|
…
|
|
allocator_returns_null.cc
|
…
|
|
atomic_free.cc
|
…
|
|
atomic_free2.cc
|
…
|
|
atomic_norace.cc
|
…
|
|
atomic_race.cc
|
…
|
|
atomic_stack.cc
|
…
|
|
barrier.cc
|
tsan: add pthread_barrier_t test
|
2014-03-26 14:13:49 +00:00 |
bench.h
|
tsan: reduce default number of threads in benchmarks
|
2014-03-24 15:23:05 +00:00 |
bench_acquire_only.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_acquire_release.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_local_mutex.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_mutex.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_release_only.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_rwmutex.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_shadow_flush.cc
|
tsan: add benchmark that allows to investigate shadow memory consumption
|
2014-04-18 10:37:39 +00:00 |
bench_single_writer.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
bench_ten_mutexes.cc
|
tsan: add benchmarks for synchronization handling
|
2014-03-24 14:32:59 +00:00 |
benign_race.cc
|
…
|
|
blacklist.cc
|
…
|
|
cond.c
|
…
|
|
cond_cancel.c
|
tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
|
2014-03-12 09:48:14 +00:00 |
cond_race.cc
|
tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
|
2014-03-12 09:48:14 +00:00 |
cond_version.c
|
…
|
|
deadlock_detector_stress_test.cc
|
[sanitizer] one more stress test for the deadlock detector; this one stresses the slow path with a global lock
|
2014-04-01 11:35:55 +00:00 |
deep_stack1.cc
|
…
|
|
default_options.cc
|
…
|
|
fd_close_norace.cc
|
…
|
|
fd_close_norace2.cc
|
…
|
|
fd_dup_norace.cc
|
…
|
|
fd_location.cc
|
…
|
|
fd_pipe_norace.cc
|
…
|
|
fd_pipe_race.cc
|
…
|
|
fd_socket_connect_norace.cc
|
…
|
|
fd_socket_norace.cc
|
…
|
|
fd_socketpair_norace.cc
|
…
|
|
fd_stdout_race.cc
|
…
|
|
fork_atexit.cc
|
tsan: fix atexit handling after fork
|
2014-04-23 13:42:16 +00:00 |
fork_deadlock.cc
|
…
|
|
fork_multithreaded.cc
|
[TSan] Follow-up for r205175: typo fix in the test.
|
2014-03-31 10:51:13 +00:00 |
fork_multithreaded3.cc
|
…
|
|
free_race.c
|
…
|
|
free_race.c.supp
|
…
|
|
free_race2.c
|
…
|
|
getline_nohang.cc
|
…
|
|
global_race.cc
|
…
|
|
halt_on_error.cc
|
tsan: deflake test
|
2014-03-26 15:51:11 +00:00 |
heap_race.cc
|
…
|
|
ignore_free.cc
|
…
|
|
ignore_lib0.cc
|
[TSan] Make this test more portable
|
2014-04-01 11:51:50 +00:00 |
ignore_lib0.cc.supp
|
…
|
|
ignore_lib1.cc
|
…
|
|
ignore_lib1.cc.supp
|
…
|
|
ignore_lib2.cc
|
…
|
|
ignore_lib2.cc.supp
|
…
|
|
ignore_lib3.cc
|
…
|
|
ignore_lib3.cc.supp
|
…
|
|
ignore_lib_lib.h
|
…
|
|
ignore_malloc.cc
|
…
|
|
ignore_race.cc
|
…
|
|
ignore_sync.cc
|
…
|
|
inlined_memcpy_race.cc
|
…
|
|
interface_atomic_test.c
|
…
|
|
java.h
|
…
|
|
java_alloc.cc
|
…
|
|
java_lock.cc
|
…
|
|
java_lock_move.cc
|
…
|
|
java_lock_rec.cc
|
…
|
|
java_lock_rec_race.cc
|
…
|
|
java_race.cc
|
…
|
|
java_race_move.cc
|
…
|
|
java_rwlock.cc
|
…
|
|
lit.cfg
|
Add rudimentary support for running compiler-rt lit tests with GCC
|
2014-02-19 15:13:14 +00:00 |
lit.site.cfg.in
|
…
|
|
load_shared_lib.cc
|
tsan: fix flaky test
|
2014-03-18 06:37:31 +00:00 |
longjmp.cc
|
…
|
|
longjmp2.cc
|
…
|
|
longjmp3.cc
|
…
|
|
longjmp4.cc
|
…
|
|
malloc_hook.cc
|
…
|
|
malloc_overflow.cc
|
…
|
|
malloc_stack.cc
|
…
|
|
memcpy_race.cc
|
…
|
|
mmap_large.cc
|
tsan: more precise check for "app memory" in COMPAT mode
|
2014-04-23 07:01:02 +00:00 |
mop_with_offset.cc
|
…
|
|
mop_with_offset2.cc
|
…
|
|
mutex_bad_unlock.cc
|
tsan: better report for bad mutex unlocks
|
2014-04-25 07:55:11 +00:00 |
mutex_cycle2.c
|
[sanitizer] deadlock detector: a) initial support for suppressions, b) be more robust in case we failed to extract a stack trace for one of the locks
|
2014-03-19 12:26:33 +00:00 |
mutex_destroy_locked.cc
|
…
|
|
mutex_double_lock.cc
|
tsan: add new test for commit 207204 (forget to add new file)
|
2014-04-25 07:49:36 +00:00 |
mutex_robust.cc
|
…
|
|
mutex_robust2.cc
|
…
|
|
mutexset1.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset2.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset3.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset4.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset5.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset6.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
mutexset7.cc
|
…
|
|
mutexset8.cc
|
[tsan] when printing a mutex, also print its address. Properly print the deadlock report.
|
2014-02-19 14:17:25 +00:00 |
oob_race.cc
|
…
|
|
printf-1.c
|
…
|
|
race_on_barrier.c
|
…
|
|
race_on_barrier2.c
|
…
|
|
race_on_heap.cc
|
…
|
|
race_on_mutex.c
|
…
|
|
race_on_mutex2.c
|
…
|
|
race_on_read.cc
|
tsan: improve error message in test
|
2014-04-04 09:52:41 +00:00 |
race_on_speculative_load.cc
|
…
|
|
race_on_write.cc
|
…
|
|
race_with_finished_thread.cc
|
…
|
|
signal_errno.cc
|
tsan: deflake test
|
2014-04-21 14:21:24 +00:00 |
signal_malloc.cc
|
…
|
|
sigsuspend.cc
|
…
|
|
simple_race.c
|
tsan: deflake test
|
2014-03-20 13:27:11 +00:00 |
simple_race.cc
|
…
|
|
simple_stack.c
|
…
|
|
simple_stack2.cc
|
…
|
|
sleep_sync.cc
|
…
|
|
sleep_sync2.cc
|
…
|
|
stack_race.cc
|
…
|
|
stack_race2.cc
|
…
|
|
static_init1.cc
|
…
|
|
static_init2.cc
|
…
|
|
static_init3.cc
|
…
|
|
static_init4.cc
|
…
|
|
static_init5.cc
|
…
|
|
static_init6.cc
|
…
|
|
sunrpc.cc
|
[tsan] Fix output tests.
|
2014-04-11 13:01:20 +00:00 |
suppress_same_address.cc
|
…
|
|
suppress_same_stacks.cc
|
…
|
|
suppressions_global.cc
|
…
|
|
suppressions_global.cc.supp
|
…
|
|
suppressions_race.cc
|
…
|
|
suppressions_race.cc.supp
|
…
|
|
suppressions_race2.cc
|
…
|
|
suppressions_race2.cc.supp
|
…
|
|
test_output.sh
|
…
|
|
thread_end_with_ignore.cc
|
…
|
|
thread_end_with_ignore2.cc
|
…
|
|
thread_end_with_ignore3.cc
|
…
|
|
thread_leak.c
|
…
|
|
thread_leak2.c
|
…
|
|
thread_leak3.c
|
…
|
|
thread_leak4.c
|
…
|
|
thread_leak5.c
|
…
|
|
thread_name.cc
|
…
|
|
thread_name2.cc
|
…
|
|
tiny_race.c
|
…
|
|
tls_race.cc
|
…
|
|
tls_race2.cc
|
…
|
|
tsan-vs-gvn.cc
|
…
|
|
unaligned_norace.cc
|
…
|
|
unaligned_race.cc
|
…
|
|
user_fopen.cc
|
…
|
|
user_malloc.cc
|
…
|
|
vfork.cc
|
tsan: intercept vfork
|
2014-02-27 14:36:16 +00:00 |
virtual_inheritance_compile_bug.cc
|
…
|
|
vptr_benign_race.cc
|
…
|
|
vptr_harmful_race.cc
|
…
|
|
vptr_harmful_race2.cc
|
…
|
|
vptr_harmful_race3.cc
|
tsan: update the test since the bug is fixed
|
2014-03-13 10:54:16 +00:00 |
write_in_reader_lock.cc
|
…
|
|