From ddd11cf63864e22918fe50c661c0e47edc244f18 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Wed, 5 Oct 2011 03:09:01 +0000 Subject: [PATCH] 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 --- memcheck/tests/amd64-linux/filter_defcfaexpr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 /(/" -- 2.47.3