On Fri, Jun 20, 2008 at 03:13:37PM -0700, Conrad Schneiker wrote: > > From: Moritz Lenz > > > > Attached is an updated version, as well as an example chart it creates. > > This is not as pretty as the previous version, but it's more > > informative. > > If there are significant number of failed tests, I could also include > > their number. > > > > Any comments? > > In line with what I think are more common conventions/intuitions, I'd > suggest reserving green and red for passes and fails, respectively. > > I think it would be good to show fails as well, to provide a more complete > overview/perspective.
Ideally spectest_regression should never have any true failing tests, unless you're counting "todo" and/or "skip" as being "fail". And if that's the case, I think I'd prefer "not yet passing" over "fail". :-) Pm