summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2014-10-15[Tsan] Fix the sunrpc.cc test to build on FreeBSDViktor Kutuzov
2014-10-15[Tsan] Make the mutex_robust tests Linux-specificViktor Kutuzov
2014-10-15tsan: fix false positive related to signalsDmitry Vyukov
2014-10-14tsan: refactor atexit handlingDmitry Vyukov
2014-10-13tsan: better reporting for virtual-call-after-freeDmitry Vyukov
2014-10-10[Tsan] Fix the getline_nohang.cc test to build on FreeBSDViktor Kutuzov
2014-10-10[Tsan] Fix comments in the user_fopen.cc and user_malloc.cc testsViktor Kutuzov
2014-10-10[Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specificViktor Kutuzov
2014-10-09[Tsan] Fix the signal_errno.cc and signal_malloc.cc tests to pass on FreeBSDViktor Kutuzov
2014-10-09[Tsan] Fix the global_race tests to pass on FreeBSDViktor Kutuzov
2014-10-09[Tsan] Fix the blacklist2.cc test to pass on FreeBSDViktor Kutuzov
2014-09-18tsan: fix signal_longjmp test in debug modeDmitry Vyukov
2014-09-18tsan: fix double semicolon ;;Dmitry Vyukov
2014-09-17tsan: fix bug number in commentDmitry Vyukov
2014-09-17tsan: fix crash when a program registers zillions of atexit callbacksDmitry Vyukov
2014-09-16tsan: support longjmp out of signal handlersDmitry Vyukov
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-09-03tsan: handle early signalsDmitry Vyukov
2014-09-02tsan: more precise handling of atexit callbacksDmitry Vyukov
2014-09-02tsan: restructure signal handling to allow recursive handlingDmitry Vyukov
2014-09-01tsan: fix false positive related to signal handlersDmitry Vyukov
2014-08-18[TSan] Add -lpthread to the test which uses pthread_ functionsAlexey Samsonov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-07-26tsan: improve shadow flush benchmarkDmitry Vyukov
2014-07-14[tsan] honour XFAIL in tsan/test_output.shKostya Serebryany
2014-07-14[tsan] add a printf to a testKostya Serebryany
2014-07-14[tsan] add a currently-failing test with a must-deadlockKostya Serebryany
2014-07-10Fix expected column numbers in two tests.Diego Novillo
2014-07-10[TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov
2014-07-08tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov
2014-07-08[tsan] Enable tsan's deadlock detector by default.Kostya Serebryany
2014-07-07[Sanitizer] Move test for malloc/free hooks under test/sanitizer_commonAlexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-06-27tsan: fix and re-enable a testDmitry Vyukov
2014-06-27[tsan] Disable a failing test.Evgeniy Stepanov
2014-06-27tsan: add __tsan_java_finalize interface functionDmitry Vyukov
2014-06-09[TSan] Exclude blacklist tests from manual test runnerAlexey Samsonov
2014-06-06[TSan] Make lit-tests more self-containedAlexey Samsonov
2014-05-31[TSan] Add a test case for r209939Alexey Samsonov
2014-05-30tsan: add a test from data-race-test suite:Dmitry Vyukov
2014-05-30tsan: make positive tests more robustDmitry Vyukov
2014-05-29tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov
2014-05-28[sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov
2014-05-21tsan: deflake testDmitry Vyukov
2014-05-16[TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov
2014-05-16[CMake] Don't build libcxx_tsan with compilers other than ClangAlexey Samsonov
2014-05-15Fix typosAlp Toker
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-04-30Add %run to all lit testsGreg Fitzgerald