[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-3098-g182b2bb |
Date: |
Sun, 22 Apr 2018 14:20:00 -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 182b2bbb8e05961628d3011f41bdf5ea7bac4f0d (commit)
from f0bcb9f523c3be397c44b29990419d1b90f21bef (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=182b2bbb8e05961628d3011f41bdf5ea7bac4f0d
commit 182b2bbb8e05961628d3011f41bdf5ea7bac4f0d
Author: Arnold D. Robbins <address@hidden>
Date: Sun Apr 22 21:19:42 2018 +0300
Update list of tests that fail on DJGPP.
diff --git a/test/ChangeLog b/test/ChangeLog
index 8d7c7b0..05bad12 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-22 Juan Manuel Guerrero <address@hidden>
+
+ * Makefile.am (EXPECTED_FAIL_DJGPP): Add gnuops3, gnureops,
+ regx8bit and sigpipe1 to the list.
+
2018-04-20 Arnold D. Robbins <address@hidden>
* Makefile.am (readdir_retest): Use $(srcdir) to reference source
diff --git a/test/Makefile.am b/test/Makefile.am
index f57a8af..4ba3253 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1386,13 +1386,14 @@ NEED_LOCALE_JP = mbprintf2
NEED_LOCALE_RU = mtchi18n
-# List of tests that fail on DGJPP
+# List of tests that fail on DJGPP
EXPECTED_FAIL_DJGPP = \
backbigs1 backsmalls1 backw beginfile1 clos1way clos1way2 \
clos1way3 clos1way4 clos1way5 clos1way6 errno getlndir \
- getlnhd id ignrcas3 inetdayt inetdayu inetecht inetechu \
- inftest jarebug mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
- nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 strtod timeout
+ getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \
+ inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \
+ mbstr1 mbstr2 nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
+ regx8bit strtod sigpipe1 timeout
# List of tests that fail on MinGW
EXPECTED_FAIL_MINGW = \
diff --git a/test/Makefile.in b/test/Makefile.in
index 5eed483..7422b8d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1644,13 +1644,14 @@ NEED_LOCALE_EN = \
NEED_LOCALE_JP = mbprintf2
NEED_LOCALE_RU = mtchi18n
-# List of tests that fail on DGJPP
+# List of tests that fail on DJGPP
EXPECTED_FAIL_DJGPP = \
backbigs1 backsmalls1 backw beginfile1 clos1way clos1way2 \
clos1way3 clos1way4 clos1way5 clos1way6 errno getlndir \
- getlnhd id ignrcas3 inetdayt inetdayu inetecht inetechu \
- inftest jarebug mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \
- nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 strtod timeout
+ getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \
+ inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \
+ mbstr1 mbstr2 nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \
+ regx8bit strtod sigpipe1 timeout
# List of tests that fail on MinGW
-----------------------------------------------------------------------
Summary of changes:
test/ChangeLog | 5 +++++
test/Makefile.am | 9 +++++----
test/Makefile.in | 9 +++++----
3 files changed, 15 insertions(+), 8 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-3098-g182b2bb,
Arnold Robbins <=