mirror of
https://github.com/boostorg/boost.git
synced 2025-04-17 02:34:53 +00:00
Thread: Added explicit failures
[SVN r77458]
This commit is contained in:
parent
bc023ad72c
commit
1d2d2bcfd4
1 changed files with 25 additions and 1 deletions
|
@ -5253,11 +5253,35 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
|
|||
<test name="test_thread_move_return_lib"/>
|
||||
<test name="test_thread_return_local"/>
|
||||
<test name="test_thread_return_local_lib"/>
|
||||
<toolset name="*"/>
|
||||
<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>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="*native_handle*"/>
|
||||
<toolset name="msvc-*"/>
|
||||
<toolset name="gcc-mingw*"/>
|
||||
<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*"/>
|
||||
<test name="*wait_until*"/>
|
||||
<test name="*cons_duration*"/>
|
||||
<test name="*cons_time_point*"/>
|
||||
<test name="*try_to_*_for*"/>
|
||||
<test name="*try_to_*_until*"/>
|
||||
<toolset name="vaccp-*"/>
|
||||
<note author="Vicente J. Botet Escriba" date="2012-03-21">
|
||||
This platform doesn't supports Boost.Chrono.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- tuple -->
|
||||
|
|
Loading…
Add table
Reference in a new issue