Explorar el Código

*** empty log message ***

[SVN r29749]
Thorsten Jørgen Ottosen hace 21 años
padre
commit
63f984be97
Se han modificado 1 ficheros con 23 adiciones y 10 borrados
  1. 23 10
      status/explicit-failures-markup.xml

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

@@ -165,6 +165,19 @@
                 syntax .to_container( c ) was applied to all list_of() expressions.
                 syntax .to_container( c ) was applied to all list_of() expressions.
             </note>
             </note>
         </mark-expected-failures>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="list_of"/>
+            <toolset name="intel-win32-8_1"/>
+            <toolset name="intel-win32-9_0"/>
+            <note author="Thorsten Ottosen">
+                The test would (most likely) compile and run properly if 
+                the test did not use list_of() with boost::array.
+                I would be very happy to see an intel programmer
+                submit a patch. It is quite strange that it only happens on
+                intel's windows compilers.
+            </note>
+         </mark-expected-failures>
+            
         <mark-expected-failures>
         <mark-expected-failures>
             <test name="list_of_workaround"/>
             <test name="list_of_workaround"/>
             <toolset name="sunpro-5_3-sunos"/>
             <toolset name="sunpro-5_3-sunos"/>
@@ -1909,23 +1922,23 @@ for more information.
             <toolset name="vc-6_5*"/>
             <toolset name="vc-6_5*"/>
             <toolset name="vc-7_0"/>
             <toolset name="vc-7_0"/>
             <toolset name="dmc-8_43-stlport-4_5_3"/>
             <toolset name="dmc-8_43-stlport-4_5_3"/>
-        </mark-unusable>
-
-        <!--
+        </mark-unusable>   
         <mark-expected-failures>
         <mark-expected-failures>
-            <test name="ptr_array"/>
-            <test name="ptr_deque"/>
             <test name="ptr_list"/>
             <test name="ptr_list"/>
-            <test name="ptr_map"/>           
-            <test name="ptr_set"/>           
-            <toolset name="gcc- 3.4.3- linux"/>
-            <toolset name="gcc- 4.0.0- linux"/>
+            <toolset name="gcc-4.0.0*"/>
             <note author="Thorsten Ottosen">
             <note author="Thorsten Ottosen">
                 The error is due to problems in the standard library implementation.
                 The error is due to problems in the standard library implementation.
                 It should be fixed in newer versions of the compiler.
                 It should be fixed in newer versions of the compiler.
             </note>
             </note>
         </mark-expected-failures>
         </mark-expected-failures>
-        -->
+        <mark-expected-failures>
+            <test name="ptr_list"/>
+            <toolset name="gcc-4.0.0*"/>
+            <note author="Thorsten Ottosen">
+                The error is due to problems in the standard library implementation.
+                It should be fixed in newer versions of the compiler.
+            </note>
+        </mark-expected-failures>     
     </library>
     </library>
 
 
     
     

粤ICP备19079148号