Alright, that's great. I was wondering whether there was something left with these two tests. I will finish working on the corrections of the 3rd test and send in the patch soon.
Thanks, Juliet On Thu, Sep 24, 2015 at 12:09 AM, Ilia Mirkin <[email protected]> wrote: > On Thu, Sep 17, 2015 at 8:33 PM, Juliet Fru <[email protected]> wrote: > > This test replaces the original glean toccluqry.cpp test. > > --- > > tests/all.py | 1 + > > tests/spec/arb_occlusion_query/CMakeLists.gl.txt | 1 + > > .../arb_occlusion_query/occlusion_query_conform.c | 556 > +++++++++++++++++++++ > > 3 files changed, 558 insertions(+) > > create mode 100644 > tests/spec/arb_occlusion_query/occlusion_query_conform.c > > > > diff --git a/tests/all.py b/tests/all.py > > index fe088f5..748165f 100644 > > --- a/tests/all.py > > +++ b/tests/all.py > > @@ -2115,6 +2115,7 @@ with profile.group_manager( > > PiglitGLTest, > > grouptools.join('spec', 'ARB_occlusion_query')) as g: > > g(['occlusion_query']) > > + g(['occlusion_query_conformance']) > > g(['occlusion_query_lifetime']) > > g(['occlusion_query_meta_fragments']) > > g(['occlusion_query_meta_no_fragments']) > > diff --git a/tests/spec/arb_occlusion_query/CMakeLists.gl.txt > b/tests/spec/arb_occlusion_query/CMakeLists.gl.txt > > index 01a499d..025c2cd 100644 > > --- a/tests/spec/arb_occlusion_query/CMakeLists.gl.txt > > +++ b/tests/spec/arb_occlusion_query/CMakeLists.gl.txt > > @@ -10,6 +10,7 @@ link_libraries ( > > ) > > > > piglit_add_executable (occlusion_query occlusion_query.c) > > +piglit_add_executable (occlusion_query_conform > occlusion_query_conform.c) > > piglit_add_executable (occlusion_query_lifetime > occlusion_query_lifetime.c) > > piglit_add_executable (occlusion_query_meta_no_fragments > occlusion_query_meta_no_fragments.c) > > piglit_add_executable (occlusion_query_meta_fragments > occlusion_query_meta_fragments.c) > > Oops? Looks like Brian pushed this... The names of the binary built > and test run don't match up :( >
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
