The test name is lowered by the g() call, so this is effectively a no-op. I just want to be clear that this change will not change test names or behaviors, and I think it's nice to be consistent.
Reviewed-by: Dylan Baker <[email protected]> Quoting Brian Paul (2017-04-27 14:14:16) > To match the naming convention for all the other "opengl x.y" groups. > --- > tests/all.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/all.py b/tests/all.py > index 6255ddf..da3398b 100644 > --- a/tests/all.py > +++ b/tests/all.py > @@ -836,7 +836,7 @@ with profile.test_list.group_manager( > > with profile.test_list.group_manager( > PiglitGLTest, > - grouptools.join('spec', '!OpenGL 1.1')) as g: > + grouptools.join('spec', '!opengl 1.1')) as g: > g(['copyteximage', '1D'], run_concurrent=False) > g(['copyteximage', '2D'], run_concurrent=False) > g(['drawbuffer-modes'], run_concurrent=False) > -- > 1.9.1 > > _______________________________________________ > Piglit mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit
signature.asc
Description: signature
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
