summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorAutomated Commit <automated@calamity.org.uk>2019-02-18 01:25:08 +0000
committerAutomated Commit <automated@calamity.org.uk>2019-02-18 01:25:08 +0000
commita031a726a68715b586f90bb062e6bd5cde1b52dd (patch)
treeba5fd7db1016374e28028ed04819073c1257c5b3 /status
parentd8455e21819f340e42923d007d5528a8c25f9dba (diff)
downloadboost-a031a726a68715b586f90bb062e6bd5cde1b52dd.tar.gz
Update explicit-failures-markup.xml
[skip ci]
Diffstat (limited to 'status')
-rw-r--r--status/explicit-failures-markup.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 6775b5680f..ccd5583a23 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -3592,6 +3592,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"/>
@@ -3611,6 +3617,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 -->