summaryrefslogtreecommitdiff
path: root/test/tsan/static_init2.cc
AgeCommit message (Collapse)Author
2016-04-15[TSAN] Make tsan tests more portable (take 3)Renato Golin
Some tests didn't merge stderr with stdout. Patch by Maxim Kuvyrkov. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@266426 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-14Revert "Make tsan tests more portable (take 2)"Renato Golin
This reverts commit r266294, as it broke some buildbots again. :/ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@266300 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-14Make tsan tests more portable (take 2)Renato Golin
Using stderr more uniformily, avoiding potential races when scanning stdout and stderr output. Patch by Maxim Kuvyrkov. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@266294 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-02Revert "[RT] Make tsan tests more portable"Renato Golin
This reverts commit r262476, as it broken the AArch64 VMA42 buildbot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262479 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-02[RT] Make tsan tests more portableRenato Golin
by avoiding potential races when scanning stdout and stderr output. Patch by Maxim Kuvyrkov. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262476 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-30Add %run to all lit testsGreg Fitzgerald
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207709 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201414 91177308-0d34-0410-b5e6-96231b3b80d8