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
Differential D98089
[sanitizers] fix print-module-map test on linux aralisza on Mar 5 2021, 4:27 PM. Authored by
Details 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
Diff Detail
Event TimelineComment Actions looks like the Debian pre-merge checks passed. not going to wait for windows since this test isn't run on windows Comment Actions I guess this is not a solution. "ABORTING" in case of ubsan is result of UndefinedBehaviorSanitizer:DEADLYSIGNAL, not ubsan report itself. However "abort_on_error=1" may help as it makes print ABORT even before signal. Comment Actions What do you think if I just disable the test on power pc? I'm not sure I'm the best person to be debugging this. |