Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83603 - trunk/tools/regression/test/report
From: steven_at_[hidden]
Date: 2013-03-27 13:18:54


Author: steven_watanabe
Date: 2013-03-27 13:18:53 EDT (Wed, 27 Mar 2013)
New Revision: 83603
URL: http://svn.boost.org/trac/boost/changeset/83603

Log:
Add test case for multiple variants.
Binary files modified:
   trunk/tools/regression/test/report/expected.zip
Text files modified:
   trunk/tools/regression/test/report/runner.xml | 32 ++++++++++++++++++++++++++++++++
   1 files changed, 32 insertions(+), 0 deletions(-)

Modified: trunk/tools/regression/test/report/expected.zip
==============================================================================
Binary files. No diff available.

Modified: trunk/tools/regression/test/report/runner.xml
==============================================================================
--- trunk/tools/regression/test/report/runner.xml (original)
+++ trunk/tools/regression/test/report/runner.xml 2013-03-27 13:18:53 EDT (Wed, 27 Mar 2013)
@@ -89,4 +89,36 @@
     <link result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_unexpected_new_nonote</link>
     <run result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_unexpected_new_nonote passed</run>
   </test-log>
+ <test-log toolset="msvc-11.0" library="variant" test-name="run_pass_both"
+ test-program="libs/variant/test/run_pass_both.cpp"
+ target-directory="boost/bin.v2/libs/variant/test/run_pass_both.test/msvc-11.0/debug"
+ test-type="run" show-run-output="false">
+ <compile result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both.cpp</compile>
+ <link result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both</link>
+ <run result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both passed</run>
+ </test-log>
+ <test-log toolset="msvc-11.0" library="variant" test-name="run_pass_both"
+ test-program="libs/variant/test/run_pass_both.cpp"
+ target-directory="boost/bin.v2/libs/variant/test/run_pass_both.test/msvc-11.0/release"
+ test-type="run" show-run-output="false">
+ <compile result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both.cpp</compile>
+ <link result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both</link>
+ <run result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_pass_both passed</run>
+ </test-log>
+ <test-log toolset="msvc-11.0" library="variant" test-name="run_fail_one"
+ test-program="libs/variant/test/run_fail_one.cpp"
+ target-directory="boost/bin.v2/libs/variant/test/run_fail_one.test/msvc-11.0/debug"
+ test-type="run" show-run-output="false">
+ <compile result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_fail_one.cpp</compile>
+ <link result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_fail_one</link>
+ <run result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_fail_one passed</run>
+ </test-log>
+ <test-log toolset="msvc-11.0" library="variant" test-name="run_fail_one"
+ test-program="libs/variant/test/run_fail_one.cpp"
+ target-directory="boost/bin.v2/libs/variant/test/run_fail_one.test/msvc-11.0/release"
+ test-type="run" show-run-output="false">
+ <compile result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_fail_one.cpp</compile>
+ <link result="succeed" timestamp="2013-03-26 14:47:12 UTC">run_fail_one</link>
+ <run result="fail" timestamp="2013-03-26 14:47:12 UTC">run_fail_one failed</run>
+ </test-log>
 </test-run>


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