Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65192 - trunk/libs/math/test
From: pbristow_at_[hidden]
Date: 2010-09-02 07:32:46


Author: pbristow
Date: 2010-09-02 07:32:45 EDT (Thu, 02 Sep 2010)
New Revision: 65192
URL: http://svn.boost.org/trac/boost/changeset/65192

Log:
Added test output. OK with typeof recent update.
Text files modified:
   trunk/libs/math/test/pow_test.cpp | 26 ++++++++++++++++++++++++++
   1 files changed, 26 insertions(+), 0 deletions(-)

Modified: trunk/libs/math/test/pow_test.cpp
==============================================================================
--- trunk/libs/math/test/pow_test.cpp (original)
+++ trunk/libs/math/test/pow_test.cpp 2010-09-02 07:32:45 EDT (Thu, 02 Sep 2010)
@@ -198,3 +198,29 @@
 
     return 0;
 }
+
+/*
+
+ Running 1 test case...
+ Testing with integral bases and positive small exponents
+ Testing with integral bases and negative small exponents
+ Testing with float precision bases and positive small exponents
+ Testing with float precision bases and negative small exponents
+ Testing with float precision bases and positive big exponents
+ Testing with float precision bases and negative big exponents
+ Testing with double precision bases and positive small exponents
+ Testing with double precision bases and negative small exponents
+ Testing with double precision bases and positive big exponents
+ Testing with double precision bases and negative big exponents
+ Testing with long double precision bases and positive small exponents
+ Testing with long double precision bases and negative small exponents
+ Testing with long double precision bases and positive big exponents
+ Testing with long double precision bases and negative big exponents
+ Testing with concepts::real_concept precision bases and positive small exponents
+ Testing with concepts::real_concept precision bases and negative small exponents
+ Testing with concepts::real_concept precision bases and positive big exponents
+ Testing with concepts::real_concept precision bases and negative big exponents
+
+ *** No errors detected
+
+ */


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