Quellcode durchsuchen

Added markup for DllTestNormal & LibTestNormal failures.

[SVN r32837]
Andreas Huber vor 20 Jahren
Ursprung
Commit
9e44c9e567
1 geänderte Dateien mit 24 neuen und 0 gelöschten Zeilen
  1. 24 0
      status/explicit-failures-markup.xml

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

@@ -2911,6 +2911,30 @@ for more information.
             <toolset name="gcc-2.95.3*"/>
             <toolset name="gcc-2.95.3*"/>
             <note author="Andreas Huber" refid="17"/>
             <note author="Andreas Huber" refid="17"/>
         </mark-unusable>
         </mark-unusable>
+        <mark-expected-failures>
+            <test name="DllTestNormal">
+                <toolset name="gcc-3_3-darwin"/>
+                <toolset name="mingw*"/>
+                <toolset name="tru64cxx*"/>
+                <note author="Andreas Huber">
+                    A runtime failure of this test indicates that this platform
+                    *dynamically* links code in a manner such that under certain
+                    circumstances more than one instance of a header-defined static
+                    class member can exist at runtime.
+                    See http://tinyurl.com/d2yng for more information.
+                </note>
+            </test>
+            <test name="LibTestNormal">
+                <toolset name="tru64cxx71*"/>
+                <note author="Andreas Huber">
+                    A runtime failure of this test indicates that this platform
+                    *statically* links code in a manner such that under certain
+                    circumstances more than one instance of a header-defined static
+                    class member can exist at runtime.
+                    See http://tinyurl.com/d2yng for more information.
+                </note>
+            </test>
+        </mark-expected-failures>
     </library>
     </library>
 
 
     <!-- static_assert -->
     <!-- static_assert -->

粤ICP备19079148号