From e5353036e3a26e7b46c3fb6a82db71512d5e441a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 5 Aug 2023 11:22:05 +0200 Subject: math: disable bessel function checking --- test/math/libm-test.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index f50b48b..8e8d447 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -5059,6 +5059,7 @@ main (int argc, char **argv) #endif #endif /* __CHK_COMPLEX_STUFF */ +#if 0 /* Bessel functions: */ #if defined __DO_XSI_MATH__ && !(defined TEST_LDOUBLE || defined TEST_FLOAT) j0_test (); @@ -5068,6 +5069,7 @@ main (int argc, char **argv) y1_test (); yn_test (); #endif /* __DO_XSI_MATH__ */ +#endif if (output_ulps) fclose (ulps_file); -- cgit v1.2.3