[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-3100-g5217070 |
Date: |
Tue, 24 Apr 2018 05:43:43 -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 52170702e9f52b5233f61f33c460087244ae525e (commit)
from f1d3943e11b90ba08d06dc2369d1e784f23518f6 (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=52170702e9f52b5233f61f33c460087244ae525e
commit 52170702e9f52b5233f61f33c460087244ae525e
Author: Arnold D. Robbins <address@hidden>
Date: Tue Apr 24 12:43:20 2018 +0300
Still more improvements for pc test suite.
diff --git a/test/ChangeLog b/test/ChangeLog
index d0dbc97..5bcda2f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
+2018-04-24 Scott Deifik <address@hidden>
+
+ * Makefile.am (EXPECTED_FAIL_MINGW): Add clos1way5.
+
+2018-04-24 Juan Manuel Guerrero <address@hidden>
+
+ * Makefile.am (EXPECTED_FAIL_DJGPP): Add mpfrsqrt.
+
2018-04-23 Arnold D. Robbins <address@hidden>
* Makefile.am (EXPECTED_FAIL_MINGW): Remove fmtspcl and
diff --git a/test/Makefile.am b/test/Makefile.am
index 940812b..22e52ac 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1392,15 +1392,16 @@ EXPECTED_FAIL_DJGPP = \
clos1way3 clos1way4 clos1way5 clos1way6 errno getlndir \
getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \
inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \
- mbstr1 mbstr2 nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
+ mbstr1 mbstr2 mpfrsqrt nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
regx8bit strtod sigpipe1 timeout
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
- 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 status-close timeout
+ backbigs1 backsmalls1 clos1way5 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 \
+ status-close timeout
# List of the files that appear in manual tests or are for reserve testing:
GENTESTS_UNUSED = Makefile.in checknegtime.awk dtdgport.awk gtlnbufv.awk \
diff --git a/test/Makefile.in b/test/Makefile.in
index 8eb384c..5413d9f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1650,16 +1650,17 @@ EXPECTED_FAIL_DJGPP = \
clos1way3 clos1way4 clos1way5 clos1way6 errno getlndir \
getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \
inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \
- mbstr1 mbstr2 nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
+ mbstr1 mbstr2 mpfrsqrt nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
regx8bit strtod sigpipe1 timeout
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
- 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 status-close timeout
+ backbigs1 backsmalls1 clos1way5 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 \
+ status-close timeout
# List of the files that appear in manual tests or are for reserve testing:
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 8 ++++++++
test/Makefile.am | 11 ++++++-----
test/Makefile.in | 11 ++++++-----
3 files changed, 20 insertions(+), 10 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-3100-g5217070,
Arnold Robbins <=