summaryrefslogtreecommitdiff
path: root/callgrind
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2010-10-12 10:14:43 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2010-10-12 10:14:43 +0000
commit62622f4329f3414e97a462d9121be53726c0b815 (patch)
tree2852f610f42207e56de83814b662aacf94cbfdfd /callgrind
parent807725e486eb1f284767dd3cab9b15bf341b456e (diff)
Fix up printing of the can't-autodetect-params message and the
filtering out thereof, so as to make Cachegrind and Callgrind pass their regressiont tests on ARM-Linux. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11433 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'callgrind')
-rwxr-xr-xcallgrind/tests/filter_stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/callgrind/tests/filter_stderr b/callgrind/tests/filter_stderr
index 4a7326af..3114b472 100755
--- a/callgrind/tests/filter_stderr
+++ b/callgrind/tests/filter_stderr
@@ -26,4 +26,5 @@ 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: Cannot auto-detect cache config on PPC.., using one or more defaults/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"