At some point OpenGL 3.2 was shortened to OpenGL, which is clearly wrong

Signed-off-by: Dylan Baker <[email protected]>
---
 tests/all.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 380e95d..d7a921a 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1063,8 +1063,8 @@ spec[grouptools.join('!OpenGL 3.2', 'layered-rendering', 
'gl-layer-not-layered')
 spec[grouptools.join('!OpenGL 3.2', 'layered-rendering', 'gl-layer-render')] = 
PiglitGLTest(['gl-3.2-layered-rendering-gl-layer-render'], run_concurrent=True)
 spec[grouptools.join('!OpenGL 3.2', 'pointsprite-coord')] = 
PiglitGLTest(['gl-3.2-pointsprite-coord'], run_concurrent=True)
 spec[grouptools.join('!OpenGL 3.2', 'pointsprite-origin')] = 
PiglitGLTest(['gl-3.2-pointsprite-origin'], run_concurrent=True)
-spec[grouptools.join('!OpenGL', 
'coord-replace-doesnt-eliminate-frag-tex-coords')] = 
PiglitGLTest(['gl-coord-replace-doesnt-eliminate-frag-tex-coords'], 
run_concurrent=True)
-spec[grouptools.join('!OpenGL', 'get-active-attrib-returns-all-inputs')] = 
PiglitGLTest(['gl-get-active-attrib-returns-all-inputs'], run_concurrent=True)
+spec[grouptools.join('!OpenGL 3.2', 
'coord-replace-doesnt-eliminate-frag-tex-coords')] = 
PiglitGLTest(['gl-coord-replace-doesnt-eliminate-frag-tex-coords'], 
run_concurrent=True)
+spec[grouptools.join('!OpenGL 3.2', 'get-active-attrib-returns-all-inputs')] = 
PiglitGLTest(['gl-get-active-attrib-returns-all-inputs'], run_concurrent=True)
 spec[grouptools.join('!OpenGL 3.2', 'texture-border-deprecated')] = 
PiglitGLTest(['gl-3.2-texture-border-deprecated'], run_concurrent=True)
 
 spec[grouptools.join('!OpenGL 3.3', 'minmax')] = 
PiglitGLTest(['gl-3.3-minmax'], run_concurrent=True)
-- 
2.2.2

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to