|
Boost Testing : |
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-05-02 10:23:43
AlisdairM wrote:
> The iterator library results page has a nice feature, where the 'corner
> case' tests are separated from the main tests.
>
> I haven't worked out how this split is managed - where does that
> formatting get injected into the web-page generation?
[...]
This is done with the category attribute of the test entity in the XML
document describing the expected failures. For example:
<test name="indirect_iter_member_types" category="Corner-case tests"/>
The XML document is located in status/explicit-failures-markup.xml.
HTH, Markus