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

added expected failure markup

[SVN r35337]
Daniel Wallin 19 лет назад
Родитель
Сommit
c5073e77a3
2 измененных файлов с 39 добавлено и 1 удалено
  1. 1 1
      libs/parameter
  2. 38 0
      status/explicit-failures-markup.xml

+ 1 - 1
libs/parameter

@@ -1 +1 @@
-Subproject commit 2ac88335325f76cc85fcc94b995365261bb91c34
+Subproject commit 164c48c018106f80bf7a61a2d8588be24bee3db4

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

@@ -3039,6 +3039,44 @@ for more information.
               source file</a> for details.
             </note>
         </test>
+
+        <mark-expected-failures>
+            <test name="maybe"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="vc-6*"/>
+            <toolset name="vc-7_0"/>
+            <note refid="31" author="Daniel Wallin"/>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="python-parameter-test"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="vc-6*"/>
+            <toolset name="vc-7_0"/>
+            <note refid="31" author="Daniel Wallin"/>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="python_test"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="borland-5_8_2"/>
+            <toolset name="vc-6*"/>
+            <toolset name="vc-7_0"/>
+            <note refid="31" author="Daniel Wallin"/>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="optional_deduced_sfinae"/>
+            <toolset name="vc-6*"/>
+            <toolset name="vc-7_0"/>
+            <note author="Daniel Wallin">
+              These compilers do not support SFINAE, so are expected to
+              fail this test.
+            </note>
+        </mark-expected-failures>
+
     </library>
 
      <!-- pointer container -->

粤ICP备19079148号