Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-08-28 12:07:08


Author: johnmaddock
Date: 2008-08-28 12:07:08 EDT (Thu, 28 Aug 2008)
New Revision: 48422
URL: http://svn.boost.org/trac/boost/changeset/48422

Log:
Update expected error rates for 80-bit long double platforms.
Text files modified:
   trunk/libs/math/test/test_inv_hyp.cpp | 16 +++++++++++++++-
   1 files changed, 15 insertions(+), 1 deletions(-)

Modified: trunk/libs/math/test/test_inv_hyp.cpp
==============================================================================
--- trunk/libs/math/test/test_inv_hyp.cpp (original)
+++ trunk/libs/math/test/test_inv_hyp.cpp 2008-08-28 12:07:08 EDT (Thu, 28 Aug 2008)
@@ -65,13 +65,27 @@
       ".*", // stdlib
       ".*", // platform
       "real_concept", // test type(s)
+ "atanh.*", // test data group
+ ".*", 6, 2); // test function
+ add_expected_result(
+ ".*", // compiler
+ ".*", // stdlib
+ ".*", // platform
+ largest_type, // test type(s)
+ "atanh.*", // test data group
+ ".*", 6, 1); // test function
+ add_expected_result(
+ ".*", // compiler
+ ".*", // stdlib
+ ".*", // platform
+ "real_concept", // test type(s)
       ".*", // test data group
       ".*", 4, 2); // test function
    add_expected_result(
       ".*", // compiler
       ".*", // stdlib
       ".*", // platform
- ".*", // test type(s)
+ largest_type, // test type(s)
       ".*", // test data group
       ".*", 4, 1); // test function
 


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