]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change the filter order. Filename base backtrace filtering
authorFlorian Krohm <florian@eich-krohm.de>
Wed, 5 Oct 2011 03:09:01 +0000 (03:09 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Wed, 5 Oct 2011 03:09:01 +0000 (03:09 +0000)
must come first before the filename gets changed to bogus.S
This should unbreak the failure on x86_64. But I can't test it.
We shall see.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12099

memcheck/tests/amd64-linux/filter_defcfaexpr

index cdb99e3bf140df454c9811974bf66424cc4f2968..cdb1a6c4562f93014c3275b2a2a142d896cd7bf9 100755 (executable)
@@ -23,6 +23,6 @@
 # stack given the unusual CFAs describing it.
 
 
+./filter_stderr "$@" | \
 sed "s/\/.*\/tests\/amd64-linux\/defcfaexpr/bogus.S:0/" | \
-      sed "s/(in /(/" | \
-      ./filter_stderr "$@"
+sed "s/(in /(/"