mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
test_thread_move_return and test_thread_return_local are expected
failures on all compilers [SVN r64693]
This commit is contained in:
parent
5fc5a999f8
commit
c099008052
1 changed files with 1 additions and 26 deletions
|
@ -4943,34 +4943,9 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
|
|||
<mark-expected-failures>
|
||||
<test name="test_thread_move_return"/>
|
||||
<test name="test_thread_move_return_lib"/>
|
||||
<toolset name="gcc-3.4.3"/>
|
||||
<toolset name="gcc-4.2.4"/>
|
||||
<toolset name="gcc-4.3.3"/>
|
||||
<toolset name="gcc-4.4.1"/>
|
||||
<toolset name="gcc-mingw-4.4.1"/>
|
||||
<toolset name="darwin-*"/>
|
||||
<toolset name="sun-*"/>
|
||||
<toolset name="acc-*"/>
|
||||
<toolset name="clang-darwin-*"/>
|
||||
<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="test_thread_return_local"/>
|
||||
<test name="test_thread_return_local_lib"/>
|
||||
<toolset name="clang-darwin-*"/>
|
||||
<toolset name="gcc-3.4.3"/>
|
||||
<toolset name="gcc-4.2.4"/>
|
||||
<toolset name="gcc-4.3.3"/>
|
||||
<toolset name="gcc-4.4.1"/>
|
||||
<toolset name="gcc-mingw-4.4.1"/>
|
||||
<toolset name="darwin-*"/>
|
||||
<toolset name="sun-*"/>
|
||||
<toolset name="acc-*"/>
|
||||
<toolset name="msvc-*"/>
|
||||
<toolset name="intel-*"/>
|
||||
<toolset name="clang-darwin-*"/>
|
||||
<toolset name="*"/>
|
||||
<note author="Anthony Williams" date="2009-10-28">
|
||||
These tests will fail in most compilers that don't support rvalue references.
|
||||
</note>
|
||||
|
|
Loading…
Add table
Reference in a new issue