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

markup some date-time failures

[SVN r34157]
Jeff Garland 20 лет назад
Родитель
Сommit
0319e651fe
1 измененных файлов с 13 добавлено и 1 удалено
  1. 13 1
      status/explicit-failures-markup.xml

+ 13 - 1
status/explicit-failures-markup.xml

@@ -445,7 +445,9 @@
     <!-- date_time -->
     <library name="date_time">
         <mark-unusable>
+            <toolset name="como-4_3_3-vc7_1"/>
             <toolset name="sunpro-5_3-sunos"/>
+            <toolset name="msvc"/>
             <toolset name="msvc-stlport"/>
             <toolset name="vc-6_5-stlport"/>
             <toolset name="vc-6_5"/>
@@ -1072,7 +1074,17 @@
             <toolset name="hp_cxx*"/>
             <note author="Markus Schoepflin">
             The failure is caused by a standard library bug. It doesn't
-            support used defined facets which are not default
+            support user defined facets which are not default
+            constructible. This has been reported to the compiler vendor.
+            </note>
+        </mark-expected-failures>
+
+        <mark-expected-failures>
+            <test name="testtime_wstream"/>
+            <toolset name="hp_cxx-65_042_tru64"/>
+            <note author="Jeff Garland">
+            The failure is caused by a standard library bug. It doesn't
+            support user defined facets which are not default
             constructible. This has been reported to the compiler vendor.
             </note>
         </mark-expected-failures>

粤ICP备19079148号