public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic
@ 2026-01-23 11:35 Piotr Rudnicki
  2026-01-23 11:35 ` [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix Piotr Rudnicki
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Piotr Rudnicki @ 2026-01-23 11:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Piotr Rudnicki

Fix test_interrupt_other to wait for the correct client after reset instead
of the original debugee. Also improves cleanup handling when debugee has
already terminated.

Piotr Rudnicki (1):
  tests/intel/xe_eudebug_online: test_interrupt_other wait fix

 lib/xe/xe_eudebug.c             | 16 ++++++++-----
 tests/intel/xe_eudebug_online.c | 40 +++++++++++++++++++++++++++------
 2 files changed, 44 insertions(+), 12 deletions(-)

-- 
2.43.0


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

* [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
@ 2026-01-23 11:35 ` Piotr Rudnicki
  2026-01-27 13:42   ` Piatkowski, Dominik Karol
  2026-01-26  6:13 ` ✓ Xe.CI.BAT: success for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2) Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 10+ messages in thread
From: Piotr Rudnicki @ 2026-01-23 11:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Piotr Rudnicki

The test was incorrectly waiting for debugee completion when the first
client should complete due to the reset. Fix the test to wait for the
correct client after reset and properly cleanup the debugee.

Add pipe validation in pipe_signal() to prevent writes to closed pipes
after SIGKILL. Update pipe_close() to set descriptors to -1 after closing
to ensure the guard condition works correctly.

Verify waitpid() return value to ensure the process was successfully
reaped before marking as done. Verify second workload started before
cleanup and skip session validation as SIGKILL causes incomplete event log.

Signed-off-by: Piotr Rudnicki <piotr.rudnicki@intel.com>
---
 lib/xe/xe_eudebug.c             | 16 ++++++++-----
 tests/intel/xe_eudebug_online.c | 40 +++++++++++++++++++++++++++------
 2 files changed, 44 insertions(+), 12 deletions(-)

diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
index 2abee7ba2..9f981d226 100644
--- a/lib/xe/xe_eudebug.c
+++ b/lib/xe/xe_eudebug.c
@@ -304,16 +304,22 @@ static int safe_pipe_read(int pipe[2], void *buf, int nbytes, int timeout_ms)
 
 static void pipe_signal(int pipe[2], uint64_t token)
 {
-	igt_assert(write(pipe[1], &token, sizeof(token)) == sizeof(token));
+	/* Skip signaling if pipe is closed (e.g., after SIGKILL) */
+	if (pipe[1] >= 0)
+		igt_assert(write(pipe[1], &token, sizeof(token)) == sizeof(token));
 }
 
 static void pipe_close(int pipe[2])
 {
-	if (pipe[0] != -1)
-		close(pipe[0]);
+	if (pipe[0] >= 0) {
+		igt_assert_eq(close(pipe[0]), 0);
+		pipe[0] = -1;
+	}
 
-	if (pipe[1] != -1)
-		close(pipe[1]);
+	if (pipe[1] >= 0) {
+		igt_assert_eq(close(pipe[1]), 0);
+		pipe[1] = -1;
+	}
 }
 
 #define DEAD_CLIENT 0xccccdead
diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c
index ff6c5ff19..1093df133 100644
--- a/tests/intel/xe_eudebug_online.c
+++ b/tests/intel/xe_eudebug_online.c
@@ -21,6 +21,7 @@
 #include "intel_pat.h"
 #include "intel_mocs.h"
 #include "gpgpu_shader.h"
+#include <sys/wait.h>
 
 #define SHADER_NOP			(0 << 0)
 #define SHADER_BREAKPOINT		(1 << 0)
@@ -2014,7 +2015,7 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
 	xe_eudebug_debugger_start_worker(s->debugger);
 	xe_eudebug_client_start(s->client);
 
-	/* wait for workload to start */
+	/* wait for the first client workload to start */
 	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
 		if (READ_ONCE(data->vm_fd) == -1 || READ_ONCE(data->target_size) == 0)
 			continue;
@@ -2034,6 +2035,7 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
 	igt_assert_eq(xe_eudebug_debugger_attach(s->debugger, debugee), 0);
 	xe_eudebug_client_start(debugee);
 
+	/* wait for the second client */
 	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
 		if (READ_ONCE(debugee_data->vm_fd) == -1 || READ_ONCE(debugee_data->target_size) == 0)
 			continue;
