[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. b50ab48160736da057107f5
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. b50ab48160736da057107f5565c68c7e17877793 |
Date: |
Fri, 15 Apr 2011 10:52:14 +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, master has been updated
via b50ab48160736da057107f5565c68c7e17877793 (commit)
from 338600c0115fa68fe85c4d601e85bf16965d3a91 (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=b50ab48160736da057107f5565c68c7e17877793
commit b50ab48160736da057107f5565c68c7e17877793
Author: Arnold D. Robbins <address@hidden>
Date: Fri Apr 15 13:51:38 2011 +0300
Add new test from John Haque.
diff --git a/test/ChangeLog b/test/ChangeLog
index 2f5a461..94bf692 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+Fri Apr 15 13:49:36 2011 Arnold D. Robbins <address@hidden>
+
+ * ofmta.awk, ofmta.ok: New files from John Haque.
+ * Makefile.am (ofmta): New test.
+
Thu Apr 7 21:44:06 2011 Arnold D. Robbins <address@hidden>
* arraysort.awk, arraysort.ok: Added more test cases.
diff --git a/test/Makefile.am b/test/Makefile.am
index ad44ffa..321cbde 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -471,6 +471,8 @@ EXTRA_DIST = \
ofmt.awk \
ofmt.in \
ofmt.ok \
+ ofmta.awk \
+ ofmta.ok \
ofmtbig.awk \
ofmtbig.in \
ofmtbig.ok \
@@ -752,7 +754,7 @@ BASIC_TESTS = addcomma anchgsub argarray arrayparm
arrayprm2 arrayprm3 \
minusstr mmap8k mtchi18n nasty nasty2 negexp negrange nested next \
nfldstr nfneg \
nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 \
- noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt \
+ noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt ofmta
\
ofmtbig ofmtfidl ofmts onlynl opasnidx opasnslf paramdup paramres \
paramtyp parse1 parsefld parseme pcntplus prdupval prec printf0 \
printf1 prmarscl prmreuse prt1eval prtoeval posix2008sub rand range1 \
diff --git a/test/Makefile.in b/test/Makefile.in
index 7e57d7e..8319041 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -656,6 +656,8 @@ EXTRA_DIST = \
ofmt.awk \
ofmt.in \
ofmt.ok \
+ ofmta.awk \
+ ofmta.ok \
ofmtbig.awk \
ofmtbig.in \
ofmtbig.ok \
@@ -937,7 +939,7 @@ BASIC_TESTS = addcomma anchgsub argarray arrayparm
arrayprm2 arrayprm3 \
minusstr mmap8k mtchi18n nasty nasty2 negexp negrange nested next \
nfldstr nfneg \
nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 \
- noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt \
+ noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt ofmta
\
ofmtbig ofmtfidl ofmts onlynl opasnidx opasnslf paramdup paramres \
paramtyp parse1 parsefld parseme pcntplus prdupval prec printf0 \
printf1 prmarscl prmreuse prt1eval prtoeval posix2008sub rand range1 \
@@ -2213,6 +2215,11 @@ ofmt:
@AWKPATH=$(srcdir) $(AWK) -f address@hidden < $(srcdir)/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+ofmta:
+ @echo ofmta
+ @AWKPATH=$(srcdir) $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+
ofmtbig:
@echo ofmtbig
@AWKPATH=$(srcdir) $(AWK) -f address@hidden < $(srcdir)/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
diff --git a/test/Maketests b/test/Maketests
index 70b7df6..2f2ff93 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -510,6 +510,11 @@ ofmt:
@AWKPATH=$(srcdir) $(AWK) -f address@hidden < $(srcdir)/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
@-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+ofmta:
+ @echo ofmta
+ @AWKPATH=$(srcdir) $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
+ @-$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@
+
ofmtbig:
@echo ofmtbig
@AWKPATH=$(srcdir) $(AWK) -f address@hidden < $(srcdir)/address@hidden
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Makefile.am | 4 +++-
test/Makefile.in | 9 ++++++++-
test/Maketests | 5 +++++
4 files changed, 21 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. b50ab48160736da057107f5565c68c7e17877793,
Arnold Robbins <=