diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 5 | ||||
-rw-r--r-- | test/Maketests | 4 | ||||
-rw-r--r-- | test/forcenum-mpfr.ok | 9 |
5 files changed, 7 insertions, 17 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 48f28ed2..f1c0a6a0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2020-12-20 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Remove forcenum-mpfr.ok. + * forcenum-mpfr.ok: File deleted, no longer needed. + 2020-12-19 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): inf-nan-torture, new test. diff --git a/test/Makefile.am b/test/Makefile.am index 278a0eb1..097dc261 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -344,7 +344,6 @@ EXTRA_DIST = \ fnparydl.ok \ forcenum.awk \ forcenum.ok \ - forcenum-mpfr.ok \ fordel.awk \ fordel.ok \ fork.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index e0528b9d..871e5a43 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -607,7 +607,6 @@ EXTRA_DIST = \ fnparydl.ok \ forcenum.awk \ forcenum.ok \ - forcenum-mpfr.ok \ fordel.awk \ fordel.ok \ fork.awk \ @@ -4325,9 +4324,7 @@ fieldwdth: forcenum: @echo $@ $(ZOS_FAIL) @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --non-decimal-data >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \ - then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \ - else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ fpat1: @echo $@ diff --git a/test/Maketests b/test/Maketests index d849f54d..90599c49 100644 --- a/test/Maketests +++ b/test/Maketests @@ -1409,9 +1409,7 @@ fieldwdth: forcenum: @echo $@ $(ZOS_FAIL) @AWKPATH="$(srcdir)" $(AWK) -f $@.awk --non-decimal-data >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ - @-if echo "$$GAWK_TEST_ARGS" | egrep -q -e '-M|--bignum' > /dev/null ; \ - then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \ - else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi + @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ fpat1: @echo $@ diff --git a/test/forcenum-mpfr.ok b/test/forcenum-mpfr.ok deleted file mode 100644 index 6e5853fa..00000000 --- a/test/forcenum-mpfr.ok +++ /dev/null @@ -1,9 +0,0 @@ -[] -> 0 (type string) -[5apple] -> 5 (type string) -[NaN] -> nan (type strnum) -[-NaN] -> nan (type strnum) -[+NaN] -> nan (type strnum) -[ 6] -> 6 (type strnum) -[0x1az] -> 26 (type string) -[011Q] -> 9 (type string) -[027] -> 23 (type strnum) |