2
0
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:
John Maddock
2007-08-16 13:07:32 +00:00
parent e6a8118e0c
commit be2ccd4e73
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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:
//