mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Adjust expected error rates for MacOS.
This commit is contained in:
@@ -58,7 +58,7 @@ void expected_results()
|
||||
"Mac OS", // platform
|
||||
largest_type, // test type(s)
|
||||
".*", // test data group
|
||||
".*", 400, 200); // test function
|
||||
".*", 3500, 1500); // test function
|
||||
//
|
||||
// G++ on Linux, results vary a bit by processor type,
|
||||
// on Itanium results are *much* better than listed here,
|
||||
|
||||
@@ -157,7 +157,7 @@ void expected_results()
|
||||
"Mac OS", // platform
|
||||
largest_type, // test type(s)
|
||||
"Bessel J':.*", // test data group
|
||||
".*", 50000, 20000); // test function
|
||||
".*", 60000, 20000); // test function
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ void expected_results()
|
||||
"Mac OS", // platform
|
||||
"long double|real_concept", // test type(s)
|
||||
".*Y'[0].*", // test data group
|
||||
".*", 1200, 1000); // test function
|
||||
".*", 1500, 1000); // test function
|
||||
|
||||
//
|
||||
// Linux:
|
||||
|
||||
@@ -105,7 +105,7 @@ void expected_results()
|
||||
"Mac OS", // platform
|
||||
largest_type, // test type(s)
|
||||
"[^|]*small[^|]*", // test data group
|
||||
"[^|]*", 40, 15); // test function
|
||||
"[^|]*", 80, 40); // test function
|
||||
add_expected_result(
|
||||
"[^|]*", // compiler
|
||||
"[^|]*", // stdlib
|
||||
|
||||
Reference in New Issue
Block a user