summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/signal_recursive.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-126/+0
| | | | | | Like r367463, but for test/tsan. llvm-svn: 367656
* [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] Disable a flaky test.Evgeniy Stepanov2015-06-041-0/+2
| | | | llvm-svn: 239063
* tsan: remove sleeps from testsDmitry Vyukov2015-01-211-19/+11
| | | | | | | | Even sleep(1) lead to episodical flakes on some machines. Use an invisible by tsan barrier to enforce required execution order instead. This makes the tests deterministic and faster. llvm-svn: 226659
* [Tsan] Fix the signal_recursive.cc test to pass on systems with high loadsViktor Kutuzov2014-12-111-13/+14
| | | | | | Differential Revision: http://reviews.llvm.org/D6504 llvm-svn: 224030
* [Tsan] Fix the signal_recursive.cc test to build on FreeBSDViktor Kutuzov2014-10-241-2/+2
| | | | | | Differential Revision: http://reviews.llvm.org/D5841 llvm-svn: 220550
* tsan: fix double semicolon ;;Dmitry Vyukov2014-09-181-1/+1
| | | | llvm-svn: 218067
* tsan: handle early signalsDmitry Vyukov2014-09-031-1/+0
| | | | | | | The second part of the fix of https://code.google.com/p/thread-sanitizer/issues/detail?id=71 llvm-svn: 217031
* tsan: restructure signal handling to allow recursive handlingDmitry Vyukov2014-09-021-0/+132
Fixes issue https://code.google.com/p/thread-sanitizer/issues/detail?id=71 llvm-svn: 216903
OpenPOWER on IntegriCloud