[Piglit] [PATCH 8/9] tests/opengl: Add nv_image_formats-gles3
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Fri Jun 29 20:08:23 UTC 2018
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
On 27/06/18 18:32, Dylan Baker wrote:
> Fixes: 6ed37e5d2a58d36b4b04b09f8c069f2dbcff1968
> ("Add nv_image_formats tests")
> CC: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
> tests/opengl.py | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/tests/opengl.py b/tests/opengl.py
> index e5addfbb7..bc910ac69 100644
> --- a/tests/opengl.py
> +++ b/tests/opengl.py
> @@ -4893,5 +4893,10 @@ with profile.test_list.group_manager(
> grouptools.join('spec', 'ARB_sample_locations')) as g:
> g(['arb_sample_locations'], 'test')
>
> +with profile.test_list.group_manager(
> + PiglitGLTest,
> + grouptools.join('spec', 'NV_image_formats')) as g:
> + g(['nv_image_formats-gles3'])
> +
> if platform.system() is 'Windows':
> profile.filters.append(lambda p, _: not p.startswith('glx'))
More information about the Piglit
mailing list