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

Marked up new failures for 1.35

[SVN r40614]
Andreas Huber 18 лет назад
Родитель
Сommit
87b461f9d6
1 измененных файлов с 23 добавлено и 1 удалено
  1. 23 1
      status/explicit-failures-markup.xml

+ 23 - 1
status/explicit-failures-markup.xml

@@ -4070,6 +4070,13 @@ for more information.
             <toolset name="hp_cxx-65*"/>
             <note author="Andreas Huber" refid="17"/>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="acc-pa_risc"/>
+            <note author="Andreas Huber">
+                Marked unusable because TransitionTest.cpp compiled but did
+                the wrong thing at runtime!
+            </note>
+        </mark-unusable>
         <mark-expected-failures>
             <test name="DllTestNormal"/>
             <toolset name="*cygwin*"/>
@@ -4085,6 +4092,15 @@ for more information.
                 for more information.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="DllTestNative"/>
+            <toolset name="gcc-mingw-4.2*"/>
+            <note author="Andreas Huber">
+                A runtime failure of this test indicates that the RTTI
+                implementation of this platform is broken in conjunction
+                with dynamic linking.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="LibTestNormal"/>
             <toolset name="hp_cxx-71*"/>
@@ -4113,7 +4129,13 @@ for more information.
         </mark-expected-failures>
         <mark-expected-failures reason="?">
             <test name="CustomReactionTest*"/>
-            <toolset name="acc"/>
+            <toolset name="acc*"/>
+            <note author="Andreas Huber" refid="29"/>
+        </mark-expected-failures>
+        <mark-expected-failures reason="?">
+            <test name="TransitionTest*"/>
+            <test name="PerformanceExample"/>
+            <toolset name="vacpp"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
     </library>

粤ICP备19079148号