Преглед изворни кода

Update for new Borland failure

[SVN r37317]
Jeff Garland пре 19 година
родитељ
комит
4794d84de1
1 измењених фајлова са 14 додато и 0 уклоњено
  1. 14 0
      status/explicit-failures-markup.xml

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

@@ -885,6 +885,20 @@
                 <note author="B. Garst" refid="22"/>
             </mark-failure>
           </test>
+        <test name="testmicrosec_time_clock">
+            <mark-failure>
+            <toolset name="borland-5.6.4"/>
+            <toolset name="borland-5.8.2"/>
+            <note author="J. Garland">
+               There is apparently a bug in Borland library
+               such that  std::local_time and std::gmtime are 
+               returning a time that's 1 hour ahead GetSystemTimeAsFileTime 
+               during DST.  This is a rather serious problem in that 
+               some of the date-time clock interfaces will give the wrong
+               current time.
+            </note>
+            </mark-failure>
+        </test>
         <test name="teststreams">
             <mark-failure>
                 <toolset name="gcc-2.95.3-linux"/>

粤ICP备19079148号