On Fri, Jul 22, 2016 at 02:01:32PM -0700, Anuj Phogat wrote: > Cc: Nanley Chery <[email protected]> > Signed-off-by: Anuj Phogat <[email protected]>
This patch is, Reviewed-by: Nanley Chery <[email protected]> > --- > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
