Просмотр исходного кода

mark up xpressive and foreach failures on sun-5.8

[SVN r34284]
Eric Niebler 20 лет назад
Родитель
Сommit
e448a37b69
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      status/explicit-failures-markup.xml

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

@@ -1274,6 +1274,7 @@
             <toolset name="tru64cxx*"/>
             <toolset name="hp_cxx*"/>
             <toolset name="intel-win32-8_1"/>
+            <toolset name="sun-5.8"/>
             <note author="Eric Niebler">
                 This compiler does not support detection of
                 const rvalues.
@@ -1294,6 +1295,7 @@
             <toolset name="tru64cxx*"/>
             <toolset name="hp_cxx*"/>
             <toolset name="sunpro*"/>
+            <toolset name="sun-5.8"/>
             <note author="Eric Niebler">
                 This compiler does not support detection of
                 rvalues.
@@ -1322,6 +1324,16 @@
                 ADL which these compilers do not support.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="noncopyable"/>
+            <toolset name="sun-5.8"/>
+            <note author="Eric Niebler">
+                is_base_and_derived&lt;&gt; is broken on this compiler, but
+                the problem can be worked around by specializing
+                boost::foreach::is_noncopyable&lt;&gt; for collection
+                types that are noncopyable.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- format -->
@@ -4700,6 +4712,11 @@ for more information.
                 such as "template &lt; class T, bool B = is_foo &lt; T &gt; ::value &gt;"
             </note>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="sunpro-5_3-sunos"/>
+            <toolset name="sun-5.8"/>
+            <note refid="17"/>
+        </mark-unusable>
     </library>
 
     <!-- /////////////// Standard note definitions /////////////// -->

粤ICP备19079148号