[Piglit] [PATCH] lineloop: add -dlist option for testing display lists

Brian Paul brianp at vmware.com
Fri Oct 16 15:22:15 PDT 2015


On 10/16/2015 03:56 PM, Dylan Baker wrote:
>
>
> On Fri, Oct 16, 2015 at 2:27 PM, Brian Paul <brianp at vmware.com
> <mailto:brianp at vmware.com>> wrote:
>
>     ---
>       tests/all.py             |  3 ++-
>       tests/general/lineloop.c | 36 +++++++++++++++++++++++++++++++-----
>       2 files changed, 33 insertions(+), 6 deletions(-)
>
>     diff --git a/tests/all.py b/tests/all.py
>     index 95c5c61..4f03dd0 100644
>     --- a/tests/all.py
>     +++ b/tests/all.py
>     @@ -874,7 +874,8 @@ with profile.group_manager(
>           g(['infinite-spot-light'], run_concurrent=False)
>           g(['line-aa-width'], run_concurrent=False)
>           g(['line-flat-clip-color'])
>     -    g(['lineloop'], run_concurrent=False)
>     +    g(['lineloop'], 'lineloop', run_concurrent=False)
>
>
>
> JFYI, if a name is not provided for a test then the arguments will be
> joined with spaces, so the explicit name is redundant. But it really
> doesn't matter to me if you prefer it.

OK, I'll remove that.

-Brian




More information about the Piglit mailing list