[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-979
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-979-gae953e9 |
Date: |
Thu, 8 Sep 2016 02:51:45 +0000 (UTC) |
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.1-stable has been updated
via ae953e96bdf5f52288bfe4b42c56269764c7ff0d (commit)
from 40527b84a7064ad233e41457ab0a5504917cecb2 (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=ae953e96bdf5f52288bfe4b42c56269764c7ff0d
commit ae953e96bdf5f52288bfe4b42c56269764c7ff0d
Author: Arnold D. Robbins <address@hidden>
Date: Thu Sep 8 05:51:26 2016 +0300
Update pc/Makefile.tst.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index f5dbe4a..b2d4edd 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-08 Scott Deifik <address@hidden>
+
+ * Makefile.tst: Sync with mainline.
+
2016-08-25 Arnold D. Robbins <address@hidden>
* 4.1.4: Release tar ball made.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 9eb173f..3b724e5 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -190,7 +190,7 @@ GAWK_EXT_TESTS = \
fieldwdth fpat1 fpat2 fpat3 fpat4 fpat5 fpatnull fsfwfs funlen \
functab1 functab2 functab3 fwtest fwtest2 fwtest3 \
genpot gensub gensub2 getlndir gnuops2 gnuops3 gnureops \
- icasefs icasers id igncdym igncfs ignrcas2 ignrcas3 ignrcase \
+ icasefs icasers id igncdym igncfs ignrcas2 ignrcase \
incdupe incdupe2 incdupe3 incdupe4 incdupe5 incdupe6 incdupe7 \
include include2 indirectbuiltin indirectcall indirectcall2 \
lint lintold lintwarn \
@@ -207,7 +207,7 @@ GAWK_EXT_TESTS = \
symtab7 symtab8 symtab9 symtab10 \
watchpoint1
-EXTRA_TESTS = inftest regtest
+EXTRA_TESTS = inftest regtest ignrcas3
INET_TESTS = inetdayu inetdayt inetechu inetecht
MACHINE_TESTS = double1 double2 fmtspcl intformat
MPFR_TESTS = mpfrnr mpfrnegzero mpfrmemok1 mpfrrem mpfrrnd mpfrieee \
@@ -1294,6 +1294,11 @@ symtab10:
ignrcas3::
@echo $@
@echo Expect ignrcas3 to fail with MinGW and DJGPP
+# @if locale -a | grep el_GR.iso88597 > /dev/null ; then \
+# GAWKLOCALE=el_GR.iso88597 \
+# AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@ ; \
+# $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ; \
+# fi
@if locale -a | grep ell_GRC.1253 > /dev/null ; then \
@GAWKLOCALE=ell_GRC.1253 \
AWKPATH="$(srcdir)" $(AWK) -f address@hidden >_$@ 2>&1 || echo EXIT
CODE: $$? >>_$@ ; \
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile.tst | 9 +++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-979-gae953e9,
Arnold Robbins <=