After seeing that recent patch for adding draw-sync to all.py I wondered what else might be missing, so I wrote a little script to find out.
It returned a few missing tests, and I've added them in this series. Dylan Baker (9): check.py: a small utility for checking missing tests. tests/all.py: add missing test fcc-front-buffer-distraction tests/all.py: add arb_gpu_shader_fp64-double_in_bool_uniform tests/all.py: add arb_copy_image-api_errors tests/all.py: fix ext_texture_array-compressed tests.all: add arb_framebuffer_srgb-pushpop tests/all.py: add arb_texture_buffer_object-render-no-bo tests/all.py: add arb_robustness_draw-vbo-bounds tests/all: add fbo-mrt-new-bind check.py | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/all.py | 11 ++++++-- 2 files changed, 96 insertions(+), 2 deletions(-) create mode 100755 check.py -- 2.5.1 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
