From: Florian Krohm Date: Wed, 5 Oct 2011 03:09:01 +0000 (+0000) Subject: Change the filter order. Filename base backtrace filtering X-Git-Tag: svn/VALGRIND_3_7_0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddd11cf63864e22918fe50c661c0e47edc244f18;p=thirdparty%2Fvalgrind.git Change the filter order. Filename base backtrace filtering 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 --- diff --git a/memcheck/tests/amd64-linux/filter_defcfaexpr b/memcheck/tests/amd64-linux/filter_defcfaexpr index cdb99e3bf1..cdb1a6c456 100755 --- a/memcheck/tests/amd64-linux/filter_defcfaexpr +++ b/memcheck/tests/amd64-linux/filter_defcfaexpr @@ -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 /(/"