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