Browse Source

Added markup for statechart failures on msvc-8.0~wm5~stlport5.1

[SVN r41188]
Andreas Huber 18 years ago
parent
commit
9c2725e1a7
1 changed files with 26 additions and 9 deletions
  1. 26 9
      status/explicit-failures-markup.xml

+ 26 - 9
status/explicit-failures-markup.xml

@@ -4268,6 +4268,15 @@ for more information.
                 the wrong thing at runtime!
             </note>
         </mark-unusable>
+        <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="DllTestNormal"/>
             <toolset name="*cygwin*"/>
@@ -4283,15 +4292,6 @@ 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*"/>
@@ -4329,6 +4329,23 @@ for more information.
             <toolset name="vacpp"/>
             <note author="Andreas Huber" refid="29"/>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="StopWatch*"/>
+            <toolset name="msvc-8.0~wm5~stlport5.1"/>
+            <note author="Andreas Huber">
+                This looks like a std library or configuration bug. Since
+                difftime is only used in the example, this failure can be
+                ignored.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="DllTest*"/>
+            <toolset name="msvc-8.0~wm5~stlport5.1"/>
+            <note author="Andreas Huber">
+                This test fails due to unresolved externals that are
+                not library-related.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- static_assert -->

粤ICP备19079148号