summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/dlclose.cc
Commit message (Collapse)AuthorAgeFilesLines
* [TSan] Delete legacy test_output.sh script.Alexey Samsonov2015-12-071-2/+0
| | | | | | | | 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. llvm-svn: 254932
* [tsan] Change comments referencing code.google.com to point to GitHub ↵Kuba Brecka2015-11-301-1/+1
| | | | | | | | | | 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 llvm-svn: 254300
* tsan: exclude unsupported test from test_output.sh scriptDmitry Vyukov2014-11-191-0/+2
| | | | llvm-svn: 222344
* tsan: refactor atexit handlingDmitry Vyukov2014-10-141-0/+56
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 llvm-svn: 219675
OpenPOWER on IntegriCloud