aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am27
-rw-r--r--test/Makefile.in27
3 files changed, 33 insertions, 26 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 2af89e66..acbd8def 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (fmtspcl): Disable test. It was causing too many
+ portability problems.
+
2018-07-31 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (EXTRA_DIST): Add assignnumfield files.
diff --git a/test/Makefile.am b/test/Makefile.am
index 774424f7..74f82aa2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1315,7 +1315,7 @@ EXTRA_TESTS = inftest regtest ignrcas3
INET_TESTS = inetdayu inetdayt inetechu inetecht
-MACHINE_TESTS = double1 double2 fmtspcl intformat
+MACHINE_TESTS = double1 double2 intformat
LOCALE_CHARSET_TESTS = \
asort asorti backbigs1 backsmalls1 backsmalls2 \
@@ -1414,9 +1414,10 @@ EXPECTED_FAIL_MINGW = \
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 \
- hello.awk inchello.awk inclib.awk inplace.1.in inplace.2.in \
- inplace.in printfloat.awk readdir0.awk valgrind.awk xref.awk
+GENTESTS_UNUSED = Makefile.in checknegtime.awk dtdgport.awk fix-fmtspcl.awk \
+ fmtspcl-mpfr.ok fmtspcl.awk fmtspcl.tok gtlnbufv.awk hello.awk \
+ inchello.awk inclib.awk inplace.1.in inplace.2.in inplace.in \
+ printfloat.awk readdir0.awk valgrind.awk xref.awk
# List of tests on MinGW or DJGPP that need a different cmp program
NEED_TESTOUTCMP = \
@@ -1693,15 +1694,15 @@ nors::
@echo A B C D E | tr -d '\12\15' | $(AWK) '{ print $$NF }' - "$(srcdir)"/nors.in > _$@ || echo EXIT CODE: $$? >> _$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-fmtspcl.ok: fmtspcl.tok Makefile fix-fmtspcl.awk
- @$(AWK) -v "sd=$(srcdir)" -f "$(srcdir)/fix-fmtspcl.awk" < "$(srcdir)"/fmtspcl.tok > $@ 2>/dev/null
-
-fmtspcl: fmtspcl.ok
- @echo $@
- @$(AWK) $(AWKFLAGS) -f "$(srcdir)"/fmtspcl.awk --lint >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-if test -z "$$AWKFLAGS" ; then $(CMP) $@.ok _$@ && rm -f _$@ ; else \
- $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
- fi
+# fmtspcl.ok: fmtspcl.tok Makefile fix-fmtspcl.awk
+# @$(AWK) -v "sd=$(srcdir)" -f "$(srcdir)/fix-fmtspcl.awk" < "$(srcdir)"/fmtspcl.tok > $@ 2>/dev/null
+#
+# fmtspcl: fmtspcl.ok
+# @echo $@
+# @$(AWK) $(AWKFLAGS) -f "$(srcdir)"/fmtspcl.awk --lint >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+# @-if test -z "$$AWKFLAGS" ; then $(CMP) $@.ok _$@ && rm -f _$@ ; else \
+# $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
+# fi
rebuf::
@echo $@
diff --git a/test/Makefile.in b/test/Makefile.in
index 69b86d07..4fe76c89 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1570,7 +1570,7 @@ GAWK_EXT_TESTS = \
ARRAYDEBUG_TESTS = arrdbg
EXTRA_TESTS = inftest regtest ignrcas3
INET_TESTS = inetdayu inetdayt inetechu inetecht
-MACHINE_TESTS = double1 double2 fmtspcl intformat
+MACHINE_TESTS = double1 double2 intformat
LOCALE_CHARSET_TESTS = \
asort asorti backbigs1 backsmalls1 backsmalls2 \
fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
@@ -1674,9 +1674,10 @@ EXPECTED_FAIL_MINGW = \
# List of the files that appear in manual tests or are for reserve testing:
-GENTESTS_UNUSED = Makefile.in checknegtime.awk dtdgport.awk gtlnbufv.awk \
- hello.awk inchello.awk inclib.awk inplace.1.in inplace.2.in \
- inplace.in printfloat.awk readdir0.awk valgrind.awk xref.awk
+GENTESTS_UNUSED = Makefile.in checknegtime.awk dtdgport.awk fix-fmtspcl.awk \
+ fmtspcl-mpfr.ok fmtspcl.awk fmtspcl.tok gtlnbufv.awk hello.awk \
+ inchello.awk inclib.awk inplace.1.in inplace.2.in inplace.in \
+ printfloat.awk readdir0.awk valgrind.awk xref.awk
# List of tests on MinGW or DJGPP that need a different cmp program
@@ -2138,15 +2139,15 @@ nors::
@echo A B C D E | tr -d '\12\15' | $(AWK) '{ print $$NF }' - "$(srcdir)"/nors.in > _$@ || echo EXIT CODE: $$? >> _$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
-fmtspcl.ok: fmtspcl.tok Makefile fix-fmtspcl.awk
- @$(AWK) -v "sd=$(srcdir)" -f "$(srcdir)/fix-fmtspcl.awk" < "$(srcdir)"/fmtspcl.tok > $@ 2>/dev/null
-
-fmtspcl: fmtspcl.ok
- @echo $@
- @$(AWK) $(AWKFLAGS) -f "$(srcdir)"/fmtspcl.awk --lint >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-if test -z "$$AWKFLAGS" ; then $(CMP) $@.ok _$@ && rm -f _$@ ; else \
- $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
- fi
+# fmtspcl.ok: fmtspcl.tok Makefile fix-fmtspcl.awk
+# @$(AWK) -v "sd=$(srcdir)" -f "$(srcdir)/fix-fmtspcl.awk" < "$(srcdir)"/fmtspcl.tok > $@ 2>/dev/null
+#
+# fmtspcl: fmtspcl.ok
+# @echo $@
+# @$(AWK) $(AWKFLAGS) -f "$(srcdir)"/fmtspcl.awk --lint >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+# @-if test -z "$$AWKFLAGS" ; then $(CMP) $@.ok _$@ && rm -f _$@ ; else \
+# $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
+# fi
rebuf::
@echo $@