|
From: <sv...@va...> - 2010-10-07 13:33:37
|
Author: sewardj Date: 2010-10-07 14:33:28 +0100 (Thu, 07 Oct 2010) New Revision: 11411 Log: Update stderr filters so that regtests pass on machines with 3-level caches. Modified: trunk/cachegrind/tests/filter_stderr trunk/callgrind/tests/filter_stderr Modified: trunk/cachegrind/tests/filter_stderr =================================================================== --- trunk/cachegrind/tests/filter_stderr 2010-10-07 10:46:15 UTC (rev 11410) +++ trunk/cachegrind/tests/filter_stderr 2010-10-07 13:33:28 UTC (rev 11411) @@ -16,5 +16,5 @@ # Remove CPUID warnings lines for P4s and other machines sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" | sed "/Simulating a 16 KB I-cache with 32 B lines/d" | -sed "/warning: L3 cache detected but ignored/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" Modified: trunk/callgrind/tests/filter_stderr =================================================================== --- trunk/callgrind/tests/filter_stderr 2010-10-07 10:46:15 UTC (rev 11410) +++ trunk/callgrind/tests/filter_stderr 2010-10-07 13:33:28 UTC (rev 11411) @@ -25,5 +25,5 @@ # Remove CPUID warnings lines for P4s and other machines sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" | sed "/Simulating a 16 KB I-cache with 32 B lines/d" | -sed "/warning: L3 cache detected but ignored/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" |