All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 0/3] Treat new/moved KUnit tests as such
@ 2026-06-25 19:28 Krzysztof Niemiec
  2026-06-25 19:28 ` [PATCH i-g-t v2 1/3] tests/intel-ci: Remove dmabuf tests from i915 fast feedback Krzysztof Niemiec
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Krzysztof Niemiec @ 2026-06-25 19:28 UTC (permalink / raw)
  To: igt-dev
  Cc: Andi Shyti, Janusz Krzysztofik, Kamil Konieczny, Krzysztof Karas,
	Sebastian Brzezinka, Krzysztof Niemiec

There have been changes to two testsuites in the kernel, namely:

- dmabuf selftests have become KUnit tests,
- the DRM buddy allocator has been moved a level up and renamed to the
  GPU buddy allocator, and the corresponding tests followed.

This series handles both of these changes to make IGT reflect them.

v2:
 - Reordered the patches, so the fast feedback removal patch goes first
   (Kamil)
 - Don't explicitly describe the meson change in the gpu_buddy patch, as
   it's expected anyway (Kamil)
 - Use more explicit title for the gpu_buddy patch (Kamil)

Krzysztof Niemiec (3):
  tests/intel-ci: Remove dmabuf tests from i915 fast feedback
  tests/dmabuf: Port dmabuf tests to KUnit
  tests/gpu_buddy: Rename the KUnit buddy allocator test

 tests/dmabuf.c                             | 35 ++++++++++++----------
 tests/{drm_buddy.c => gpu_buddy.c}         |  4 +--
 tests/intel-ci/i915.fast-feedback.testlist |  1 -
 tests/meson.build                          |  2 +-
 4 files changed, 22 insertions(+), 20 deletions(-)
 rename tests/{drm_buddy.c => gpu_buddy.c} (51%)

-- 
2.45.2


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

end of thread, other threads:[~2026-06-26 10:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 19:28 [PATCH i-g-t v2 0/3] Treat new/moved KUnit tests as such Krzysztof Niemiec
2026-06-25 19:28 ` [PATCH i-g-t v2 1/3] tests/intel-ci: Remove dmabuf tests from i915 fast feedback Krzysztof Niemiec
2026-06-26  9:16   ` Janusz Krzysztofik
2026-06-25 19:28 ` [PATCH i-g-t v2 2/3] tests/dmabuf: Port dmabuf tests to KUnit Krzysztof Niemiec
2026-06-26  9:17   ` Janusz Krzysztofik
2026-06-25 19:28 ` [PATCH i-g-t v2 3/3] tests/gpu_buddy: Rename the KUnit buddy allocator test Krzysztof Niemiec
2026-06-26 10:28   ` Janusz Krzysztofik
2026-06-25 21:41 ` ✗ Xe.CI.BAT: failure for Treat new/moved KUnit tests as such (rev3) Patchwork
2026-06-25 22:10 ` ✓ i915.CI.BAT: success " Patchwork
2026-06-26  1:36 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-06-26  7:10 ` ✗ i915.CI.Full: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.