From: Paul Floyd Date: Tue, 11 Mar 2025 19:50:07 +0000 (+0100) Subject: Illumos regtest: add a filter for shell 'Abort' messages X-Git-Tag: VALGRIND_3_25_0~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=36ab09596af75e5c977ca43e20fc4dd598964454;p=thirdparty%2Fvalgrind.git Illumos regtest: add a filter for shell 'Abort' messages --- diff --git a/tests/filter_stderr_basic.in b/tests/filter_stderr_basic.in index 7d38a0d4f..d14ca727d 100755 --- a/tests/filter_stderr_basic.in +++ b/tests/filter_stderr_basic.in @@ -57,7 +57,7 @@ perl -n -e 'print if !/^(Illegal instruction|Segmentation fault|Alarm clock|Abor # Similar as above, but for ksh on Solaris/illumos. perl -n -e 'print if !/^(Memory fault|Killed) $/' | # bash on Illumos -$SED "/sh: [1-9][0-9]*: \(Memory fault\|Alarm call\|Terminated\|Killed\)/d" | +$SED "/sh: [1-9][0-9]*: \(Memory fault\|Alarm call\|Terminated\|Killed\|Abort\)/d" | # Translate intercepted glibc functions back to their canonical name perl -p -e "s/: memcpy\@\@?GLIBC_[.1-9]+ \(vg_replace_strmem.c:.*?\)/: memcpy \(vg_replace_strmem.c:...\)/" |