[Piglit] [PATCH 2/7] khr_texture_compression_astc: Run each subtest separately in all.py
Nanley Chery
nanleychery at gmail.com
Tue Jul 26 17:56:03 UTC 2016
On Fri, Jul 22, 2016 at 02:01:32PM -0700, Anuj Phogat wrote:
> Cc: Nanley Chery <nanley.g.chery at intel.com>
> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
This patch is,
Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
> tests/all.py | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/tests/all.py b/tests/all.py
> index 96a3e46..dfad955 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -4354,8 +4354,12 @@ with profile.group_manager(
> g(['khr_compressed_astc-array_gles3'], 'array-gles')
> g(['khr_compressed_astc-basic_gl'], 'basic-gl')
> g(['khr_compressed_astc-basic_gles2'], 'basic-gles')
> - g(['khr_compressed_astc-miptree_gl'], 'miptree-gl')
> - g(['khr_compressed_astc-miptree_gles2'], 'miptree-gles')
> +
> + for subtest in ('hdr', 'ldr', 'srgb'):
> + g(['khr_compressed_astc-miptree_gl', '-subtest', subtest],
> + 'miptree-gl {}'.format(subtest))
> + g(['khr_compressed_astc-miptree_gles2', '-subtest', subtest],
> + 'miptree-gles {}'.format(subtest))
>
> with profile.group_manager(
> PiglitGLTest,
> --
> 2.5.5
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list