$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2004-07-29 09:44:41
Looking at the boost-wide reports today, testmicrosec_time_clock is marked as
failing red on a whole series of compilers. However, they should be 'green'
(and have been in past reports) as they have been explicitly marked as failing:
http://www.meta-comm.com/engineering/boost-regression/developer/date_time.html
<test name="testmicrosec_time_clock">
<mark-failure>
<toolset name="msvc"/>
<toolset name="vc7"/>
<toolset name="vc7.1"/>
<toolset name="cwpro8"/>
<toolset name="borland-5.6.4"/>
<toolset name="gcc"/>
<toolset name="borland"/>
<toolset name="mingw"/>
<toolset name="meta-como-win32-4.3.3-msvc"/>
<note author="B. Garst" refid="22"/>
</mark-failure>
</test>
Seems like there is something amiss in the results reporting...
Jeff