[Piglit] [PATCH] tests/opengl.py: add couple missing arb_get_program_binary tests
Timothy Arceri
tarceri at itsqueeze.com
Wed Jun 27 07:06:26 UTC 2018
Thanks!
Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
On 27/06/18 16:49, Tapani Pälli wrote:
> 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:
>
More information about the Piglit
mailing list