Browse Source

Added VC7 TR1 markup

[SVN r34183]
John Maddock 20 years ago
parent
commit
e466bdf971
1 changed files with 28 additions and 2 deletions
  1. 28 2
      status/explicit-failures-markup.xml

+ 28 - 2
status/explicit-failures-markup.xml

@@ -3991,7 +3991,6 @@ for more information.
             </note>
         </mark-unusable>
         <mark-expected-failures>
-            <test name="test_array_tricky"/>
             <test name="test_mem_fn_tricky"/>
             <test name="test_bind_tricky"/>
             <test name="test_reference_wrapper_tricky"/>
@@ -4001,7 +4000,6 @@ for more information.
             <test name="std_test_bind_tricky"/>
             <test name="std_test_reference_wrapper_tricky"/>
             <test name="std_test_function_tricky"/>
-            <test name="std_test_tuple_tricky"/>
             <toolset name="*"/>
             <note author="John Maddock">
                 These tests test features that are not supported in the
@@ -4347,6 +4345,34 @@ for more information.
             <toolset name="gcc-2*"/>
             <note author="John Maddock" refid="2"/>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_array"/>
+            <test name="std_test_array"/>
+            <test name="test_array_tricky"/>
+            <test name="std_test_array_tricky"/>
+            <test name="test_bind"/>
+            <test name="std_test_bind"/>
+            <test name="test_complex"/>
+            <test name="std_test_complex"/>
+            <test name="test_function"/>
+            <test name="std_test_function"/>
+            <test name="test_random"/>
+            <test name="std_test_random"/>
+            <test name="test_reference_wrapper"/>
+            <test name="std_test_reference_wrapper"/>
+            <test name="test_regex"/>
+            <test name="std_test_regex"/>
+            <test name="test_result_of"/>
+            <test name="std_test_result_of"/>
+            <test name="test_shared_ptr"/>
+            <test name="std_test_shared_ptr"/>
+            <test name="test_tuple"/>
+            <test name="std_test_tuple"/>
+            <toolset name="vc-7"/>
+            <note author="John Maddock">
+            This library is almost unusable with VC7 due to name lookup issues.
+            </note>
+        </mark-expected-failures>
         <mark-expected-failures>
             <test name="tr1_aligned_storage_test"/>
             <toolset name="cw-8_3"/>

粤ICP备19079148号