gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4326-g6ec425b


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4326-g6ec425b
Date: Wed, 13 Oct 2021 03:21:16 -0400 (EDT)

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-5.1-stable has been updated
       via  6ec425b587210dddba6dd1a0f3f009f7163ce081 (commit)
      from  6db264b1f346896f18fa705023594e5d4d789f04 (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=6ec425b587210dddba6dd1a0f3f009f7163ce081

commit 6ec425b587210dddba6dd1a0f3f009f7163ce081
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Oct 13 10:20:54 2021 +0300

    Test Makefile changes for z/OS.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index cfe6ab7..366f5f0 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.tst: Regenerated.
+
 2021-09-17         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.tst: Regenerated.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 34e8e39..d0a458e 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -340,9 +340,9 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 concat4 \
+       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
        dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 localenl mbfw1 mbprintf1 \
+       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
        mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
        nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
        profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
@@ -832,8 +832,8 @@ profile3:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 profile5:
-       @echo $@
-       @AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
+       @echo $@ $(ZOS_FAIL)
+       @-AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
        @cat _$@.err >> _$@ ; rm -f _$@.err
        @-$(TESTOUTCMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -1209,7 +1209,7 @@ nonfatal1:
 
 # 4/2018: On first call to $(CMP), send to /dev/null even with -s for MinGW.
 nlstringtest::
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=FRA_FRA.1252 ; export GAWKLOCALE ; 
\
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk "$(srcdir)" >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-if $(CMP) -s "$(srcdir)"/nlstringtest-nogettext.ok _$@ > /dev/null ; \
@@ -1235,7 +1235,7 @@ typedregex4:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 iolint:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo hello > 'echo hello'
        @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -2629,7 +2629,7 @@ clos1way6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 commas:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
diff --git a/test/ChangeLog b/test/ChangeLog
index 553ba2b..d7c6f6d 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2021-10-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Gentest: Add check for ZOS_FAIL targets that have to
+       be edited manually.
+       * Makefile.am: Update relevant targets.
+
 2021-09-27         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 
        * ordchr.awk, ordchr.awk: Add test for ord signedness.
diff --git a/test/Gentests b/test/Gentests
index ada5181..d799c9e 100755
--- a/test/Gentests
+++ b/test/Gentests
@@ -137,7 +137,7 @@ BEGIN {
        next
 }
 
-/^[[:alpha:]_][[:alnum:]_]*:/ {
+/^[[:alpha:]_][-[:alnum:]_]*:/ {
        # remember all targets from Makefile.am
        sub(/:.*/,"")
        targets[$0]
@@ -300,6 +300,9 @@ END {
                for (y in locale_tests[x])
                        if (!(y in targets))
                                printf("WARNING: Locale `%s' target `%s' is 
missing.\n", x, y) > "/dev/stderr"
+       if ("check_zos" in ENVIRON)
+               for (x in zos_fail)
+                       printf "WARNING: check target `%s' for $(ZOS_FAIL).\n", 
x > "/dev/stderr"
 
        for (x in files)
                if (!(x in unused) && \
diff --git a/test/Makefile.am b/test/Makefile.am
index 7cd73d1..d617cae 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1585,9 +1585,9 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 concat4 \
+       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
        dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 localenl mbfw1 mbprintf1 \
+       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
        mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
        nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
        profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
@@ -2083,8 +2083,8 @@ profile3:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 profile5:
-       @echo $@
-       @AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
+       @echo $@ $(ZOS_FAIL)
+       @-AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
        @cat _$@.err >> _$@ ; rm -f _$@.err
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -2454,7 +2454,7 @@ nonfatal1:
 
 # 4/2018: On first call to $(CMP), send to /dev/null even with -s for MinGW.
 nlstringtest::
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 ; export GAWKLOCALE ; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk "$(srcdir)" >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-if $(CMP) -s "$(srcdir)"/nlstringtest-nogettext.ok _$@ > /dev/null ; \
@@ -2482,7 +2482,7 @@ typedregex4:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 iolint:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo hello > 'echo hello'
        @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
diff --git a/test/Makefile.in b/test/Makefile.in
index 1b4ec17..2011d89 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1853,9 +1853,9 @@ EXPECTED_FAIL_MINGW = \
 # List of tests that fail on z/OS
 EXPECTED_FAIL_ZOS = \
        aasort aasorti arraysort asort asorti backbigs1 backsmalls1 \
-       backsmalls2 beginfile1 beginfile2 charasbytes clos1way6 concat4 \
+       backsmalls2 beginfile1 beginfile2 charasbytes commas clos1way6 concat4 \
        dfamb1 double1 double2 errno fmttest forcenum getlndir gsubtst5 \
-       ignrcas2 inf-nan-torture iolint lc_num1 localenl mbfw1 mbprintf1 \
+       ignrcas2 inf-nan-torture iolint lc_num1 mbfw1 mbprintf1 \
        mbprintf2 mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n \
        nlstringtest nofile nonfatal2 numrange posix_compare printhuge \
        profile5 rebt8b2 regrange reint2 rri1 sigpipe1 sort1 sortfor \
@@ -2537,8 +2537,8 @@ profile3:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 profile5:
-       @echo $@
-       @AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
+       @echo $@ $(ZOS_FAIL)
+       @-AWKPATH="$(srcdir)" $(AWK) --pretty=_$@ -f $@.awk 2> _$@.err
        @cat _$@.err >> _$@ ; rm -f _$@.err
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
@@ -2905,7 +2905,7 @@ nonfatal1:
 
 # 4/2018: On first call to $(CMP), send to /dev/null even with -s for MinGW.
 nlstringtest::
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 ; export GAWKLOCALE ; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk "$(srcdir)" >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-if $(CMP) -s "$(srcdir)"/nlstringtest-nogettext.ok _$@ > /dev/null ; \
@@ -2931,7 +2931,7 @@ typedregex4:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 iolint:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @echo hello > 'echo hello'
        @AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -4310,7 +4310,7 @@ clos1way6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 commas:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
diff --git a/test/Maketests b/test/Maketests
index 5558ae7..c5c9104 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -1367,7 +1367,7 @@ clos1way6:
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 
 commas:
-       @echo $@
+       @echo $@ $(ZOS_FAIL)
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@

-----------------------------------------------------------------------

Summary of changes:
 pc/ChangeLog     |  4 ++++
 pc/Makefile.tst  | 14 +++++++-------
 test/ChangeLog   |  6 ++++++
 test/Gentests    |  5 ++++-
 test/Makefile.am | 12 ++++++------
 test/Makefile.in | 14 +++++++-------
 test/Maketests   |  2 +-
 7 files changed, 35 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]