From 100afbc1491be388f1429021ff65d969f4b1e08f Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 11 Jul 2016 09:25:43 +1000 Subject: [PATCH] misc: Remove strtod tests Due to the interesting properties of floating points, the strtod tests have been removed. One day I may bother enabling them again. --- Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5d96b7a5..5c3553d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,9 +227,10 @@ ps_pscommand_SOURCES = \ lib/fileutils.c # Test programs not used by dejagnu but run directly -TESTS = \ - lib/test_strtod_nol -check_PROGRAMS = $(TESTS) +# Remove strtod tests due to fp inequality +#TESTS = \ +# lib/test_strtod_nol +#check_PROGRAMS = $(TESTS) # Test programs required for dejagnu noinst_PROGRAMS = \