From 9afc6fbfa4dcd84dbfa25905f4a3d65b11cc3588 Mon Sep 17 00:00:00 2001 From: cborntra Date: Wed, 7 Nov 2012 07:57:01 +0000 Subject: [PATCH] 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 --- cachegrind/tests/filter_stderr | 1 + callgrind/tests/filter_stderr | 1 + 2 files changed, 2 insertions(+) diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr index 8b9dd78ea..8f48d2b5c 100755 --- a/cachegrind/tests/filter_stderr +++ b/cachegrind/tests/filter_stderr @@ -17,6 +17,7 @@ perl -p -e 's/((I1|D1|LL|LLi|LLd) *(misses|miss rate):)[ 0-9,()+rdw%\.]*$/\1/' | 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 3f6f44862..e11afcf65 100755 --- a/callgrind/tests/filter_stderr +++ b/callgrind/tests/filter_stderr @@ -26,6 +26,7 @@ perl -p -e 's/((Branches|Mispredicts|Mispred rate):)[ 0-9,()+condi%\.]*$/\1/' | 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" -- 2.34.1