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

various date-time markup additions for msvc etc

[SVN r28710]
Jeff Garland 21 лет назад
Родитель
Сommit
e27aad3cad
1 измененных файлов с 43 добавлено и 0 удалено
  1. 43 0
      status/explicit-failures-markup.xml

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

@@ -365,6 +365,8 @@
         <test name="testlocal_time">
             <mark-failure>
             <toolset name="msvc"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="gcc-2.95.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
@@ -390,6 +392,7 @@
             <mark-failure>
             <toolset name="vc7"/>
             <toolset name="msvc"/>
+            <toolset name="borland-5_6_4"/>
             <toolset name="gcc-2.95.3-linux"/>
             <toolset name="tru64cxx65-042"/>
                 <note author="J. Garland">
@@ -400,6 +403,46 @@
             </mark-failure>
         </test>
 
+        <test name="testtime_input_facet">
+            <mark-failure>
+            <toolset name="vc7"/>
+            <toolset name="msvc"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="gcc-2.95.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
+                   plan to backport to these non-compliant compilers.
+                </note>
+            </mark-failure>
+        </test>
+
+        <test name="testcustom_time_zone">
+            <mark-failure>
+            <toolset name="msvc"/>
+            <toolset name="gcc-2.95.3-linux"/>
+            <toolset name="borland-5_6_4"/>
+                <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
+                   plan to backport to these non-compliant compilers.
+                </note>
+            </mark-failure>
+        </test>
+
+        <test name="testposix_time_zone">
+            <mark-failure>
+            <toolset name="msvc"/>
+            <toolset name="borland-5_6_4"/>
+            <toolset name="gcc-2.95.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
+                   plan to backport to these non-compliant compilers.
+                </note>
+            </mark-failure>
+        </test>
+
         <test name="testfacet*">
             <mark-failure>
             <toolset name="tru64cxx65-042"/>

粤ICP备19079148号