From 960eaddf2a6fd02947ffdbfbd53314f09c34651a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 15 Feb 2014 17:28:07 +0000 Subject: [PATCH] Fix expected error rates on Mingw-x64 --- test/test_bessel_i_prime.cpp | 2 +- test/test_bessel_j_prime.cpp | 2 +- test/test_bessel_k.cpp | 2 +- test/test_bessel_y_prime.cpp | 2 +- test/test_gamma.cpp | 4 ++-- test/test_igamma.cpp | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/test_bessel_i_prime.cpp b/test/test_bessel_i_prime.cpp index 9c86fb030..526a483a9 100644 --- a/test/test_bessel_i_prime.cpp +++ b/test/test_bessel_i_prime.cpp @@ -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 diff --git a/test/test_bessel_j_prime.cpp b/test/test_bessel_j_prime.cpp index a50c557b1..d0b1aebdd 100644 --- a/test/test_bessel_j_prime.cpp +++ b/test/test_bessel_j_prime.cpp @@ -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( diff --git a/test/test_bessel_k.cpp b/test/test_bessel_k.cpp index d19fd046f..3dbbb18bd 100644 --- a/test/test_bessel_k.cpp +++ b/test/test_bessel_k.cpp @@ -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 diff --git a/test/test_bessel_y_prime.cpp b/test/test_bessel_y_prime.cpp index 81ddd8b98..1934d5204 100644 --- a/test/test_bessel_y_prime.cpp +++ b/test/test_bessel_y_prime.cpp @@ -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 diff --git a/test/test_gamma.cpp b/test/test_gamma.cpp index 14425d592..b225d1f45 100644 --- a/test/test_gamma.cpp +++ b/test/test_gamma.cpp @@ -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, diff --git a/test/test_igamma.cpp b/test/test_igamma.cpp index b22b649e3..f1db84f0c 100644 --- a/test/test_igamma.cpp +++ b/test/test_igamma.cpp @@ -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