|
From: <sv...@va...> - 2012-11-07 07:57:14
|
cborntra 2012-11-07 07:57:01 +0000 (Wed, 07 Nov 2012)
New Revision: 13106
Log:
s390x machines z196 and zec12 have 4 levels of caches. Adopt the test suite
Modified files:
trunk/cachegrind/tests/filter_stderr
trunk/callgrind/tests/filter_stderr
Modified: trunk/cachegrind/tests/filter_stderr (+1 -0)
===================================================================
--- trunk/cachegrind/tests/filter_stderr 2012-11-06 22:47:00 +00:00 (rev 13105)
+++ trunk/cachegrind/tests/filter_stderr 2012-11-07 07:57:01 +00:00 (rev 13106)
@@ -17,6 +17,7 @@
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 found, using its data for the LL simulation./d" |
+sed "/warning: L4 cache found, using its data for the LL simulation./d" |
sed "/Warning: Cannot auto-detect cache config, using defaults./d" |
sed "/Run with -v to see./d" |
sed "/warning: pretending that LL cache has associativity .*$/d"
Modified: trunk/callgrind/tests/filter_stderr (+1 -0)
===================================================================
--- trunk/callgrind/tests/filter_stderr 2012-11-06 22:47:00 +00:00 (rev 13105)
+++ trunk/callgrind/tests/filter_stderr 2012-11-07 07:57:01 +00:00 (rev 13106)
@@ -26,6 +26,7 @@
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 found, using its data for the LL simulation./d" |
+sed "/warning: L4 cache found, using its data for the LL simulation./d" |
sed "/Warning: Cannot auto-detect cache config, using defaults./d" |
sed "/Run with -v to see./d" |
sed "/warning: pretending that LL cache has associativity .*$/d"
|