[sanitizers] fix print-module-map test on linux
authorEmily Shi <code@emi.sh>
Sat, 6 Mar 2021 00:26:22 +0000 (16:26 -0800)
committerEmily Shi <code@emi.sh>
Sat, 6 Mar 2021 00:41:37 +0000 (16:41 -0800)
commitc0503df15d589b1373e092ac0be7ed39fe5e3597
treef3b6617264313fec94cc93acdd5cbb9e6c53b969
parentab8a46024157b4d042ea6325710bbccd598adcfc
[sanitizers] fix print-module-map test on linux

Looks like the default options for halt_on_error are different between linux and mac. set it to 0 in the test so the behavior is the same on both platforms.

rdar://75110847

Reviewed By: delcypher

Differential Revision: https://reviews.llvm.org/D98089
compiler-rt/test/sanitizer_common/TestCases/Posix/print-module-map.cpp