[Intel-gfx] [PATCH 0/2] Single tests to respond to --list-subtests
tim.gore at intel.com
tim.gore at intel.com
Fri Jun 27 16:15:35 CEST 2014
From: Tim Gore <tim.gore at intel.com>
A step towards towards removing the distinction between
single and multiple tests. The first step is to change
the igt_simple_main macro to pass argc/v through to the
real_main function, so that several simple tests that want
argc/v can still use this macro.
Once this is done, all the simple tests are using this
macro and we then modify this macro and the igt_simple_init
function so that argc/v are available to igt_simple_init which
can then call the igt_subtest_init function to parse the
cmdline args for --list-subtest and help etc.
There are some subtleties are introduced by the fact that
igt_subtest_init registers the check_igt_exit exit handler,
so now single as well as multiple tests must always exit via
igt_exit.
Tim Gore (2):
intel-gpu-tools: pass argc/argv to simple main
intel-gpu-tools: Re-use igt_subtest_init for simple tests
lib/igt_core.c | 32 ++++++++++++++++----------------
lib/igt_core.h | 12 ++++++------
tests/gem_ctx_basic.c | 6 +-----
tests/gem_exec_blt.c | 5 +----
tests/gem_gtt_hog.c | 2 +-
tests/gem_gtt_speed.c | 5 +----
tests/gem_hang.c | 5 +----
tests/gem_render_copy.c | 4 +---
tests/gem_render_linear_blits.c | 5 +----
tests/gem_render_tiled_blits.c | 5 +----
tests/gem_seqno_wrap.c | 11 ++++-------
tests/gem_stress.c | 5 +----
tests/gen3_mixed_blits.c | 5 +----
tests/gen3_render_linear_blits.c | 5 +----
tests/gen3_render_mixed_blits.c | 5 +----
tests/gen3_render_tiledx_blits.c | 5 +----
tests/gen3_render_tiledy_blits.c | 5 +----
tests/igt_simulation.c | 4 ++--
18 files changed, 42 insertions(+), 84 deletions(-)
--
1.9.2
More information about the Intel-gfx
mailing list