Browse Source

marked serialization/test_reset_object_address* as expected failure on MSVC 7.0

[SVN r36463]
Joaquín M. López Muñoz 19 years ago
parent
commit
96cb69b96a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      status/explicit-failures-markup.xml

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

@@ -1997,6 +1997,17 @@ for more information.
              <note author="Robert Ramey" date="12 Feb 05" refid="6,29"/>
         </mark-expected-failures>
 
+        <mark-expected-failures>
+            <test name="test_reset_object_address*"/>
+            <toolset name="msvc-7.0"/>
+            <note author="J. L&#243;pez" date="20 Dec 2006">
+              This error shows when the code has become too complex for the
+              compiler to handle. The problem has no relationship with the
+              functionality being tested, which in fact does work for
+              MSVC++ 7.0.
+            </note>
+        </mark-expected-failures>
+
         <mark-expected-failures>
             <test name="test_demo"/>
             <test name="test_demo_dll"/>

粤ICP备19079148号