[Piglit] [PATCH v3 8/8] egl_khr_fence_sync: Enable android native fences extension test.

Dylan Baker dylan at pnwbakers.com
Thu Jun 22 19:12:55 UTC 2017


Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Quoting Rafael Antognolli (2017-06-20 17:36:06)
> Enable the test on the "all" test profile.
> 
> Signed-off-by: Rafael Antognolli <rafael.antognolli at intel.com>
> Cc: Dylan Baker <dylan at pnwbakers.com>
> ---
>  tests/all.py | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/all.py b/tests/all.py
> index f0a7c05..9ecd8d8 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -4646,6 +4646,12 @@ with profile.test_list.group_manager(
>  
>  with profile.test_list.group_manager(
>          PiglitGLTest,
> +        grouptools.join('spec', 'egl_android_native_fence_sync'),
> +        exclude_platforms=['glx']) as g:
> +    g(['egl_khr_fence_sync', 'android_native'])
> +
> +with profile.test_list.group_manager(
> +        PiglitGLTest,
>          grouptools.join('spec', 'egl_khr_gl_colorspace'),
>          exclude_platforms=['glx']) as g:
>      g(['egl-gl-colorspace'], 'linear')
> -- 
> 2.9.4
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170622/c466fe2f/attachment.sig>


More information about the Piglit mailing list