Message ID | 20180627173230.25986-3-dylan@pnwbakers.com |
---|---|
State | New |
Headers | show |
Series |
"Add missing tests to opengl.py"
( rev:
1
)
in
Piglit |
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: