Browse Source

Marked dynamic_bitset test expected to fail on borland.

[SVN r36969]
Roland Schwarz 19 years ago
parent
commit
74e82f0d85
1 changed files with 10 additions and 0 deletions
  1. 10 0
      status/explicit-failures-markup.xml

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

@@ -1070,6 +1070,16 @@
                 <note author="Gennaro Prota" refid="37" />
             </mark-failure>
         </test>
+        <test name="dyn_bitset_unit_test2">
+            <mark-failure>
+                <toolset name="borland-5.8.2"/>
+                <note author="Roland Schwarz">
+                    The exact reason of this (linker related) bug is unresearched. The test passes
+                    on some environments. The test was found to fail on a platform whit a german
+                    version of the compiler.
+                </note>
+            </mark-failure>
+        </test>
         <test name="dyn_bitset_unit_tests4">
             <mark-failure>
                 <toolset name="cw-9.3"/>

粤ICP备19079148号