On Wed, Sep 23, 2015 at 7:17 PM, Brian Paul <[email protected]> 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 <[email protected]> _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
