|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-01 14:05:08
Rene Rivera wrote:
> Doug Gregor wrote:
>> I get "We're sorry, but we were unable to find the page you
>> requested."
>
> Perhaps related to this change?
>
> http://build.redshift-software.com:9990/changes/603
One thing I did which I'm not sure about is include a mark-expected-failures
element containing several test elements and several toolset elements:
<mark-expected-failures>
<test name="code_converter_test"/>
<test name="wide_stream_test"/>
<toolset name="gcc-2.95.3-linux"/>
<toolset name="mingw"/>
<toolset name="mingw-3_4_2"/>
<note author="Jonathan Turkanis" refid="19"/>
</mark-expected-failures>
Could this confuse the reporting system?
Jonathan