[Piglit] [PATCH] framework/log.py: print a final summary line after a run has finished

Thomas Wood thomas.wood at intel.com
Thu Mar 20 11:23:58 PDT 2014


On 20 March 2014 16:33, Dylan Baker <baker.dylan.c at gmail.com> wrote:
> On Thursday, March 20, 2014 16:04:59 Thomas Wood wrote:

>
>
> IMHO, it would better to add a final call method (or modify Log.post_log to
> have only keyword arguments) that just prints [x/y] and the summary (ie:
> [8/8] pass: 7 fail: 1) that we add to TestProfile.run. That would remove the
> Running Test(s) as well.
>
>
>
> I'm seeing some weird artifiacts from this:
>
> master: [15/16] pass: 13, skip: 2 Running Test(s): 14 14 15 15
>
> patch: [16/16] pass: 14, skip: 2 Running Test(s): 14 15 15 1508
>

There are a couple of problems with artefacts at the moment,
particularly in verbose mode. I think this is down to the line not
being cleared when the summary is updated, which means that if the new
output is shorter then the characters from the previous output remain
visible.

Regards,

Thomas


More information about the Piglit mailing list