From: Petri Latvala <petri.latvala@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>,
Martin Peres <martin.peres@linux.intel.com>
Subject: [igt-dev] [PATCH i-g-t 0/4] New runner to rule them all
Date: Mon, 30 Apr 2018 12:28:44 +0300 [thread overview]
Message-ID: <20180430092848.10830-1-petri.latvala@intel.com> (raw)
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
next reply other threads:[~2018-04-30 9:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-30 9:28 Petri Latvala [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180430092848.10830-1-petri.latvala@intel.com \
--to=petri.latvala@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=martin.peres@linux.intel.com \
--cc=tomi.p.sarvela@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox