Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] New runner to rule them all
@ 2018-04-30  9:28 Petri Latvala
  2018-04-30  9:28 ` [igt-dev] [PATCH i-g-t 1/4] lib: Print subtest starting/ending line to stderr too Petri Latvala
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Petri Latvala @ 2018-04-30  9:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Tomi Sarvela, Martin Peres

A new test running framework to replace piglit; Refer to patch 3/4 for
a more thorough explanation.

Note, building it with autotools not done. Only meson hooked up atm.

New dependency: libjson-c
Future new dependency: libbz2

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Cc: Martin Peres <martin.peres@linux.intel.com>

Petri Latvala (4):
  lib: Print subtest starting/ending line to stderr too
  uwildmat: Case-insensitive test selection
  runner: New test runner
  runner: Unit tests for the runner

 lib/igt_core.c                |   12 +-
 lib/uwildmat/uwildmat.c       |   11 +-
 meson.build                   |    1 +
 runner/executor.c             | 1076 +++++++++++++++++++++++++++++++++++++++++
 runner/executor.h             |   42 ++
 runner/job_list.c             |  492 +++++++++++++++++++
 runner/job_list.h             |   37 ++
 runner/meson.build            |   34 ++
 runner/resultgen.c            |  864 +++++++++++++++++++++++++++++++++
 runner/resultgen.h            |    9 +
 runner/results.c              |   26 +
 runner/runner.c               |   40 ++
 runner/runner_tests.c         |  967 ++++++++++++++++++++++++++++++++++++
 runner/settings.c             |  506 +++++++++++++++++++
 runner/settings.h             |  111 +++++
 runner/testdata/meson.build   |   20 +
 runner/testdata/no-subtests.c |    6 +
 runner/testdata/skippers.c    |   14 +
 runner/testdata/successtest.c |   10 +
 19 files changed, 4274 insertions(+), 4 deletions(-)
 create mode 100644 runner/executor.c
 create mode 100644 runner/executor.h
 create mode 100644 runner/job_list.c
 create mode 100644 runner/job_list.h
 create mode 100644 runner/meson.build
 create mode 100644 runner/resultgen.c
 create mode 100644 runner/resultgen.h
 create mode 100644 runner/results.c
 create mode 100644 runner/runner.c
 create mode 100644 runner/runner_tests.c
 create mode 100644 runner/settings.c
 create mode 100644 runner/settings.h
 create mode 100644 runner/testdata/meson.build
 create mode 100644 runner/testdata/no-subtests.c
 create mode 100644 runner/testdata/skippers.c
 create mode 100644 runner/testdata/successtest.c

-- 
2.14.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-06-04 22:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-30  9:28 [igt-dev] [PATCH i-g-t 0/4] New runner to rule them all Petri Latvala
2018-04-30  9:28 ` [igt-dev] [PATCH i-g-t 1/4] lib: Print subtest starting/ending line to stderr too Petri Latvala
2018-04-30  9:28 ` [igt-dev] [PATCH i-g-t 2/4] uwildmat: Case-insensitive test selection Petri Latvala
2018-04-30  9:28 ` [igt-dev] [PATCH i-g-t 3/4] runner: New test runner Petri Latvala
2018-05-03 12:04   ` Arkadiusz Hiler
2018-05-04 13:45   ` Arkadiusz Hiler
2018-05-07 18:34   ` Daniel Vetter
2018-05-24  8:40     ` Petri Latvala
2018-05-08  8:47   ` Arkadiusz Hiler
2018-05-08  8:50     ` Chris Wilson
2018-05-11 10:45   ` Arkadiusz Hiler
2018-05-11 10:50     ` Chris Wilson
2018-05-11 10:51       ` Chris Wilson
2018-04-30  9:28 ` [igt-dev] [PATCH i-g-t 4/4] runner: Unit tests for the runner Petri Latvala
2018-04-30 14:54 ` [igt-dev] ✓ Fi.CI.BAT: success for New runner to rule them all Patchwork
2018-04-30 20:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-05-11 11:24 ` [igt-dev] [PATCH i-g-t 0/4] " David Weinehall
2018-06-04 22:17 ` Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox