[Piglit] [PATCH] log: Replace console output with a simpler output

Matt Turner mattst88 at gmail.com
Sun Feb 16 17:29:47 PST 2014


On Fri, Feb 14, 2014 at 11:24 AM, Eric Anholt <eric at anholt.net> wrote:
> Dylan Baker <baker.dylan.c at gmail.com> writes:
>
>> This replaces the console spewer with a simpler console reporting
>> mechanism inspired by the output of ninja. This reduces code, remove all
>> singleton instances and speeds up piglit runs. There is a drawback, the
>> output is much more terse than the previous implementation, giving only
>> the following output:
>> [<finished>/<total>] Running Test(s): <test number>
>> [16008/16011] Running Test(s): 16007 16008 16009 16010
>
> I don't like this and don't want to see it land.  Seeing pass-fail
> scrolling is really imporatnt to me, and saves me more time than you're
> proposing to save with this patch.

Wouldn't a running total of pass/fail/crash/skip accomplish the same
thing? I.e., pass stays at zero and fail zooms up would be pretty
effective at showing that your run is botched.


More information about the Piglit mailing list