summaryrefslogtreecommitdiff
path: root/cachegrind
diff options
context:
space:
mode:
authorweidendo <weidendo@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-06-27 17:26:19 +0000
committerweidendo <weidendo@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-06-27 17:26:19 +0000
commit96795185e543edfafcd3a00c257cee5f87e156a3 (patch)
tree6f7f665953d63611dd072df6b91b086936784dee /cachegrind
parentb338a85f0a02cf6cb55063eb221476cea21885d4 (diff)
Suppress warning about associativity change for tests
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11840 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rwxr-xr-xcachegrind/tests/filter_stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr
index 46340c93..d6800cd6 100755
--- a/cachegrind/tests/filter_stderr
+++ b/cachegrind/tests/filter_stderr
@@ -19,5 +19,5 @@ 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: 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"