gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5373-gfaf32509


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5373-gfaf32509
Date: Fri, 13 Oct 2023 01:04:39 -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, master has been updated
       via  faf325093ec816105f7ccdfbcae169e213aa9fd4 (commit)
      from  936280d1555c2adc99d66b8d24347a16790aed5f (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=faf325093ec816105f7ccdfbcae169e213aa9fd4

commit faf325093ec816105f7ccdfbcae169e213aa9fd4
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Oct 13 08:04:07 2023 +0300

    Regenerate test/Makefile.in and pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index a44a59ad..9efa8635 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-13         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * Makefile.tst: Regenerated.
+
 2023-10-12  Eli Zaretskii  <eliz@gnu.org>
 
        * gawkmisc.pc (w32_wc_to_lc): New function.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 8981ed6f..35da5e88 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -336,9 +336,10 @@ NEED_LOCALE_RU = mtchi18n
 EXPECTED_FAIL_MINGW = \
        backbigs1 backsmalls1 clos1way6 close_status dbugeval4\
        devfd devfd1 devfd2 errno exitval2 fork fork2 fts functab5 \
-       getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \
-       iolint mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
-       pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout
+       getfile getlnhd gsubnulli18n ignrcas3 inetdayt inetecht \
+       inf-nan-torture iolint mbfw1 mbprintf1 mbprintf4 mbstr1 \
+       mbstr2 mtchi18n2 pid pipeio2 pty1 pty2 readdir rstest4 \
+       rstest5 status-close timeout unicode1
 
 
 # List of tests that fail on z/OS
@@ -1802,6 +1803,7 @@ gsubasgn:
 
 gsubnulli18n:
        @echo $@
+       @echo Expect $@ to fail with MinGW.
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -3637,6 +3639,7 @@ typeof6:
 
 unicode1:
        @echo $@
+       @echo Expect $@ to fail with MinGW.
        @-[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=ENU_USA.1252; export GAWKLOCALE; \
        AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
@@ -3758,6 +3761,7 @@ mtchi18n:
 
 mtchi18n2:
        @echo $@
+       @echo Expect $@ to fail with MinGW.
        @-[ -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/Makefile.in b/test/Makefile.in
index a614e5c9..c16e6278 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1946,9 +1946,10 @@ NEED_LOCALE_RU = mtchi18n
 EXPECTED_FAIL_MINGW = \
        backbigs1 backsmalls1 clos1way6 close_status dbugeval4\
        devfd devfd1 devfd2 errno exitval2 fork fork2 fts functab5 \
-       getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \
-       iolint mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
-       pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout
+       getfile getlnhd gsubnulli18n ignrcas3 inetdayt inetecht \
+       inf-nan-torture iolint mbfw1 mbprintf1 mbprintf4 mbstr1 \
+       mbstr2 mtchi18n2 pid pipeio2 pty1 pty2 readdir rstest4 \
+       rstest5 status-close timeout unicode1
 
 
 # List of tests that fail on z/OS

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

Summary of changes:
 pc/ChangeLog     |  4 ++++
 pc/Makefile.tst  | 10 +++++++---
 test/Makefile.in |  7 ++++---
 3 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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