]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Illumos regtest: filter more signal messages from bash
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Nov 2024 19:05:03 +0000 (20:05 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 9 Nov 2024 19:05:03 +0000 (20:05 +0100)
tests/filter_stderr_basic.in

index f32266c0b7523dac8d84cc31538c7a1ee87fb9cc..7d38a0d4fdce750561018880004c7a59f5810e01 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/d' |
+$SED "/sh: [1-9][0-9]*: \(Memory fault\|Alarm call\|Terminated\|Killed\)/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:...\)/" |