Boost C++ Libraries: Ticket #10309: More convenient presentatin of the results https://svn.boost.org/trac10/ticket/10309 <p> This feature request follows the discussion: </p> <p> <a class="ext-link" href="http://boost.2283326.n4.nabble.com/testing-Proposal-regression-tests-results-display-upgrade-td4662953.html"><span class="icon">​</span>http://boost.2283326.n4.nabble.com/testing-Proposal-regression-tests-results-display-upgrade-td4662953.html</a> </p> <p> I propose to upgrade the regression matrix to present failed tests differently, taking into account the reason of the fail. To distinguish between: </p> <ol><li>compilation/linking/run-time fail </li><li>other fail (time limit, /bigobj, etc.) </li></ol><p> We should also be able to see the warnings not only for failing tests but also for passed ones. </p> <p> I propose this color/naming convention but this of course might be changed: </p> <ul><li>compilation fail - color orange - name fail(c) </li><li>linking fail - color orange - name fail(l) </li><li>run fail - color orange - name fail(r) </li><li>other fail - color yellow - name one of the above </li><li>pass with warnings - color light green - name pass(w) </li><li>pass without warnings - color light green - name pass </li></ul><p> Of course for pass(w) there should be a link to the compiler output. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10309 Trac 1.4.3 awulkiew Tue, 12 May 2015 19:02:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10309#comment:1 https://svn.boost.org/trac10/ticket/10309#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Done: </p> <p> <a class="ext-link" href="https://github.com/boostorg/regression/commit/439125a7323ba6c250787c3fcaafa34a85508168"><span class="icon">​</span>https://github.com/boostorg/regression/commit/439125a7323ba6c250787c3fcaafa34a85508168</a> <a class="ext-link" href="https://github.com/boostorg/regression/commit/9b2b8826b40fb251ed489b0d20f950792306a43d"><span class="icon">​</span>https://github.com/boostorg/regression/commit/9b2b8826b40fb251ed489b0d20f950792306a43d</a> </p> Ticket