]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Suppress warning about associativity change for tests
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 27 Jun 2011 17:26:19 +0000 (17:26 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 27 Jun 2011 17:26:19 +0000 (17:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11840

cachegrind/tests/filter_stderr
callgrind/tests/filter_stderr

index 46340c93d77932df957e44b005a8d33db32db571..d6800cd651e68ab74aabeb4eb9c5033dd347296f 100755 (executable)
@@ -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"
index c791b6495b91f45a03bd0df1e7ff270dcd259ea5..9664d518c5ee99aa01c3650a00533a3243bd8a7c 100755 (executable)
@@ -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"