[Piglit] [PATCH] all.py: s/occlusion_query_conformance/occlusion_query_conform/
Ilia Mirkin
imirkin at alum.mit.edu
Wed Sep 23 16:31:00 PDT 2015
On Wed, Sep 23, 2015 at 7:17 PM, Brian Paul <brianp at vmware.com> wrote:
> Missed this change when committing "Port arb occlusion query
> conformance tests from Glean to Piglit".
> ---
> tests/all.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/all.py b/tests/all.py
> index 08edebb..02d8c0b 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -2121,7 +2121,7 @@ with profile.group_manager(
> PiglitGLTest,
> grouptools.join('spec', 'ARB_occlusion_query')) as g:
> g(['occlusion_query'])
> - g(['occlusion_query_conformance'])
> + g(['occlusion_query_conform'])
> g(['occlusion_query_lifetime'])
> g(['occlusion_query_meta_fragments'])
> g(['occlusion_query_meta_no_fragments'])
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
More information about the Piglit
mailing list