diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:51:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-08 05:51:26 +0300 |
commit | ae953e96bdf5f52288bfe4b42c56269764c7ff0d (patch) | |
tree | 1d8f2975244efc2442478d1e769af2efa92761d5 | |
parent | 40527b84a7064ad233e41457ab0a5504917cecb2 (diff) | |
download | egawk-ae953e96bdf5f52288bfe4b42c56269764c7ff0d.tar.gz egawk-ae953e96bdf5f52288bfe4b42c56269764c7ff0d.tar.bz2 egawk-ae953e96bdf5f52288bfe4b42c56269764c7ff0d.zip |
Update pc/Makefile.tst.
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile.tst | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index f5dbe4a3..b2d4eddb 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2016-09-08 Scott Deifik <scottd.mail@sbcglobal.net> + + * Makefile.tst: Sync with mainline. + 2016-08-25 Arnold D. Robbins <arnold@skeeve.com> * 4.1.4: Release tar ball made. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index 9eb173f3..3b724e5f 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 $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \ +# $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; \ +# fi @if locale -a | grep ell_GRC.1253 > /dev/null ; then \ @GAWKLOCALE=ell_GRC.1253 \ AWKPATH="$(srcdir)" $(AWK) -f $@.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \ |