Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-06 12:02:26


Author: johnmaddock
Date: 2007-11-06 12:02:26 EST (Tue, 06 Nov 2007)
New Revision: 40844
URL: http://svn.boost.org/trac/boost/changeset/40844

Log:
Still trying to get the Solaris error rates correct.
Text files modified:
   trunk/libs/math/test/test_bessel_j.cpp | 18 +++++++++---------
   1 files changed, 9 insertions(+), 9 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-06 12:02:26 EST (Tue, 06 Nov 2007)
@@ -114,26 +114,26 @@
    // the approximations use, which bracket rather than preserve the root.
    //
    add_expected_result(
- ".*", // compiler
- ".*", // stdlib
+ ".*", // compiler
+ ".*", // stdlib
       "Sun Solaris", // platform
       largest_type, // test type(s)
       "Bessel J: Random Data.*Tricky.*", // test data group
- ".*", 3000, 500); // test function
+ ".*", 3000, 500); // test function
    add_expected_result(
       ".*", // compiler
       ".*", // stdlib
- "Sun Solaris", // platform
+ "Sun Solaris", // platform
       "double", // test type(s)
- ".*Tricky.*", // test data group
+ ".*Tricky.*", // test data group
       ".*", 100000, 100000); // test function
    add_expected_result(
       ".*", // compiler
       ".*", // stdlib
- "Sun Solaris", // platform
- largest_type, // test type(s)
- ".*J.*tricky.*", // test data group
- ".*", 100, 50); // test function
+ "Sun Solaris", // platform
+ largest_type, // test type(s)
+ ".*J.*tricky.*", // test data group
+ ".*", 50000000, 50000000); // 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