summaryrefslogtreecommitdiff
path: root/test/tsan/dlclose.cc
AgeCommit message (Collapse)Author
2015-12-07[TSan] Delete legacy test_output.sh script.Alexey Samsonov
This script is superseded by lit test suite integrated into CMake for quite a while now. It doesn't support many tests, and require custom hacks for a few other. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254932 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-30[tsan] Change comments referencing code.google.com to point to GitHub ↵Kuba Brecka
instead. NFC. Changing comments that have references to code.google.com to point to GitHub instead, because the current links are not redirected properly (they instead redirect to different issues, mostly ASan). NFC. Differential Revision: http://reviews.llvm.org/D15053 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254300 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-19tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@222344 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-14tsan: refactor atexit handlingDmitry Vyukov
The current handling (manual execution of atexit callbacks) is overly complex and leads to constant problems due to mutual ordering of callbacks. Instead simply wrap callbacks into our wrapper to establish the necessary synchronization. Fixes issue https://code.google.com/p/thread-sanitizer/issues/detail?id=80 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219675 91177308-0d34-0410-b5e6-96231b3b80d8