|
From: <sv...@va...> - 2009-02-16 00:54:46
|
Author: njn
Date: 2009-02-16 00:54:42 +0000 (Mon, 16 Feb 2009)
New Revision: 9177
Log:
Anonymise line numbers in h_intercepts.c. Makes bad_percentify pass.
Modified:
branches/DARWIN/exp-ptrcheck/tests/bad_percentify.stderr.exp-glibc28-amd64
branches/DARWIN/exp-ptrcheck/tests/filter_stderr
Modified: branches/DARWIN/exp-ptrcheck/tests/bad_percentify.stderr.exp-glibc28-amd64
===================================================================
--- branches/DARWIN/exp-ptrcheck/tests/bad_percentify.stderr.exp-glibc28-amd64 2009-02-16 00:42:10 UTC (rev 9176)
+++ branches/DARWIN/exp-ptrcheck/tests/bad_percentify.stderr.exp-glibc28-amd64 2009-02-16 00:54:42 UTC (rev 9177)
@@ -1,6 +1,6 @@
Invalid read of size 1
- at 0x........: strlen (h_intercepts.c:85)
+ at 0x........: strlen (h_intercepts.c:...)
by 0x........: ...
by 0x........: ...
by 0x........: VG_print_translation_stats (bad_percentify.c:88)
@@ -10,7 +10,7 @@
Actual: unknown
Invalid read of size 1
- at 0x........: strlen (h_intercepts.c:85)
+ at 0x........: strlen (h_intercepts.c:...)
by 0x........: ...
by 0x........: ...
by 0x........: VG_print_translation_stats (bad_percentify.c:93)
@@ -20,7 +20,7 @@
Actual: unknown
Invalid read of size 1
- at 0x........: strlen (h_intercepts.c:85)
+ at 0x........: strlen (h_intercepts.c:...)
by 0x........: ...
by 0x........: ...
by 0x........: VG_print_translation_stats (bad_percentify.c:98)
Modified: branches/DARWIN/exp-ptrcheck/tests/filter_stderr
===================================================================
--- branches/DARWIN/exp-ptrcheck/tests/filter_stderr 2009-02-16 00:42:10 UTC (rev 9176)
+++ branches/DARWIN/exp-ptrcheck/tests/filter_stderr 2009-02-16 00:54:42 UTC (rev 9177)
@@ -31,4 +31,8 @@
-e "s/printf (printf.c:[0-9]*)/.../" \
-e "s/strdup (strdup.c:[0-9]*)/.../" \
-e "s/pthread_key_create.c:[0-9]*/in \/...libpthread.../" \
--e "s/genops.c:[0-9]*/in \/...libc.../"
+-e "s/genops.c:[0-9]*/in \/...libc.../" |
+
+# Anonymise line numbers in h_intercepts.c.
+sed "s/h_intercepts.c:[0-9]*/h_intercepts.c:.../"
+
|