Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/5] Fix a series of issues while handling testlist
@ 2023-11-02 13:06 Mauro Carvalho Chehab
  2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 1/5] scripts/test_list.py: better parse list of tests Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Mauro Carvalho Chehab @ 2023-11-02 13:06 UTC (permalink / raw)
  To: igt-dev

From: Mauro Carvalho Chehab <mchehab@kernel.org>

There is still a huge gap between what igt_runner and test_list.py
generates. Those are related to several issues:

- The properties related to input file test list parsing are not grouped
  altogether and have weird names. A better namespace for JSON config
  for such options needs to be defined.
- FULL testlist is currently just the tests that don't belong to other
  testlists;
- i915 and Xe has a different set of FULL testlist;
- case-insensitive regex were not applied the right way, as we need
  to be able to define what kind of match applies for include and
  exclude files.

Mauro Carvalho Chehab (5):
  scripts/test_list.py: better parse list of tests
  scripts/test_list.py: speedup update testlist logic
  intel/*.json: better handle FULL testlist
  scripts/test_list.py: fix regex filtering logic
  scripts/test_list.py: use different types for include/exclude

 scripts/test_list.py             | 84 ++++++++++++++++++--------------
 tests/intel/kms_test_config.json | 28 ++++++-----
 tests/intel/xe_test_config.json  | 17 ++++---
 3 files changed, 73 insertions(+), 56 deletions(-)

-- 
2.41.0

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

end of thread, other threads:[~2023-11-02 14:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 13:06 [igt-dev] [PATCH i-g-t 0/5] Fix a series of issues while handling testlist Mauro Carvalho Chehab
2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 1/5] scripts/test_list.py: better parse list of tests Mauro Carvalho Chehab
2023-11-02 14:57   ` Kamil Konieczny
2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 2/5] scripts/test_list.py: speedup update testlist logic Mauro Carvalho Chehab
2023-11-02 14:37   ` Kamil Konieczny
2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 3/5] intel/*.json: better handle FULL testlist Mauro Carvalho Chehab
2023-11-02 14:39   ` Kamil Konieczny
2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 4/5] scripts/test_list.py: fix regex filtering logic Mauro Carvalho Chehab
2023-11-02 14:49   ` Kamil Konieczny
2023-11-02 13:06 ` [igt-dev] [PATCH i-g-t 5/5] scripts/test_list.py: use different types for include/exclude Mauro Carvalho Chehab
2023-11-02 14:52   ` Kamil Konieczny

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