.. |
Unit
|
[TSan] use llvm-symbolizer to run tsan tests
|
2012-11-16 10:16:14 +00:00 |
CMakeLists.txt
|
[TSan] use llvm-symbolizer to run tsan tests
|
2012-11-16 10:16:14 +00:00 |
free_race.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
free_race2.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
heap_race.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
lit.cfg
|
[TSan] use llvm-symbolizer to run tsan tests
|
2012-11-16 10:16:14 +00:00 |
lit.site.cfg.in
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
memcpy_race.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
mop_with_offset.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
mop_with_offset2.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
mutex_destroy_locked.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
race_on_barrier.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
race_on_barrier2.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
race_on_heap.cc
|
tsan: output tid's in reports
|
2012-10-02 11:52:05 +00:00 |
race_on_mutex.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
race_with_finished_thread.cc
|
tsan: output tid's in reports
|
2012-10-02 11:52:05 +00:00 |
simple_race.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
simple_race.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
simple_stack.c
|
tsan: output tid's in reports
|
2012-10-02 11:52:05 +00:00 |
simple_stack2.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
sleep_sync.cc
|
[TSan] one more attempt to fix sleep_sync test: call sleep in the spawned thread so that sleep-synchronization will be detected even if child thread is started late.
|
2012-09-24 13:35:46 +00:00 |
sleep_sync2.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
static_init1.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
static_init2.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
static_init3.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
static_init4.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
static_init5.cc
|
tsan: fix compiler warning
|
2012-11-06 14:05:20 +00:00 |
suppress_same_address.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
suppress_same_stacks.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
test_output.sh
|
Update compiler-rt tests to match flag renaming/deprecation in Clang.
|
2012-11-06 02:31:42 +00:00 |
thread_leak.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
thread_leak2.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
thread_leak3.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
tiny_race.c
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
virtual_inheritance_compile_bug.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
vptr_benign_race.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
vptr_harmful_race.cc
|
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well.
|
2012-09-18 07:23:54 +00:00 |
write_in_reader_lock.cc
|
[TSan] Add output test for write under reader lock
|
2012-11-13 14:05:02 +00:00 |