]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix minor problems in filters. This helps a couple of massif tests to pass.
authorNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 21:40:26 +0000 (21:40 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 13 Mar 2005 21:40:26 +0000 (21:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3348

addrcheck/tests/filter_stderr
massif/tests/filter_stderr
none/tests/filter_stderr

index b175b066102b2db6fb391fdd223fb4033c013e02..a1b22a50969dbdc033c5543ec7ad942fbfbf0325 100755 (executable)
@@ -6,7 +6,7 @@ dir=`dirname $0`
 
 $dir/../../memcheck/tests/filter_stderr |
 
-# Remove "Lackey, ..." line and the following copyright line.
+# Remove "Addrcheck, ..." line and the following copyright line.
 sed "/^Addrcheck, a fine-grained address checker./ , /./ d"
 
 
index ad6d3885551845125654ba8ecfd99684dee38b4b..852c6997accad251642282b6aee7ba48f004641b 100755 (executable)
@@ -4,6 +4,9 @@ dir=`dirname $0`
 
 $dir/../../tests/filter_stderr_basic                |
 
+# Remove "Massif, ..." line and the following copyright line.
+sed "/^Massif, a space profiler./ , /./ d" |
+
 # Remove numbers from all lines (and "(n/a)" strings)
 sed "s/\(Total spacetime:   \).*$/\1/" |
 sed "s/\(heap:              \).*$/\1/" |
index 0258a98db0174bf0b055f38003038240ecde73a8..adb76265ea649c48405e20bbab74241c2f84aee7 100755 (executable)
@@ -4,7 +4,7 @@ dir=`dirname $0`
 
 $dir/../../tests/filter_stderr_basic |
 
-# Remove "Corecheck, ..." line and the following copyright line.
+# Remove "Nulgrind, ..." line and the following copyright line.
 sed "/^Nulgrind, a binary JIT-compiler./ , /./ d" |
 
 # Anonymise addresses