updated explicit failures for thread library

[SVN r42053]
This commit is contained in:
Anthony Williams 2007-12-14 21:47:10 +00:00
parent f98a205e91
commit b069bffe9e

View file

@ -4630,7 +4630,6 @@ for more information.
<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 @@ for more information.
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 -->