|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77458 - trunk/status
From: vicente.botet_at_[hidden]
Date: 2012-03-21 16:35:16
Author: viboes
Date: 2012-03-21 16:35:14 EDT (Wed, 21 Mar 2012)
New Revision: 77458
URL: http://svn.boost.org/trac/boost/changeset/77458
Log:
Thread: Added explicit failures
Text files modified:
trunk/status/explicit-failures-markup.xml | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2012-03-21 16:35:14 EDT (Wed, 21 Mar 2012)
@@ -5253,11 +5253,35 @@
<test name="test_thread_move_return_lib"/>
<test name="test_thread_return_local"/>
<test name="test_thread_return_local_lib"/>
- <toolset name="*"/>
+ <toolset name="sun-*"/>
+ <toolset name="pgi-*"/>
+ <toolset name="vacpp-*"/>
<note author="Anthony Williams" date="2009-10-28">
These tests will fail in most compilers that don't support rvalue references.
</note>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="*native_handle*"/>
+ <toolset name="msvc-*"/>
+ <toolset name="gcc-mingw*"/>
+ <note author="Vicente J. Botet Escriba" date="2012-03-21">
+The implementation of native_handle() is not possible on this platform.
+ </note>
+ </mark-expected-failures>
+ <mark-expected-failures>
+ <test name="*sleep_for*"/>
+ <test name="*sleep_until*"/>
+ <test name="*wait_for*"/>
+ <test name="*wait_until*"/>
+ <test name="*cons_duration*"/>
+ <test name="*cons_time_point*"/>
+ <test name="*try_to_*_for*"/>
+ <test name="*try_to_*_until*"/>
+ <toolset name="vaccp-*"/>
+ <note author="Vicente J. Botet Escriba" date="2012-03-21">
+This platform doesn't supports Boost.Chrono.
+ </note>
+ </mark-expected-failures>
</library>
<!-- tuple -->
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