Sfoglia il codice sorgente

numeric/interval markup

[SVN r25407]
Aleksey Gurtovoy 21 anni fa
parent
commit
a61a805d3a
1 ha cambiato i file con 16 aggiunte e 2 eliminazioni
  1. 16 2
      status/explicit-failures-markup.xml

+ 16 - 2
status/explicit-failures-markup.xml

@@ -311,10 +311,11 @@
     <library name="filesystem">
         <mark-unusable>
             <toolset name="intel-7.1-linux"/>
-        		<note author="Aleksey Gurtovoy">
+            <toolset name="intel-7.1-stdlib-default-linux"/>
+        	<note author="Aleksey Gurtovoy">
         		Due to to standard library bugs this configuration is not supported by 
         		the most recent version of the library.
-        		</note>
+        	</note>
         </mark-unusable>
         <test name="operations_test">
             <mark-failure>
@@ -874,6 +875,19 @@ for more information.
                 </note>
             </mark-failure>
         </test>
+        <mark-expected-failures>
+            <test name="cmp_exn"/>
+            <test name="cmp_set"/>
+            <test name="cmp_tribool"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <note author="Aleksey Gurtovoy" refid="2"/>
+        </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="det"/>
+            <toolset name="cw-8.3"/>
+            <note author="Aleksey Gurtovoy" refid="2"/>
+        </mark-expected-failures>        
     </library>
 
 

粤ICP备19079148号