tsan: re-enable mmap_stress.cpp test
authorDmitry Vyukov <dvyukov@google.com>
Sat, 19 Jun 2021 10:52:26 +0000 (12:52 +0200)
committerDmitry Vyukov <dvyukov@google.com>
Thu, 24 Jun 2021 07:48:34 +0000 (09:48 +0200)
commit2f6f24f0107c2f541297a4a0b365d862142d75e5
treeb73c322d911ac1207da3ffe4e1ac74b13f5211b1
parent1db68fcd8e76dc6437f028c8ace408aa7d04e647
tsan: re-enable mmap_stress.cpp test

The comment says it was flaky in 2016,
but it wasn't possible to debug it back then.
Re-enable the test at least on linux/x86_64.
It will either work, or at least we should
see failure output from lit today.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D104592
compiler-rt/test/tsan/mmap_stress.cpp