[Piglit] [PATCH] all.py: add entry for ext_occlusion_query_boolean

Timothy Arceri tarceri at itsqueeze.com
Wed Dec 13 08:35:39 UTC 2017


Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>

On 11/12/17 17:19, Tapani Pälli wrote:
> commit 68a003409 forgot to add this
> 
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
>   tests/all.py | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/tests/all.py b/tests/all.py
> index c4cbe0bd9..ab1bed0f9 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -3172,6 +3172,11 @@ with profile.test_list.group_manager(
>           grouptools.join('spec', 'oes_required_internalformat')) as g:
>       g(['oes_required_internalformat-renderbuffer'], 'renderbuffer')
>   
> +with profile.test_list.group_manager(
> +        PiglitGLTest,
> +        grouptools.join('spec', 'ext_occlusion_query_boolean')) as g:
> +    g(['ext_occlusion_query_boolean-any-samples'], 'any-samples')
> +
>   with profile.test_list.group_manager(
>           PiglitGLTest,
>           grouptools.join('spec', 'ext_disjoint_timer_query')) as g:
> 


More information about the Piglit mailing list