[Piglit] [PATCH] tests/opengl.py: add couple missing arb_get_program_binary tests

Tapani Pälli tapani.palli at intel.com
Wed Jun 27 06:49:37 UTC 2018


Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
---
 tests/opengl.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/opengl.py b/tests/opengl.py
index 2592fa404..cafda2576 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -1687,6 +1687,10 @@ with profile.test_list.group_manager(
       'PROGRAM_BINARY_RETRIEVABLE_HINT')
     g(['arb_get_program_binary-xfb-varyings'],
       'xfb-varyings')
+    g(['arb_get_program_binary-restore-implicit-use-program'],
+      'restore-implicit-use-program')
+    g(['arb_get_program_binary-reset-uniform'],
+      'reset-uniform')
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'EXT_depth_bounds_test')) as g:
-- 
2.14.4



More information about the Piglit mailing list