diff options
Diffstat (limited to 'libs/math/test/test_ellint_3.cpp')
-rw-r--r-- | libs/math/test/test_ellint_3.cpp | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/libs/math/test/test_ellint_3.cpp b/libs/math/test/test_ellint_3.cpp index 892a3f938..9d4448eca 100644 --- a/libs/math/test/test_ellint_3.cpp +++ b/libs/math/test/test_ellint_3.cpp @@ -43,11 +43,11 @@ void expected_results() #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS if(boost::math::policies::digits<double, boost::math::policies::policy<> >() == boost::math::policies::digits<long double, boost::math::policies::policy<> >()) { - largest_type = "(long\\s+)?double"; + largest_type = "(long\\s+)?double|real_concept"; } else { - largest_type = "long double"; + largest_type = "long double|real_concept"; } #else largest_type = "(long\\s+)?double"; @@ -67,21 +67,14 @@ void expected_results() ".*", // compiler ".*", // stdlib ".*", // platform - "real_concept", // test type(s) - ".*Large.*", // test data group - ".*", 50, 20); // test function - add_expected_result( - ".*", // compiler - ".*", // stdlib - ".*", // platform largest_type, // test type(s) - ".*", // test data group - ".*", 15, 8); // test function + ".*Mathworld.*", // test data group + ".*", 600, 200); // test function add_expected_result( ".*", // compiler ".*", // stdlib ".*", // platform - "real_concept", // test type(s) + largest_type, // test type(s) ".*", // test data group ".*", 15, 8); // test function // |