[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4303-g3708f83
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4303-g3708f83 |
Date: |
Tue, 14 Sep 2021 07:43:57 -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 3708f83a7407fa33ee04f8f56f75151080da62f5 (commit)
from 0bc02532d7fa333ac7067c1cb91506ad16485916 (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=3708f83a7407fa33ee04f8f56f75151080da62f5
commit 3708f83a7407fa33ee04f8f56f75151080da62f5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Sep 14 14:43:26 2021 +0300
Some MinGW tests now work. Remove expect failure messages.
diff --git a/test/ChangeLog b/test/ChangeLog
index f25469c..b6579bb 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXPECTED_FAIL_MINGW): Remove fmttest and
+ hsprint. They seem to work now. Thanks to Scott Deifik
+ <scottd.mail@sbcglobal.net> for the report.
+
2021-09-10 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): functab6, new test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 3663ac2..d9a52fc 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1578,8 +1578,8 @@ EXPECTED_FAIL_DJGPP = \
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \
- errno exitval2 fmttest fork fork2 fts functab5 \
- getfile getlnhd hsprint ignrcas3 inetdayt inetecht inf-nan-torture \
+ errno exitval2 fork fork2 fts functab5 \
+ getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \
mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout
diff --git a/test/Makefile.in b/test/Makefile.in
index 93d08f0..708e2b0 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1845,8 +1845,8 @@ EXPECTED_FAIL_DJGPP = \
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \
- errno exitval2 fmttest fork fork2 fts functab5 \
- getfile getlnhd hsprint ignrcas3 inetdayt inetecht inf-nan-torture \
+ errno exitval2 fork fork2 fts functab5 \
+ getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \
mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 6 ++++++
test/Makefile.am | 4 ++--
test/Makefile.in | 4 ++--
3 files changed, 10 insertions(+), 4 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-4303-g3708f83,
Arnold Robbins <=