summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/stack_sync_reuse.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-67/+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] Fix stack_sync_reuse.cc test on OS XKuba Brecka2015-11-241-2/+4
| | | | | | | | The test relies on two variables in different frames to end up being on the same address. For some reason, this isn't true on OS X. This patch adds `__attribute__((aligned(64)))` to the variables, which actually makes the variables occupy the same address. This is still not a guarantee, but it's more likely to work (the test looks very fragile already). Differential Revision: http://reviews.llvm.org/D14925 llvm-svn: 253981
* tsan: remove sleeps from testsDmitry Vyukov2015-01-211-6/+3
| | | | | | | | 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: add disabled test case for issue 87Dmitry Vyukov2014-12-171-0/+68
llvm-svn: 224422
OpenPOWER on IntegriCloud