looks good to me.
Reviewed-by: Neha Bhende<[email protected]> Regards, Neha ________________________________ From: Piglit <[email protected]> on behalf of Brian Paul <[email protected]> Sent: Thursday, April 27, 2017 2:14:16 PM To: [email protected] Subject: [Piglit] [PATCH] all.py: s/OpenGL 1.1/opengl 1.1/ 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
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
