|
From: <sv...@va...> - 2011-10-05 03:14:13
|
Author: florian Date: 2011-10-05 04:09:01 +0100 (Wed, 05 Oct 2011) New Revision: 12099 Log: 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. Modified: trunk/memcheck/tests/amd64-linux/filter_defcfaexpr Modified: trunk/memcheck/tests/amd64-linux/filter_defcfaexpr =================================================================== --- trunk/memcheck/tests/amd64-linux/filter_defcfaexpr 2011-10-05 02:34:33 UTC (rev 12098) +++ trunk/memcheck/tests/amd64-linux/filter_defcfaexpr 2011-10-05 03:09:01 UTC (rev 12099) @@ -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 /(/" |