[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-469
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-469-g2f19ce4 |
Date: |
Sat, 01 Nov 2014 19:36:00 +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, gawk-4.1-stable has been updated
via 2f19ce406c3c350dcf6de6454d5c7e1bd7755c24 (commit)
from c2cda8d3736b59738f579fce748e94ca109ccc58 (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=2f19ce406c3c350dcf6de6454d5c7e1bd7755c24
commit 2f19ce406c3c350dcf6de6454d5c7e1bd7755c24
Author: Arnold D. Robbins <address@hidden>
Date: Sat Nov 1 21:35:43 2014 +0200
Fix profile6 test.
diff --git a/test/ChangeLog b/test/ChangeLog
index c9fe4a2..7899db9 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-01 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (profile6): Actually run profiling. Should make test
+ output consistent with what's in master.
+ * profile6.ok: Updated.
+
2014-10-30 Arnold D. Robbins <address@hidden>
* Makefile.am (profile6): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 1553950..fe8806a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1703,7 +1703,7 @@ profile5:
profile6:
@echo $@
- @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden >
/dev/null
+ $(AWK) address@hidden -f "$(srcdir)"/address@hidden > /dev/null
@sed 1,2d < address@hidden > _$@; rm address@hidden
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
diff --git a/test/Makefile.in b/test/Makefile.in
index 9e56dbf..48e9d9b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2127,7 +2127,7 @@ profile5:
profile6:
@echo $@
- @GAWK_NO_PP_RUN=1 $(AWK) address@hidden -f "$(srcdir)"/address@hidden >
/dev/null
+ $(AWK) address@hidden -f "$(srcdir)"/address@hidden > /dev/null
@sed 1,2d < address@hidden > _$@; rm address@hidden
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
diff --git a/test/profile6.ok b/test/profile6.ok
index 86ff68a..0c9486c 100644
--- a/test/profile6.ok
+++ b/test/profile6.ok
@@ -1,10 +1,10 @@
# BEGIN rule(s)
BEGIN {
- x = 3
- print -(-x)
- Q = "|"
- print -3 Q (-4)
- print -3 Q (-4) (-5)
+ 1 x = 3
+ 1 print -(-x)
+ 1 Q = "|"
+ 1 print -3 Q (-4)
+ 1 print -3 Q (-4) (-5)
}
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 6 ++++++
test/Makefile.am | 2 +-
test/Makefile.in | 2 +-
test/profile6.ok | 10 +++++-----
4 files changed, 13 insertions(+), 7 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-469-g2f19ce4,
Arnold Robbins <=