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:
@@ -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 ]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user