Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [RFC 0/3] Xe: set Run type from testlist instead of defining it
@ 2023-09-05 16:48 Mauro Carvalho Chehab
  2023-09-05 16:48 ` [igt-dev] [RFC 1/3] xe_test_config.json: add testlists and blacklists Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-05 16:48 UTC (permalink / raw)
  To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen

From: Mauro Carvalho Chehab <mchehab@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

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

end of thread, other threads:[~2023-09-06  9:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 16:48 [igt-dev] [RFC 0/3] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
2023-09-05 16:48 ` [igt-dev] [RFC 1/3] xe_test_config.json: add testlists and blacklists Mauro Carvalho Chehab
2023-09-06  9:08   ` Kamil Konieczny
2023-09-05 16:48 ` [igt-dev] [RFC 2/3] tests/intel/xe*.c: drop Run type field Mauro Carvalho Chehab
2023-09-06  9:05   ` Kamil Konieczny
2023-09-05 16:48 ` [igt-dev] [RFC 3/3] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
2023-09-05 18:52 ` [igt-dev] ✗ Fi.CI.BUILD: failure for Xe: set Run type from testlist instead of defining it Patchwork

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