|
Boost Testing : |
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-01 14:32:06
Rene Rivera wrote:
> Jonathan Turkanis wrote:
>> I just made changes local to iostreams, and validated the file
>> before checking it in. What did I screw up?
>
> Not saying you did ;-) I was just pointing out the last commit that
> could be a problem.
Since I'm usually the one who screws things up, it was not an unreasoanble
assumption ;-)
>> 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?
>
> Don't think so.. As something like that is done for other libraries.
Okay, good.
Jonathan