Alexey Samsonov
|
b6c8b3de70
|
Enable pipefail for TSan tests
llvm-svn: 187875
|
2013-08-07 09:02:37 +00:00 |
Dmitry Vyukov
|
5e700abc1c
|
tsan: deflake output tests (by increasing sleeps)
llvm-svn: 169592
|
2012-12-07 09:24:57 +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
|
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 |