]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter out I-have-no-idea-what-your-caches-are message, so these tests
authorJulian Seward <jseward@acm.org>
Thu, 17 Nov 2005 10:56:08 +0000 (10:56 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 17 Nov 2005 10:56:08 +0000 (10:56 +0000)
don't fail on ppc32.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5159

cachegrind/tests/filter_stderr

index f43e5d5534781b254065c602943e6ad4df78a75e..e7240f6aed1c8eec303cce8892927cf095ddb9e8 100755 (executable)
@@ -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"