|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r83604 - trunk/tools/regression/test/report
From: steven_at_[hidden]
Date: 2013-03-27 13:30:07
Author: steven_watanabe
Date: 2013-03-27 13:30:06 EDT (Wed, 27 Mar 2013)
New Revision: 83604
URL: http://svn.boost.org/trac/boost/changeset/83604
Log:
Test unusableness
Binary files modified:
trunk/tools/regression/test/report/expected.zip
Text files modified:
trunk/tools/regression/test/report/explicit-failures-markup.xml | 10 +++++++---
trunk/tools/regression/test/report/runner.xml | 8 ++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
Modified: trunk/tools/regression/test/report/expected.zip
==============================================================================
Binary files. No diff available.
Modified: trunk/tools/regression/test/report/explicit-failures-markup.xml
==============================================================================
--- trunk/tools/regression/test/report/explicit-failures-markup.xml (original)
+++ trunk/tools/regression/test/report/explicit-failures-markup.xml 2013-03-27 13:30:06 EDT (Wed, 27 Mar 2013)
@@ -13,9 +13,6 @@
<!-- accumulators -->
<library name="any">
- <mark-unusable>
- <toolset name="borland-*"/>
- </mark-unusable>
<mark-expected-failures>
<test name="run_fail_expected_new"/>
<toolset name="msvc*"/>
@@ -39,6 +36,13 @@
<toolset name="msvc*"/>
</mark-expected-failures>
</library>
+
+ <library name="lambda">
+ <mark-unusable>
+ <toolset name="msvc-11.0"/>
+ <note author="Steven Watanabe">The library requires features that are not supported by this compiler</note>
+ </mark-unusable>
+ </library>
<note id="1">
The failure is caused by a compiler bug.
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:30:06 EDT (Wed, 27 Mar 2013)
@@ -121,4 +121,12 @@
<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-log toolset="msvc-11.0" library="lambda" test-name="unsupported"
+ test-program="libs/variant/test/unsupported.cpp"
+ target-directory="boost/bin.v2/libs/lambda/test/unsupported.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="fail" timestamp="2013-03-26 14:47:12 UTC">unsupported 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