|
From: <sv...@va...> - 2011-06-27 17:31:10
|
Author: weidendo Date: 2011-06-27 18:26:19 +0100 (Mon, 27 Jun 2011) New Revision: 11840 Log: Suppress warning about associativity change for tests Modified: trunk/cachegrind/tests/filter_stderr trunk/callgrind/tests/filter_stderr Modified: trunk/cachegrind/tests/filter_stderr =================================================================== --- trunk/cachegrind/tests/filter_stderr 2011-06-26 19:57:26 UTC (rev 11839) +++ trunk/cachegrind/tests/filter_stderr 2011-06-27 17:26:19 UTC (rev 11840) @@ -19,5 +19,5 @@ 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" Modified: trunk/callgrind/tests/filter_stderr =================================================================== --- trunk/callgrind/tests/filter_stderr 2011-06-26 19:57:26 UTC (rev 11839) +++ trunk/callgrind/tests/filter_stderr 2011-06-27 17:26:19 UTC (rev 11840) @@ -28,4 +28,5 @@ 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" |