llvm-project/compiler-rt/lib/tsan/output_tests
Alexey Samsonov 66ca36a564 [TSan] Fix style warinings in output test
llvm-svn: 162980
2012-08-31 08:00:37 +00:00
..
free_race.c tsan: detect accesses to freed memory 2012-05-17 14:17:51 +00:00
free_race2.c tsan: detect accesses to freed memory 2012-05-17 14:17:51 +00:00
heap_race.cc
memcpy_race.cc
mop_with_offset.cc tsan: update output tests to race on heap memory 2012-05-14 14:00:07 +00:00
mop_with_offset2.cc tsan: update output tests to race on heap memory 2012-05-14 14:00:07 +00:00
mutex_destroy_locked.cc tsan: better diagnostics for destroy of a locked mutex + a test 2012-08-16 15:08:49 +00:00
race_on_barrier.c
race_on_barrier2.c
race_on_heap.cc [TSan] Fix style warinings in output test 2012-08-31 08:00:37 +00:00
race_on_mutex.c tsan: use stack depot to describe heap blocks 2012-08-30 13:02:30 +00:00
race_with_finished_thread.cc
simple_race.c
simple_race.cc
simple_stack.c tsan: use stack depot to describe heap blocks 2012-08-30 13:02:30 +00:00
simple_stack2.cc Whitespace/lint 2012-08-30 14:22:21 +00:00
static_init1.cc
static_init2.cc Whitespace/lint 2012-08-30 14:22:21 +00:00
static_init3.cc
static_init4.cc Whitespace/lint 2012-08-30 14:22:21 +00:00
static_init5.cc Whitespace/lint 2012-08-30 14:22:21 +00:00
suppress_same_address.cc
suppress_same_stacks.cc
test_output.sh tsan: fix output_tests script to actually verify tests results 2012-05-14 15:25:35 +00:00
thread_leak.c
thread_leak2.c
thread_leak3.c
tiny_race.c [tsan] add tiny_test.c 2012-05-16 07:48:16 +00:00
virtual_inheritance_compile_bug.cc Whitespace/lint 2012-08-30 14:22:21 +00:00
vptr_benign_race.cc
vptr_harmful_race.cc