- Dec 21, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170894
-
Dmitry Vyukov authored
llvm-svn: 170893
-
Dmitry Vyukov authored
llvm-svn: 170892
-
Dmitry Vyukov authored
llvm-svn: 170891
-
Dmitry Vyukov authored
llvm-svn: 170885
-
Dmitry Vyukov authored
llvm-svn: 170866
-
- Dec 20, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170681
-
- Dec 18, 2012
-
-
Dmitry Vyukov authored
The runtime skips atexit sleep if there are no threads now, so it must be fast w/o it. Allows to specify own TSAN_OPTIONS for the tests. llvm-svn: 170426
-
Dmitry Vyukov authored
llvm-svn: 170417
-
- Dec 17, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170346
-
- Dec 14, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170235
-
Dmitry Vyukov authored
llvm-svn: 170207
-
Dmitry Vyukov authored
llvm-svn: 170205
-
Dmitry Vyukov authored
llvm-svn: 170184
-
- Dec 12, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 169970
-
- Dec 07, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 169621
-
Dmitry Vyukov authored
llvm-svn: 169607
-
Dmitry Vyukov authored
llvm-svn: 169592
-
- Dec 06, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 169511
-
Dmitry Vyukov authored
With this change reports say what mutexes the threads hold around the racy memory accesses. llvm-svn: 169493
-
- Dec 04, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 169279
-
- Nov 16, 2012
-
-
Alexey Samsonov authored
llvm-svn: 168146
-
- Nov 13, 2012
-
-
Alexey Samsonov authored
llvm-svn: 167833
-
- Nov 06, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 167458
-
Richard Smith authored
llvm-svn: 167434
-
- Oct 30, 2012
-
-
Alexey Samsonov authored
llvm-svn: 167010
-
- Oct 02, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 164998
-
Dmitry Vyukov authored
llvm-svn: 164997
-
- Sep 24, 2012
-
-
Alexey Samsonov authored
[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
-
Alexey Samsonov authored
llvm-svn: 164483
-
- Sep 18, 2012
-
-
Alexey Samsonov authored
[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
-
Alexey Samsonov authored
llvm-svn: 164115
-
Alexey Samsonov authored
[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
-
- Sep 17, 2012
-
-
Alexey Samsonov authored
[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
-