Opened 8 years ago

Closed 7 years ago

#10309 closed Feature Requests (fixed)

More convenient presentatin of the results

Reported by: awulkiew Owned by: René Rivera
Milestone: To Be Determined Component: Regression Testing USE GITHUB
Version: Boost Release Branch Severity: Cosmetic
Keywords: Cc:

Description

This feature request follows the discussion:

http://boost.2283326.n4.nabble.com/testing-Proposal-regression-tests-results-display-upgrade-td4662953.html

I propose to upgrade the regression matrix to present failed tests differently, taking into account the reason of the fail. To distinguish between:

  1. compilation/linking/run-time fail
  2. other fail (time limit, /bigobj, etc.)

We should also be able to see the warnings not only for failing tests but also for passed ones.

I propose this color/naming convention but this of course might be changed:

  • compilation fail - color orange - name fail(c)
  • linking fail - color orange - name fail(l)
  • run fail - color orange - name fail(r)
  • other fail - color yellow - name one of the above
  • pass with warnings - color light green - name pass(w)
  • pass without warnings - color light green - name pass

Of course for pass(w) there should be a link to the compiler output.

Change History (1)

Note: See TracTickets for help on using tickets.