Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-09 04:54:43


Author: johnmaddock
Date: 2007-11-09 04:54:43 EST (Fri, 09 Nov 2007)
New Revision: 40960
URL: http://svn.boost.org/trac/boost/changeset/40960

Log:
Still trying to get the Solaris error rates correct....
Text files modified:
   trunk/libs/math/test/test_bessel_j.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/math/test/test_bessel_j.cpp
==============================================================================
--- trunk/libs/math/test/test_bessel_j.cpp (original)
+++ trunk/libs/math/test/test_bessel_j.cpp 2007-11-09 04:54:43 EST (Fri, 09 Nov 2007)
@@ -108,7 +108,7 @@
       ".*Tricky large.*", // test data group
       ".*", 3000, 1000); // test function
    //
- // HP-UX specific rates:
+ // Solaris specific rates:
    //
    // Error rate for double precision are limited by the accuracy of
    // the approximations use, which bracket rather than preserve the root.
@@ -133,7 +133,7 @@
       "Sun Solaris", // platform
       largest_type, // test type(s)
       ".*J.*tricky.*", // test data group
- ".*", 400000000, 50000000); // test function
+ ".*", 400000000, 200000000); // test function
    //
    // Mac OS X:
    //


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