|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-11-03 08:43:41
Author: johnmaddock
Date: 2007-11-03 08:43:41 EDT (Sat, 03 Nov 2007)
New Revision: 40720
URL: http://svn.boost.org/trac/boost/changeset/40720
Log:
Try again to fix Darwin failure: the wrong error limit is currently being found.
Text files modified:
trunk/libs/math/test/test_ibeta.cpp | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/libs/math/test/test_ibeta.cpp
==============================================================================
--- trunk/libs/math/test/test_ibeta.cpp (original)
+++ trunk/libs/math/test/test_ibeta.cpp 2007-11-03 08:43:41 EDT (Sat, 03 Nov 2007)
@@ -103,6 +103,13 @@
// *very* extreme due to the increased exponent range
// of 80-bit long doubles. Also effect Mac OS.
//
+ add_expected_result(
+ "[^|]*", // compiler
+ "[^|]*", // stdlib
+ "linux|Mac OS", // platform
+ largest_type, // test type(s)
+ "(?i).*large.*", // test data group
+ ".*", 200000, 10000); // test function
#ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS
add_expected_result(
"[^|]*", // compiler
@@ -116,13 +123,6 @@
"[^|]*", // compiler
"[^|]*", // stdlib
"linux|Mac OS", // platform
- largest_type, // test type(s)
- "(?i).*large.*", // test data group
- ".*", 200000, 10000); // test function
- add_expected_result(
- "[^|]*", // compiler
- "[^|]*", // stdlib
- "linux|Mac OS", // platform
"real_concept", // test type(s)
"(?i).*medium.*", // test data group
".*", 350, 100); // 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