summaryrefslogtreecommitdiff
path: root/test/tsan/mmap_stress.cc
AgeCommit message (Collapse)Author
2016-02-03tsan: disable flaky mmap_stress testDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259650 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-02Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)Kuba Brecka
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259544 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-02Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).Kuba Brecka
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@259529 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-13tsan: check errors in testDmitry Vyukov
Somebody reported flakiness of this test. Let's start by checking errors. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257585 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-12tsan: fix a bug in MetaMap::ResetRangeDmitry Vyukov
The bug was uncovered by NegativeTests.MmapTest from data-race-test suite, so port it as well. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@232032 91177308-0d34-0410-b5e6-96231b3b80d8