mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Update explicit-failures-markup.xml
[skip ci]
This commit is contained in:
parent
ff5878e938
commit
e28bacebe5
1 changed files with 1 additions and 48 deletions
|
@ -951,9 +951,7 @@
|
|||
<test name="public_function-throwing_post"/>
|
||||
<test name="public_function-virtual"/>
|
||||
<test name="public_function-virtual_branch"/>
|
||||
<toolset name="clang-linux-*~gnu++11"/>
|
||||
<toolset name="clang-linux-*~gnu++14"/>
|
||||
<toolset name="clang-linux-*~gnu++1z"/>
|
||||
<toolset name="clang-linux-*~gnu++*"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because of a libcxxrt bug on Clang for FreeBSD
|
||||
which causes `std::uncaught_exception` to not work properly on
|
||||
|
@ -965,8 +963,6 @@
|
|||
<test name="old-if_copyable_macro"/>
|
||||
<toolset name="gcc-4.6*"/>
|
||||
<toolset name="gcc-4.7*"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-11.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because this complier does not properly
|
||||
implement SFINAE giving incorrect errors on substitution
|
||||
|
@ -1036,49 +1032,6 @@
|
|||
online).
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="call_if-no_equal_call_if"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because MSVC 10.0 is not able to properly deduce
|
||||
a template specialization.
|
||||
This is fixed in MSVC 11.0.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="constructor-ifdef_macro"/>
|
||||
<test name="constructor-smoke"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because of a MSVC 10.0 bug with lambdas within
|
||||
template class initialization list.
|
||||
This can be worked around using a functor bind instead of a
|
||||
lambda, but it is fixed in MSVC 11.0.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="destructor-smoke"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because of a MSVC 10.0 bug for which lambdas
|
||||
cannot access typedefs declared within classes.
|
||||
This can be worked around declaring typedefs outside of
|
||||
classes, but it is fixed in MSVC 11.0.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="disable-no_post_except_lib"/>
|
||||
<test name="disable-no_post_except_unit"/>
|
||||
<test name="disable-nothing_for_pre_prog"/>
|
||||
<test name="disable-other_assertions_lib"/>
|
||||
<test name="disable-other_assertions_prog"/>
|
||||
<test name="disable-other_assertions_unit"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<note author="Lorenzo Caminiti">
|
||||
This test fails because of an internal MSVC 10.0 compiler bug.
|
||||
This is fixed in MSVC 11.0.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="invariant-ifdef"/>
|
||||
<test name="invariant-ifdef_macro"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue