Jelajahi Sumber

more tweaks to the date-time failure markup for msvc, cw

[SVN r28901]
Jeff Garland 21 tahun lalu
induk
melakukan
693ab456c7
1 mengubah file dengan 11 tambahan dan 5 penghapusan
  1. 11 5
      status/explicit-failures-markup.xml

+ 11 - 5
status/explicit-failures-markup.xml

@@ -364,6 +364,7 @@
             <mark-failure>
             <toolset name="gcc-2.*"/>
             <toolset name="*como-4_3_3*"/>
+            <toolset name="msvc*"/>
             <note author="B. Garst">The serialization library does not support this compiler.
             </note>
             </mark-failure>
@@ -371,7 +372,6 @@
 
         <test name="testgreg_serialize_xml">
             <mark-failure>
-            <toolset name="msvc*"/>
             <toolset name="vc7"/>
             <note author="J. Garland">XML serialization is not supported on this compiler.
             </note>
@@ -382,7 +382,7 @@
             <mark-failure>
             <toolset name="gcc-2.*"/>
             <toolset name="*como-4_3_3*"/>
-            <toolset name="vc7"/>
+            <toolset name="msvc*"/>
             <note author="B. Garst">The serialization library does not support this compiler.
             </note>
             </mark-failure>
@@ -442,6 +442,8 @@
         <test name="testlocal_time_facet">
             <mark-failure>
             <toolset name="borland-5_6_4"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
             <toolset name="msvc"/>
             <toolset name="vc7"/>
                 <note author="J. Garland">
@@ -457,6 +459,7 @@
             <toolset name="msvc"/>
             <toolset name="borland-5_6_4"/>
             <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
                 <note author="J. Garland">
                    Some older compilers are confused by the template code here.  
                    These are new features to date-time in 1.33 and there is no
@@ -482,8 +485,9 @@
             <mark-failure>
             <toolset name="borland-5_6_4"/>
             <toolset name="cw-8_3*"/>
-            <toolset name="msvc"/>
             <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
+            <toolset name="msvc"/>
             <toolset name="vc7"/>
                 <note author="J. Garland">
                    Some older compilers are confused by the template code here.  
@@ -496,6 +500,7 @@
         <test name="testtime_input_facet">
             <mark-failure>
             <toolset name="borland-5_6_4"/>
+            <toolset name="cw-8_3*"/>
             <toolset name="gcc-2.95.3-linux"/>
             <toolset name="msvc"/>
             <toolset name="vc7"/>
@@ -545,8 +550,9 @@
 
         <test name="testtz_database">
             <mark-failure>
-            <toolset name="borland-5_6_4"/>
-            <toolset name="msvc"/>
+                <toolset name="borland-5_6_4"/>
+                <toolset name="gcc-2.95.3-linux"/>
+                <toolset name="msvc"/>
                 <note author="J. Garland">
                    Some older compilers are confused by the template code here.  
                    These are new features to date-time in 1.33 and there is no

粤ICP备19079148号