[igt-dev] [RFC 0/3] Xe: set Run type from testlist instead of defining it
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Tue Sep 5 16:48:27 UTC 2023
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Right now, we're keeping testlists both at documentation and on
separate testlist files. That makes harder to maintain. It also
requires splitting wildcards on multiple fields just due to that.
In the end, only the testlist files are updated.
So, simplify the maintainance by reading the testlists and parsing
them directly.
This will also handle tests that are blacklisted for all platforms.
Mauro Carvalho Chehab (3):
xe_test_config.json: add testlists and blacklists
tests/intel/xe*.c: drop Run type field
test_list.py: add support for reading testlist regular expressions
scripts/test_list.py | 70 ++++++++++++++++++++++++++++++
tests/intel/xe_ccs.c | 1 -
tests/intel/xe_compute.c | 1 -
tests/intel/xe_create.c | 2 -
tests/intel/xe_debugfs.c | 1 -
tests/intel/xe_dma_buf_sync.c | 4 --
tests/intel/xe_evict.c | 1 -
tests/intel/xe_exec_balancer.c | 11 -----
tests/intel/xe_exec_basic.c | 6 ---
tests/intel/xe_exec_compute_mode.c | 4 --
tests/intel/xe_exec_fault_mode.c | 8 ----
tests/intel/xe_exec_reset.c | 23 ----------
tests/intel/xe_exec_store.c | 2 -
tests/intel/xe_exec_threads.c | 2 -
tests/intel/xe_exercise_blt.c | 1 -
tests/intel/xe_gpgpu_fill.c | 1 -
tests/intel/xe_guc_pc.c | 9 ----
tests/intel/xe_huc_copy.c | 1 -
tests/intel/xe_intel_bb.c | 13 ------
tests/intel/xe_live_ktest.c | 1 -
tests/intel/xe_media_fill.c | 1 -
tests/intel/xe_mmap.c | 1 -
tests/intel/xe_mmio.c | 1 -
tests/intel/xe_module_load.c | 6 ---
tests/intel/xe_noexec_ping_pong.c | 1 -
tests/intel/xe_pm.c | 2 -
tests/intel/xe_pm_residency.c | 3 --
tests/intel/xe_prime_self_import.c | 8 ----
tests/intel/xe_query.c | 1 -
tests/intel/xe_spin_batch.c | 4 --
tests/intel/xe_sysfs_defaults.c | 1 -
tests/intel/xe_sysfs_scheduler.c | 1 -
tests/intel/xe_test_config.json | 7 +++
tests/intel/xe_vm.c | 23 ----------
tests/intel/xe_waitfence.c | 1 -
35 files changed, 77 insertions(+), 146 deletions(-)
--
2.41.0
More information about the igt-dev
mailing list