[Piglit] [PATCH 0/2] Generalize some components of piglit json output

Dylan Baker dylan at pnwbakers.com
Wed Jun 27 18:08:51 UTC 2018


This little series aims to make some components of the piglit JSON result format
more general. This is the culmination of some cleanups that I've had sitting
around for a while.

Dylan Baker (2):
  JSON: move info utilities out of root
  summary/html: generalize info output

 framework/backends/json.py                    |  16 ++-
 framework/programs/run.py                     |   3 +-
 framework/results.py                          |  10 +-
 framework/summary/html_.py                    |   5 +-
 templates/testrun_info.mako                   |  32 ++---
 .../framework/backends/schema/piglit-10.json  | 125 ++++++++++++++++++
 unittests/framework/backends/shared.py        |  22 ++-
 .../framework/backends/test_json_update.py    |  80 +++++++++++
 unittests/framework/test_results.py           |  46 +++----
 9 files changed, 266 insertions(+), 73 deletions(-)
 create mode 100644 unittests/framework/backends/schema/piglit-10.json

-- 
2.17.1



More information about the Piglit mailing list