aboutsummaryrefslogtreecommitdiff
path: root/helgrind/tests/filter_stderr
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-12-01 14:14:42 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2004-12-01 14:14:42 +0000
commitb9c427c63a278cc612ae0ec573be7bb1abaa447f (patch)
treefc0f93ec4ca6434149514690d565785619742f0f /helgrind/tests/filter_stderr
parent009af893ff43de8b9ee0fca5df5558ac40bac64b (diff)
downloadvalgrind-b9c427c63a278cc612ae0ec573be7bb1abaa447f.tar.gz
Changed message at the top of files, and the startup message, and the
string in valgrind.pc.in, so that they describe Valgrind as a "dynamic binary instrumentation framework", and don't mention platforms at all. I had to tweak the regtest filters a bit for this. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3178 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'helgrind/tests/filter_stderr')
-rwxr-xr-xhelgrind/tests/filter_stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/helgrind/tests/filter_stderr b/helgrind/tests/filter_stderr
index 92ce7c1b6..b8a0cf7aa 100755
--- a/helgrind/tests/filter_stderr
+++ b/helgrind/tests/filter_stderr
@@ -7,6 +7,9 @@ dir=`dirname $0`
$dir/../../tests/filter_stderr_basic |
$dir/../../tests/filter_addresses |
+# Remove "Helgrind, ..." line and the following copyright line.
+sed "/^Helgrind, a data race detector./ , /./ d" |
+
# Anonymise paths like "section of /foo/bar/helgrind/tests/baz)"
sed "s/section of \/.*helgrind\/tests.*$/section of \/...helgrind\/tests.../" |