Working in another area I'd noticed a few tests in opengl.py that didn't have binaries. That got me thinking that there are probably some binaries that don't have test entries, so I wrote a little script and found that to indeed be the case.
This fixes most of the tests, but there are a few that I didn't fix: - amd_performance_monitor_vc4 - arb_robustness_draw-vbo-bounds - drawoverhead - fbo-float-nan These either say in their commit message that they shouldn't be added, or their comments make it pretty obvious that they're not meant for general consumption. Dylan Baker (9): tests/opengl: Add arb_get_program_binary-reset-uniform tests/opengl: Add arb_get_program_binary-restore-implict-use-program tests/opengl: Add arb_texture_view tests for gles3 tests/opengl: Add gl-3.3-vertex-attrib-p-types tests/opengl: Add gl-3.3-vertex-attrib-p-type-size-match tests/opengl: Add glx-swap-copy tests/opengl: Add intel_conservative_rasterization-invalid_gles3 tests/opengl: Add nv_image_formats-gles3 tests/opengl.py: Replace tabs with spaces tests/opengl.py | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) -- 2.17.1 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
