All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/3] Treat new/moved KUnit tests as such
@ 2026-06-23 20:01 Krzysztof Niemiec
  2026-06-23 20:01 ` [PATCH i-g-t 1/3] tests/dmabuf: Port dmabuf tests to KUnit Krzysztof Niemiec
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Krzysztof Niemiec @ 2026-06-23 20:01 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.

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

 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] 13+ messages in thread

end of thread, other threads:[~2026-06-24 14:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 20:01 [PATCH i-g-t 0/3] Treat new/moved KUnit tests as such Krzysztof Niemiec
2026-06-23 20:01 ` [PATCH i-g-t 1/3] tests/dmabuf: Port dmabuf tests to KUnit Krzysztof Niemiec
2026-06-24 14:12   ` Krzysztof Karas
2026-06-23 20:01 ` [PATCH i-g-t 2/3] tests/gpu_buddy: Update buddy allocator tests Krzysztof Niemiec
2026-06-24  9:54   ` Sebastian Brzezinka
2026-06-24 12:08   ` Kamil Konieczny
2026-06-24 14:15   ` Krzysztof Karas
2026-06-23 20:01 ` [PATCH i-g-t 3/3] tests/intel-ci: Remove dmabuf tests from i915 fast feedback Krzysztof Niemiec
2026-06-24 11:50   ` Kamil Konieczny
2026-06-24 14:17   ` Krzysztof Karas
2026-06-23 20:54 ` ✓ Xe.CI.BAT: success for Treat new/moved KUnit tests as such Patchwork
2026-06-23 21:09 ` ✗ i915.CI.BAT: failure " Patchwork
2026-06-24  3:22 ` ✗ Xe.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.