Filter out I-have-no-idea-what-your-caches-are message, so these tests

don't fail on ppc32.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5159
This commit is contained in:
Julian Seward 2005-11-17 10:56:08 +00:00
parent 3906739a17
commit 847c90dbfd

View File

@ -16,4 +16,5 @@ sed "s/\(\(I1\|D1\|L2\|L2i\|L2d\) *\(misses\|miss rate\):\)[ 0-9,()+rdw%\.]*$/\1
# Remove CPUID warnings lines for P4s and other machines
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 detected but ignored/d"
sed "/warning: L3 cache detected but ignored/d" |
sed "/Warning: Couldn't auto-detect cache config, using one or more defaults/d"