Browse Source

Added remaining type traits markup.

[SVN r28435]
John Maddock 21 years ago
parent
commit
5d982cc088
1 changed files with 13 additions and 0 deletions
  1. 13 0
      status/explicit-failures-markup.xml

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

@@ -1904,6 +1904,12 @@ for more information.
             <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"/>
             <toolset name="vc7"/>
             <note author="Aleksey Gurtovoy">
@@ -1934,6 +1940,12 @@ for more information.
                 <toolset name="msvc-stlport"/>
             </mark-failure>
         </test>
+        <test name="tricky_incomplete_type_test">
+            <mark-failure>
+                <toolset name="iw-7_1*"/>
+                <note author="John Maddock" refid="2"/>
+            </mark-failure>
+        </test>
         <test name="is_abstract_test">
             <mark-failure>
                 <toolset name="borland-5_6_4"/>
@@ -1949,6 +1961,7 @@ for more information.
                 <toolset name="sunpro-5_3"/>
                 <toolset name="tru64cxx65-042"/>
                 <toolset name="darwin"/>
+                <toolset name="mingw"/>
                 <note author="Aleksey Gurtovoy">
                     This functionality is available only on compilers that implement C++ Core Language
                     <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#337">Defect Report 337</a>.

粤ICP备19079148号