[Piglit] (no subject)

Dylan Baker dylan at pnwbakers.com
Tue May 3 21:59:36 UTC 2016


>From 8c658e7e88c845d294db1a4001d640e563c03dbc Mon Sep 17 00:00:00 2001
From: Dylan Baker <dylan at pnwbakers.com>
Date: Tue, 3 May 2016 14:54:06 -0700
Subject: [PATCH 0/4] piglit-print-commands: add format argument

This small series adds support for giving piglit-print-command a format
option. The primary motivation is to be able to use piglit-print-command
to generate a file for using with 'piglit run --test-list'. I have
tested this behavior using '--format "{name}"', and verified that it
works.

The first 3 patches are groundwork for getting there, fixing or
enhancing little bugs. The 3rd patch in particular adds print-cmd to the
piglit executable, which is the only thing available when piglit is
installed.

Brian: does this solve your problem?

Dylan Baker (4):
  tests/sanity: Make test group and name match the one in all.py
  framework/profile: Fail gracefully when reordering of tests fail
  framework: Add piglit-print-commands to the piglit command
  piglit-print-commands: Add --format option

 framework/profile.py                               |  11 +-
 .../programs/print_commands.py                     |  30 +++---
 piglit                                             |   5 +
 piglit-print-commands.py                           | 113 ++++++---------------
 tests/sanity.py                                    |   2 +-
 5 files changed, 60 insertions(+), 101 deletions(-)
 copy piglit-print-commands.py => framework/programs/print_commands.py (79%)

-- 
2.8.2



More information about the Piglit mailing list