]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos regtest: add a filter for shell 'Abort' messages
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 11 Mar 2025 19:50:07 +0000 (20:50 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 11 Mar 2025 19:50:07 +0000 (20:50 +0100)
tests/filter_stderr_basic.in

index 7d38a0d4fdce750561018880004c7a59f5810e01..d14ca727dfb19a877a6658ab02ba88aff857aa0e 100755 (executable)
@@ -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:...\)/" |