Просмотр исходного кода

Update explicit-failures-markup.xml

[skip ci]
Automated Commit 7 лет назад
Родитель
Сommit
a031a726a6
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      status/explicit-failures-markup.xml

+ 12 - 0
status/explicit-failures-markup.xml

@@ -3592,6 +3592,12 @@ for more information.
             <toolset name="msvc-14.0*"/>
             <toolset name="msvc-14.0*"/>
             <note author="Niall Douglas">Complete C++14 support is the minimum requirement.</note>
             <note author="Niall Douglas">Complete C++14 support is the minimum requirement.</note>
         </mark-unusable>
         </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>
         <mark-expected-failures>
             <test name="comparison"/>
             <test name="comparison"/>
             <test name="constexpr"/>
             <test name="constexpr"/>
@@ -3611,6 +3617,12 @@ for more information.
             <toolset name="gcc-7~c++1z"/>
             <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>
             <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>
+        <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>
     </library>
 
 
     <!-- phoenix -->
     <!-- phoenix -->

粤ICP备19079148号