Suppress warning about associativity change for tests

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11840
This commit is contained in:
Josef Weidendorfer 2011-06-27 17:26:19 +00:00
parent 70af73cc4f
commit 04003f215d
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -28,4 +28,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"