MantisBT - CDash
View Issue Details
0006939CDashpublic2008-05-01 17:402008-05-01 18:33
Luis Ibanez 
Julien Jomier 
normalfeaturehave not tried
closedfixed 
 
1.0 
0006939: Separate lists of failing tests from list of passing tests
The standard Dashboard has a column for Failing Test and
another column for Passing Tests.

However, when clicking on the entries in these two columns the
user is sent to the same page, that contains both the failing
and passing tests. The failing tests are conveniently listed
at the top.

Most of the time, when a user click on the failing tests entry,
she/he is only interested in looking at the failing test.
However the time to generate the page is penalized for
the (typically larger) number of passing tests.

I would like to suggest to split both lists, so that when
the user clicks on the "failing tests" entry in the top
level dashboard, the returning page displays only the failing
tests, and not all of them.
No tags attached.
Issue History
2008-05-01 17:40Luis IbanezNew Issue
2008-05-01 18:16Julien JomierStatusnew => assigned
2008-05-01 18:16Julien JomierAssigned To => Julien Jomier
2008-05-01 18:33Julien JomierStatusassigned => closed
2008-05-01 18:33Julien JomierNote Added: 0011669
2008-05-01 18:33Julien JomierResolutionopen => fixed
2008-05-01 18:33Julien JomierFixed in Version => 1.0

Notes
(0011669)
Julien Jomier   
2008-05-01 18:33   
Fixed in SVN and will be part of the 1.0 release.

Now clicking on "failed tests" from the main dashboard displays only the failed test, same for the passed test. Clicking on "Not run" however shows all the tests. Feel free to reopen if I missed anything. Thanks for the report.