
29 Apr
2007
29 Apr
'07
5:38 p.m.
"Peter Dimov" <pdimov@mmltd.net> wrote in message news:002201c789ab$214484e0$6607a8c0@pdimov2...
Does our testing infrastructure allow a test to return a "skipped/not applicable" status, that is, to inform the test script that the current test requires optional features that are not supported by the current compiler?
Boost.Test can return number of skipped test cases in detailed report. If Boost.Build is able to parse XML reports, you shouldn't be difficult to achieve. Gennadiy