mbox series

[i-g-t,0/9] Kunit fixes and improvements

Message ID 20231003091044.407965-11-janusz.krzysztofik@linux.intel.com (mailing list archive)
Headers show
Series Kunit fixes and improvements | expand

Message

Janusz Krzysztofik Oct. 3, 2023, 9:10 a.m. UTC
Janusz Krzysztofik (9):
  lib/kunit: Fix handling of potential errors from F_GETFL
  lib/kunit: Be more verbose on errors
  lib/kunit: Fix misplaced igt_kunit() doc
  lib/kunit: Parse KTAP report from the main process thread
  lib/kunit: Omit suite name prefix if the same as subtest name
  tests/kms_selftest: Let subtest names match suite names
  lib/ktap: Drop workaround for missing top level KTAP headers
  lib/kunit: Fetch a list of test cases in advance
  lib/kunit: Execute kunit test cases only when needed

 lib/igt_kmod.c              | 413 +++++++++++++++++++++----
 lib/igt_ktap.c              | 580 ------------------------------------
 lib/igt_ktap.h              |  22 --
 lib/tests/igt_ktap_parser.c |   3 +-
 tests/kms_selftest.c        |  37 +--
 5 files changed, 369 insertions(+), 686 deletions(-)