From: Josef Weidendorfer Date: Mon, 27 Jun 2011 17:26:19 +0000 (+0000) Subject: Suppress warning about associativity change for tests X-Git-Tag: svn/VALGRIND_3_7_0~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04003f215ddc9bc301d5746e2ec768d32fd29ade;p=thirdparty%2Fvalgrind.git Suppress warning about associativity change for tests git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11840 --- diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr index 46340c93d7..d6800cd651 100755 --- a/cachegrind/tests/filter_stderr +++ b/cachegrind/tests/filter_stderr @@ -19,5 +19,5 @@ sed "/Simulating a 16 KB I-cache with 32 B lines/d" | sed "/warning: L3 cache found, using its data for the LL simulation./d" | sed "/Warning: Cannot auto-detect cache config on PPC.., using one or more defaults/d" | sed "/Warning: Cannot auto-detect cache config on ARM, using one or more defaults/d" | -sed "/Warning: Cannot auto-detect cache config on s390x, using one or more defaults/d" - +sed "/Warning: Cannot auto-detect cache config on s390x, using one or more defaults/d" | +sed "/warning: pretending that LL cache has associativity .*$/d" diff --git a/callgrind/tests/filter_stderr b/callgrind/tests/filter_stderr index c791b6495b..9664d518c5 100755 --- a/callgrind/tests/filter_stderr +++ b/callgrind/tests/filter_stderr @@ -28,4 +28,5 @@ sed "/Simulating a 16 KB I-cache with 32 B lines/d" | sed "/warning: L3 cache found, using its data for the LL simulation./d" | sed "/Warning: Cannot auto-detect cache config on PPC.., using one or more defaults/d" | sed "/Warning: Cannot auto-detect cache config on ARM, using one or more defaults/d" | -sed "/Warning: Cannot auto-detect cache config on s390x, using one or more defaults/d" +sed "/Warning: Cannot auto-detect cache config on s390x, using one or more defaults/d" | +sed "/warning: pretending that LL cache has associativity .*$/d"