I only use unit tests that either pass (complete or <i>the </i>expected exception is caught) or fail. In the same way that a 2-symbol language is Turing complete, a pass/fail system of unit tests is also complete. Adding N other levels (N &gt;= 1) for warnings doesn&#39;t add anything and can make your type algebra unnecessarily complex.<div>
<br></div><div><br><div class="gmail_quote">On Tue, Nov 15, 2011 at 5:52 AM, Olaf Meeuwissen <span dir="ltr">&lt;<a href="mailto:olaf.meeuwissen@avasys.jp">olaf.meeuwissen@avasys.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all,<br>
<br>
For our CI setup I would like to be able to report the following results<br>
from our unit test suite:<br>
<br>
 - number of tests aborted (started but did not complete)<br>
 - number of tests failed<br>
 - number of tests passed without warnings<br>
 - number of tests passed with warnings<br>
<br>
The first two are supported just fine but the last two are collapsed<br>
into a single count in the reports.  In the logs, I can make out the<br>
warning messages from the passing tests, but I can&#39;t seem to get at a<br>
count of the number of such tests in the (XML) reports.<br>
<br>
Any suggestions?<br>
<br>
Thanks in advance,<br>
<font color="#888888">--<br>
Olaf Meeuwissen, LPIC-2           FLOSS Engineer -- AVASYS CORPORATION<br>
FSF Associate Member #1962               Help support software freedom<br>
                 <a href="http://www.fsf.org/jf?referrer=1962" target="_blank">http://www.fsf.org/jf?referrer=1962</a><br>
_______________________________________________<br>
Boost-users mailing list<br>
<a href="mailto:Boost-users@lists.boost.org">Boost-users@lists.boost.org</a><br>
<a href="http://listarchives.boost.org/mailman/listinfo.cgi/boost-users" target="_blank">http://listarchives.boost.org/mailman/listinfo.cgi/boost-users</a><br>
</font></blockquote></div><br></div>

