summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garland <jeff@crystalclearsoftware.com>2007-03-29 16:28:01 +0000
committerJeff Garland <jeff@crystalclearsoftware.com>2007-03-29 16:28:01 +0000
commit4794d84de18cf193644e9e14dc2b0edc9103e30a (patch)
treed939b0522a97324b9218c6f2f914384bcf442710
parent17a44631eb831d747442fb564885bb5b5e6d9963 (diff)
downloadboost-4794d84de18cf193644e9e14dc2b0edc9103e30a.tar.gz
Update for new Borland failure
[SVN r37317]
-rw-r--r--status/explicit-failures-markup.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index 7438033680..9009aff305 100644
--- a/status/explicit-failures-markup.xml
+++ b/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"/>