Dmitry Vyukov
|
1b46993598
|
tsan: output thread names
llvm-svn: 169279
|
2012-12-04 15:46:05 +00:00 |
Alexey Samsonov
|
038e3489d9
|
[TSan] use llvm-symbolizer to run tsan tests
llvm-svn: 168146
|
2012-11-16 10:16:14 +00:00 |
Alexey Samsonov
|
b8a5f99bee
|
[TSan] Add output test for write under reader lock
llvm-svn: 167833
|
2012-11-13 14:05:02 +00:00 |
Dmitry Vyukov
|
95b9a362ff
|
tsan: fix compiler warning
llvm-svn: 167458
|
2012-11-06 14:05:20 +00:00 |
Richard Smith
|
77930919ad
|
Update compiler-rt tests to match flag renaming/deprecation in Clang.
llvm-svn: 167434
|
2012-11-06 02:31:42 +00:00 |
Alexey Samsonov
|
0c8b755839
|
Flag -ccc-clang-cxx was removed in r166986, remove it from compiler-rt lit configs
llvm-svn: 167010
|
2012-10-30 10:06:42 +00:00 |
Dmitry Vyukov
|
27d5b37c38
|
tsan: output tid's in reports
llvm-svn: 164998
|
2012-10-02 11:52:05 +00:00 |
Dmitry Vyukov
|
0c40a5600c
|
tsan: run output tests in parallel
llvm-svn: 164997
|
2012-10-02 11:51:40 +00:00 |
Alexey Samsonov
|
351d486df0
|
[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.
llvm-svn: 164488
|
2012-09-24 13:35:46 +00:00 |
Alexey Samsonov
|
0659f72f7b
|
[TSan] increase sleep time in test to ensure correct event ordering
llvm-svn: 164483
|
2012-09-24 08:57:41 +00:00 |
Alexey Samsonov
|
848abbd236
|
[TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one of TSan output tests that somewhy fails otherwise
llvm-svn: 164116
|
2012-09-18 09:09:35 +00:00 |
Alexey Samsonov
|
3040830fcd
|
[TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc warnings in TSan tests.
llvm-svn: 164115
|
2012-09-18 08:33:37 +00:00 |
Alexey Samsonov
|
341e5bcb45
|
[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.
llvm-svn: 164110
|
2012-09-18 07:23:54 +00:00 |
Alexey Samsonov
|
0fa3ea69e2
|
[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single root for gtest-based tests. Support running these tests from lit via check-tsan command.
llvm-svn: 164022
|
2012-09-17 10:02:17 +00:00 |