2
0
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:
jzmaddock
2014-02-15 17:28:07 +00:00
parent 5a78d8d584
commit 960eaddf2a
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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