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

Update for new Borland failure

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

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

@@ -922,7 +922,21 @@
             <toolset name="intel-7.1-linux"/>
                 <note author="B. Garst" refid="22"/>
             </mark-failure>
-          </test>
+        </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号