2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-15 13:12:19 +00:00

Adjusted limits for Win64 and Sun OS.

[SVN r39881]
This commit is contained in:
John Maddock
2007-10-10 09:28:48 +00:00
parent 991567fe80
commit 3cb6098751
9 changed files with 121 additions and 25 deletions

View File

@@ -167,6 +167,37 @@ void expected_results()
"real_concept", // test type(s)
"[^|]*medium[^|]*", // test data group
"[^|]*", 500, 100); // test function
//
// Sun OS:
//
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
"Sun.*", // platform
largest_real, // test type(s)
"[^|]*medium[^|]*", // test data group
"[^|]*", 500, 100); // test function
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
"Sun.*", // platform
largest_real, // test type(s)
"[^|]*integer[^|]*", // test data group
"[^|]*", 100, 30); // test function
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
"Sun.*", // platform
"real_concept", // test type(s)
"[^|]*medium[^|]*", // test data group
"[^|]*", 500, 100); // test function
add_expected_result(
"[^|]*", // compiler
"[^|]*", // stdlib
"Sun.*", // platform
"real_concept", // test type(s)
"[^|]*integer[^|]*", // test data group
"[^|]*", 100, 30); // test function
//
// Mac OS X: