Ver código fonte

Added VC7 TR1 markup

[SVN r34183]
John Maddock 20 anos atrás
pai
commit
a6608c669c
1 arquivos alterados com 28 adições e 0 exclusões
  1. 28 0
      status/explicit-failures-markup.xml

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

@@ -4279,6 +4279,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号