[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3106-g209b126 |
Date: |
Thu, 3 May 2018 17:30:35 -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, feature/improve-tests has been updated
via 209b126b2df746ee9809fe89139e650f7f1c6836 (commit)
from 4848cf431ef441774114ca2e2143420afec4d94e (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=209b126b2df746ee9809fe89139e650f7f1c6836
commit 209b126b2df746ee9809fe89139e650f7f1c6836
Author: Arnold D. Robbins <address@hidden>
Date: Thu May 3 17:30:18 2018 -0400
Remove clos1way5 from MinGW expected failures.
diff --git a/test/ChangeLog b/test/ChangeLog
index 9923e5d..7e9ede8 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-03 Arnold D. Robbins <address@hidden>
+
+ * Makefile.am (EXPECTED_FAIL_MINGW): Per Eli Z., remove clos1way5.
+
2018-04-30 Arnold D. Robbins <address@hidden>
* readdir0.awk: Handle symbolic links in the top level
diff --git a/test/Makefile.am b/test/Makefile.am
index 22e52ac..7edeaf7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1397,7 +1397,7 @@ EXPECTED_FAIL_DJGPP = \
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
- backbigs1 backsmalls1 clos1way5 clos1way6 devfd devfd1 devfd2 \
+ backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \
errno exitval2 fork fork2 fts getfile getlnhd ignrcas3 inetdayt \
inetecht mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 pid pipeio2 \
pty1 pty2 readdir readdir_test readdir_retest rstest4 rstest5 \
diff --git a/test/Makefile.in b/test/Makefile.in
index 5413d9f..39e6ea1 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1656,7 +1656,7 @@ EXPECTED_FAIL_DJGPP = \
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
- backbigs1 backsmalls1 clos1way5 clos1way6 devfd devfd1 devfd2 \
+ backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \
errno exitval2 fork fork2 fts getfile getlnhd ignrcas3 inetdayt \
inetecht mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 pid pipeio2 \
pty1 pty2 readdir readdir_test readdir_retest rstest4 rstest5 \
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 4 ++++
test/Makefile.am | 2 +-
test/Makefile.in | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3106-g209b126,
Arnold Robbins <=