Browse Source

Marked up gcc-2.95.3 use cases.

[SVN r31785]
John Maddock 20 years ago
parent
commit
6e87c85dee
1 changed files with 37 additions and 0 deletions
  1. 37 0
      status/explicit-failures-markup.xml

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

@@ -3188,6 +3188,7 @@ for more information.
             <test name="std_test_hash"/>
             <toolset name="mingw*"/>
             <toolset name="qcc-3.3.5-gpp*"/>
+            <toolset name="gcc-2*"/>
             <note author="John Maddock">
                These tests fail on this platform due to a lack of
                wide character support.
@@ -3209,6 +3210,42 @@ for more information.
             </note>
         </mark-expected-failures>
 
+        <mark-expected-failures>
+            <test name="test_regex"/>
+            <test name="std_test_regex"/>
+            <test name="test_complex"/>
+            <test name="std_test_complex"/>
+            <test name="run_complex_overloads"/>
+            <test name="std_run_complex_overloads"/>
+            <toolset name="gcc-2*"/>
+            <note author="John Maddock">
+               These tests fail due to a known compiler bug 
+               that is fixed in more recent releases.  Users are
+               very unlikely to encounter this as a real problem 
+               in practice.
+            </note>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="test_type_traits"/>
+            <test name="std_test_type_traits"/>
+            <test name="test_result_of"/>
+            <test name="std_test_result_of"/>
+            <test name="tr1_is_abstract_test"/>
+            <test name="test_ios"/>
+            <test name="test_istream"/>
+            <test name="test_ostream"/>
+            <test name="test_streambuf"/>
+            <test name="test_limits"/>
+            <test name="test_locale"/>
+            <toolset name="gcc-2*"/>
+            <note author="John Maddock">
+               These tests fail due to a known compiler bug 
+               that is fixed in more recent releases.  This
+               functionality may not be usable with this compiler.
+            </note>
+        </mark-expected-failures>
+
         <mark-expected-failures>
             <test name="tr1_function_traits_test"/>
             <test name="tr1_remove_bounds_test"/>

粤ICP备19079148号