@@ -2044,8 +2046,8 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
 	igt_assert(debugee_data->exec_queue_handle != -1);
 
 	/*
-	 * Interrupting the other client should return invalid state
-	 * as it is running in runalone mode
+	 * Interrupting the first client (currently running)
+	 * should return invalid state as it is running in runalone mode
 	 */
 	igt_assert_eq(__eu_ctl(s->debugger->fd, debugee_data->client_handle,
 		      debugee_data->exec_queue_handle, debugee_data->lrc_handle, NULL, 0,
@@ -2054,15 +2056,39 @@ static void test_interrupt_other(int fd, struct drm_xe_engine_class_instance *hw
 
 	xe_force_gt_reset_async(s->debugger->master_fd, debugee_data->hwe.gt_id);
 
-	xe_eudebug_client_wait_done(debugee);
+	/* First client should complete because of the reset */
+	xe_eudebug_client_wait_done(s->client);
+
+	/* Check if second workload was started and is running */
+	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
+		if (READ_ONCE(debugee_data->vm_fd) == -1 ||
+		    READ_ONCE(debugee_data->target_size) == 0)
+			continue;
+
+		if (pread(debugee_data->vm_fd, &val, sizeof(val),
+			  debugee_data->target_offset) == sizeof(val))
+			if (val != 0)
+				break;
+	}
+	igt_assert_f(val != 0, "Debugee workload execution is not yet started\n");
+
+	/* Terminate debugee and mark it as cleaned up */
+	igt_assert_eq(kill(debugee->pid, 0), 0);
+	igt_assert_eq(debugee->done, 0);
+	kill(debugee->pid, SIGKILL);
+	igt_assert_eq(waitpid(debugee->pid, NULL, 0), debugee->pid);
+	debugee->done = 1;
+	debugee->pid = 0;
+
 	xe_eudebug_debugger_stop_worker(s->debugger);
 
 	xe_eudebug_event_log_print(s->debugger->log, true);
 	xe_eudebug_event_log_print(debugee->log, true);
 
-	xe_eudebug_session_check(s, true, XE_EUDEBUG_FILTER_EVENT_VM_BIND |
-				 XE_EUDEBUG_FILTER_EVENT_VM_BIND_OP |
-				 XE_EUDEBUG_FILTER_EVENT_VM_BIND_UFENCE);
+	/*
+	 * Skip xe_eudebug_session_check() because we forcibly killed the debugee
+	 * with SIGKILL, so its event log is incomplete and validation would fail.
+	 */
 
 	xe_eudebug_client_destroy(debugee);
 	xe_eudebug_session_destroy(s);
-- 
2.43.0


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

* ✓ Xe.CI.BAT: success for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
  2026-01-23 11:35 ` [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix Piotr Rudnicki
@ 2026-01-26  6:13 ` Patchwork
  2026-01-26  6:27 ` ✗ i915.CI.BAT: failure " Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-01-26  6:13 UTC (permalink / raw)
  To: Piotr Rudnicki; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 4702 bytes --]

== Series Details ==

Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
URL   : https://patchwork.freedesktop.org/series/160553/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_8716_BAT -> XEIGTPW_14416_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (11 -> 12)
------------------------------

  Additional (1): bat-dg2-oem2 

Known issues
------------

  Here are the changes found in XEIGTPW_14416_BAT that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][1] ([Intel XE#623])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_dsc@dsc-basic:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][2] ([Intel XE#455])
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html

  * igt@kms_psr@psr-cursor-plane-move:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][3] ([Intel XE#1406] / [Intel XE#2850] / [Intel XE#929]) +2 other tests skip
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@kms_psr@psr-cursor-plane-move.html

  * igt@sriov_basic@enable-vfs-autoprobe-off:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][4] ([Intel XE#1091] / [Intel XE#2849]) +1 other test skip
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@sriov_basic@enable-vfs-autoprobe-off.html

  * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][5] ([Intel XE#288]) +32 other tests skip
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr.html

  * igt@xe_huc_copy@huc_copy:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][6] ([Intel XE#255])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html

  * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][7] ([Intel XE#2229])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html

  * igt@xe_pat@pat-index-xe2:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][8] ([Intel XE#977])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html

  * igt@xe_pat@pat-index-xehpc:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][9] ([Intel XE#2838] / [Intel XE#979])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pat@pat-index-xelpg:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][10] ([Intel XE#979])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_pat@pat-index-xelpg.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - bat-dg2-oem2:       NOTRUN -> [SKIP][11] ([Intel XE#3342])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/bat-dg2-oem2/igt@xe_sriov_flr@flr-vf1-clear.html

  
  [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
  [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
  [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
  [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979


Build changes
-------------

  * IGT: IGT_8716 -> IGTPW_14416
  * Linux: xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 -> xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b

  IGTPW_14416: 14416
  IGT_8716: 8716
  xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145
  xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/index.html

[-- Attachment #2: Type: text/html, Size: 5576 bytes --]

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

* ✗ i915.CI.BAT: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
  2026-01-23 11:35 ` [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix Piotr Rudnicki
  2026-01-26  6:13 ` ✓ Xe.CI.BAT: success for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2) Patchwork
@ 2026-01-26  6:27 ` Patchwork
  2026-01-26  7:19 ` ✗ Xe.CI.Full: " Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-01-26  6:27 UTC (permalink / raw)
  To: Piotr Rudnicki; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 3173 bytes --]

== Series Details ==

Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
URL   : https://patchwork.freedesktop.org/series/160553/
State : failure

== Summary ==

CI Bug Log - changes from IGT_8716 -> IGTPW_14416
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_14416 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_14416, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/index.html

Participating hosts (43 -> 40)
------------------------------

  Missing    (3): bat-dg2-13 fi-snb-2520m bat-adls-6 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_14416:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a1:
    - bat-jsl-5:          [PASS][1] -> [ABORT][2] +1 other test abort
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8716/bat-jsl-5/igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a1.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/bat-jsl-5/igt@kms_flip@basic-flip-vs-dpms@c-hdmi-a1.html

  
Known issues
------------

  Here are the changes found in IGTPW_14416 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@workarounds:
    - bat-arls-6:         [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8716/bat-arls-6/igt@i915_selftest@live@workarounds.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/bat-arls-6/igt@i915_selftest@live@workarounds.html

  
#### Possible fixes ####

  * igt@i915_selftest@live:
    - bat-mtlp-8:         [DMESG-FAIL][5] ([i915#12061]) -> [PASS][6] +1 other test pass
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8716/bat-mtlp-8/igt@i915_selftest@live.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/bat-mtlp-8/igt@i915_selftest@live.html

  * igt@i915_selftest@live@workarounds:
    - bat-arls-5:         [DMESG-FAIL][7] ([i915#12061]) -> [PASS][8] +1 other test pass
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8716/bat-arls-5/igt@i915_selftest@live@workarounds.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/bat-arls-5/igt@i915_selftest@live@workarounds.html

  
  [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_8716 -> IGTPW_14416
  * Linux: CI_DRM_17877 -> CI_DRM_17882

  CI-20190529: 20190529
  CI_DRM_17877: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_17882: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_14416: 14416
  IGT_8716: 8716

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_14416/index.html

[-- Attachment #2: Type: text/html, Size: 4032 bytes --]

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

* ✗ Xe.CI.Full: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
                   ` (2 preceding siblings ...)
  2026-01-26  6:27 ` ✗ i915.CI.BAT: failure " Patchwork
@ 2026-01-26  7:19 ` Patchwork
  2026-01-26 10:14   ` Rudnicki, Piotr
  2026-01-26 10:56 ` ✗ Xe.CI.BAT: " Patchwork
  2026-01-26 12:06 ` ✗ Xe.CI.Full: " Patchwork
  5 siblings, 1 reply; 10+ messages in thread
From: Patchwork @ 2026-01-26  7:19 UTC (permalink / raw)
  To: Piotr Rudnicki; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 40649 bytes --]

== Series Details ==

Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
URL   : https://patchwork.freedesktop.org/series/160553/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8716_FULL -> XEIGTPW_14416_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_14416_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_14416_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in XEIGTPW_14416_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-bmg:          [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_pmu@fn-engine-activity-load.html

  
Known issues
------------

  Here are the changes found in XEIGTPW_14416_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-read:
    - shard-lnl:          NOTRUN -> [SKIP][3] ([Intel XE#1125])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@intel_hwmon@hwmon-read.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#2327])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_big_fb@linear-64bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#1407])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7059])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#1124]) +1 other test skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1124]) +4 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#2191])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#2887]) +4 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][11] -> [INCOMPLETE][12] ([Intel XE#7084]) +1 other test incomplete
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#3432])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#3432])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2887]) +8 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#373])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> [SKIP][17] ([Intel XE#306]) +1 other test skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_color@degamma:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2325])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][19] ([Intel XE#2252]) +4 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

  * igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
    - shard-lnl:          NOTRUN -> [FAIL][20] ([Intel XE#6968]) +3 other tests fail
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-lnl:          NOTRUN -> [SKIP][21] ([Intel XE#307] / [Intel XE#6974])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_content_protection@dp-mst-type-1.html
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2390] / [Intel XE#6974])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@mei-interface:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1468])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_content_protection@mei-interface.html
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2341])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#2321])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-256x85:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#1424])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2321])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#309]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][29] -> [FAIL][30] ([Intel XE#5299]) +1 other test fail
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#4331])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-lnl:          NOTRUN -> [SKIP][32] ([Intel XE#2244])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2244]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#4422])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#4156])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#1421]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][37] -> [FAIL][38] ([Intel XE#301]) +1 other test fail
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][39] ([Intel XE#1397] / [Intel XE#1745])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#1397])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2293] / [Intel XE#2380])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#1401]) +1 other test skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2293])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#352])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#6312])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2311]) +11 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#656]) +16 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#4141]) +5 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#7061]) +2 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#2352])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#651]) +6 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#2313]) +13 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][54] ([Intel XE#7061]) +5 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#4298])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#6901])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-lnl:          NOTRUN -> [SKIP][57] ([Intel XE#4596])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#870])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#1406] / [Intel XE#2893])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#4608]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#3414] / [Intel XE#3904])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_rotation_crc@primary-rotation-90.html
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#3414] / [Intel XE#3904])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#1127])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#1435])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#1435])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_sharpness_filter@filter-tap:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6503])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#2509])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#330])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_tv_load_detect@load-detect.html
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#2450])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [FAIL][73] ([Intel XE#4459]) +1 other test fail
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@xe_eudebug@basic-client:
    - shard-lnl:          NOTRUN -> [SKIP][74] ([Intel XE#4837]) +2 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_eudebug@basic-client.html

  * igt@xe_eudebug@basic-read-event:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#4837]) +2 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug@basic-read-event.html

  * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
    - shard-lnl:          NOTRUN -> [SKIP][76] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-bmg:          NOTRUN -> [SKIP][77] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [PASS][78] -> [INCOMPLETE][79] ([Intel XE#6321])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_evict@evict-small-cm:
    - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#688])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@xe_evict@evict-small-cm.html

  * igt@xe_evict@evict-small-multi-queue-priority-cm:
    - shard-bmg:          NOTRUN -> [SKIP][81] ([Intel XE#7140])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-small-multi-queue-priority-cm.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#2322]) +3 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][83] ([Intel XE#1392]) +4 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html

  * igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
    - shard-lnl:          NOTRUN -> [SKIP][84] ([Intel XE#7136]) +6 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
    - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#7136]) +4 other tests skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html

  * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#6874]) +8 other tests skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html

  * igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#6874]) +11 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html

  * igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
    - shard-lnl:          NOTRUN -> [SKIP][88] ([Intel XE#5007]) +1 other test skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html

  * igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][89] ([Intel XE#5007])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset:
    - shard-lnl:          NOTRUN -> [SKIP][90] ([Intel XE#4943]) +8 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-stride-new-prefetch:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][91] ([Intel XE#7098])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-new-prefetch.html

  * igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge:
    - shard-bmg:          NOTRUN -> [SKIP][92] ([Intel XE#4943]) +10 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset:
    - shard-lnl:          [PASS][93] -> [DMESG-WARN][94] ([Intel XE#7063]) +2 other tests dmesg-warn
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html

  * igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][95] ([Intel XE#7138]) +3 other tests skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][96] ([Intel XE#7138]) +5 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          NOTRUN -> [ABORT][97] ([Intel XE#5466])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
    - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#6964]) +2 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html

  * igt@xe_multigpu_svm@mgpu-migration-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][99] ([Intel XE#6964])
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_multigpu_svm@mgpu-migration-prefetch.html

  * igt@xe_pm@d3cold-mocs:
    - shard-bmg:          NOTRUN -> [SKIP][100] ([Intel XE#2284])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#5742])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s3-mocs:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#584])
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_pm@s3-mocs.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-rpm:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#4733])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#944])
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_query@multigpu-query-topology.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-bmg:          [PASS][105] -> [FAIL][106] ([Intel XE#6569])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-9/igt@xe_sriov_flr@flr-vfs-parallel.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html

  * igt@xe_sriov_vram@vf-access-after-resize-up:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#6376])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_sriov_vram@vf-access-after-resize-up.html

  
#### Possible fixes ####

  * igt@intel_hwmon@hwmon-write:
    - shard-bmg:          [FAIL][108] ([Intel XE#4665]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@intel_hwmon@hwmon-write.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@intel_hwmon@hwmon-write.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
    - shard-lnl:          [FAIL][110] ([Intel XE#5993]) -> [PASS][111] +3 other tests pass
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html

  * igt@kms_color@ctm-0-50:
    - shard-bmg:          [ABORT][112] ([Intel XE#5545]) -> [PASS][113] +1 other test pass
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_color@ctm-0-50.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_color@ctm-0-50.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][114] ([Intel XE#301]) -> [PASS][115] +1 other test pass
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
    - shard-lnl:          [DMESG-WARN][116] ([Intel XE#7063]) -> [PASS][117] +2 other tests pass
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [FAIL][118] ([Intel XE#718]) -> [PASS][119] +1 other test pass
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
    - shard-lnl:          [DMESG-WARN][120] ([Intel XE#4537]) -> [PASS][121] +1 other test pass
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-3/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][122] ([Intel XE#2142]) -> [PASS][123] +1 other test pass
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][124] ([Intel XE#6321]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_exec_system_allocator@threads-many-execqueues-new:
    - shard-bmg:          [ABORT][126] -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-execqueues-new.html

  * igt@xe_pm@s2idle-d3hot-basic-exec:
    - shard-lnl:          [ABORT][128] -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@xe_pm@s2idle-d3hot-basic-exec.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_pm@s2idle-d3hot-basic-exec.html

  
#### Warnings ####

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][130] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][131] ([Intel XE#3544])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][132] ([Intel XE#2426]) -> [FAIL][133] ([Intel XE#1729])
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
  [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
  [Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
  [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


Build changes
-------------

  * IGT: IGT_8716 -> IGTPW_14416
  * Linux: xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 -> xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b

  IGTPW_14416: 14416
  IGT_8716: 8716
  xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145
  xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/index.html

[-- Attachment #2: Type: text/html, Size: 45963 bytes --]

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

* Re: ✗ Xe.CI.Full: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-26  7:19 ` ✗ Xe.CI.Full: " Patchwork
@ 2026-01-26 10:14   ` Rudnicki, Piotr
  0 siblings, 0 replies; 10+ messages in thread
From: Rudnicki, Piotr @ 2026-01-26 10:14 UTC (permalink / raw)
  To: igt-dev



On 1/26/2026 8:19 AM, Patchwork wrote:
> == Series Details ==
> 
> Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
> URL   : https://patchwork.freedesktop.org/series/160553/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from XEIGT_8716_FULL -> XEIGTPW_14416_FULL
> ====================================================
> 
> Summary
> -------
> 
>    **FAILURE**
> 
>    Serious unknown changes coming with XEIGTPW_14416_FULL absolutely need to be
>    verified manually.
>    
>    If you think the reported changes have nothing to do with the changes
>    introduced in XEIGTPW_14416_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
>    to document this new failure mode, which will reduce false positives in CI.
> 
>    
> 
> Participating hosts (2 -> 2)
> ------------------------------
> 
>    No changes in participating hosts
> 
> Possible new issues
> -------------------
> 
>    Here are the unknown changes that may have been introduced in XEIGTPW_14416_FULL:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>    * igt@xe_pmu@fn-engine-activity-load:
>      - shard-bmg:          [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
>     [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html
>     [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_pmu@fn-engine-activity-load.html
Hi, the those errors are not related to my changes.

Best regards,
Piotr Rudnicki

> 
>    
> Known issues
> ------------
> 
>    Here are the changes found in XEIGTPW_14416_FULL that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>    * igt@intel_hwmon@hwmon-read:
>      - shard-lnl:          NOTRUN -> [SKIP][3] ([Intel XE#1125])
>     [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@intel_hwmon@hwmon-read.html
> 
>    * igt@kms_big_fb@linear-64bpp-rotate-270:
>      - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#2327])
>     [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_big_fb@linear-64bpp-rotate-270.html
>      - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#1407])
>     [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-270.html
> 
>    * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
>      - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7059])
>     [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html
> 
>    * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
>      - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#1124]) +1 other test skip
>     [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html
> 
>    * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
>      - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1124]) +4 other tests skip
>     [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
> 
>    * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
>      - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#2191])
>     [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
> 
>    * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
>      - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#2887]) +4 other tests skip
>     [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
> 
>    * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
>      - shard-bmg:          [PASS][11] -> [INCOMPLETE][12] ([Intel XE#7084]) +1 other test incomplete
>     [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
>     [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
> 
>    * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
>      - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#3432])
>     [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
> 
>    * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
>      - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#3432])
>     [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
> 
>    * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
>      - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2887]) +8 other tests skip
>     [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
> 
>    * igt@kms_chamelium_audio@dp-audio:
>      - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#373])
>     [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_audio@dp-audio.html
> 
>    * igt@kms_chamelium_color@ctm-max:
>      - shard-lnl:          NOTRUN -> [SKIP][17] ([Intel XE#306]) +1 other test skip
>     [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html
> 
>    * igt@kms_chamelium_color@degamma:
>      - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2325])
>     [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_chamelium_color@degamma.html
> 
>    * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
>      - shard-bmg:          NOTRUN -> [SKIP][19] ([Intel XE#2252]) +4 other tests skip
>     [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
> 
>    * igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
>      - shard-lnl:          NOTRUN -> [FAIL][20] ([Intel XE#6968]) +3 other tests fail
>     [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html
> 
>    * igt@kms_content_protection@dp-mst-type-1:
>      - shard-lnl:          NOTRUN -> [SKIP][21] ([Intel XE#307] / [Intel XE#6974])
>     [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_content_protection@dp-mst-type-1.html
>      - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2390] / [Intel XE#6974])
>     [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html
> 
>    * igt@kms_content_protection@mei-interface:
>      - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1468])
>     [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_content_protection@mei-interface.html
>      - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2341])
>     [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@mei-interface.html
> 
>    * igt@kms_cursor_crc@cursor-onscreen-512x512:
>      - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#2321])
>     [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html
> 
>    * igt@kms_cursor_crc@cursor-random-256x85:
>      - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#1424])
>     [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html
> 
>    * igt@kms_cursor_crc@cursor-sliding-512x170:
>      - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2321])
>     [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_crc@cursor-sliding-512x170.html
> 
>    * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
>      - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#309]) +1 other test skip
>     [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
> 
>    * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
>      - shard-bmg:          [PASS][29] -> [FAIL][30] ([Intel XE#5299]) +1 other test fail
>     [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
>     [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
> 
>    * igt@kms_dp_linktrain_fallback@dsc-fallback:
>      - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#4331])
>     [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html
> 
>    * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
>      - shard-lnl:          NOTRUN -> [SKIP][32] ([Intel XE#2244])
>     [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
> 
>    * igt@kms_dsc@dsc-with-output-formats:
>      - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2244]) +1 other test skip
>     [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats.html
> 
>    * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
>      - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#4422])
>     [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
> 
>    * igt@kms_fbcon_fbt@fbc-suspend:
>      - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#4156])
>     [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_fbcon_fbt@fbc-suspend.html
> 
>    * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
>      - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#1421]) +1 other test skip
>     [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
> 
>    * igt@kms_flip@flip-vs-expired-vblank-interruptible:
>      - shard-lnl:          [PASS][37] -> [FAIL][38] ([Intel XE#301]) +1 other test fail
>     [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
>     [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
> 
>    * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
>      - shard-lnl:          NOTRUN -> [SKIP][39] ([Intel XE#1397] / [Intel XE#1745])
>     [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
> 
>    * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
>      - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#1397])
>     [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
> 
>    * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
>      - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
>     [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
>      - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2293] / [Intel XE#2380])
>     [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
> 
>    * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode:
>      - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#1401]) +1 other test skip
>     [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html
> 
>    * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
>      - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2293])
>     [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html
> 
>    * igt@kms_force_connector_basic@prune-stale-modes:
>      - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#352])
>     [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_force_connector_basic@prune-stale-modes.html
> 
>    * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
>      - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#6312])
>     [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html
> 
>    * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
>      - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2311]) +11 other tests skip
>     [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
> 
>    * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt:
>      - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#656]) +16 other tests skip
>     [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt.html
> 
>    * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
>      - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#4141]) +5 other tests skip
>     [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
> 
>    * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt:
>      - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#7061]) +2 other tests skip
>     [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html
> 
>    * igt@kms_frontbuffer_tracking@fbc-tiling-y:
>      - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#2352])
>     [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
> 
>    * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
>      - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#651]) +6 other tests skip
>     [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html
> 
>    * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
>      - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#2313]) +13 other tests skip
>     [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
> 
>    * igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt:
>      - shard-lnl:          NOTRUN -> [SKIP][54] ([Intel XE#7061]) +5 other tests skip
>     [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html
> 
>    * igt@kms_joiner@basic-max-non-joiner:
>      - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#4298])
>     [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html
> 
>    * igt@kms_joiner@invalid-modeset-big-joiner:
>      - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#6901])
>     [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_joiner@invalid-modeset-big-joiner.html
> 
>    * igt@kms_plane_multiple@2x-tiling-y:
>      - shard-lnl:          NOTRUN -> [SKIP][57] ([Intel XE#4596])
>     [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_plane_multiple@2x-tiling-y.html
> 
>    * igt@kms_pm_backlight@basic-brightness:
>      - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#870])
>     [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_pm_backlight@basic-brightness.html
> 
>    * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
>      - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
>     [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
> 
>    * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
>      - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#1406] / [Intel XE#2893])
>     [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
> 
>    * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
>      - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
>     [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
> 
>    * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1:
>      - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#4608]) +1 other test skip
>     [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html
> 
>    * igt@kms_psr@fbc-psr2-cursor-plane-move:
>      - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
>     [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html
> 
>    * igt@kms_rotation_crc@primary-rotation-90:
>      - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#3414] / [Intel XE#3904])
>     [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_rotation_crc@primary-rotation-90.html
>      - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#3414] / [Intel XE#3904])
>     [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-90.html
> 
>    * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
>      - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#1127])
>     [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
> 
>    * igt@kms_setmode@basic-clone-single-crtc:
>      - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#1435])
>     [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_setmode@basic-clone-single-crtc.html
> 
>    * igt@kms_setmode@clone-exclusive-crtc:
>      - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#1435])
>     [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_setmode@clone-exclusive-crtc.html
> 
>    * igt@kms_sharpness_filter@filter-tap:
>      - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6503])
>     [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html
> 
>    * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
>      - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#2509])
>     [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
> 
>    * igt@kms_tv_load_detect@load-detect:
>      - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#330])
>     [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_tv_load_detect@load-detect.html
>      - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#2450])
>     [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tv_load_detect@load-detect.html
> 
>    * igt@kms_vrr@cmrr@pipe-a-edp-1:
>      - shard-lnl:          NOTRUN -> [FAIL][73] ([Intel XE#4459]) +1 other test fail
>     [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
> 
>    * igt@xe_eudebug@basic-client:
>      - shard-lnl:          NOTRUN -> [SKIP][74] ([Intel XE#4837]) +2 other tests skip
>     [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_eudebug@basic-client.html
> 
>    * igt@xe_eudebug@basic-read-event:
>      - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#4837]) +2 other tests skip
>     [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug@basic-read-event.html
> 
>    * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
>      - shard-lnl:          NOTRUN -> [SKIP][76] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
>     [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html
> 
>    * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
>      - shard-bmg:          NOTRUN -> [SKIP][77] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
>     [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html
> 
>    * igt@xe_evict@evict-mixed-many-threads-small:
>      - shard-bmg:          [PASS][78] -> [INCOMPLETE][79] ([Intel XE#6321])
>     [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
>     [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html
> 
>    * igt@xe_evict@evict-small-cm:
>      - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#688])
>     [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@xe_evict@evict-small-cm.html
> 
>    * igt@xe_evict@evict-small-multi-queue-priority-cm:
>      - shard-bmg:          NOTRUN -> [SKIP][81] ([Intel XE#7140])
>     [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-small-multi-queue-priority-cm.html
> 
>    * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
>      - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#2322]) +3 other tests skip
>     [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
> 
>    * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
>      - shard-lnl:          NOTRUN -> [SKIP][83] ([Intel XE#1392]) +4 other tests skip
>     [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html
> 
>    * igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
>      - shard-lnl:          NOTRUN -> [SKIP][84] ([Intel XE#7136]) +6 other tests skip
>     [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
>      - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#7136]) +4 other tests skip
>     [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
> 
>    * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate:
>      - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#6874]) +8 other tests skip
>     [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html
> 
>    * igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem:
>      - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#6874]) +11 other tests skip
>     [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html
> 
>    * igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
>      - shard-lnl:          NOTRUN -> [SKIP][88] ([Intel XE#5007]) +1 other test skip
>     [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html
> 
>    * igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
>      - shard-bmg:          NOTRUN -> [SKIP][89] ([Intel XE#5007])
>     [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html
> 
>    * igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset:
>      - shard-lnl:          NOTRUN -> [SKIP][90] ([Intel XE#4943]) +8 other tests skip
>     [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset.html
> 
>    * igt@xe_exec_system_allocator@many-stride-new-prefetch:
>      - shard-bmg:          NOTRUN -> [INCOMPLETE][91] ([Intel XE#7098])
>     [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
> 
>    * igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge:
>      - shard-bmg:          NOTRUN -> [SKIP][92] ([Intel XE#4943]) +10 other tests skip
>     [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge.html
> 
>    * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset:
>      - shard-lnl:          [PASS][93] -> [DMESG-WARN][94] ([Intel XE#7063]) +2 other tests dmesg-warn
>     [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
>     [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
> 
>    * igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
>      - shard-bmg:          NOTRUN -> [SKIP][95] ([Intel XE#7138]) +3 other tests skip
>     [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
> 
>    * igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate:
>      - shard-lnl:          NOTRUN -> [SKIP][96] ([Intel XE#7138]) +5 other tests skip
>     [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html
> 
>    * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
>      - shard-bmg:          NOTRUN -> [ABORT][97] ([Intel XE#5466])
>     [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
> 
>    * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
>      - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#6964]) +2 other tests skip
>     [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
> 
>    * igt@xe_multigpu_svm@mgpu-migration-prefetch:
>      - shard-lnl:          NOTRUN -> [SKIP][99] ([Intel XE#6964])
>     [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_multigpu_svm@mgpu-migration-prefetch.html
> 
>    * igt@xe_pm@d3cold-mocs:
>      - shard-bmg:          NOTRUN -> [SKIP][100] ([Intel XE#2284])
>     [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_pm@d3cold-mocs.html
> 
>    * igt@xe_pm@d3hot-i2c:
>      - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#5742])
>     [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_pm@d3hot-i2c.html
> 
>    * igt@xe_pm@s3-mocs:
>      - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#584])
>     [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_pm@s3-mocs.html
> 
>    * igt@xe_pxp@pxp-stale-bo-exec-post-rpm:
>      - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#4733])
>     [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html
> 
>    * igt@xe_query@multigpu-query-topology:
>      - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#944])
>     [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_query@multigpu-query-topology.html
> 
>    * igt@xe_sriov_flr@flr-vfs-parallel:
>      - shard-bmg:          [PASS][105] -> [FAIL][106] ([Intel XE#6569])
>     [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-9/igt@xe_sriov_flr@flr-vfs-parallel.html
>     [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html
> 
>    * igt@xe_sriov_vram@vf-access-after-resize-up:
>      - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#6376])
>     [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_sriov_vram@vf-access-after-resize-up.html
> 
>    
> #### Possible fixes ####
> 
>    * igt@intel_hwmon@hwmon-write:
>      - shard-bmg:          [FAIL][108] ([Intel XE#4665]) -> [PASS][109]
>     [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@intel_hwmon@hwmon-write.html
>     [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@intel_hwmon@hwmon-write.html
> 
>    * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
>      - shard-lnl:          [FAIL][110] ([Intel XE#5993]) -> [PASS][111] +3 other tests pass
>     [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
>     [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
> 
>    * igt@kms_color@ctm-0-50:
>      - shard-bmg:          [ABORT][112] ([Intel XE#5545]) -> [PASS][113] +1 other test pass
>     [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_color@ctm-0-50.html
>     [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_color@ctm-0-50.html
> 
>    * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
>      - shard-lnl:          [FAIL][114] ([Intel XE#301]) -> [PASS][115] +1 other test pass
>     [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
>     [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
> 
>    * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
>      - shard-lnl:          [DMESG-WARN][116] ([Intel XE#7063]) -> [PASS][117] +2 other tests pass
>     [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
>     [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
> 
>    * igt@kms_pm_dc@dc6-psr:
>      - shard-lnl:          [FAIL][118] ([Intel XE#718]) -> [PASS][119] +1 other test pass
>     [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html
>     [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html
> 
>    * igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
>      - shard-lnl:          [DMESG-WARN][120] ([Intel XE#4537]) -> [PASS][121] +1 other test pass
>     [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-3/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
>     [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
> 
>    * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
>      - shard-lnl:          [FAIL][122] ([Intel XE#2142]) -> [PASS][123] +1 other test pass
>     [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
>     [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
> 
>    * igt@xe_evict@evict-beng-mixed-many-threads-small:
>      - shard-bmg:          [INCOMPLETE][124] ([Intel XE#6321]) -> [PASS][125]
>     [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html
>     [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html
> 
>    * igt@xe_exec_system_allocator@threads-many-execqueues-new:
>      - shard-bmg:          [ABORT][126] -> [PASS][127]
>     [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
>     [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
> 
>    * igt@xe_pm@s2idle-d3hot-basic-exec:
>      - shard-lnl:          [ABORT][128] -> [PASS][129]
>     [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@xe_pm@s2idle-d3hot-basic-exec.html
>     [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_pm@s2idle-d3hot-basic-exec.html
> 
>    
> #### Warnings ####
> 
>    * igt@kms_hdr@brightness-with-hdr:
>      - shard-bmg:          [SKIP][130] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][131] ([Intel XE#3544])
>     [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
>     [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
> 
>    * igt@kms_tiled_display@basic-test-pattern:
>      - shard-bmg:          [SKIP][132] ([Intel XE#2426]) -> [FAIL][133] ([Intel XE#1729])
>     [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
>     [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html
> 
>    
>    [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
>    [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
>    [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
>    [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
>    [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
>    [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
>    [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
>    [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
>    [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
>    [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
>    [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
>    [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
>    [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
>    [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
>    [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
>    [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
>    [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
>    [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
>    [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
>    [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
>    [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
>    [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
>    [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
>    [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
>    [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
>    [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
>    [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
>    [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
>    [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
>    [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
>    [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
>    [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
>    [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
>    [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
>    [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
>    [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
>    [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
>    [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
>    [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
>    [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
>    [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
>    [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
>    [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
>    [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
>    [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
>    [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
>    [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
>    [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
>    [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
>    [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
>    [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
>    [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
>    [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
>    [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
>    [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
>    [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
>    [Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
>    [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
>    [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
>    [Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
>    [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
>    [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
>    [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
>    [Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
>    [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
>    [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
>    [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
>    [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
>    [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
>    [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
>    [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
>    [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
>    [Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
>    [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
>    [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
>    [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
>    [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
>    [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
>    [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
>    [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
>    [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
>    [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
>    [Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
>    [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
>    [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
>    [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
>    [Intel XE#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
>    [Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
>    [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
>    [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
>    [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
>    [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
>    [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
>    [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
>    [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
> 
> 
> Build changes
> -------------
> 
>    * IGT: IGT_8716 -> IGTPW_14416
>    * Linux: xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 -> xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b
> 
>    IGTPW_14416: 14416
>    IGT_8716: 8716
>    xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145
>    xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/index.html
> 


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

* ✗ Xe.CI.BAT: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
                   ` (3 preceding siblings ...)
  2026-01-26  7:19 ` ✗ Xe.CI.Full: " Patchwork
@ 2026-01-26 10:56 ` Patchwork
  2026-01-26 12:06 ` ✗ Xe.CI.Full: " Patchwork
  5 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-01-26 10:56 UTC (permalink / raw)
  To: Rudnicki, Piotr; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 40649 bytes --]

== Series Details ==

Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
URL   : https://patchwork.freedesktop.org/series/160553/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8716_FULL -> XEIGTPW_14416_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_14416_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_14416_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in XEIGTPW_14416_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-bmg:          [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_pmu@fn-engine-activity-load.html

  
Known issues
------------

  Here are the changes found in XEIGTPW_14416_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-read:
    - shard-lnl:          NOTRUN -> [SKIP][3] ([Intel XE#1125])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@intel_hwmon@hwmon-read.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][4] ([Intel XE#2327])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_big_fb@linear-64bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#1407])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7059])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#1124]) +1 other test skip
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1124]) +4 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#2191])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][10] ([Intel XE#2887]) +4 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][11] -> [INCOMPLETE][12] ([Intel XE#7084]) +1 other test incomplete
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#3432])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#3432])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#2887]) +8 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-lnl:          NOTRUN -> [SKIP][16] ([Intel XE#373])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> [SKIP][17] ([Intel XE#306]) +1 other test skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_color@degamma:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2325])
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][19] ([Intel XE#2252]) +4 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

  * igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
    - shard-lnl:          NOTRUN -> [FAIL][20] ([Intel XE#6968]) +3 other tests fail
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-lnl:          NOTRUN -> [SKIP][21] ([Intel XE#307] / [Intel XE#6974])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_content_protection@dp-mst-type-1.html
    - shard-bmg:          NOTRUN -> [SKIP][22] ([Intel XE#2390] / [Intel XE#6974])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@mei-interface:
    - shard-lnl:          NOTRUN -> [SKIP][23] ([Intel XE#1468])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_content_protection@mei-interface.html
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#2341])
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#2321])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-256x85:
    - shard-lnl:          NOTRUN -> [SKIP][26] ([Intel XE#1424])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2321])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-lnl:          NOTRUN -> [SKIP][28] ([Intel XE#309]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][29] -> [FAIL][30] ([Intel XE#5299]) +1 other test fail
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#4331])
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-lnl:          NOTRUN -> [SKIP][32] ([Intel XE#2244])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-bmg:          NOTRUN -> [SKIP][33] ([Intel XE#2244]) +1 other test skip
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#4422])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#4156])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][36] ([Intel XE#1421]) +1 other test skip
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][37] -> [FAIL][38] ([Intel XE#301]) +1 other test fail
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][39] ([Intel XE#1397] / [Intel XE#1745])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#1397])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][41] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2293] / [Intel XE#2380])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#1401]) +1 other test skip
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][44] ([Intel XE#2293])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-lnl:          NOTRUN -> [SKIP][45] ([Intel XE#352])
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#6312])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2311]) +11 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#656]) +16 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][49] ([Intel XE#4141]) +5 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#7061]) +2 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-y:
    - shard-bmg:          NOTRUN -> [SKIP][51] ([Intel XE#2352])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#651]) +6 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][53] ([Intel XE#2313]) +13 other tests skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][54] ([Intel XE#7061]) +5 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][55] ([Intel XE#4298])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-lnl:          NOTRUN -> [SKIP][56] ([Intel XE#6901])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-lnl:          NOTRUN -> [SKIP][57] ([Intel XE#4596])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#870])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> [SKIP][59] ([Intel XE#1406] / [Intel XE#1489]) +2 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
    - shard-lnl:          NOTRUN -> [SKIP][60] ([Intel XE#1406] / [Intel XE#2893])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#1406] / [Intel XE#4608]) +1 other test skip
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          NOTRUN -> [SKIP][63] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-lnl:          NOTRUN -> [SKIP][64] ([Intel XE#3414] / [Intel XE#3904])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_rotation_crc@primary-rotation-90.html
    - shard-bmg:          NOTRUN -> [SKIP][65] ([Intel XE#3414] / [Intel XE#3904])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> [SKIP][66] ([Intel XE#1127])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][67] ([Intel XE#1435])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-lnl:          NOTRUN -> [SKIP][68] ([Intel XE#1435])
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_sharpness_filter@filter-tap:
    - shard-bmg:          NOTRUN -> [SKIP][69] ([Intel XE#6503])
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#2509])
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#330])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_tv_load_detect@load-detect.html
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#2450])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> [FAIL][73] ([Intel XE#4459]) +1 other test fail
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@xe_eudebug@basic-client:
    - shard-lnl:          NOTRUN -> [SKIP][74] ([Intel XE#4837]) +2 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_eudebug@basic-client.html

  * igt@xe_eudebug@basic-read-event:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#4837]) +2 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug@basic-read-event.html

  * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
    - shard-lnl:          NOTRUN -> [SKIP][76] ([Intel XE#4837] / [Intel XE#6665]) +1 other test skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-bmg:          NOTRUN -> [SKIP][77] ([Intel XE#4837] / [Intel XE#6665]) +3 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [PASS][78] -> [INCOMPLETE][79] ([Intel XE#6321])
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_evict@evict-small-cm:
    - shard-lnl:          NOTRUN -> [SKIP][80] ([Intel XE#688])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@xe_evict@evict-small-cm.html

  * igt@xe_evict@evict-small-multi-queue-priority-cm:
    - shard-bmg:          NOTRUN -> [SKIP][81] ([Intel XE#7140])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-small-multi-queue-priority-cm.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][82] ([Intel XE#2322]) +3 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][83] ([Intel XE#1392]) +4 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html

  * igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
    - shard-lnl:          NOTRUN -> [SKIP][84] ([Intel XE#7136]) +6 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
    - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#7136]) +4 other tests skip
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html

  * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#6874]) +8 other tests skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html

  * igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#6874]) +11 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html

  * igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
    - shard-lnl:          NOTRUN -> [SKIP][88] ([Intel XE#5007]) +1 other test skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html

  * igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][89] ([Intel XE#5007])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset:
    - shard-lnl:          NOTRUN -> [SKIP][90] ([Intel XE#4943]) +8 other tests skip
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-stride-new-prefetch:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][91] ([Intel XE#7098])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-new-prefetch.html

  * igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge:
    - shard-bmg:          NOTRUN -> [SKIP][92] ([Intel XE#4943]) +10 other tests skip
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset:
    - shard-lnl:          [PASS][93] -> [DMESG-WARN][94] ([Intel XE#7063]) +2 other tests dmesg-warn
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html

  * igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][95] ([Intel XE#7138]) +3 other tests skip
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][96] ([Intel XE#7138]) +5 other tests skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          NOTRUN -> [ABORT][97] ([Intel XE#5466])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
    - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#6964]) +2 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html

  * igt@xe_multigpu_svm@mgpu-migration-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][99] ([Intel XE#6964])
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_multigpu_svm@mgpu-migration-prefetch.html

  * igt@xe_pm@d3cold-mocs:
    - shard-bmg:          NOTRUN -> [SKIP][100] ([Intel XE#2284])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#5742])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s3-mocs:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#584])
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_pm@s3-mocs.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-rpm:
    - shard-bmg:          NOTRUN -> [SKIP][103] ([Intel XE#4733])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#944])
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_query@multigpu-query-topology.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-bmg:          [PASS][105] -> [FAIL][106] ([Intel XE#6569])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-9/igt@xe_sriov_flr@flr-vfs-parallel.html
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html

  * igt@xe_sriov_vram@vf-access-after-resize-up:
    - shard-lnl:          NOTRUN -> [SKIP][107] ([Intel XE#6376])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_sriov_vram@vf-access-after-resize-up.html

  
#### Possible fixes ####

  * igt@intel_hwmon@hwmon-write:
    - shard-bmg:          [FAIL][108] ([Intel XE#4665]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@intel_hwmon@hwmon-write.html
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@intel_hwmon@hwmon-write.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
    - shard-lnl:          [FAIL][110] ([Intel XE#5993]) -> [PASS][111] +3 other tests pass
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html

  * igt@kms_color@ctm-0-50:
    - shard-bmg:          [ABORT][112] ([Intel XE#5545]) -> [PASS][113] +1 other test pass
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_color@ctm-0-50.html
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_color@ctm-0-50.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][114] ([Intel XE#301]) -> [PASS][115] +1 other test pass
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
    - shard-lnl:          [DMESG-WARN][116] ([Intel XE#7063]) -> [PASS][117] +2 other tests pass
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [FAIL][118] ([Intel XE#718]) -> [PASS][119] +1 other test pass
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
    - shard-lnl:          [DMESG-WARN][120] ([Intel XE#4537]) -> [PASS][121] +1 other test pass
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-3/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][122] ([Intel XE#2142]) -> [PASS][123] +1 other test pass
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][124] ([Intel XE#6321]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_exec_system_allocator@threads-many-execqueues-new:
    - shard-bmg:          [ABORT][126] -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-execqueues-new.html

  * igt@xe_pm@s2idle-d3hot-basic-exec:
    - shard-lnl:          [ABORT][128] -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@xe_pm@s2idle-d3hot-basic-exec.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_pm@s2idle-d3hot-basic-exec.html

  
#### Warnings ####

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][130] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][131] ([Intel XE#3544])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][132] ([Intel XE#2426]) -> [FAIL][133] ([Intel XE#1729])
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
  [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
  [Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
  [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


Build changes
-------------

  * IGT: IGT_8716 -> IGTPW_14416
  * Linux: xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 -> xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b

  IGTPW_14416: 14416
  IGT_8716: 8716
  xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145
  xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/index.html

[-- Attachment #2: Type: text/html, Size: 45963 bytes --]

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

* ✗ Xe.CI.Full: failure for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
  2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
                   ` (4 preceding siblings ...)
  2026-01-26 10:56 ` ✗ Xe.CI.BAT: " Patchwork
@ 2026-01-26 12:06 ` Patchwork
  5 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2026-01-26 12:06 UTC (permalink / raw)
  To: Rudnicki, Piotr; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 65773 bytes --]

== Series Details ==

Series: xe_eudebug_online: Fix test_interrupt_other wait logic (rev2)
URL   : https://patchwork.freedesktop.org/series/160553/
State : failure

== Summary ==

CI Bug Log - changes from XEIGT_8716_FULL -> XEIGTPW_14416_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with XEIGTPW_14416_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in XEIGTPW_14416_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in XEIGTPW_14416_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-bo-unmap:
    - shard-bmg:          [PASS][1] -> [ABORT][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-8/igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-bo-unmap.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@process-many-large-execqueues-malloc-bo-unmap.html

  * igt@xe_pmu@fn-engine-activity-load:
    - shard-bmg:          [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@xe_pmu@fn-engine-activity-load.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_pmu@fn-engine-activity-load.html

  
Known issues
------------

  Here are the changes found in XEIGTPW_14416_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-read:
    - shard-lnl:          NOTRUN -> [SKIP][5] ([Intel XE#1125])
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@intel_hwmon@hwmon-read.html

  * igt@kms_big_fb@linear-64bpp-rotate-270:
    - shard-bmg:          NOTRUN -> ([SKIP][6], [SKIP][7]) ([Intel XE#2327])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_big_fb@linear-64bpp-rotate-270.html
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_big_fb@linear-64bpp-rotate-270.html
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1407])
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_big_fb@linear-64bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][9] ([Intel XE#7059])
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-270:
    - shard-bmg:          NOTRUN -> ([SKIP][10], [SKIP][11]) ([Intel XE#1124]) +1 other test ( 2 skip )
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-addfb-size-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#610])
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_big_fb@y-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-lnl:          NOTRUN -> ([SKIP][13], [SKIP][14]) ([Intel XE#1124]) +4 other tests ( 2 skip )
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
    - shard-lnl:          NOTRUN -> ([SKIP][15], [SKIP][16]) ([Intel XE#2191])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs:
    - shard-lnl:          NOTRUN -> ([SKIP][17], [SKIP][18]) ([Intel XE#2887]) +4 other tests ( 2 skip )
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][19] -> [INCOMPLETE][20] ([Intel XE#7084]) +1 other test incomplete
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs:
    - shard-bmg:          NOTRUN -> ([SKIP][21], [SKIP][22]) ([Intel XE#3432])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> ([SKIP][23], [SKIP][24]) ([Intel XE#3432])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs:
    - shard-bmg:          NOTRUN -> ([SKIP][25], [SKIP][26]) ([Intel XE#2887]) +8 other tests ( 2 skip )
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs.html

  * igt@kms_chamelium_audio@dp-audio:
    - shard-lnl:          NOTRUN -> ([SKIP][27], [SKIP][28]) ([Intel XE#373])
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_chamelium_audio@dp-audio.html
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_audio@dp-audio.html
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#2252])
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_chamelium_audio@dp-audio.html

  * igt@kms_chamelium_color@ctm-max:
    - shard-lnl:          NOTRUN -> ([SKIP][30], [SKIP][31]) ([Intel XE#306]) +1 other test ( 2 skip )
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_chamelium_color@ctm-max.html
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html

  * igt@kms_chamelium_color@degamma:
    - shard-bmg:          NOTRUN -> ([SKIP][32], [SKIP][33]) ([Intel XE#2325])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_chamelium_color@degamma.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_hpd@dp-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> ([SKIP][34], [SKIP][35]) ([Intel XE#2252]) +3 other tests ( 2 skip )
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html

  * igt@kms_color_pipeline@plane-lut1d-post-ctm3x4:
    - shard-lnl:          NOTRUN -> ([FAIL][36], [FAIL][37]) ([Intel XE#6968]) +3 other tests ( 2 fail )
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_color_pipeline@plane-lut1d-post-ctm3x4.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-lnl:          NOTRUN -> ([SKIP][38], [SKIP][39]) ([Intel XE#307] / [Intel XE#6974])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_content_protection@dp-mst-type-1.html
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_content_protection@dp-mst-type-1.html
    - shard-bmg:          NOTRUN -> ([SKIP][40], [SKIP][41]) ([Intel XE#2390] / [Intel XE#6974])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@dp-mst-type-1.html
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@mei-interface:
    - shard-lnl:          NOTRUN -> ([SKIP][42], [SKIP][43]) ([Intel XE#1468])
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_content_protection@mei-interface.html
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_content_protection@mei-interface.html
    - shard-bmg:          NOTRUN -> ([SKIP][44], [SKIP][45]) ([Intel XE#2341])
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_content_protection@mei-interface.html
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_content_protection@mei-interface.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-lnl:          NOTRUN -> [SKIP][46] ([Intel XE#2321])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-256x85:
    - shard-lnl:          NOTRUN -> ([SKIP][47], [SKIP][48]) ([Intel XE#1424])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_cursor_crc@cursor-random-256x85.html
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_cursor_crc@cursor-random-256x85.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-bmg:          NOTRUN -> ([SKIP][49], [SKIP][50]) ([Intel XE#2321])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_cursor_crc@cursor-sliding-512x170.html
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-lnl:          NOTRUN -> ([SKIP][51], [SKIP][52]) ([Intel XE#309]) +1 other test ( 2 skip )
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-bmg:          [PASS][53] -> ([PASS][54], [FAIL][55]) ([Intel XE#5299])
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][56] -> ([FAIL][57], [FAIL][58]) ([Intel XE#5299])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> ([SKIP][59], [SKIP][60]) ([Intel XE#4331])
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_dp_linktrain_fallback@dsc-fallback.html
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-lnl:          NOTRUN -> ([SKIP][61], [SKIP][62]) ([Intel XE#2244])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-output-formats:
    - shard-bmg:          NOTRUN -> ([SKIP][63], [SKIP][64]) ([Intel XE#2244]) +1 other test ( 2 skip )
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_dsc@dsc-with-output-formats.html
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats.html

  * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area:
    - shard-bmg:          NOTRUN -> ([SKIP][65], [SKIP][66]) ([Intel XE#4422])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-out-visible-area.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-bmg:          NOTRUN -> ([SKIP][67], [SKIP][68]) ([Intel XE#4156])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_fbcon_fbt@fbc-suspend.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-lnl:          NOTRUN -> ([SKIP][69], [SKIP][70]) ([Intel XE#1421]) +1 other test ( 2 skip )
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3:
    - shard-bmg:          [PASS][71] -> ([PASS][72], [FAIL][73]) ([Intel XE#3321]) +1 other test ( 1 fail, 1 pass )
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [PASS][74] -> ([FAIL][75], [FAIL][76]) ([Intel XE#301] / [Intel XE#3149])
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-lnl:          [PASS][77] -> ([FAIL][78], [FAIL][79]) ([Intel XE#301])
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-expired-vblank@c-edp1:
    - shard-lnl:          [PASS][80] -> ([FAIL][81], [PASS][82]) ([Intel XE#301] / [Intel XE#3149]) +1 other test ( 1 fail, 1 pass )
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
    - shard-lnl:          NOTRUN -> ([SKIP][83], [SKIP][84]) ([Intel XE#1397] / [Intel XE#1745])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> ([SKIP][85], [SKIP][86]) ([Intel XE#1397])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
    - shard-lnl:          NOTRUN -> ([SKIP][87], [SKIP][88]) ([Intel XE#1401] / [Intel XE#1745]) +1 other test ( 2 skip )
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
    - shard-bmg:          NOTRUN -> ([SKIP][89], [SKIP][90]) ([Intel XE#2293] / [Intel XE#2380])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> ([SKIP][91], [SKIP][92]) ([Intel XE#1401]) +1 other test ( 2 skip )
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> ([SKIP][93], [SKIP][94]) ([Intel XE#2293])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - shard-lnl:          NOTRUN -> ([SKIP][95], [SKIP][96]) ([Intel XE#352])
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_force_connector_basic@prune-stale-modes.html
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> ([SKIP][97], [SKIP][98]) ([Intel XE#6312])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> ([SKIP][99], [SKIP][100]) ([Intel XE#2311]) +10 other tests ( 2 skip )
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][101] ([Intel XE#651]) +2 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt:
    - shard-lnl:          NOTRUN -> [SKIP][102] ([Intel XE#656])
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> ([SKIP][103], [SKIP][104]) ([Intel XE#656]) +15 other tests ( 2 skip )
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt.html
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][105] ([Intel XE#2311])
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-suspend.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][106] ([Intel XE#4141])
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
    - shard-bmg:          NOTRUN -> ([SKIP][107], [SKIP][108]) ([Intel XE#4141]) +5 other tests ( 2 skip )
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt:
    - shard-bmg:          NOTRUN -> ([SKIP][109], [SKIP][110]) ([Intel XE#7061]) +1 other test ( 2 skip )
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-y:
    - shard-bmg:          NOTRUN -> ([SKIP][111], [SKIP][112]) ([Intel XE#2352])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> ([SKIP][113], [SKIP][114]) ([Intel XE#651]) +3 other tests ( 2 skip )
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][115] ([Intel XE#7061])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-argb161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          NOTRUN -> ([SKIP][116], [SKIP][117]) ([Intel XE#2313]) +12 other tests ( 2 skip )
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][118] ([Intel XE#2313])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt:
    - shard-lnl:          NOTRUN -> ([SKIP][119], [SKIP][120]) ([Intel XE#7061]) +4 other tests ( 2 skip )
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html
    - shard-bmg:          NOTRUN -> [SKIP][121] ([Intel XE#7061])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-abgr161616f-draw-blt.html

  * igt@kms_joiner@basic-max-non-joiner:
    - shard-bmg:          NOTRUN -> ([SKIP][122], [SKIP][123]) ([Intel XE#4298])
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_joiner@basic-max-non-joiner.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_joiner@basic-max-non-joiner.html

  * igt@kms_joiner@invalid-modeset-big-joiner:
    - shard-lnl:          NOTRUN -> ([SKIP][124], [SKIP][125]) ([Intel XE#6901])
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_joiner@invalid-modeset-big-joiner.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_joiner@invalid-modeset-big-joiner.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-lnl:          NOTRUN -> [SKIP][126] ([Intel XE#4596])
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_pm_backlight@basic-brightness:
    - shard-bmg:          NOTRUN -> ([SKIP][127], [SKIP][128]) ([Intel XE#870])
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_pm_backlight@basic-brightness.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> ([SKIP][129], [SKIP][130]) ([Intel XE#1406] / [Intel XE#1489]) +2 other tests ( 2 skip )
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area:
    - shard-lnl:          NOTRUN -> ([SKIP][131], [SKIP][132]) ([Intel XE#1406] / [Intel XE#2893])
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf:
    - shard-lnl:          NOTRUN -> ([SKIP][133], [SKIP][134]) ([Intel XE#1406] / [Intel XE#2893] / [Intel XE#4608])
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html

  * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> ([SKIP][135], [SKIP][136]) ([Intel XE#1406] / [Intel XE#4608]) +1 other test ( 2 skip )
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1.html

  * igt@kms_psr@fbc-psr2-cursor-plane-move:
    - shard-bmg:          NOTRUN -> ([SKIP][137], [SKIP][138]) ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +3 other tests ( 2 skip )
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_psr@fbc-psr2-cursor-plane-move.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-lnl:          NOTRUN -> [SKIP][139] ([Intel XE#3414] / [Intel XE#3904])
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_rotation_crc@primary-rotation-90.html
    - shard-bmg:          NOTRUN -> ([SKIP][140], [SKIP][141]) ([Intel XE#3414] / [Intel XE#3904])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-90.html
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-lnl:          NOTRUN -> ([SKIP][142], [SKIP][143]) ([Intel XE#1127])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - shard-bmg:          NOTRUN -> ([SKIP][144], [SKIP][145]) ([Intel XE#1435])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@kms_setmode@basic-clone-single-crtc.html
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@kms_setmode@clone-exclusive-crtc:
    - shard-lnl:          NOTRUN -> ([SKIP][146], [SKIP][147]) ([Intel XE#1435])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_setmode@clone-exclusive-crtc.html
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_setmode@clone-exclusive-crtc.html

  * igt@kms_sharpness_filter@filter-tap:
    - shard-bmg:          NOTRUN -> ([SKIP][148], [SKIP][149]) ([Intel XE#6503])
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_sharpness_filter@filter-tap.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_sharpness_filter@filter-tap.html

  * igt@kms_tiled_display@basic-test-pattern-with-chamelium:
    - shard-bmg:          NOTRUN -> ([SKIP][150], [SKIP][151]) ([Intel XE#2426] / [Intel XE#2509])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-lnl:          NOTRUN -> ([SKIP][152], [SKIP][153]) ([Intel XE#330])
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_tv_load_detect@load-detect.html
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_tv_load_detect@load-detect.html
    - shard-bmg:          NOTRUN -> ([SKIP][154], [SKIP][155]) ([Intel XE#2450])
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_tv_load_detect@load-detect.html
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@cmrr:
    - shard-bmg:          NOTRUN -> [SKIP][156] ([Intel XE#2168])
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@kms_vrr@cmrr.html

  * igt@kms_vrr@cmrr@pipe-a-edp-1:
    - shard-lnl:          NOTRUN -> ([PASS][157], [FAIL][158]) ([Intel XE#4459]) +1 other test ( 1 fail, 1 pass )
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@kms_vrr@cmrr@pipe-a-edp-1.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html

  * igt@xe_eudebug@basic-client:
    - shard-lnl:          NOTRUN -> ([SKIP][159], [SKIP][160]) ([Intel XE#4837]) +2 other tests ( 2 skip )
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_eudebug@basic-client.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_eudebug@basic-client.html

  * igt@xe_eudebug@basic-read-event:
    - shard-bmg:          NOTRUN -> ([SKIP][161], [SKIP][162]) ([Intel XE#4837]) +2 other tests ( 2 skip )
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_eudebug@basic-read-event.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug@basic-read-event.html

  * igt@xe_eudebug@sysfs-toggle:
    - shard-bmg:          NOTRUN -> [SKIP][163] ([Intel XE#4837])
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug@sysfs-toggle.html

  * igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable:
    - shard-lnl:          NOTRUN -> ([SKIP][164], [SKIP][165]) ([Intel XE#4837] / [Intel XE#6665])
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable.html
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_eudebug_online@interrupt-all-set-breakpoint-faultable.html

  * igt@xe_eudebug_online@set-breakpoint:
    - shard-bmg:          NOTRUN -> ([SKIP][166], [SKIP][167]) ([Intel XE#4837] / [Intel XE#6665]) +2 other tests ( 2 skip )
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_eudebug_online@set-breakpoint.html
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_eudebug_online@set-breakpoint.html

  * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram:
    - shard-lnl:          NOTRUN -> [SKIP][168] ([Intel XE#4837] / [Intel XE#6665])
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-sram.html

  * igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram:
    - shard-bmg:          NOTRUN -> [SKIP][169] ([Intel XE#4837] / [Intel XE#6665])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_eudebug_online@writes-caching-vram-bb-vram-target-sram.html

  * igt@xe_evict@evict-mixed-many-threads-small:
    - shard-bmg:          [PASS][170] -> ([PASS][171], [INCOMPLETE][172]) ([Intel XE#6321])
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-small.html
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_evict@evict-mixed-many-threads-small.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_evict@evict-mixed-many-threads-small.html

  * igt@xe_evict@evict-small-cm:
    - shard-lnl:          NOTRUN -> [SKIP][173] ([Intel XE#688])
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@xe_evict@evict-small-cm.html

  * igt@xe_evict@evict-small-multi-queue-priority-cm:
    - shard-bmg:          NOTRUN -> ([SKIP][174], [SKIP][175]) ([Intel XE#7140])
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_evict@evict-small-multi-queue-priority-cm.html
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-small-multi-queue-priority-cm.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind:
    - shard-bmg:          NOTRUN -> ([SKIP][176], [SKIP][177]) ([Intel XE#2322]) +2 other tests ( 2 skip )
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
    - shard-lnl:          NOTRUN -> ([SKIP][178], [SKIP][179]) ([Intel XE#1392]) +2 other tests ( 2 skip )
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][180] ([Intel XE#1392]) +1 other test skip
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html

  * igt@xe_exec_basic@multigpu-once-null-defer-mmap:
    - shard-bmg:          NOTRUN -> [SKIP][181] ([Intel XE#2322])
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_exec_basic@multigpu-once-null-defer-mmap.html

  * igt@xe_exec_fault_mode@many-multi-queue-rebind-imm:
    - shard-bmg:          NOTRUN -> [SKIP][182] ([Intel XE#7136])
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_exec_fault_mode@many-multi-queue-rebind-imm.html

  * igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault:
    - shard-lnl:          NOTRUN -> [SKIP][183] ([Intel XE#7136]) +1 other test skip
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
    - shard-bmg:          NOTRUN -> ([SKIP][184], [SKIP][185]) ([Intel XE#7136]) +3 other tests ( 2 skip )
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_exec_fault_mode@twice-multi-queue-invalid-fault.html

  * igt@xe_exec_fault_mode@twice-multi-queue-prefetch:
    - shard-lnl:          NOTRUN -> ([SKIP][186], [SKIP][187]) ([Intel XE#7136]) +4 other tests ( 2 skip )
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_fault_mode@twice-multi-queue-prefetch.html
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@xe_exec_fault_mode@twice-multi-queue-prefetch.html

  * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][188] ([Intel XE#6874])
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr.html

  * igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate:
    - shard-lnl:          NOTRUN -> ([SKIP][189], [SKIP][190]) ([Intel XE#6874]) +7 other tests ( 2 skip )
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_exec_multi_queue@many-queues-preempt-mode-fault-userptr-invalidate.html

  * igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem:
    - shard-bmg:          NOTRUN -> ([SKIP][191], [SKIP][192]) ([Intel XE#6874]) +10 other tests ( 2 skip )
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html
    - shard-lnl:          NOTRUN -> [SKIP][193] ([Intel XE#6874])
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_multi_queue@max-queues-preempt-mode-basic-smem.html

  * igt@xe_exec_system_allocator@many-64k-mmap-free-huge:
    - shard-lnl:          NOTRUN -> [SKIP][194] ([Intel XE#5007])
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-64k-mmap-free-huge.html

  * igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][195] ([Intel XE#5007])
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html
    - shard-lnl:          NOTRUN -> ([SKIP][196], [SKIP][197]) ([Intel XE#5007])
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_system_allocator@many-64k-mmap-new-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset:
    - shard-lnl:          NOTRUN -> [SKIP][198] ([Intel XE#4943])
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_exec_system_allocator@many-large-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-stride-new-prefetch:
    - shard-bmg:          NOTRUN -> ([INCOMPLETE][199], [INCOMPLETE][200]) ([Intel XE#7098])
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_system_allocator@many-stride-new-prefetch.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_exec_system_allocator@many-stride-new-prefetch.html

  * igt@xe_exec_system_allocator@process-many-stride-mmap-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][201] ([Intel XE#4943]) +1 other test skip
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_system_allocator@process-many-stride-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-huge-nomemset:
    - shard-lnl:          NOTRUN -> ([SKIP][202], [SKIP][203]) ([Intel XE#4943]) +7 other tests ( 2 skip )
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-huge-nomemset.html
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_system_allocator@threads-many-large-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge:
    - shard-bmg:          NOTRUN -> ([SKIP][204], [SKIP][205]) ([Intel XE#4943]) +8 other tests ( 2 skip )
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge.html
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_exec_system_allocator@threads-many-stride-mmap-new-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset:
    - shard-lnl:          [PASS][206] -> ([DMESG-WARN][207], [DMESG-WARN][208]) ([Intel XE#7063]) +2 other tests ( 2 dmesg-warn )
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-race-nomemset.html

  * igt@xe_exec_threads@threads-multi-queue-basic:
    - shard-lnl:          NOTRUN -> [SKIP][209] ([Intel XE#7138])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_exec_threads@threads-multi-queue-basic.html

  * igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind:
    - shard-bmg:          NOTRUN -> ([SKIP][210], [SKIP][211]) ([Intel XE#7138]) +3 other tests ( 2 skip )
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_exec_threads@threads-multi-queue-cm-fd-rebind.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate:
    - shard-lnl:          NOTRUN -> ([SKIP][212], [SKIP][213]) ([Intel XE#7138]) +4 other tests ( 2 skip )
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr-invalidate.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          NOTRUN -> ([ABORT][214], [ABORT][215]) ([Intel XE#5466])
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
    - shard-bmg:          NOTRUN -> ([SKIP][216], [SKIP][217]) ([Intel XE#6964]) +2 other tests ( 2 skip )
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html

  * igt@xe_multigpu_svm@mgpu-migration-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][218] ([Intel XE#6964])
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_multigpu_svm@mgpu-migration-prefetch.html

  * igt@xe_pm@d3cold-mocs:
    - shard-bmg:          NOTRUN -> ([SKIP][219], [SKIP][220]) ([Intel XE#2284])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_pm@d3cold-mocs.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_pm@d3cold-mocs.html

  * igt@xe_pm@d3hot-i2c:
    - shard-bmg:          NOTRUN -> ([SKIP][221], [SKIP][222]) ([Intel XE#5742])
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@xe_pm@d3hot-i2c.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_pm@d3hot-i2c.html

  * igt@xe_pm@s3-mocs:
    - shard-lnl:          NOTRUN -> ([SKIP][223], [SKIP][224]) ([Intel XE#584])
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@xe_pm@s3-mocs.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@xe_pm@s3-mocs.html

  * igt@xe_pxp@pxp-stale-bo-exec-post-rpm:
    - shard-bmg:          NOTRUN -> ([SKIP][225], [SKIP][226]) ([Intel XE#4733])
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_pxp@pxp-stale-bo-exec-post-rpm.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          NOTRUN -> ([SKIP][227], [SKIP][228]) ([Intel XE#944])
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_query@multigpu-query-topology.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_query@multigpu-query-topology.html

  * igt@xe_sriov_flr@flr-vfs-parallel:
    - shard-bmg:          [PASS][229] -> ([FAIL][230], [FAIL][231]) ([Intel XE#6569])
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-9/igt@xe_sriov_flr@flr-vfs-parallel.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-3/igt@xe_sriov_flr@flr-vfs-parallel.html
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@xe_sriov_flr@flr-vfs-parallel.html

  * igt@xe_sriov_vram@vf-access-after-resize-up:
    - shard-lnl:          NOTRUN -> [SKIP][232] ([Intel XE#6376])
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@xe_sriov_vram@vf-access-after-resize-up.html

  
#### Possible fixes ####

  * igt@intel_hwmon@hwmon-write:
    - shard-bmg:          [FAIL][233] ([Intel XE#4665]) -> ([PASS][234], [PASS][235])
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@intel_hwmon@hwmon-write.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@intel_hwmon@hwmon-write.html
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@intel_hwmon@hwmon-write.html

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
    - shard-lnl:          [FAIL][236] ([Intel XE#5993]) -> ([PASS][237], [PASS][238]) +3 other tests ( 2 pass )
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html

  * igt@kms_color@ctm-0-50:
    - shard-bmg:          [ABORT][239] ([Intel XE#5545]) -> ([PASS][240], [PASS][241]) +1 other test ( 2 pass )
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-2/igt@kms_color@ctm-0-50.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-2/igt@kms_color@ctm-0-50.html
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@kms_color@ctm-0-50.html

  * igt@kms_flip@flip-vs-expired-vblank@b-edp1:
    - shard-lnl:          [FAIL][242] ([Intel XE#301]) -> ([PASS][243], [PASS][244])
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@b-edp1.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
    - shard-lnl:          [DMESG-WARN][245] ([Intel XE#7063]) -> ([PASS][246], [PASS][247]) +2 other tests ( 2 pass )
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html

  * igt@kms_pm_dc@dc5-dpms:
    - shard-lnl:          [FAIL][248] ([Intel XE#718]) -> [PASS][249]
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_pm_dc@dc5-dpms.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [FAIL][250] ([Intel XE#718]) -> ([PASS][251], [PASS][252])
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_pm_dc@dc6-psr.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter:
    - shard-lnl:          [DMESG-WARN][253] ([Intel XE#4537]) -> ([PASS][254], [PASS][255]) +1 other test ( 2 pass )
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-3/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-8/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@kms_sharpness_filter@invalid-plane-with-filter@pipe-a-edp-1-invalid-plane-with-filter.html

  * igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
    - shard-lnl:          [FAIL][256] ([Intel XE#2142]) -> ([PASS][257], [PASS][258]) +1 other test ( 2 pass )
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-7/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][259] ([Intel XE#6321]) -> ([PASS][260], [PASS][261])
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-10/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_exec_system_allocator@threads-many-execqueues-new:
    - shard-bmg:          [ABORT][262] -> ([PASS][263], [PASS][264])
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-3/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-8/igt@xe_exec_system_allocator@threads-many-execqueues-new.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-7/igt@xe_exec_system_allocator@threads-many-execqueues-new.html

  * igt@xe_pm@s2idle-d3hot-basic-exec:
    - shard-lnl:          [ABORT][265] -> ([PASS][266], [PASS][267])
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@xe_pm@s2idle-d3hot-basic-exec.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_pm@s2idle-d3hot-basic-exec.html
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_pm@s2idle-d3hot-basic-exec.html

  
#### Warnings ####

  * igt@kms_flip@flip-vs-expired-vblank:
    - shard-lnl:          [FAIL][268] ([Intel XE#301]) -> ([FAIL][269], [PASS][270]) ([Intel XE#301] / [Intel XE#3149])
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-2/igt@kms_flip@flip-vs-expired-vblank.html
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          [SKIP][271] ([Intel XE#3374] / [Intel XE#3544]) -> ([SKIP][272], [SKIP][273]) ([Intel XE#3544])
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-7/igt@kms_hdr@brightness-with-hdr.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-9/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][274] ([Intel XE#2426]) -> ([SKIP][275], [FAIL][276]) ([Intel XE#1729] / [Intel XE#2426])
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html

  * igt@xe_exec_reset@gt-reset-stress:
    - shard-lnl:          [DMESG-WARN][277] ([Intel XE#7023]) -> ([DMESG-WARN][278], [PASS][279]) ([Intel XE#7023])
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8716/shard-lnl-4/igt@xe_exec_reset@gt-reset-stress.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-1/igt@xe_exec_reset@gt-reset-stress.html
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/shard-lnl-2/igt@xe_exec_reset@gt-reset-stress.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1468
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
  [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
  [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
  [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
  [Intel XE#4298]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4298
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
  [Intel XE#4459]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4459
  [Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
  [Intel XE#5299]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5299
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5742]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5742
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
  [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6376
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6569
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7023]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7023
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7063]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7063
  [Intel XE#7084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7084
  [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


Build changes
-------------

  * IGT: IGT_8716 -> IGTPW_14416
  * Linux: xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145 -> xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b

  IGTPW_14416: 14416
  IGT_8716: 8716
  xe-4442-ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145: ab42b1c3fe4ce1ae5534c51b880d3a97e6bba145
  xe-4447-6d7af7c5b6b121d5595b64be7dfcbf33be53287b: 6d7af7c5b6b121d5595b64be7dfcbf33be53287b

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_14416/index.html

[-- Attachment #2: Type: text/html, Size: 73773 bytes --]

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

* RE: [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix
  2026-01-23 11:35 ` [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix Piotr Rudnicki
@ 2026-01-27 13:42   ` Piatkowski, Dominik Karol
  2026-01-28 10:09     ` Rudnicki, Piotr
  0 siblings, 1 reply; 10+ messages in thread
From: Piatkowski, Dominik Karol @ 2026-01-27 13:42 UTC (permalink / raw)
  To: Rudnicki, Piotr, igt-dev@lists.freedesktop.org; +Cc: Rudnicki, Piotr

Hi Piotr,

> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Piotr
> Rudnicki
> Sent: Friday, January 23, 2026 12:35 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Rudnicki, Piotr <piotr.rudnicki@intel.com>
> Subject: [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online:
> test_interrupt_other wait fix
> 
> The test was incorrectly waiting for debugee completion when the first
> client should complete due to the reset. Fix the test to wait for the
> correct client after reset and properly cleanup the debugee.
> 
> Add pipe validation in pipe_signal() to prevent writes to closed pipes
> after SIGKILL. Update pipe_close() to set descriptors to -1 after closing
> to ensure the guard condition works correctly.

This commit does a lot of stuff. I'd split it into library and test parts.

> 
> Verify waitpid() return value to ensure the process was successfully
> reaped before marking as done. Verify second workload started before
> cleanup and skip session validation as SIGKILL causes incomplete event log.
> 
> Signed-off-by: Piotr Rudnicki <piotr.rudnicki@intel.com>
> ---
>  lib/xe/xe_eudebug.c             | 16 ++++++++-----
>  tests/intel/xe_eudebug_online.c | 40 +++++++++++++++++++++++++++-----
> -
>  2 files changed, 44 insertions(+), 12 deletions(-)
> 
> diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
> index 2abee7ba2..9f981d226 100644
> --- a/lib/xe/xe_eudebug.c
> +++ b/lib/xe/xe_eudebug.c
> @@ -304,16 +304,22 @@ static int safe_pipe_read(int pipe[2], void *buf, int
> nbytes, int timeout_ms)
> 
>  static void pipe_signal(int pipe[2], uint64_t token)
>  {
> -	igt_assert(write(pipe[1], &token, sizeof(token)) == sizeof(token));
> +	/* Skip signaling if pipe is closed (e.g., after SIGKILL) */

Are you sure that closing the pipe, especially with SIGKILL, changes the pipe value to negative?

> +	if (pipe[1] >= 0)
> +		igt_assert(write(pipe[1], &token, sizeof(token)) ==
> sizeof(token));
>  }
> 
>  static void pipe_close(int pipe[2])
>  {
> -	if (pipe[0] != -1)
> -		close(pipe[0]);
> +	if (pipe[0] >= 0) {
> +		igt_assert_eq(close(pipe[0]), 0);
> +		pipe[0] = -1;
> +	}
> 
> -	if (pipe[1] != -1)
> -		close(pipe[1]);
> +	if (pipe[1] >= 0) {
> +		igt_assert_eq(close(pipe[1]), 0);
> +		pipe[1] = -1;
> +	}
>  }
> 
>  #define DEAD_CLIENT 0xccccdead
> diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c
> index ff6c5ff19..1093df133 100644
> --- a/tests/intel/xe_eudebug_online.c
> +++ b/tests/intel/xe_eudebug_online.c
> @@ -21,6 +21,7 @@
>  #include "intel_pat.h"
>  #include "intel_mocs.h"
>  #include "gpgpu_shader.h"
> +#include <sys/wait.h>
> 
>  #define SHADER_NOP			(0 << 0)
>  #define SHADER_BREAKPOINT		(1 << 0)
> @@ -2014,7 +2015,7 @@ static void test_interrupt_other(int fd, struct
> drm_xe_engine_class_instance *hw
>  	xe_eudebug_debugger_start_worker(s->debugger);
>  	xe_eudebug_client_start(s->client);
> 
> -	/* wait for workload to start */
> +	/* wait for the first client workload to start */
>  	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
>  		if (READ_ONCE(data->vm_fd) == -1 || READ_ONCE(data-
> >target_size) == 0)
>  			continue;
> @@ -2034,6 +2035,7 @@ static void test_interrupt_other(int fd, struct
> drm_xe_engine_class_instance *hw
>  	igt_assert_eq(xe_eudebug_debugger_attach(s->debugger, debugee),
> 0);
>  	xe_eudebug_client_start(debugee);
> 
> +	/* wait for the second client */
>  	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
>  		if (READ_ONCE(debugee_data->vm_fd) == -1 ||
> READ_ONCE(debugee_data->target_size) == 0)
>  			continue;
> @@ -2044,8 +2046,8 @@ static void test_interrupt_other(int fd, struct
> drm_xe_engine_class_instance *hw
>  	igt_assert(debugee_data->exec_queue_handle != -1);
> 
>  	/*
> -	 * Interrupting the other client should return invalid state
> -	 * as it is running in runalone mode
> +	 * Interrupting the first client (currently running)
> +	 * should return invalid state as it is running in runalone mode
>  	 */
>  	igt_assert_eq(__eu_ctl(s->debugger->fd, debugee_data-
> >client_handle,
>  		      debugee_data->exec_queue_handle, debugee_data-
> >lrc_handle, NULL, 0,
> @@ -2054,15 +2056,39 @@ static void test_interrupt_other(int fd, struct
> drm_xe_engine_class_instance *hw
> 
>  	xe_force_gt_reset_async(s->debugger->master_fd, debugee_data-
> >hwe.gt_id);
> 
> -	xe_eudebug_client_wait_done(debugee);
> +	/* First client should complete because of the reset */
> +	xe_eudebug_client_wait_done(s->client);
> +
> +	/* Check if second workload was started and is running */

Why not use the wait_for_workload_start?

> +	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
> +		if (READ_ONCE(debugee_data->vm_fd) == -1 ||
> +		    READ_ONCE(debugee_data->target_size) == 0)
> +			continue;
> +
> +		if (pread(debugee_data->vm_fd, &val, sizeof(val),
> +			  debugee_data->target_offset) == sizeof(val))
> +			if (val != 0)
> +				break;
> +	}
> +	igt_assert_f(val != 0, "Debugee workload execution is not yet
> started\n");
> +
> +	/* Terminate debugee and mark it as cleaned up */
> +	igt_assert_eq(kill(debugee->pid, 0), 0);
> +	igt_assert_eq(debugee->done, 0);

What are these two asserts doing for the test case?

Thanks,
Dominik Karol

> +	kill(debugee->pid, SIGKILL);
> +	igt_assert_eq(waitpid(debugee->pid, NULL, 0), debugee->pid);
> +	debugee->done = 1;
> +	debugee->pid = 0;
> +
>  	xe_eudebug_debugger_stop_worker(s->debugger);
> 
>  	xe_eudebug_event_log_print(s->debugger->log, true);
>  	xe_eudebug_event_log_print(debugee->log, true);
> 
> -	xe_eudebug_session_check(s, true,
> XE_EUDEBUG_FILTER_EVENT_VM_BIND |
> -				 XE_EUDEBUG_FILTER_EVENT_VM_BIND_OP
> |
> -
> XE_EUDEBUG_FILTER_EVENT_VM_BIND_UFENCE);
> +	/*
> +	 * Skip xe_eudebug_session_check() because we forcibly killed the
> debugee
> +	 * with SIGKILL, so its event log is incomplete and validation would fail.
> +	 */
> 
>  	xe_eudebug_client_destroy(debugee);
>  	xe_eudebug_session_destroy(s);
> --
> 2.43.0


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

* Re: [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix
  2026-01-27 13:42   ` Piatkowski, Dominik Karol
@ 2026-01-28 10:09     ` Rudnicki, Piotr
  0 siblings, 0 replies; 10+ messages in thread
From: Rudnicki, Piotr @ 2026-01-28 10:09 UTC (permalink / raw)
  To: Piatkowski, Dominik Karol, igt-dev@lists.freedesktop.org; +Cc: piotr.rudnicki

Hi Dominik,

On 1/27/2026 2:42 PM, Piatkowski, Dominik Karol wrote:
> Hi Piotr,
> 
>> -----Original Message-----
>> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Piotr
>> Rudnicki
>> Sent: Friday, January 23, 2026 12:35 PM
>> To: igt-dev@lists.freedesktop.org
>> Cc: Rudnicki, Piotr <piotr.rudnicki@intel.com>
>> Subject: [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online:
>> test_interrupt_other wait fix
>>
>> The test was incorrectly waiting for debugee completion when the first
>> client should complete due to the reset. Fix the test to wait for the
>> correct client after reset and properly cleanup the debugee.
>>
>> Add pipe validation in pipe_signal() to prevent writes to closed pipes
>> after SIGKILL. Update pipe_close() to set descriptors to -1 after closing
>> to ensure the guard condition works correctly.
> 
> This commit does a lot of stuff. I'd split it into library and test parts.
> 

Good point. I'll split this into two commits.
Will send v2 with the split.

>>
>> Verify waitpid() return value to ensure the process was successfully
>> reaped before marking as done. Verify second workload started before
>> cleanup and skip session validation as SIGKILL causes incomplete event log.
>>
>> Signed-off-by: Piotr Rudnicki <piotr.rudnicki@intel.com>
>> ---
>>   lib/xe/xe_eudebug.c             | 16 ++++++++-----
>>   tests/intel/xe_eudebug_online.c | 40 +++++++++++++++++++++++++++-----
>> -
>>   2 files changed, 44 insertions(+), 12 deletions(-)
>>
>> diff --git a/lib/xe/xe_eudebug.c b/lib/xe/xe_eudebug.c
>> index 2abee7ba2..9f981d226 100644
>> --- a/lib/xe/xe_eudebug.c
>> +++ b/lib/xe/xe_eudebug.c
>> @@ -304,16 +304,22 @@ static int safe_pipe_read(int pipe[2], void *buf, int
>> nbytes, int timeout_ms)
>>
>>   static void pipe_signal(int pipe[2], uint64_t token)
>>   {
>> -	igt_assert(write(pipe[1], &token, sizeof(token)) == sizeof(token));
>> +	/* Skip signaling if pipe is closed (e.g., after SIGKILL) */
> 
> Are you sure that closing the pipe, especially with SIGKILL, changes the pipe value to negative?
> 

You're right.

SIGKILL terminates the child process and the OS closes its file 
descriptors, but the parent process's pipe array values remain unchanged.
The pipe[1] >= 0 check protects against pipes explicitly closed by 
pipe_close() (which sets them to -1), not pipes closed due to SIGKILL.

I will update the comment.

>> +	if (pipe[1] >= 0)
>> +		igt_assert(write(pipe[1], &token, sizeof(token)) ==
>> sizeof(token));
>>   }
>>
>>   static void pipe_close(int pipe[2])
>>   {
>> -	if (pipe[0] != -1)
>> -		close(pipe[0]);
>> +	if (pipe[0] >= 0) {
>> +		igt_assert_eq(close(pipe[0]), 0);
>> +		pipe[0] = -1;
>> +	}
>>
>> -	if (pipe[1] != -1)
>> -		close(pipe[1]);
>> +	if (pipe[1] >= 0) {
>> +		igt_assert_eq(close(pipe[1]), 0);
>> +		pipe[1] = -1;
>> +	}
>>   }
>>
>>   #define DEAD_CLIENT 0xccccdead
>> diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c
>> index ff6c5ff19..1093df133 100644
>> --- a/tests/intel/xe_eudebug_online.c
>> +++ b/tests/intel/xe_eudebug_online.c
>> @@ -21,6 +21,7 @@
>>   #include "intel_pat.h"
>>   #include "intel_mocs.h"
>>   #include "gpgpu_shader.h"
>> +#include <sys/wait.h>
>>
>>   #define SHADER_NOP			(0 << 0)
>>   #define SHADER_BREAKPOINT		(1 << 0)
>> @@ -2014,7 +2015,7 @@ static void test_interrupt_other(int fd, struct
>> drm_xe_engine_class_instance *hw
>>   	xe_eudebug_debugger_start_worker(s->debugger);
>>   	xe_eudebug_client_start(s->client);
>>
>> -	/* wait for workload to start */
>> +	/* wait for the first client workload to start */
>>   	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
>>   		if (READ_ONCE(data->vm_fd) == -1 || READ_ONCE(data-
>>> target_size) == 0)
>>   			continue;
>> @@ -2034,6 +2035,7 @@ static void test_interrupt_other(int fd, struct
>> drm_xe_engine_class_instance *hw
>>   	igt_assert_eq(xe_eudebug_debugger_attach(s->debugger, debugee),
>> 0);
>>   	xe_eudebug_client_start(debugee);
>>
>> +	/* wait for the second client */
>>   	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
>>   		if (READ_ONCE(debugee_data->vm_fd) == -1 ||
>> READ_ONCE(debugee_data->target_size) == 0)
>>   			continue;
>> @@ -2044,8 +2046,8 @@ static void test_interrupt_other(int fd, struct
>> drm_xe_engine_class_instance *hw
>>   	igt_assert(debugee_data->exec_queue_handle != -1);
>>
>>   	/*
>> -	 * Interrupting the other client should return invalid state
>> -	 * as it is running in runalone mode
>> +	 * Interrupting the first client (currently running)
>> +	 * should return invalid state as it is running in runalone mode
>>   	 */
>>   	igt_assert_eq(__eu_ctl(s->debugger->fd, debugee_data-
>>> client_handle,
>>   		      debugee_data->exec_queue_handle, debugee_data-
>>> lrc_handle, NULL, 0,
>> @@ -2054,15 +2056,39 @@ static void test_interrupt_other(int fd, struct
>> drm_xe_engine_class_instance *hw
>>
>>   	xe_force_gt_reset_async(s->debugger->master_fd, debugee_data-
>>> hwe.gt_id);
>>
>> -	xe_eudebug_client_wait_done(debugee);
>> +	/* First client should complete because of the reset */
>> +	xe_eudebug_client_wait_done(s->client);
>> +
>> +	/* Check if second workload was started and is running */
> 
> Why not use the wait_for_workload_start?
> 
>> +	igt_for_milliseconds(STARTUP_TIMEOUT_MS) {
>> +		if (READ_ONCE(debugee_data->vm_fd) == -1 ||
>> +		    READ_ONCE(debugee_data->target_size) == 0)
>> +			continue;
>> +
>> +		if (pread(debugee_data->vm_fd, &val, sizeof(val),
>> +			  debugee_data->target_offset) == sizeof(val))
>> +			if (val != 0)
>> +				break;
>> +	}
>> +	igt_assert_f(val != 0, "Debugee workload execution is not yet
>> started\n");
>> +
>> +	/* Terminate debugee and mark it as cleaned up */
>> +	igt_assert_eq(kill(debugee->pid, 0), 0);
>> +	igt_assert_eq(debugee->done, 0);
> 
> What are these two asserts doing for the test case?
> 

These are sanity checks before terminating the debugee:
  igt_assert_eq(kill(debugee->pid, 0), 0)
  -> Verifies the process is still alive (signal 0 checks existence 
without killing)
  igt_assert_eq(debugee->done, 0)
  -> Verifies the debugee hasn't already been cleaned up

Both ensure we're in the expected state before SIGKILL.

They could be removed if you consider them redundant - the SIGKILL and 
waitpid would fail anyway if the process is already gone.

> Thanks,
> Dominik Karol
> 
>> +	kill(debugee->pid, SIGKILL);
>> +	igt_assert_eq(waitpid(debugee->pid, NULL, 0), debugee->pid);
>> +	debugee->done = 1;
>> +	debugee->pid = 0;
>> +
>>   	xe_eudebug_debugger_stop_worker(s->debugger);
>>
>>   	xe_eudebug_event_log_print(s->debugger->log, true);
>>   	xe_eudebug_event_log_print(debugee->log, true);
>>
>> -	xe_eudebug_session_check(s, true,
>> XE_EUDEBUG_FILTER_EVENT_VM_BIND |
>> -				 XE_EUDEBUG_FILTER_EVENT_VM_BIND_OP
>> |
>> -
>> XE_EUDEBUG_FILTER_EVENT_VM_BIND_UFENCE);
>> +	/*
>> +	 * Skip xe_eudebug_session_check() because we forcibly killed the
>> debugee
>> +	 * with SIGKILL, so its event log is incomplete and validation would fail.
>> +	 */
>>
>>   	xe_eudebug_client_destroy(debugee);
>>   	xe_eudebug_session_destroy(s);
>> --
>> 2.43.0
> 


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

end of thread, other threads:[~2026-01-28 10:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-23 11:35 [PATCH i-g-t 0/1] xe_eudebug_online: Fix test_interrupt_other wait logic Piotr Rudnicki
2026-01-23 11:35 ` [PATCH i-g-t 1/1] tests/intel/xe_eudebug_online: test_interrupt_other wait fix Piotr Rudnicki
2026-01-27 13:42   ` Piatkowski, Dominik Karol
2026-01-28 10:09     ` Rudnicki, Piotr
2026-01-26  6:13 ` ✓ Xe.CI.BAT: success for xe_eudebug_online: Fix test_interrupt_other wait logic (rev2) Patchwork
2026-01-26  6:27 ` ✗ i915.CI.BAT: failure " Patchwork
2026-01-26  7:19 ` ✗ Xe.CI.Full: " Patchwork
2026-01-26 10:14   ` Rudnicki, Piotr
2026-01-26 10:56 ` ✗ Xe.CI.BAT: " Patchwork
2026-01-26 12:06 ` ✗ Xe.CI.Full: " Patchwork

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