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

mark-up foreach failures

[SVN r46543]
Eric Niebler 18 лет назад
Родитель
Сommit
7b30e66731
1 измененных файлов с 48 добавлено и 10 удалено
  1. 48 10
      status/explicit-failures-markup.xml

+ 48 - 10
status/explicit-failures-markup.xml

@@ -1447,8 +1447,38 @@
             <toolset name="mingw"/>
             <toolset name="hp_cxx*"/>
             <toolset name="intel-win32-8_1"/>
+            <toolset name="sun-5.7"/>
             <toolset name="sun-5.8"/>
             <toolset name="sun-5.9"/>
+            <toolset name="pathscale*"/>
+            <note author="Eric Niebler">
+                This compiler does not support detection of
+                const rvalues.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="rvalue_const_r"/>
+            <toolset name="msvc-6.5*"/>
+            <toolset name="msvc-7.0"/>
+            <toolset name="borland-5.6*"/>
+            <toolset name="borland-5.8*"/>
+            <toolset name="borland-5.9*"/>
+            <toolset name="gcc-2*"/>
+            <toolset name="gcc-3.2*"/>
+            <toolset name="gcc-3_3-darwin"/>
+            <toolset name="intel-linux"/>
+            <toolset name="vacpp"/>
+            <toolset name="cw-8.3"/>
+            <toolset name="cw-9.4"/>
+            <toolset name="cw-9.5-darwin"/>
+            <toolset name="sunpro*"/>
+            <toolset name="mingw"/>
+            <toolset name="hp_cxx*"/>
+            <toolset name="intel-win32-8_1"/>
+            <toolset name="sun-5.7"/>
+            <toolset name="sun-5.8"/>
+            <toolset name="sun-5.9"/>
+            <toolset name="pathscale*"/>
             <note author="Eric Niebler">
                 This compiler does not support detection of
                 const rvalues.
@@ -1463,6 +1493,24 @@
             <toolset name="borland-5.9*"/>
             <toolset name="hp_cxx*"/>
             <toolset name="sunpro*"/>
+            <toolset name="sun-5.7"/>
+            <toolset name="sun-5.8"/>
+            <toolset name="sun-5.9"/>
+            <note author="Eric Niebler">
+                This compiler does not support detection of
+                rvalues.
+            </note>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="rvalue_nonconst_r"/>
+            <toolset name="msvc-6.5*"/>
+            <toolset name="msvc-7.0"/>
+            <toolset name="borland-5.6*"/>
+            <toolset name="borland-5.8*"/>
+            <toolset name="borland-5.9*"/>
+            <toolset name="hp_cxx*"/>
+            <toolset name="sunpro*"/>
+            <toolset name="sun-5.7"/>
             <toolset name="sun-5.8"/>
             <toolset name="sun-5.9"/>
             <note author="Eric Niebler">
@@ -1490,16 +1538,6 @@
                 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 -->

粤ICP备19079148号