|
From: Tom H. <th...@cy...> - 2004-03-09 09:25:40
|
CVS commit by thughes: Add an alternate (appropriately filtered) result for some systems. A writev.stderr.exp2 1.1 M +3 -0 filter_stderr 1.10 --- valgrind/memcheck/tests/filter_stderr #1.9:1.10 @@ -16,4 +16,7 @@ sed "s/(in \/.*libc.*)$/(in \/...libc...)/" | +# Anonymise paths like "(within /foo/bar/libc-baz.so)" +sed "s/(within \/.*libc.*)$/(within \/...libc...)/" | + # Anonymise paths like "__libc_start_main (../foo/bar/libc-quux.c:129)" sed "s/__libc_\(.*\) (.*)$/__libc_\1 (...libc...)/" |