mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Suppress warning about associativity change for tests
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11840
This commit is contained in:
parent
70af73cc4f
commit
04003f215d
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user