]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Move the functionality from filter_threadnums into filter_stderr, so that
authorJulian Seward <jseward@acm.org>
Thu, 18 Dec 2008 08:27:32 +0000 (08:27 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 18 Dec 2008 08:27:32 +0000 (08:27 +0000)
commitb78563919c9fd6f0a193ab93893f192aa63afdc4
tree11fc0d102e983c2543768943a91ea1c14ac14ce2
parent84137d391d61f8bc810d341deb18e49ed634137a
Move the functionality from filter_threadnums into filter_stderr, so that
it applies to all tests.  Then remove all references to filter_threadnums.

Also:

* match and transform not only "Thread #n" and "thread #n"
  but also "Thread n" and "thread n", where n is [0-9][0-9]*.

* use -e ... for the sed commands where possible, to reduce the number
  of processes that have to be started

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8839
helgrind/tests/Makefile.am
helgrind/tests/filter_stderr
helgrind/tests/filter_threadnums [deleted file]
helgrind/tests/pth_barrier1.vgtest
helgrind/tests/pth_barrier2.vgtest
helgrind/tests/pth_barrier3.vgtest
helgrind/tests/tc21_pthonce.vgtest