Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83106 - trunk/libs/math/test
From: john_at_[hidden]
Date: 2013-02-23 13:31:37


Author: johnmaddock
Date: 2013-02-23 13:31:36 EST (Sat, 23 Feb 2013)
New Revision: 83106
URL: http://svn.boost.org/trac/boost/changeset/83106

Log:
Tweak permitted error rates.
Text files modified:
   trunk/libs/math/test/test_bessel_i.cpp | 2 +-
   trunk/libs/math/test/test_bessel_k.cpp | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/math/test/test_bessel_i.cpp
==============================================================================
--- trunk/libs/math/test/test_bessel_i.cpp (original)
+++ trunk/libs/math/test/test_bessel_i.cpp 2013-02-23 13:31:36 EST (Sat, 23 Feb 2013)
@@ -87,7 +87,7 @@
       ".*", // platform
       largest_type, // test type(s)
       ".*", // test data group
- ".*", 15, 10); // test function
+ ".*", 20, 10); // test function
    //
    // Set error rates a little higher for real_concept -
    // now that we use a series approximation for small z

Modified: trunk/libs/math/test/test_bessel_k.cpp
==============================================================================
--- trunk/libs/math/test/test_bessel_k.cpp (original)
+++ trunk/libs/math/test/test_bessel_k.cpp 2013-02-23 13:31:36 EST (Sat, 23 Feb 2013)
@@ -85,7 +85,7 @@
       ".*", // platform
       largest_type, // test type(s)
       ".*large.*", // test data group
- ".*", 80, 50); // test function
+ ".*", 100, 50); // test function
    add_expected_result(
       ".*", // compiler
       ".*", // stdlib


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk