mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Update explicit-failures-markup.xml
[skip ci]
This commit is contained in:
parent
e3f609509f
commit
392cf59a59
1 changed files with 12 additions and 0 deletions
|
@ -3613,6 +3613,12 @@ for more information.
|
|||
<toolset name="msvc-14.0*"/>
|
||||
<note author="Niall Douglas">Complete C++14 support is the minimum requirement.</note>
|
||||
</mark-unusable>
|
||||
<mark-unusable>
|
||||
<toolset name="clang-linux-4.0~c++14"/>
|
||||
<toolset name="clang-linux-5.0~c++14"/>
|
||||
<toolset name="clang-linux-6.0~c++17"/>
|
||||
<note author="Niall Douglas">libstdc++ 6 is the minimum version which works.</note>
|
||||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
<test name="comparison"/>
|
||||
<test name="constexpr"/>
|
||||
|
@ -3632,6 +3638,12 @@ for more information.
|
|||
<toolset name="gcc-7~c++1z"/>
|
||||
<note author="Niall Douglas">GCC 8 currently ICEs with Outcome's unit tests in C++ 17 or later.</note>
|
||||
</mark-expected-failures>
|
||||
<mark-expected-failures>
|
||||
<test name="experimental-core-outcome-status"/>
|
||||
<test name="experimental-core-result-status"/>
|
||||
<toolset name="clang-darwin-ubsan"/>
|
||||
<note author="Niall Douglas">False positive bug in this implementation of ubsan.</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- phoenix -->
|
||||
|
|
Loading…
Add table
Reference in a new issue