s390x machines z196 and zec12 have 4 levels of caches. Adopt the test suite


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13106 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr
index 8b9dd78..8f48d2b 100755
--- a/cachegrind/tests/filter_stderr
+++ b/cachegrind/tests/filter_stderr
@@ -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"
diff --git a/callgrind/tests/filter_stderr b/callgrind/tests/filter_stderr
index 3f6f448..e11afcf 100755
--- a/callgrind/tests/filter_stderr
+++ b/callgrind/tests/filter_stderr
@@ -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"