mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
3906739a17
commit
847c90dbfd
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user