From: Dylan Baker <baker.dyla...@gmail.com>

I've updated my check.py script that checks for binaries in bin/ that
aren't in all.py, and found a few more. I've tried to cc the author of
the patch (and the reviewer if I thought it was unlikely the author
would ever respond).

This is all pretty straightforward stuff. Patch 1 (the patch with
check.py) isn't intended for merge, it's just included so that people
can double check it's output (I'm going to rebase it out of the branch
as soon as I send this).

On a bit of a tangent, I was thinking about getting my check.py working
with cl.py as well, and writing a git push hook that authors could
choose to add, or maybe adding it to 'make test' in cmake, does that
sound useful?

Dylan Baker (7):
  utils/check.py: a small utility for checking missing tests.
  all.py: Add arb_separate_shader_object-compat-builtins
  all.py: Add arb_viewport_array-render-viewport-2
  all.py: add arb_framebuffer_srgb-srgb_conformance
  all.py: Add ext_shader_samples-identical-simple-fs
  all.py: add separate_shader_object_rendezvous_by_location-3-stages
  all.py: add arb_transform_feedback3-begin_end

 tests/all.py            |   7 +++
 utils/__init__.py       |   0
 utils/check.py          | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
 utils/check_ignore.json |   3 ++
 4 files changed, 136 insertions(+)
 create mode 100644 utils/__init__.py
 create mode 100755 utils/check.py
 create mode 100644 utils/check_ignore.json

-- 
2.6.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to