mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Update for new Borland failure
[SVN r37317]
This commit is contained in:
parent
297da67a2f
commit
f27a535b40
1 changed files with 15 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue