[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. f53d7e7b6afd4fbbc0
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, xgawk-build, updated. f53d7e7b6afd4fbbc00c89a19d595c29998633c6 |
Date: |
Sun, 01 Apr 2012 21:30:43 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, xgawk-build has been updated
via f53d7e7b6afd4fbbc00c89a19d595c29998633c6 (commit)
from bcdea5969e5b16d5c5169488431778a704207a4e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f53d7e7b6afd4fbbc00c89a19d595c29998633c6
commit f53d7e7b6afd4fbbc00c89a19d595c29998633c6
Author: Andrew J. Schorr <address@hidden>
Date: Sun Apr 1 17:30:32 2012 -0400
Update valgrind-scan rule.
diff --git a/test/ChangeLog b/test/ChangeLog
index c16e5ec..236288e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-01 Andrew J. Schorr <address@hidden>
+
+ * Makefile.am (valgrind-scan): Update to match modern valgrind output.
+
2011-12-26 John Haque <address@hidden>
* badargs.ok: Adjust for new and changed command line options.
diff --git a/test/Makefile.am b/test/Makefile.am
index 943dbd9..afd9829 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1483,8 +1483,8 @@ valgrind-scan:
function show() {if (cmd) {printf "%s: %s\n",FILENAME,cmd; cmd = ""}; \
printf "\t%s\n",$$0}; \
{$$1 = ""}; \
- /Prog and args are:/ {incmd = 1; cmd = ""; next}; \
- incmd {if (NF == 1) incmd = 0; else {cmd = (cmd $$0); next}}; \
+ $$2 == "Command:" {incmd = 1; $$2 = ""; cmd = $$0; next}; \
+ incmd {if (/Parent PID:/) incmd = 0; else {cmd = (cmd $$0); next}}; \
/ERROR SUMMARY:/ && !/: 0 errors from 0 contexts/ {show()}; \
/definitely lost:/ && !/: 0 bytes in 0 blocks/ {show()}; \
/possibly lost:/ && !/: 0 bytes in 0 blocks/ {show()}; \
diff --git a/test/Makefile.in b/test/Makefile.in
index fa48f67..075d52f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3055,8 +3055,8 @@ valgrind-scan:
function show() {if (cmd) {printf "%s: %s\n",FILENAME,cmd; cmd = ""}; \
printf "\t%s\n",$$0}; \
{$$1 = ""}; \
- /Prog and args are:/ {incmd = 1; cmd = ""; next}; \
- incmd {if (NF == 1) incmd = 0; else {cmd = (cmd $$0); next}}; \
+ $$2 == "Command:" {incmd = 1; $$2 = ""; cmd = $$0; next}; \
+ incmd {if (/Parent PID:/) incmd = 0; else {cmd = (cmd $$0); next}}; \
/ERROR SUMMARY:/ && !/: 0 errors from 0 contexts/ {show()}; \
/definitely lost:/ && !/: 0 bytes in 0 blocks/ {show()}; \
/possibly lost:/ && !/: 0 bytes in 0 blocks/ {show()}; \
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 4 ++--
test/Makefile.in | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, xgawk-build, updated. f53d7e7b6afd4fbbc00c89a19d595c29998633c6,
Andrew J. Schorr <=