Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/kms_addfb_basic: Fix addfb25_tests to not require intel
@ 2025-01-20 17:10 george.zhang
  2025-01-20 17:22 ` Zhang, George
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: george.zhang @ 2025-01-20 17:10 UTC (permalink / raw)
  To: igt-dev; +Cc: juha-pekka.heikkila, Clinton.A.Taylor, George Zhang

From: George Zhang <george.zhang@amd.com>

This test does not require running on intel devices, so move it under
the display_require.

It was accidentally moved under the igt_require_intel fixture when
it was meant to be moved under the igt_display_require.

Fixes: 109d23b91a30 ("tests/kms_addfb_basic: fix x-tiled tests for case when there is no x-tile)

Signed-off-by: George Zhang <george.zhang@amd.com>
---
 tests/kms_addfb_basic.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c
index 3ba87117b..30ca8b016 100644
--- a/tests/kms_addfb_basic.c
+++ b/tests/kms_addfb_basic.c
@@ -1022,11 +1022,11 @@ igt_main
 
 		size_tests(fd);
 
+		addfb25_tests(fd);
+
 		igt_fixture
 			igt_require_intel(fd);
 
-		addfb25_tests(fd);
-
 		addfb25_ytile(fd);
 
 		addfb25_4tile(fd);
-- 
2.43.0


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

end of thread, other threads:[~2025-01-21 11:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20 17:10 [PATCH] tests/kms_addfb_basic: Fix addfb25_tests to not require intel george.zhang
2025-01-20 17:22 ` Zhang, George
2025-01-20 17:50 ` Juha-Pekka Heikkilä
2025-01-20 19:26 ` ✗ GitLab.Pipeline: warning for " Patchwork
2025-01-20 19:54 ` ✗ i915.CI.BAT: failure " Patchwork
2025-01-20 20:01 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-20 21:42 ` ✗ Xe.CI.Full: failure " Patchwork
2025-01-20 22:02 ` ✗ i915.CI.BAT: failure for tests/kms_addfb_basic: Fix addfb25_tests to not require intel (rev2) Patchwork
2025-01-21 11:08   ` Juha-Pekka Heikkilä
2025-01-20 22:20 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-20 23:37 ` ✗ Xe.CI.Full: failure " Patchwork

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