tsan: fix test
authorDmitry Vyukov <dvyukov@google.com>
Fri, 5 Dec 2014 15:42:17 +0000 (15:42 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 5 Dec 2014 15:42:17 +0000 (15:42 +0000)
commit362d1202e231d86784e30c61ee7d3a20063c3426
tree8b5b5d2ada649a74ccd2ee2bb69d6826e3ee9fb7
parenta6f759e423940dd5357772372524daf469c40ff1
tsan: fix test

this test is flaky because of ASLR
app memory is 7e8000000000-800000000000,
there may or may not be a 1TB hole depending on
where ASLR will choose to map libraries

llvm-svn: 223469
compiler-rt/test/tsan/mmap_large.cc