MantisBT - CDash
View Issue Details
0008991CDashpublic2009-05-09 09:512009-05-09 15:43
Philip Lowman 
Bill Hoffman 
normalfeatureN/A
assignedopen 
 
 
0008991: Group by label
A useful feature, suggested on the Boost-cmake mailing list would be for a different type of test results viewer, one that groups results per label. I'm guessing this is probably in the works and probably was the impetus for the whole labeling system to begin with but I didn't see a formal feature request for it so I felt compelled to file one.

So instead of this (with 1980 rows for Boost)

Name Status Time (s) Labels
accumulators-count Passed 0.00 accumulators
accumulators-covariance Passed 0.00 accumulators

Maybe you have something like this (perhaps with some kind of javascript rollup)

Accumulators Results:
[+] 42 tests Failed 0.23

Accumulators Results:
accumulators-count Passed 0.00
accumulators-covariance Passed 0.00
accumulators-foo Failed 0.00
No tags attached.
Issue History
2009-05-09 09:51Philip LowmanNew Issue
2009-05-09 15:42Bill HoffmanStatusnew => assigned
2009-05-09 15:42Bill HoffmanAssigned To => Bill Hoffman
2009-05-09 15:43Bill HoffmanNote Added: 0016362

Notes
(0016362)
Bill Hoffman   
2009-05-09 15:43   
This is already done....



An example can be found here in the Trilinos dashboard:

http://trilinos-dev.sandia.gov/cdash/index.php [^]

Trilinos is one big project with lots of sub-projects. The sub-projects can be described either in the CDash GUI, or in an XML file that can be uploaded to CDash.