[Piglit] [PATCH 2/9] tests/opengl: Add arb_get_program_binary-restore-implict-use-program

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


Fixes: f1dc46ddf8c1f033ae24d322deff663889b2267d
       ("ARB_get_program_binary: Test that restoring active program takes effect")
CC: Jordan Justen <jordan.l.justen at intel.com>
---
 tests/opengl.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index d02aefc30..ba11bfccc 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -1688,6 +1688,8 @@ with profile.test_list.group_manager(
     g(['arb_get_program_binary-xfb-varyings'],
       'xfb-varyings')
     g(['arb_get_program_binary-reset-uniform'], 'reset-uniform')
+    g(['arb_get_program_binary-restore-implict-use-prgram'],
+      'restore-implicit-use-program')
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'EXT_depth_bounds_test')) as g:
-- 
2.17.1



More information about the Piglit mailing list