diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-05 11:22:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-05 11:22:05 +0200 |
commit | e5353036e3a26e7b46c3fb6a82db71512d5e441a (patch) | |
tree | d5ce804e698fd190f5b1611ad1b5397a685bb2e5 | |
parent | 1b30edf48a0a4bb2a240309f7cbc128ee8bbc949 (diff) |
math: disable bessel function checking
-rw-r--r-- | test/math/libm-test.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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); |