Update of /cvsroot/boost/boost/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23506

Modified Files:
        explicit-failures-markup.xml 
Log Message:
Revised Borland markup for type traits and tr1

Index: explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.549
retrieving revision 1.550
diff -u -d -r1.549 -r1.550
--- explicit-failures-markup.xml        15 Mar 2007 20:26:52 -0000      1.549
+++ explicit-failures-markup.xml        16 Mar 2007 04:30:51 -0000      1.550
@@ -4066,59 +4066,69 @@
         </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 @@
             <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 @@
             <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">


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to