[Piglit] [PATCH 0/4] intel-gpu-tools piglit integration

Daniel Vetter daniel.vetter at ffwll.ch
Tue Nov 27 11:52:44 PST 2012


Hi all,

This little patchseries integrations the drm/i915 kernel tests in i-g-t into the
piglit runner. I've done two small adjustments to make that work.

To be able to automatically enumerate tests some changes to i-g-t are required,
too. I've pushed them out to

http://cgit.freedesktop.org/~danvet/intel-gpu-tools/log/?h=piglit

I haven't yet looked into integrating further neat checks (e.g. gpu hangs, noise
in dmesg or also support for kmemleak and similar features), this here is just
the minimal stuff to at least get things of the ground. Also the old automake
base runner has checks to make sure the testsuite is run as root and with no
other drm client running, since otherwise the tests don't work correctly. This
is also missing.

Comments and ideas highly welcome.

Yours, Daniel

Daniel Vetter (4):
  framework: add returncode parameter to ExecTest.interpretResult
  igt: new testinfrastructure to support drm/i915 kernel tests
  framework: unoicode() wrap format string
  igt: auto-enumerate subtests

 framework/exectest.py  |   8 ++--
 framework/gleantest.py |   2 +-
 tests/gtf.tests        |   2 +-
 tests/igt.tests        | 115 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 121 insertions(+), 6 deletions(-)
 create mode 100644 tests/igt.tests

-- 
1.7.11.7



More information about the Piglit mailing list