output more vigorously.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1612
--- /dev/null
+#! /bin/sh
+
+./filter_stderr | \
+sed "s/: fooble ([^)]*)/: fooble (...)/"
+
--- /dev/null
+#! /bin/sh
+
+./filter_stderr | \
+sed "s/: get ([^)]*)/: get (...)/" | \
+sed "s/: main ([^)]*)/: main (...)/"
+
Conditional jump or move depends on uninitialised value(s)
- at 0x........: fooble (in /.../tests/pushfpopf)
+ at 0x........: fooble (...)
by 0x........: main (pushfpopf_c.c:12)
by 0x........: __libc_start_main (...libc...)
by 0x........: (within /.../tests/pushfpopf)
prog: pushfpopf
+stderr_filter: filter_pushfpopf
Conditional jump or move depends on uninitialised value(s)
- at 0x........: get (in /.../tests/tronical)
- by 0x........: main (in /.../tests/tronical)
+ at 0x........: get (...)
+ by 0x........: main (...)
by 0x........: __libc_start_main (...libc...)
by 0x........: (within /.../tests/tronical)
prog: tronical
+stderr_filter: filter_tronical