Browse Source

Add TR1/VC9 markup.

[SVN r47636]
John Maddock 18 years ago
parent
commit
71a5646843
1 changed files with 27 additions and 1 deletions
  1. 27 1
      status/explicit-failures-markup.xml

+ 27 - 1
status/explicit-failures-markup.xml

@@ -4990,7 +4990,33 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
                 work by someone who has this compiler.
             </note>
         </mark-unusable>
-        <mark-expected-failures>
+
+       <mark-expected-failures>
+          <test name="run_random"/>
+          <test name="std_run_random"/>
+          <test name="std_test_bind"/>
+          <test name="test_bind"/>
+          <test name="std_test_regex"/>
+          <test name="test_regex"/>
+          <test name="std_test_result_of"/>
+          <test name="test_result_of"/>
+          <test name="tr1_has_tr1_result_of_pass"/>
+          <test name="tr1_has_trivial_constr_test"/>
+          <test name="tr1_is_base_of_test"/>
+          <test name="tr1_is_convertible_test"/>
+          <test name="tr1_is_pod_test"/>
+          <test name="tr1_is_polymorphic_test"/>
+          <test name="tr1_tky_function_type_test"/>
+          <toolset name="msvc-9.0"/>
+          <note author="John Maddock">
+             MSVC 9.0 with the optional feature pack installed includes
+             a version of the TR1 libraries that is not as interface-conforming
+             as the Boost version.  Most of these failures are of the "annoying"
+             rather than "unusable" kind.
+          </note>
+       </mark-expected-failures>
+
+       <mark-expected-failures>
             <test name="test_mem_fn_tricky"/>
             <test name="test_bind_tricky"/>
             <test name="test_ref_wrapper_tricky"/>

粤ICP备19079148号