llvm-project/compiler-rt/test/tsan
Kostya Serebryany d77dfcb384 [tsan] one more test for deadlock detector
llvm-svn: 202026
2014-02-24 11:45:47 +00:00
..
Helpers Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
SharedLibs Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
Unit Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
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 Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
allocator_returns_null.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
atomic_free.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
atomic_free2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
atomic_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
atomic_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
atomic_stack.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
benign_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
blacklist.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
cond.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
cond_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
cond_version.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
deadlock_detector_stress_test.cc [tsan] one more test for deadlock detector 2014-02-24 11:45:47 +00:00
deep_stack1.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
default_options.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_close_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_close_norace2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_dup_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_location.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_pipe_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_pipe_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_socket_connect_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_socket_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_socketpair_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fd_stdout_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fork_deadlock.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fork_multithreaded.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
fork_multithreaded3.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
free_race.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
free_race.c.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
free_race2.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
getline_nohang.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
global_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
halt_on_error.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
heap_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_free.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib0.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib0.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib1.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib1.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib2.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib3.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib3.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_lib_lib.h Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_malloc.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
ignore_sync.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
inlined_memcpy_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
interface_atomic_test.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java.h Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_alloc.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_lock.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_lock_move.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_lock_rec.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_lock_rec_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_race_move.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
java_rwlock.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
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 Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
load_shared_lib.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
longjmp.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
longjmp2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
longjmp3.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
longjmp4.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
malloc_hook.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
malloc_overflow.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
malloc_stack.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
memcpy_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
mop_with_offset.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
mop_with_offset2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
mutex_cycle2.c [tsan] when printing a mutex, also print its address. Properly print the deadlock report. 2014-02-19 14:17:25 +00:00
mutex_destroy_locked.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
mutex_robust.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
mutex_robust2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
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 Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
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 Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
printf-1.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_barrier.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_barrier2.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_heap.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_mutex.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_mutex2.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_read.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_speculative_load.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_on_write.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
race_with_finished_thread.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
signal_errno.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
signal_malloc.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
sigsuspend.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
simple_race.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
simple_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
simple_stack.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
simple_stack2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
sleep_sync.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
sleep_sync2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
stack_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
stack_race2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init1.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init3.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init4.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init5.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
static_init6.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppress_same_address.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppress_same_stacks.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_global.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_global.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_race.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_race2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
suppressions_race2.cc.supp Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
test_output.sh Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_end_with_ignore.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_end_with_ignore2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_end_with_ignore3.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_leak.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_leak2.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_leak3.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_leak4.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_leak5.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_name.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
thread_name2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
tiny_race.c Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
tls_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
tls_race2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
tsan-vs-gvn.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
unaligned_norace.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
unaligned_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
user_fopen.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
user_malloc.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
virtual_inheritance_compile_bug.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
vptr_benign_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
vptr_harmful_race.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
vptr_harmful_race2.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00
write_in_reader_lock.cc Move TSan lit-tests under test/tsan 2014-02-14 14:35:48 +00:00