mirror of
https://github.com/boostorg/math.git
synced 2026-01-28 19:32:08 +00:00
Fix expected error rates on Mingw-x64
This commit is contained in:
@@ -87,7 +87,7 @@ void expected_results()
|
||||
"Win32.*", // platform
|
||||
largest_type, // test type(s)
|
||||
".*", // test data group
|
||||
".*", 40, 25); // test function
|
||||
".*", 3500, 1000); // test function
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
|
||||
@@ -232,7 +232,7 @@ void expected_results()
|
||||
".*", // platform
|
||||
largest_type, // test type(s)
|
||||
".*(JN'|j').*|.*Tricky.*", // test data group
|
||||
".*", 33000, 20000); // test function
|
||||
".*", 60000, 40000); // test function
|
||||
}
|
||||
#endif
|
||||
add_expected_result(
|
||||
|
||||
@@ -92,7 +92,7 @@ void expected_results()
|
||||
".*", // platform
|
||||
"real_concept", // test type(s)
|
||||
".*", // test data group
|
||||
".*", 90, 30); // test function
|
||||
".*", 90, 50); // test function
|
||||
add_expected_result(
|
||||
".*", // compiler
|
||||
".*", // stdlib
|
||||
|
||||
@@ -136,7 +136,7 @@ void expected_results()
|
||||
"Win32.*", // platform
|
||||
largest_type, // test type(s)
|
||||
".*Y'v.*Random.*", // test data group
|
||||
".*", 200000, 200000); // test function
|
||||
".*", 400000, 300000); // test function
|
||||
add_expected_result(
|
||||
"GNU.*", // compiler
|
||||
".*", // stdlib
|
||||
|
||||
@@ -76,14 +76,14 @@ void expected_results()
|
||||
"Win32.*", // platform
|
||||
"real_concept", // test type(s)
|
||||
"factorials", // test data group
|
||||
"boost::math::tgamma", 250, 100); // test function
|
||||
"boost::math::tgamma", 400, 200); // test function
|
||||
add_expected_result(
|
||||
"GNU.*", // compiler
|
||||
".*", // stdlib
|
||||
"Win32.*", // platform
|
||||
"real_concept", // test type(s)
|
||||
"near.*", // test data group
|
||||
"boost::math::tgamma", 200, 60); // test function
|
||||
"boost::math::tgamma", 200, 100); // test function
|
||||
//
|
||||
// G++ on Linux, result vary a bit by processor type,
|
||||
// on Itanium results are *much* better than listed here,
|
||||
|
||||
@@ -203,7 +203,7 @@ void expected_results()
|
||||
"Win32[^|]*", // platform
|
||||
"real_concept", // test type(s)
|
||||
"[^|]*medium[^|]*", // test data group
|
||||
"[^|]*", 700, 200); // test function
|
||||
"[^|]*", 1000, 200); // test function
|
||||
add_expected_result(
|
||||
"GNU[^|]*", // compiler
|
||||
"[^|]*", // stdlib
|
||||
|
||||
Reference in New Issue
Block a user