Browse Source

Revised Borland markup for type traits and tr1

[SVN r37197]
Alisdair Meredith 19 years ago
parent
commit
3494b25669
1 changed files with 58 additions and 53 deletions
  1. 58 53
      status/explicit-failures-markup.xml

+ 58 - 53
status/explicit-failures-markup.xml

@@ -4066,59 +4066,69 @@ for more information.
         </mark-unusable>
     </library>
 
-    <!-- type_traits -->
+	<!-- type_traits -->
     <library name="type_traits">
         <mark-expected-failures>
             <test name="function_traits_test"/>
             <test name="remove_bounds_test"/>
             <test name="remove_const_test"/>
             <test name="remove_cv_test"/>
-            <test name="remove_pointer_test"/>
+			<test name="remove_pointer_test"/>
             <test name="remove_reference_test"/>
             <test name="remove_volatile_test"/>
             <test name="decay_test"/>
             <test name="extent_test"/>
             <test name="remove_extent_test"/>
             <test name="remove_all_extents_test"/>
-            <test name="rank_test"/>
-            <test name="is_unsigned_test"/>
-            <toolset name="msvc-6.5*"/>
-            <toolset name="msvc-7.0"/>
-            <note author="Aleksey Gurtovoy">
-                This failure is caused by the lack of compiler support for class template
-                partial specialization. A limited subset of the tested functionality is
-                available on the compiler through a user-side workaround (see
-                <a href="http://www.boost.org/libs/type_traits/index.html#transformations">
-                http://www.boost.org/libs/type_traits/index.html#transformations</a> for
-                details).
-            </note>
-        </mark-expected-failures>
-        <mark-expected-failures>
-            <test name="decay_test"/>
-            <test name="extent_test"/>
-            <test name="is_base_and_derived_test"/>
-            <test name="is_base_of_test"/>
-            <test name="is_convertible_test"/>
-            <test name="rank_test"/>
-            <test name="remove_all_extents_test"/>
-            <test name="remove_bounds_test"/>
-            <test name="remove_const_test"/>
-            <test name="remove_extent_test"/>
-            <test name="remove_pointer_test"/>
-            <test name="remove_volatile_test"/>
-            <test name="tricky_add_pointer_test"/>
-            <test name="tricky_function_type_test"/>
-            <test name="tricky_incomplete_type_test"/>
-            <toolset name="borland-5.6*"/>
-            <toolset name="borland-5.8*"/>
-            <toolset name="borland-5.9*"/>
-            <note author="John Maddock" refid="2"/>
-        </mark-expected-failures>
-        <test name="tricky_is_enum_test">
-            <mark-failure>
-                <toolset name="borland-5.6*"/>
-                <toolset name="borland-5.8*"/>
-                <toolset name="borland-5.9*"/>
+			<test name="rank_test"/>
+			<test name="is_unsigned_test"/>
+			<toolset name="msvc-6.5*"/>
+			<toolset name="msvc-7.0"/>
+			<note author="Aleksey Gurtovoy">
+				This failure is caused by the lack of compiler support for class template
+				partial specialization. A limited subset of the tested functionality is
+				available on the compiler through a user-side workaround (see
+				<a href="http://www.boost.org/libs/type_traits/index.html#transformations">
+				http://www.boost.org/libs/type_traits/index.html#transformations</a> for
+				details).
+			</note>
+		</mark-expected-failures>
+		<mark-expected-failures>
+			<test name="decay_test"/>
+			<test name="extent_test"/>
+			<test name="is_base_and_derived_test"/>
+			<test name="is_base_of_test"/>
+			<test name="is_convertible_test"/>
+			<test name="rank_test"/>
+			<test name="remove_all_extents_test"/>
+			<test name="remove_bounds_test"/>
+			<test name="remove_const_test"/>
+			<test name="remove_extent_test"/>
+			<test name="remove_pointer_test"/>
+			<test name="remove_volatile_test"/>
+			<test name="tricky_add_pointer_test"/>
+			<test name="tricky_function_type_test"/>
+			<test name="tricky_incomplete_type_test"/>
+			<toolset name="borland-5.6*"/>
+			<toolset name="borland-5.8*"/>
+			<toolset name="borland-5.9*"/>
+			<note author="John Maddock" refid="2"/>
+		</mark-expected-failures>
+		<mark-expected-failures>
+			<test name="promote_basic_test"/>
+			<test name="promote_enum_test"/>
+			<test name="promote_mpl_test"/>
+			<test name="tricky_partial_spec_test"/>
+			<toolset name="borland-5.6*"/>
+			<toolset name="borland-5.8*"/>
+			<toolset name="borland-5.9*"/>
+			<note author="AlisdairM" refid="2"/>
+		</mark-expected-failures>
+		<test name="tricky_is_enum_test">
+			<mark-failure>
+				<toolset name="borland-5.6*"/>
+				<toolset name="borland-5.8*"/>
+				<toolset name="borland-5.9*"/>
                 <toolset name="msvc-6.5*"/>
                 <toolset name="gcc-2.95.3-*"/>
             </mark-failure>
@@ -4421,17 +4431,11 @@ for more information.
             <test name="std_test_complex"/>
             <test name="test_function"/>
             <test name="std_test_function"/>
-            <test name="test_mem_fn"/>
-            <test name="std_test_mem_fn"/>
-            <test name="test_random"/>
-            <test name="std_test_random"/>
-            <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"/>
-            <test name="test_tuple_tricky"/>
+			<test name="test_random"/>
+			<test name="std_test_random"/>
+			<test name="test_result_of"/>
+			<test name="std_test_result_of"/>
+			<test name="test_tuple_tricky"/>
             <test name="std_test_tuple_tricky"/>
             <test name="test_type_traits"/>
             <test name="std_test_type_traits"/>
@@ -4444,7 +4448,8 @@ for more information.
             <test name="tr1_remove_const_test"/>
             <test name="tr1_remove_pointer_test"/>
             <test name="tr1_remove_volatile_test"/>
-            <test name="tr1_tricky_add_pointer_test"/>
+			<test name="tr1_tricky_add_pointer_test"/>
+			<test name="tr1_tky_partial_spec_test"/>
             <toolset name="borland-5.8*"/>
             <toolset name="borland-5.9*"/>
             <note author="John Maddock">

粤ICP备19079148号