mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 10:15:02 +00:00
updated explicit failures for thread library
[SVN r42053]
This commit is contained in:
parent
f98a205e91
commit
b069bffe9e
1 changed files with 9 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue