# HG changeset patch # User Rich Burridge # Date 1491441251 25200 # Node ID e695e26f0bb2b6e5bcf684b9b538f5608faf33d1 # Parent 2d73177c07ee90bdb58aa1c71a316011e79a5d8a 25615619 "gmake test" failures for check version 0.11.0 diff -r 2d73177c07ee -r e695e26f0bb2 components/check/Makefile --- a/components/check/Makefile Wed Apr 05 09:01:59 2017 -0700 +++ b/components/check/Makefile Wed Apr 05 18:14:11 2017 -0700 @@ -51,6 +51,9 @@ CONFIGURE_OPTIONS += PTHREAD_CFLAGS="$(PTHREAD_CFLAGS)" CONFIGURE_OPTIONS += PTHREAD_LIBS="-lc" +# Needed to get all the tests to pass (problems with "inf/nan" vs "Inf/Nan"). +CONFIGURE_OPTIONS += --enable-snprintf-replacement + # Needed for "gmake test" to work successfully. # If SHELLOPTS is exported (as it is by the userland makefiles), # then all shell options get exported to child invocations of bash, diff -r 2d73177c07ee -r e695e26f0bb2 components/check/test/results-all.master --- a/components/check/test/results-all.master Wed Apr 05 09:01:59 2017 -0700 +++ b/components/check/test/results-all.master Wed Apr 05 18:14:11 2017 -0700 @@ -4,16 +4,16 @@ # XFAIL: 0 # FAIL: 0 # XPASS: 0 -FAIL: check_check_export -FAIL: check_check +PASS: check_check_export +PASS: check_check PASS: test_output.sh PASS: test_check_nofork.sh PASS: test_check_nofork_teardown.sh PASS: test_xml_output.sh PASS: test_log_output.sh PASS: test_tap_output.sh -# PASS: 6 +# PASS: 8 # SKIP: 0 # XFAIL: 0 -# FAIL: 2 +# FAIL: 0 # XPASS: 0