summaryrefslogtreecommitdiff
path: root/test/tsan
AgeCommit message (Expand)Author
2015-09-24tsan: add test for issue #602Dmitry Vyukov
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-05[tsan] Enable tsan for aarch64Adhemerval Zanella
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-10[TSan] Fix dl_iterate_phdr callback for the case when info->dlpi_name is over...Alexey Samsonov
2015-06-30tsan: fix handling of condition variable destructionDmitry Vyukov
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov
2015-06-29tsan: fix flaky testDmitry Vyukov
2015-06-25tsan: fix handling of dup2 Dmitry Vyukov
2015-06-24tsan: fix false positive between dlopen and dl_iterate_phdrDmitry Vyukov
2015-06-24tsan: don't print external PCs in reportsDmitry Vyukov
2015-06-24tsan: fix unbounded memory consumption for large mallocsDmitry Vyukov
2015-06-04[tsan] Disable a flaky test.Evgeniy Stepanov
2015-05-14[tsan] deflakify one more tsan testKostya Serebryany
2015-05-08[TSan][MIPS] XFAIL long jump tests for MIPS64Sagar Thakur
2015-05-05tsan: add memory access functions that accept pcDmitry Vyukov
2015-04-29tsan: add another test for setuidDmitry Vyukov
2015-04-28tsan: fix a bug memory access handlingDmitry Vyukov
2015-04-27[TSan] Prepare TSan tests for splitting tsan_cxx library.Alexey Samsonov
2015-04-23tsan: support setuid callDmitry Vyukov
2015-04-20tsan: deflake a testDmitry Vyukov
2015-04-20tsan: fix handling of pthread_detachDmitry Vyukov
2015-04-14tsan: fix parsing of second_deadlock_stack flagDmitry Vyukov
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-08tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov
2015-03-23[Tsan] Fix the mmap_large.cc test to build on FreeBSDViktor Kutuzov
2015-03-13[Tsan] Fix test.h to work on FreeBSDViktor Kutuzov
2015-03-12tsan: fix a bug in MetaMap::ResetRangeDmitry Vyukov
2015-03-12tsan: fix crash during __tsan_java_moveDmitry Vyukov
2015-02-28Revert r229678 "tsan: fix signal handling during stop-the-world"Hans Wennborg
2015-02-20[TSan][MIPS64] Fix few more test cases for MIPS64Mohit K. Bhakkad
2015-02-19tsan: fix PTRACE_ATTACH handling during stop-the-worldDmitry Vyukov
2015-02-18tsan: fix signal handling during stop-the-worldDmitry Vyukov
2015-02-02[TSan] Add Go runtime sanity check to CMake build.Alexey Samsonov
2015-01-27tsan: properly instrument unaligned accessesDmitry Vyukov
2015-01-27tsan: add test for ANNOTATE_HAPPENS_BEFORE/AFTER annotationsDmitry Vyukov
2015-01-25Fix up test cases to account for improved column fidelity provided by clangDavid Blaikie
2015-01-21tsan: remove sleeps from testsDmitry Vyukov
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie
2015-01-09Revert "Reapply debug info changes now that more precise column information i...David Blaikie
2014-12-30Reapply debug info changes now that more precise column information is availa...David Blaikie
2014-12-29Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie
2014-12-29Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie
2014-12-22tsan: reset stack0 in the first partition of thread traceDmitry Vyukov
2014-12-22tsan: add acquire/release functions to java interfaceDmitry Vyukov
2014-12-18tsan: add an additional test for signal handlersDmitry Vyukov
2014-12-18tsan: fix data races between signal handler and sigactionDmitry Vyukov