Re: [Piglit] [PATCH] add new piglit-summary.py script for printing summaries of results file(s)

2013-04-20 Thread Brian Paul
On 04/19/2013 09:54 PM, Dylan Baker wrote: I have some concerns with this patch: 1) It has two imports that are not being used: cgi, os (not os.path) I'll fix that. 2) getopt: I've been trying to get rid of getopt and replace it with argparse (I have a patch set ready to go to replace the

[Piglit] [PATCH] add new piglit-summary.py script for printing summaries of results file(s)

2013-04-18 Thread Brian Paul
If only one result file is specified, just print all the tests followed by the outcome. For example: fbo/FBO blit from missing attachment: pass fbo/FBO blit to missing attachment: fail fbo/fbo-1d: pass fbo/fbo-3d: crash [...] If multiple result files are specified, we'll print pass/fail/etc for