[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, xgawk, updated. d6d6a4ac9c6eb33a71595fd5
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, xgawk, updated. d6d6a4ac9c6eb33a71595fd596b9a8f2db6444b7 |
Date: |
Sun, 01 Apr 2012 21:30:41 +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 has been updated
via d6d6a4ac9c6eb33a71595fd596b9a8f2db6444b7 (commit)
from 93ca7b261a2dad770be20328da1d747414d3e6d8 (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=d6d6a4ac9c6eb33a71595fd596b9a8f2db6444b7
commit d6d6a4ac9c6eb33a71595fd596b9a8f2db6444b7
Author: Andrew J. Schorr <address@hidden>
Date: Sun Apr 1 17:30:26 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()}; \
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, xgawk, updated. d6d6a4ac9c6eb33a71595fd596b9a8f2db6444b7,
Andrew J. Schorr <=