[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-290
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2904-gc5e244d |
Date: |
Fri, 26 Jan 2018 04:08:35 -0500 (EST) |
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-4.2-stable has been updated
via c5e244def17ac3380475e05ad5801241f86d2486 (commit)
from b7b15c69c5b56d015df92f4df6c5b1cec59fa71c (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=c5e244def17ac3380475e05ad5801241f86d2486
commit c5e244def17ac3380475e05ad5801241f86d2486
Author: Eli Zaretskii <address@hidden>
Date: Fri Jan 26 11:08:11 2018 +0200
Update pc/Makefile.tst for added nlstringtest test.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index b8a34df..1f2d00d 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-26 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (nlstringtest): Expected failure on MinGW when not
+ built with gettext.
+
2018-01-22 Juan Manuel Guerrero <address@hidden>
* pc/Makefile.tst (nlstringtest): Update the expected failure
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 0ad8973..e850d2d 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1999,8 +1999,9 @@ nlstrina:
nlstringtest::
@echo $@
- @echo Expect nlstringtest to fail with DJGPP.
- @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE= ; \
+ @echo Expect nlstringtest to fail with DJGPP and MinGW when not built
with gettext.
+# @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=fr_FR.UTF-8 LANGUAGE=
+ @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=FRA_FRA.1252 LANGUAGE= ; \
AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)" >_$@ 2>&1 ||
echo EXIT CODE: $$? >>_$@
@-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 5 +++++
pc/Makefile.tst | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2904-gc5e244d,
Eli Zaretskii <=