On Wed, 19 Mar 2008, Reece Dunn wrote:
Hi,
Looking at the results from a test run (e.g. http://test.winehq.org/data/200803181000/), it would be nice to have:
1. A summary of a dlls overall results (i.e. the summation of all
its unit test results), preferably before the individual tests, but could live with them at the bottom.
I'm not sure this one is worth it. It would add quite a lot of lines too.
2. A summary of the entire test results (i.e. the summation of
all unit test results for all dlls). This would be best at the top where it is easily visible.
I've sent a patch doing just that, with the percentage of unit tests that have errors too.
3. Possibly display the number of tests run in a given pass (e.g.
0/12 or 1+3/27). This is to give an idea of how many tests have been run easily (especially for the dll and overall summaries).
As mentioned before you get the number of individual checks that where run in the per-test tooltip. The 'statistics' patch also provides the total number of unit tests in a tooltip.