|
Boost-Commit : |
From: anthony_at_[hidden]
Date: 2007-12-14 16:47:11
Author: anthonyw
Date: 2007-12-14 16:47:10 EST (Fri, 14 Dec 2007)
New Revision: 42053
URL: http://svn.boost.org/trac/boost/changeset/42053
Log:
updated explicit failures for thread library
Text files modified:
trunk/status/explicit-failures-markup.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2007-12-14 16:47:10 EST (Fri, 14 Dec 2007)
@@ -4630,7 +4630,6 @@
<test name="test_tss_lib"/>
<toolset name="borland-*"/>
<toolset name="cw-9.4"/>
- <toolset name="gcc-mingw*"/>
<note author="Roland Schwarz" date="2006-12-14">
When a thread ends, tss data needs to be cleaned up. This process
is mostly automatic. When threads are launched by the Boost.Thread API
@@ -4645,6 +4644,15 @@
finalization.
</note>
</mark-expected-failures>
+ <mark-expected-failures>
+ <test name="test_thread_move"/>
+ <test name="test_thread_move_lib"/>
+ <toolset name="borland-*"/>
+ <note author="Anthony Williams" date="2007-12-14">
+The Borland compiler fails to bind rvalues to the thread move constructor,
+choosing instead to bind them to the private (and unimplemented) copy constructor.
+ </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