tsan: update output tests to race on heap memory
authorDmitry Vyukov <dvyukov@google.com>
Mon, 14 May 2012 14:00:07 +0000 (14:00 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Mon, 14 May 2012 14:00:07 +0000 (14:00 +0000)
commitfa44dc56231a4aeb5b6f932b32ba61d78cae1876
treeb8d75fa6680efa902b8d73f3c1af8cdf72b73fc4
parent3dea421826ff4d793de8515bb062a62fd32e0185
tsan: update output tests to race on heap memory
Races on stack of main thread are problematic for COMPAT mapping, because it's not 1-to-1 and race addr is not properly mapped from shadow back to application memory.
Update output tests to race heap memory.

llvm-svn: 156758
compiler-rt/lib/tsan/output_tests/mop_with_offset.cc
compiler-rt/lib/tsan/output_tests/mop_with_offset2.cc