[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4038-g80f5ff0
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4038-g80f5ff0 |
Date: |
Mon, 20 Jul 2020 04:51:40 -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 80f5ff05db1a2e3fa67c81eb1caf120156d3634f (commit)
from 44a30c40ecc28040f44944d2152919c643274ed4 (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=80f5ff05db1a2e3fa67c81eb1caf120156d3634f
commit 80f5ff05db1a2e3fa67c81eb1caf120156d3634f
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Jul 20 11:51:14 2020 +0300
Add posix_compare to list of expected z/OS test failures.
diff --git a/test/ChangeLog b/test/ChangeLog
index 735d6b9..311614e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXPECTED_FAIL_ZOS): Add posix_compare to the list.
+
2020-07-12 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): Remove arrdbug-mpfr.ok and
diff --git a/test/Makefile.am b/test/Makefile.am
index 94f6775..85342f0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1554,6 +1554,7 @@ EXPECTED_FAIL_ZOS = \
ignrcas2 lc_num1 localenl localenl mbfw1 mbprintf1 mbprintf2 \
mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n nlstringtest \
nofile nonfatal2 numrange printhuge profile5 profile5 rebt8b2 \
+ posix_compare \
regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space sprintfc \
subamp subi18n symtab1 symtab11 symtab8 timeout wideidx wideidx2 \
widesub widesub2 widesub3 widesub4
diff --git a/test/Makefile.in b/test/Makefile.in
index 6d0637b..838f108 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1820,6 +1820,7 @@ EXPECTED_FAIL_ZOS = \
ignrcas2 lc_num1 localenl localenl mbfw1 mbprintf1 mbprintf2 \
mbprintf3 mbprintf4 mbprintf5 mbstr1 mbstr2 mtchi18n nlstringtest \
nofile nonfatal2 numrange printhuge profile5 profile5 rebt8b2 \
+ posix_compare \
regrange reint2 rri1 sigpipe1 sort1 sortfor sortu space sprintfc \
subamp subi18n symtab1 symtab11 symtab8 timeout wideidx wideidx2 \
widesub widesub2 widesub3 widesub4
@@ -3695,7 +3696,7 @@ pcntplus:
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
posix_compare:
- @echo $@
+ @echo $@ $(ZOS_FAIL)
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
AWKPATH="$(srcdir)" $(AWK) -f $@.awk --posix >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
diff --git a/test/Maketests b/test/Maketests
index 2ef37ca..3433c65 100644
--- a/test/Maketests
+++ b/test/Maketests
@@ -801,7 +801,7 @@ pcntplus:
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
posix_compare:
- @echo $@
+ @echo $@ $(ZOS_FAIL)
@[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE; \
AWKPATH="$(srcdir)" $(AWK) -f $@.awk --posix >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 1 +
test/Makefile.in | 3 ++-
test/Maketests | 2 +-
4 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4038-g80f5ff0,
Arnold Robbins <=