|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77500 - trunk/status
From: vicente.botet_at_[hidden]
Date: 2012-03-23 11:05:15
Author: viboes
Date: 2012-03-23 11:05:13 EDT (Fri, 23 Mar 2012)
New Revision: 77500
URL: http://svn.boost.org/trac/boost/changeset/77500
Log:
Thread: Update explicit failures for pgi and vacpp
Text files modified:
trunk/status/explicit-failures-markup.xml | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2012-03-23 11:05:13 EDT (Fri, 23 Mar 2012)
@@ -5254,8 +5254,6 @@
<test name="test_thread_return_local"/>
<test name="test_thread_return_local_lib"/>
<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>
@@ -5270,6 +5268,13 @@
</note>
</mark-expected-failures>
<mark-expected-failures>
+ <test name="recursive_mutex__native_handle*"/>
+ <toolset name="pgi-*"/>
+ <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*"/>
@@ -5278,7 +5283,7 @@
<test name="*cons_time_point*"/>
<test name="*try_to_*_for*"/>
<test name="*try_to_*_until*"/>
- <toolset name="vaccp-*"/>
+ <toolset name="vacpp-*"/>
<note author="Vicente J. Botet Escriba" date="2012-03-21">
This platform doesn't supports Boost.Chrono.
</note>
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