2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Adjust error rate on bessel_i_prime as a result of expm1 changes on msvc.

Fix mingw linker error.
This commit is contained in:
jzmaddock
2025-04-20 09:22:01 +01:00
parent 54b057bb51
commit fff9f07840
2 changed files with 8 additions and 1 deletions

View File

@@ -178,7 +178,7 @@ test-suite special_fun :
[ run ccmath_fma_test.cpp /boost/test//boost_unit_test_framework : : : [ requires cxx17_if_constexpr ] $(float128_type) ]
[ run ccmath_signbit_test.cpp /boost/test//boost_unit_test_framework : : : [ requires cxx17_if_constexpr ] $(float128_type) ]
[ run log1p_expm1_test.cpp test_instances//test_instances pch_light /boost/test//boost_unit_test_framework ]
[ run log1p_expm1_extra_test.cpp pch_light /boost/test//boost_unit_test_framework ]
[ run log1p_expm1_extra_test.cpp pch_light /boost/test//boost_unit_test_framework : : : [ check-target-builds ../config//has_float128 "GCC libquadmath and __float128 support" : <linkflags>-lquadmath ] ]
[ run log1p_expm1_stdfloat_test.cpp pch_light /boost/test//boost_unit_test_framework ]
[ run powm1_sqrtp1m1_test.cpp test_instances//test_instances pch_light /boost/test//boost_unit_test_framework ]
[ run git_issue_705.cpp /boost/test//boost_unit_test_framework ]

View File

@@ -117,6 +117,13 @@ void expected_results()
largest_type, // test type(s)
".*", // test data group
".*", 900, 300); // test function
add_expected_result(
".*", // compiler
".*", // stdlib
"Win32.*", // platform
largest_type, // test type(s)
".*", // test data group
".*", 60, 25); // test function
add_expected_result(
".*", // compiler
".*", // stdlib