[Piglit] [PATCH 4/9] tests/opengl: Add gl-3.3-vertex-attrib-p-types

Dylan Baker dylan at pnwbakers.com
Wed Jun 27 17:32:25 UTC 2018


Fixes: bcaa0cd75fd7b1d35817792b4802cce5eb47754d
       ("Test that VertexAttribP*() must use one of the appropriate types.")
CC: Ian Romanick <idr at freedesktop.org>
---

 tests/opengl.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index 6657cffdb..873cdac29 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4088,6 +4088,7 @@ with profile.test_list.group_manager(
     g(['draw-vertices-2101010'], run_concurrent=False)
     g(['attribs', 'GL_ARB_vertex_type_2_10_10_10_rev'], 'attribs')
     g(['arb_vertex_type_2_10_10_10_rev-array_types'])
+    g(['gl-3.3-vertex-attrib-p-types'], 'attrib-p-types')
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
2.17.1



More information about the Piglit mailing list