|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80197 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2012-08-25 06:14:14
Author: pbristow
Date: 2012-08-25 06:14:14 EDT (Sat, 25 Aug 2012)
New Revision: 80197
URL: http://svn.boost.org/trac/boost/changeset/80197
Log:
Messsages inserted to find closer to line causing trouble on GCC
Text files modified:
trunk/libs/math/test/test_nc_t.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/libs/math/test/test_nc_t.cpp
==============================================================================
--- trunk/libs/math/test/test_nc_t.cpp (original)
+++ trunk/libs/math/test/test_nc_t.cpp 2012-08-25 06:14:14 EDT (Sat, 25 Aug 2012)
@@ -628,9 +628,13 @@
BOOST_CHECK_CLOSE_FRACTION(quantile(infdf10, 0.5), static_cast<RealType>(10), tolerance);
BOOST_CHECK_CLOSE_FRACTION(quantile(maxdf10, 0.5), static_cast<RealType>(10), tolerance);
+ BOOST_TEST_MESSAGE("non_central_t_distribution<RealType> infdf100(inf, 100);");
non_central_t_distribution<RealType> infdf100(inf, 100);
+ BOOST_TEST_MESSAGE("non_central_t_distribution<RealType> maxdf100(max_val, 100);");
non_central_t_distribution<RealType> maxdf100(max_val, 100);
+ BOOST_TEST_MESSAGE("BOOST_CHECK_CLOSE_FRACTION(quantile(infdf100, 0.5), static_cast<RealType>(100), tolerance);");
BOOST_CHECK_CLOSE_FRACTION(quantile(infdf100, 0.5), static_cast<RealType>(100), tolerance);
+ BOOST_TEST_MESSAGE("BOOST_CHECK_CLOSE_FRACTION(quantile(maxdf100, 0.5), static_cast<RealType>(100), tolerance);");
BOOST_CHECK_CLOSE_FRACTION(quantile(maxdf100, 0.5), static_cast<RealType>(100), tolerance);
{ // Loop back.
RealType p = static_cast<RealType>(0.01);
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