mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Fixed Cygwin failures.
[SVN r38713]
This commit is contained in:
@@ -134,7 +134,7 @@ void expected_results()
|
||||
".*", 40000, 30000); // test function
|
||||
|
||||
|
||||
|
||||
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
if((std::numeric_limits<double>::digits != std::numeric_limits<long double>::digits)
|
||||
&& (std::numeric_limits<long double>::digits < 90))
|
||||
{
|
||||
@@ -192,7 +192,7 @@ void expected_results()
|
||||
".*(JN|j).*|.*Tricky.*", // test data group
|
||||
".*", 33000, 20000); // test function
|
||||
}
|
||||
|
||||
#endif
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
|
||||
@@ -144,6 +144,7 @@ void expected_results()
|
||||
".*Yn.*", // test data group
|
||||
".*", 30000, 30000); // test function
|
||||
|
||||
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
|
||||
if((std::numeric_limits<double>::digits != std::numeric_limits<long double>::digits)
|
||||
&& (std::numeric_limits<long double>::digits < 90))
|
||||
{
|
||||
@@ -163,6 +164,7 @@ void expected_results()
|
||||
".*Yv.*", // test data group
|
||||
".*", 80, 70); // test function
|
||||
}
|
||||
#endif
|
||||
//
|
||||
// defaults are based on MSVC-8 on Win32:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user