summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/simple_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily relax test expectations to fix failures on ppc64.Evgeniy Stepanov2016-11-141-2/+0
| | | | | | | | | | | | | | Summary: Relax test expectations to fix failures on ppc64. Reviewers: eugenis Subscribers: kubabrecka, llvm-commits Patch by Aleksey Shlyapnikov. Differential Revision: https://reviews.llvm.org/D26629 llvm-svn: 286885
* Tread TSan LLVM flags to driver: unit tests.Evgeniy Stepanov2016-11-111-11/+32
| | | | | | | | | | | | | | Summary: Unit tests for the new clang flags. Reviewers: eugenis, dvyukov Subscribers: kubabrecka, llvm-commits Patch by Alex Shlyapnikov. Differential Revision: https://reviews.llvm.org/D26462 llvm-svn: 286670
* Fix up test cases to account for improved column fidelity provided by clangDavid Blaikie2015-01-251-1/+1
| | | | llvm-svn: 227033
* tsan: remove sleeps from testsDmitry Vyukov2015-01-211-12/+12
| | | | | | | | 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
* Reapply debug info changes now that more precise column information is ↵David Blaikie2015-01-141-1/+1
| | | | | | available. llvm-svn: 225959
* Revert "Reapply debug info changes now that more precise column information ↵David Blaikie2015-01-091-1/+1
| | | | | | | | | | is available." While the clang patch is reverted pending investigation/fixes. This reverts commit r225001. llvm-svn: 225560
* Reapply debug info changes now that more precise column information is ↵David Blaikie2014-12-301-1/+1
| | | | | | | | | available. (recommitting as the Clang patch is back in with the latest fix - hopefully it sticks) llvm-svn: 225001
* Revert "Reapply debug info changes now that r224385 has been recommitted to ↵David Blaikie2014-12-291-1/+1
| | | | | | | | | | | clang (in r224941)" Asserting when building compiler-rt when using a gcc host compiler. Reverting while I investigate. This reverts commit r224942. llvm-svn: 224969
* Reapply debug info changes now that r224385 has been recommitted to clang ↵David Blaikie2014-12-291-1/+1
| | | | | | (in r224941) llvm-svn: 224942
* Revert "Fix test cases given Clang's improved location information."David Blaikie2014-12-171-1/+1
| | | | | | | | | The Clang improevments were reverted due to failures created in an asan bootstrap. This reverts commit r224387. llvm-svn: 224446
* Fix test cases given Clang's improved location information.David Blaikie2014-12-161-1/+1
| | | | llvm-svn: 224387
* Fix expected column numbers in two tests.Diego Novillo2014-07-101-1/+1
| | | | | | | | This is a minor fix to two tsan tests that were expecting the wrong column information. Now that clang emits column information by default in its debugging output, the tests had started failing. llvm-svn: 212779
* tsan: make positive tests more robustDmitry Vyukov2014-05-301-1/+1
| | | | | | | | | | Add a script that is used to deflake inherently flaky tsan tests. It is invoked from lit tests as: %deflake %run %t The script runs the target program up to 10 times, until it produces a tsan warning. llvm-svn: 209898
* Add %run to all lit testsGreg Fitzgerald2014-04-301-1/+1
| | | | llvm-svn: 207709
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-0/+66
llvm-svn: 201414
OpenPOWER on IntegriCloud