[Piglit] [PATCH] all.py: s/OpenGL 1.1/opengl 1.1/
Neha Bhende
bhenden at vmware.com
Thu Apr 27 21:15:45 UTC 2017
looks good to me.
Reviewed-by: Neha Bhende<bhenden at vmware.com>
Regards,
Neha
________________________________
From: Piglit <piglit-bounces at lists.freedesktop.org> on behalf of Brian Paul <brianp at vmware.com>
Sent: Thursday, April 27, 2017 2:14:16 PM
To: piglit at lists.freedesktop.org
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
Piglit at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170427/2983065a/attachment-0001.html>
More information about the Piglit
mailing list