summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2014-12-11[Tsan] Fix the signal_recursive.cc test to pass on systems with high loadsViktor Kutuzov
2014-12-05tsan: fix testDmitry Vyukov
2014-12-02[Tsan] Fix the atomic_race.cc test to pass on systems with high loadsViktor Kutuzov
2014-11-24[TSan] Deflake testAlexey Samsonov
2014-11-19tsan: fix binary names in testsDmitry Vyukov
2014-11-19tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov
2014-11-19tsan: don't add -pie when compiling testsDmitry Vyukov
2014-11-04[TSan] Don't strip binary/library name until the moment we print it.Alexey Samsonov
2014-10-27[Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov
2014-10-24tsan: support mmap(MAP_32BIT)Dmitry Vyukov
2014-10-24[Tsan] Fix the thread_name tests to build on FreeBSDViktor Kutuzov
2014-10-24[Tsan] Fix the signal_recursive.cc test to build on FreeBSDViktor Kutuzov
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