* [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure
@ 2024-08-05 6:47 Pranay Samala
2024-08-05 8:24 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Pranay Samala @ 2024-08-05 6:47 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, bhanuprakash.modem, sameer.lattannavar,
pranay.samala
Having some logs for test failures and skips would
make debugging much easier.
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/kms_3d.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/tests/kms_3d.c b/tests/kms_3d.c
index ad6c45e9b..f79fa62da 100644
--- a/tests/kms_3d.c
+++ b/tests/kms_3d.c
@@ -53,9 +53,10 @@ igt_simple_main
drm_fd = drm_open_driver_master(DRIVER_ANY);
res = drmModeGetResources(drm_fd);
- igt_require(res);
+ igt_require_f(res, "Failed to get list of a DRM device's major resources\n");
- igt_assert(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, 1) >= 0);
+ igt_assert_f(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, 1) >= 0,
+ "Failed to enable STEREO_3D capability\n");
/* find an hdmi connector */
for (int i = 0; i < res->count_connectors; i++) {
@@ -65,7 +66,7 @@ igt_simple_main
drmModeFreeConnector(connector);
connector = NULL;
}
- igt_require(connector);
+ igt_require_f(connector, "Unable to get HDMI Connector\n");
kmstest_unset_all_crtcs(drm_fd, res);
@@ -85,7 +86,7 @@ igt_simple_main
mode_count++;
}
- igt_assert(mode_count);
+ igt_assert_f(mode_count, "3D modes not detected\n");
/* set 3D modes */
igt_info("Testing:\n");
@@ -95,8 +96,10 @@ igt_simple_main
int crtc_mask = -1;
int ret;
- if (!(connector->modes[i].flags & DRM_MODE_FLAG_3D_MASK))
+ if (!(connector->modes[i].flags & DRM_MODE_FLAG_3D_MASK)) {
+ igt_info("%i: Doesn't support 3D MASK\n", res->connectors[i]);
continue;
+ }
/* create a configuration */
ret = kmstest_get_connector_config(drm_fd, connector_id,
@@ -120,7 +123,7 @@ igt_simple_main
&connector->connector_id, 1,
&connector->modes[i]);
- igt_assert(ret == 0);
+ igt_assert_f(ret == 0, "Unable to set CRTC\n");
}
kmstest_force_connector(drm_fd, connector, FORCE_CONNECTOR_UNSPECIFIED);
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ CI.xeBAT: success for tests/kms_3d: Add more logs to skips/failure 2024-08-05 6:47 [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure Pranay Samala @ 2024-08-05 8:24 ` Patchwork 2024-08-05 8:31 ` ✗ Fi.CI.BAT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-08-05 8:24 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5728 bytes --] == Series Details == Series: tests/kms_3d: Add more logs to skips/failure URL : https://patchwork.freedesktop.org/series/136876/ State : success == Summary == CI Bug Log - changes from XEIGT_7955_BAT -> XEIGTPW_11528_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11528_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_evict@evict-small-cm: - bat-adlp-7: NOTRUN -> [SKIP][1] ([Intel XE#261] / [Intel XE#688]) +15 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@xe_evict@evict-small-cm.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate: - bat-dg2-oem2: NOTRUN -> [SKIP][2] ([Intel XE#288]) +32 other tests skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-dg2-oem2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-imm: - bat-atsm-2: NOTRUN -> [SKIP][3] ([Intel XE#288]) +32 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch: - bat-adlp-7: NOTRUN -> [SKIP][4] ([Intel XE#288]) +32 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html * igt@xe_live_ktest@xe_bo: - bat-adlp-7: NOTRUN -> [SKIP][5] ([Intel XE#455]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - bat-adlp-7: NOTRUN -> [SKIP][6] ([Intel XE#2229] / [Intel XE#455]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit: - bat-adlp-7: NOTRUN -> [SKIP][7] ([Intel XE#2229]) +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html - bat-bmg-1: NOTRUN -> [SKIP][8] ([Intel XE#2229]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-bmg-1/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-dg2-oem2: NOTRUN -> [SKIP][9] ([Intel XE#2229]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html - bat-atsm-2: NOTRUN -> [SKIP][10] ([Intel XE#2229]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-atsm-2/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html #### Possible fixes #### * igt@core_hotunplug@unbind-rebind: - bat-bmg-1: [ABORT][11] ([Intel XE#2418]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-bmg-1/igt@core_hotunplug@unbind-rebind.html - bat-adlp-7: [ABORT][13] ([Intel XE#2418]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html - {bat-lnl-2}: [ABORT][15] ([Intel XE#2418]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/bat-lnl-2/igt@core_hotunplug@unbind-rebind.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-lnl-2/igt@core_hotunplug@unbind-rebind.html - bat-dg2-oem2: [ABORT][17] ([Intel XE#2418]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html - bat-atsm-2: [ABORT][19] ([Intel XE#2418]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2418 [Intel XE#261]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/261 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 Build changes ------------- * IGT: IGT_7955 -> IGTPW_11528 * Linux: xe-1711-0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 -> xe-1712-6e85fd5878afb9b75d6adde7d7ff97ed85502efb IGTPW_11528: 11528 IGT_7955: e12a8eebdc4bc7e073f2bfad88dc627006ac5771 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1711-0b8d955bfdcf0864a764a125ab13bc0fd81f3b71: 0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 xe-1712-6e85fd5878afb9b75d6adde7d7ff97ed85502efb: 6e85fd5878afb9b75d6adde7d7ff97ed85502efb == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/index.html [-- Attachment #2: Type: text/html, Size: 7317 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/kms_3d: Add more logs to skips/failure 2024-08-05 6:47 [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure Pranay Samala 2024-08-05 8:24 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-08-05 8:31 ` Patchwork 2024-08-05 10:20 ` ✗ CI.xeFULL: " Patchwork 2024-08-20 4:54 ` [PATCH i-g-t] " B, Jeevan 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-08-05 8:31 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7706 bytes --] == Series Details == Series: tests/kms_3d: Add more logs to skips/failure URL : https://patchwork.freedesktop.org/series/136876/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15177 -> IGTPW_11528 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11528 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11528, 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_11528/index.html Participating hosts (39 -> 37) ------------------------------ Additional (1): bat-dg2-11 Missing (3): fi-cfl-8109u fi-snb-2520m fi-kbl-8809g Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11528: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@active: - fi-glk-j4005: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15177/fi-glk-j4005/igt@i915_selftest@live@active.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/fi-glk-j4005/igt@i915_selftest@live@active.html Known issues ------------ Here are the changes found in IGTPW_11528 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_mmap@basic: - bat-dg2-11: NOTRUN -> [SKIP][3] ([i915#4083]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@gem_mmap@basic.html * igt@gem_tiled_fence_blits@basic: - bat-dg2-11: NOTRUN -> [SKIP][4] ([i915#4077]) +2 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-11: NOTRUN -> [SKIP][5] ([i915#4079]) +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-11: NOTRUN -> [SKIP][6] ([i915#6621]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - bat-dg2-11: NOTRUN -> [SKIP][7] ([i915#4212]) +7 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-11: NOTRUN -> [SKIP][8] ([i915#5190]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#4215] / [i915#5190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - bat-dg2-11: NOTRUN -> [SKIP][10] ([i915#4103] / [i915#4213]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_dsc@dsc-basic: - bat-dg2-11: NOTRUN -> [SKIP][11] ([i915#3555] / [i915#3840]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-11: NOTRUN -> [SKIP][12] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-11: NOTRUN -> [SKIP][13] ([i915#5274]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-11: NOTRUN -> [SKIP][14] ([i915#5354]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-dg2-11: NOTRUN -> [SKIP][15] ([i915#1072] / [i915#9732]) +3 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-11: NOTRUN -> [SKIP][16] ([i915#3555]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-11: NOTRUN -> [SKIP][17] ([i915#3708]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-11: NOTRUN -> [SKIP][18] ([i915#3708] / [i915#4077]) +1 other test skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-read: - bat-dg2-11: NOTRUN -> [SKIP][19] ([i915#3291] / [i915#3708]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-dg2-11/igt@prime_vgem@basic-read.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - bat-arls-1: [DMESG-WARN][20] ([i915#11349] / [i915#11378]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15177/bat-arls-1/igt@i915_selftest@live@hangcheck.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/bat-arls-1/igt@i915_selftest@live@hangcheck.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7955 -> IGTPW_11528 CI-20190529: 20190529 CI_DRM_15177: 6e85fd5878afb9b75d6adde7d7ff97ed85502efb @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11528: 11528 IGT_7955: e12a8eebdc4bc7e073f2bfad88dc627006ac5771 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11528/index.html [-- Attachment #2: Type: text/html, Size: 9158 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeFULL: failure for tests/kms_3d: Add more logs to skips/failure 2024-08-05 6:47 [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure Pranay Samala 2024-08-05 8:24 ` ✓ CI.xeBAT: success for " Patchwork 2024-08-05 8:31 ` ✗ Fi.CI.BAT: failure " Patchwork @ 2024-08-05 10:20 ` Patchwork 2024-08-20 4:54 ` [PATCH i-g-t] " B, Jeevan 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-08-05 10:20 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 137635 bytes --] == Series Details == Series: tests/kms_3d: Add more logs to skips/failure URL : https://patchwork.freedesktop.org/series/136876/ State : failure == Summary == CI Bug Log - changes from XEIGT_7955_full -> XEIGTPW_11528_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11528_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11528_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 (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11528_full: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@test-cursor@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_async_flips@test-cursor@pipe-b-edp-1.html #### Warnings #### * igt@xe_pm@s2idle-basic-exec: - shard-dg2-set2: [INCOMPLETE][2] ([Intel XE#1195] / [Intel XE#1358]) -> [DMESG-WARN][3] [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@xe_pm@s2idle-basic-exec.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@xe_pm@s2idle-basic-exec.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_content_protection@atomic: - {shard-bmg}: NOTRUN -> [FAIL][4] +5 other tests fail [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-3/igt@kms_content_protection@atomic.html * igt@kms_content_protection@uevent: - {shard-bmg}: [SKIP][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@kms_content_protection@uevent.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-8/igt@kms_content_protection@uevent.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - {shard-bmg}: [PASS][7] -> [DMESG-WARN][8] +6 other tests dmesg-warn [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl: - {shard-bmg}: [SKIP][9] ([Intel XE#2231]) -> [FAIL][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html * igt@kms_plane_multiple@tiling-yf: - {shard-bmg}: [SKIP][11] ([Intel XE#2444]) -> [SKIP][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-4/igt@kms_plane_multiple@tiling-yf.html * igt@kms_pm_lpsp@kms-lpsp: - {shard-bmg}: NOTRUN -> [SKIP][13] +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-3/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - {shard-bmg}: [SKIP][14] ([Intel XE#2426]) -> [SKIP][15] [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@xe_evict@evict-beng-threads-large: - {shard-bmg}: [TIMEOUT][16] -> [INCOMPLETE][17] [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-6/igt@xe_evict@evict-beng-threads-large.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-1/igt@xe_evict@evict-beng-threads-large.html * igt@xe_evict@evict-threads-large: - {shard-bmg}: [SKIP][18] -> [TIMEOUT][19] [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-8/igt@xe_evict@evict-threads-large.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-6/igt@xe_evict@evict-threads-large.html * igt@xe_gt_freq@freq_fixed_exec: - {shard-bmg}: [PASS][20] -> [FAIL][21] [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-2/igt@xe_gt_freq@freq_fixed_exec.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-2/igt@xe_gt_freq@freq_fixed_exec.html Known issues ------------ Here are the changes found in XEIGTPW_11528_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_3d: - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1465]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_3d.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-lnl: [PASS][23] -> [FAIL][24] ([Intel XE#1426]) +1 other test fail [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#316]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1407]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-lnl: [PASS][27] -> [FAIL][28] ([Intel XE#1659]) +1 other test fail [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#1124]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1124] / [Intel XE#1201]) +3 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html - shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#1124]) +4 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_joiner@basic: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#346]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_joiner@basic.html - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#346]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_big_joiner@basic.html * igt@kms_bw@linear-tiling-2-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][34] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#367]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html * igt@kms_bw@linear-tiling-4-displays-3840x2160p: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1512]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#787]) +13 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#1252]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1201] / [Intel XE#787]) +97 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +20 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc: - shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1399]) +6 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs-cc.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#314]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#1201] / [Intel XE#314]) +3 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#1201] / [Intel XE#306]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_edid@vga-edid-read: - shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#373]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_chamelium_edid@vga-edid-read.html - shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#373]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_content_protection@atomic: - shard-dg2-set2: NOTRUN -> [FAIL][48] ([Intel XE#1178]) +2 other tests fail [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#1201] / [Intel XE#307]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_content_protection@dp-mst-type-0.html - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#307]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][51] ([Intel XE#1188]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-onscreen-256x85: - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#1424]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_cursor_crc@cursor-onscreen-256x85.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#1201] / [Intel XE#308]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1413]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#323]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#309]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1421]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1: - shard-lnl: [PASS][59] -> [FAIL][60] ([Intel XE#886]) +1 other test fail [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@c-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][61] ([Intel XE#1551]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a6.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1397]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#1401]) +6 other tests skip [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#1201] / [Intel XE#455]) +15 other tests skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#455]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#651]) +12 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-2p-rte: - shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#656]) +16 other tests skip [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-2p-rte.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#651]) +4 other tests skip [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-suspend.html - shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#651]) +8 other tests skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-suspend: - shard-lnl: [PASS][71] -> [FAIL][72] ([Intel XE#2028]) +7 other tests fail [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#1201] / [Intel XE#653]) +15 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#653]) +4 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_getfb@getfb2-accept-ccs: - shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#2340]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdr@invalid-metadata-sizes: - shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#599]) +3 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][77] ([Intel XE#616]) +3 other tests fail [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html * igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1450]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#1450] / [Intel XE#599]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#1201] / [Intel XE#356]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#356]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@plane-position-hole@pipe-b-plane-4: - shard-lnl: [PASS][82] -> [DMESG-WARN][83] ([Intel XE#324]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#1201] / [Intel XE#498]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-hdmi-a-6.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#498]) +5 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#2318]) +9 other tests skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-set2: NOTRUN -> [SKIP][88] ([Intel XE#2318] / [Intel XE#455]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2318]) +2 other tests skip [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-hdmi-a-6: - shard-dg2-set2: [PASS][92] -> [INCOMPLETE][93] ([Intel XE#1195]) +1 other test incomplete [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-hdmi-a-6.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-hdmi-a-6.html * igt@kms_pm_backlight@basic-brightness: - shard-lnl: [PASS][94] -> [SKIP][95] ([Intel XE#870]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_pm_backlight@basic-brightness.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [PASS][96] -> [FAIL][97] ([Intel XE#718]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_pm_dc@dc5-dpms.html * igt@kms_pm_dc@deep-pkgc: - shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#908]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_pm_dc@deep-pkgc.html - shard-lnl: NOTRUN -> [FAIL][99] ([Intel XE#2029]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_pm_dc@deep-pkgc.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1489]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#1122] / [Intel XE#1201]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-cursor-plane-onoff: - shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#1406]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_psr@fbc-pr-cursor-plane-onoff.html * igt@kms_psr@psr-primary-page-flip: - shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#1201] / [Intel XE#929]) +5 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_psr@psr-primary-page-flip.html * igt@kms_psr@psr2-cursor-blt: - shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#929]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr@psr2-cursor-blt.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#374]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_vblank@ts-continuation-suspend: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][106] ([Intel XE#2019]) +3 other tests dmesg-warn [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_vblank@ts-continuation-suspend.html * igt@kms_vblank@ts-continuation-suspend@pipe-c-edp-1: - shard-lnl: NOTRUN -> [FAIL][107] ([Intel XE#2028]) +3 other tests fail [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_vblank@ts-continuation-suspend@pipe-c-edp-1.html * igt@kms_vrr@flip-basic-fastset: - shard-lnl: NOTRUN -> [FAIL][108] ([Intel XE#2443]) +2 other tests fail [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@flipline: - shard-lnl: [PASS][109] -> [FAIL][110] ([Intel XE#2443]) +1 other test fail [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_vrr@flipline.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_vrr@flipline.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1499] / [Intel XE#599]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#1091] / [Intel XE#1201]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#1091]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#1091]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_copy_basic@mem-copy-linear-0xfd: - shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#1123] / [Intel XE#1201]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_copy_basic@mem-copy-linear-0xfd.html * igt@xe_create@create-big-vram: - shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1062]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@xe_create@create-big-vram.html * igt@xe_evict@evict-beng-mixed-threads-large-multi-vm: - shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#688]) +3 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@xe_evict@evict-beng-mixed-threads-large-multi-vm.html * igt@xe_evict@evict-mixed-threads-large: - shard-dg2-set2: [PASS][118] -> [TIMEOUT][119] ([Intel XE#1473] / [Intel XE#392]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_evict@evict-mixed-threads-large.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate-race: - shard-dg2-set2: [PASS][120] -> [DMESG-FAIL][121] ([Intel XE#1069]) +1 other test dmesg-fail [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate-race.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate-race.html * igt@xe_exec_basic@multigpu-once-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#1392]) +3 other tests skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#288]) +4 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#1201] / [Intel XE#288]) +12 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_threads@threads-cm-fd-userptr-rebind: - shard-dg2-set2: [PASS][125] -> [FAIL][126] ([Intel XE#1069]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@xe_exec_threads@threads-cm-fd-userptr-rebind.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_threads@threads-cm-fd-userptr-rebind.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: [PASS][127] -> [SKIP][128] ([Intel XE#1192] / [Intel XE#1201]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@xe_live_ktest@xe_migrate.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_live_ktest@xe_migrate.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#1201] / [Intel XE#2419]) +4 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_oa@invalid-create-userspace-config: - shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#2419]) +4 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@xe_oa@invalid-create-userspace-config.html * igt@xe_pm@d3cold-basic: - shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#2284] / [Intel XE#366]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@xe_pm@d3cold-basic.html - shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3hot-mmap-vram: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1948]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@xe_pm@d3hot-mmap-vram.html * igt@xe_pm@s3-mocs: - shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#584]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@xe_pm@s3-mocs.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][135] -> [FAIL][136] ([Intel XE#958]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-hwconfig: - shard-dg2-set2: NOTRUN -> [SKIP][137] ([Intel XE#1201] / [Intel XE#944]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_query@multigpu-query-hwconfig.html - shard-lnl: NOTRUN -> [SKIP][138] ([Intel XE#944]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@xe_query@multigpu-query-hwconfig.html #### Possible fixes #### * igt@core_getversion@all-cards: - shard-dg2-set2: [FAIL][139] -> [PASS][140] +1 other test pass [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@core_getversion@all-cards.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@core_getversion@all-cards.html * igt@core_hotunplug@hotrebind: - {shard-bmg}: [ABORT][141] ([Intel XE#2418]) -> [PASS][142] +2 other tests pass [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-3/igt@core_hotunplug@hotrebind.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-4/igt@core_hotunplug@hotrebind.html * igt@core_hotunplug@unbind-rebind: - shard-dg2-set2: [ABORT][143] ([Intel XE#2418]) -> [PASS][144] +3 other tests pass [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@core_hotunplug@unbind-rebind.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@core_hotunplug@unbind-rebind.html - shard-lnl: [ABORT][145] ([Intel XE#2418]) -> [PASS][146] +3 other tests pass [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-4/igt@core_hotunplug@unbind-rebind.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@core_hotunplug@unbind-rebind.html * igt@fbdev@read: - shard-dg2-set2: [SKIP][147] ([Intel XE#1201] / [Intel XE#2134]) -> [PASS][148] [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@fbdev@read.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@fbdev@read.html - shard-lnl: [SKIP][149] -> [PASS][150] +2 other tests pass [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@fbdev@read.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@fbdev@read.html * igt@kms_big_fb@4-tiled-32bpp-rotate-180: - {shard-bmg}: [SKIP][151] ([Intel XE#2231]) -> [PASS][152] +4 other tests pass [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-7/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2-set2: [SKIP][153] ([Intel XE#1201]) -> [PASS][154] +11 other tests pass [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-lnl: [SKIP][155] ([Intel XE#2351]) -> [PASS][156] +32 other tests pass [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_cdclk@mode-transition: - shard-dg2-set2: [SKIP][157] ([Intel XE#2231]) -> [PASS][158] +4 other tests pass [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_cdclk@mode-transition.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_cdclk@mode-transition.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1: - shard-lnl: [FAIL][159] ([Intel XE#2028]) -> [PASS][160] +5 other tests pass [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-1/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html * igt@kms_cursor_legacy@torture-move@pipe-b: - shard-dg2-set2: [DMESG-WARN][161] ([Intel XE#877]) -> [PASS][162] +1 other test pass [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-b.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_cursor_legacy@torture-move@pipe-b.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - {shard-bmg}: [DMESG-WARN][163] ([Intel XE#877]) -> [PASS][164] [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning-interruptible.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-1/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [FAIL][165] ([Intel XE#886]) -> [PASS][166] +1 other test pass [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#2231]) -> [PASS][168] +4 other tests pass [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling: - shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#2351]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2-set2: [SKIP][171] ([i915#2575]) -> [PASS][172] +7 other tests pass [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_hdr@bpc-switch-suspend.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_lease@possible-crtcs-filtering: - {shard-bmg}: [SKIP][173] -> [PASS][174] +85 other tests pass [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@kms_lease@possible-crtcs-filtering.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-7/igt@kms_lease@possible-crtcs-filtering.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - {shard-bmg}: [SKIP][175] ([Intel XE#2444]) -> [PASS][176] +2 other tests pass [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_plane@pixel-format@pipe-b-plane-5: - {shard-bmg}: [DMESG-WARN][177] -> [PASS][178] +4 other tests pass [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-2/igt@kms_plane@pixel-format@pipe-b-plane-5.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-6/igt@kms_plane@pixel-format@pipe-b-plane-5.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1: - shard-lnl: [DMESG-WARN][179] ([Intel XE#324]) -> [PASS][180] +3 other tests pass [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-6/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html * igt@kms_plane@plane-position-hole@pipe-a-plane-1: - shard-lnl: [DMESG-FAIL][181] ([Intel XE#324]) -> [PASS][182] [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_plane@plane-position-hole@pipe-a-plane-1.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_plane@plane-position-hole@pipe-a-plane-1.html * igt@kms_plane_cursor@overlay: - shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [i915#2575]) -> [PASS][184] +16 other tests pass [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_plane_cursor@overlay.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_plane_cursor@overlay.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][185] ([Intel XE#361]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html * igt@kms_pm_dc@dc6-dpms: - shard-lnl: [FAIL][187] ([Intel XE#1430]) -> [PASS][188] [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_pm_dc@dc6-dpms.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@cursor-dpms: - {shard-bmg}: [SKIP][189] ([Intel XE#2446]) -> [PASS][190] [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@kms_pm_rpm@cursor-dpms.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-2/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2-set2: [SKIP][191] -> [PASS][192] [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_pm_rpm@modeset-lpsp-stress.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-lnl: [FAIL][193] -> [PASS][194] +5 other tests pass [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-1/igt@kms_pm_rpm@system-suspend-modeset.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_pm_rpm@universal-planes: - shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#2446]) -> [PASS][196] +1 other test pass [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_pm_rpm@universal-planes.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_pm_rpm@universal-planes.html - shard-lnl: [SKIP][197] ([Intel XE#2446]) -> [PASS][198] +1 other test pass [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_pm_rpm@universal-planes.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_pm_rpm@universal-planes.html * igt@kms_rotation_crc@sprite-rotation-180: - shard-dg2-set2: [SKIP][199] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [PASS][200] +33 other tests pass [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-180.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-180.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg2-set2: [FAIL][201] ([Intel XE#771] / [Intel XE#899]) -> [PASS][202] [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6: - shard-dg2-set2: [FAIL][203] ([Intel XE#899]) -> [PASS][204] [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html * igt@kms_vrr@flip-basic: - shard-lnl: [SKIP][205] ([Intel XE#2423]) -> [PASS][206] +50 other tests pass [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_vrr@flip-basic.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_vrr@flip-basic.html * igt@xe_evict@evict-beng-cm-threads-large: - shard-dg2-set2: [TIMEOUT][207] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][208] [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@xe_evict@evict-beng-cm-threads-large.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@xe_evict@evict-beng-cm-threads-large.html * igt@xe_evict@evict-beng-mixed-threads-large: - {shard-bmg}: [TIMEOUT][209] -> [PASS][210] +1 other test pass [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-4/igt@xe_evict@evict-beng-mixed-threads-large.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-5/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_exec_balancer@once-parallel-rebind: - shard-dg2-set2: [SKIP][211] ([Intel XE#1130] / [Intel XE#1201]) -> [PASS][212] +94 other tests pass [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_exec_balancer@once-parallel-rebind.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_exec_balancer@once-parallel-rebind.html * igt@xe_exec_threads@threads-bal-mixed-userptr: - shard-dg2-set2: [SKIP][213] ([Intel XE#1130]) -> [PASS][214] +13 other tests pass [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_exec_threads@threads-bal-mixed-userptr.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_exec_threads@threads-bal-mixed-userptr.html * igt@xe_exec_threads@threads-shared-vm-userptr-invalidate: - shard-lnl: [SKIP][215] ([Intel XE#1130]) -> [PASS][216] +118 other tests pass [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@xe_exec_threads@threads-shared-vm-userptr-invalidate.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@xe_exec_threads@threads-shared-vm-userptr-invalidate.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [SKIP][217] ([Intel XE#1192] / [Intel XE#1201]) -> [PASS][218] [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@xe_live_ktest@xe_bo.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit: - {shard-bmg}: [FAIL][219] -> [PASS][220] +5 other tests pass [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-7/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html * igt@xe_module_load@many-reload: - shard-dg2-set2: [FAIL][221] ([Intel XE#2136]) -> [PASS][222] [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@xe_module_load@many-reload.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_module_load@many-reload.html * igt@xe_module_load@reload-no-display: - shard-dg2-set2: [FAIL][223] ([Intel XE#1204] / [Intel XE#2136]) -> [PASS][224] [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_module_load@reload-no-display.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@xe_module_load@reload-no-display.html - shard-lnl: [FAIL][225] ([Intel XE#2136]) -> [PASS][226] +1 other test pass [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-4/igt@xe_module_load@reload-no-display.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@xe_module_load@reload-no-display.html * igt@xe_module_load@unload: - shard-dg2-set2: [DMESG-WARN][227] ([Intel XE#1551] / [Intel XE#2019]) -> [PASS][228] [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_module_load@unload.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_module_load@unload.html * igt@xe_pm@s2idle-basic-exec: - {shard-bmg}: [INCOMPLETE][229] -> [PASS][230] +3 other tests pass [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-7/igt@xe_pm@s2idle-basic-exec.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-8/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s2idle-d3hot-basic-exec: - shard-dg2-set2: [INCOMPLETE][231] ([Intel XE#1195] / [Intel XE#1358]) -> [PASS][232] [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@xe_pm@s2idle-d3hot-basic-exec.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_pm@s2idle-d3hot-basic-exec.html * igt@xe_pm@s2idle-vm-bind-prefetch: - shard-lnl: [FAIL][233] ([Intel XE#1924]) -> [PASS][234] [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-1/igt@xe_pm@s2idle-vm-bind-prefetch.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@xe_pm@s2idle-vm-bind-prefetch.html * igt@xe_vm@munmap-style-unbind-userptr-inval-front: - {shard-bmg}: [SKIP][235] ([Intel XE#1130]) -> [PASS][236] +16 other tests pass [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-bmg-5/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-bmg-6/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html #### Warnings #### * igt@intel_hwmon@hwmon-read: - shard-lnl: [SKIP][237] ([Intel XE#2351]) -> [SKIP][238] ([Intel XE#1125]) [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@intel_hwmon@hwmon-read.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@intel_hwmon@hwmon-read.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: [SKIP][239] ([Intel XE#873]) -> [SKIP][240] ([Intel XE#1201] / [Intel XE#873]) [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-dg2-set2: [SKIP][241] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][242] ([Intel XE#1201] / [Intel XE#316]) [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html - shard-lnl: [SKIP][243] ([Intel XE#2351]) -> [SKIP][244] ([Intel XE#1407]) +3 other tests skip [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][245] ([Intel XE#316]) -> [SKIP][246] ([Intel XE#1201] / [Intel XE#316]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][247] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][248] ([Intel XE#316]) +2 other tests skip [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-dg2-set2: [SKIP][249] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][250] ([Intel XE#1201] / [Intel XE#316]) [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-dg2-set2: [SKIP][251] ([Intel XE#1201]) -> [SKIP][252] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_big_fb@linear-8bpp-rotate-270.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-180: - shard-dg2-set2: [SKIP][253] ([Intel XE#2231]) -> [SKIP][254] ([Intel XE#1124] / [Intel XE#1201]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: [SKIP][255] ([Intel XE#1201] / [Intel XE#607]) -> [SKIP][256] ([Intel XE#607]) [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0: - shard-dg2-set2: [SKIP][257] ([Intel XE#1124]) -> [SKIP][258] ([Intel XE#1124] / [Intel XE#1201]) +4 other tests skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg2-set2: [SKIP][259] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][260] ([Intel XE#1124]) [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-dg2-set2: [SKIP][261] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][262] ([Intel XE#1124]) +4 other tests skip [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-lnl: [SKIP][263] ([Intel XE#2351]) -> [SKIP][264] ([Intel XE#1124]) +9 other tests skip [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: [SKIP][265] ([Intel XE#619]) -> [SKIP][266] ([Intel XE#1201] / [Intel XE#619]) [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][267] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][268] ([Intel XE#1124] / [Intel XE#1201]) +1 other test skip [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: [SKIP][269] ([Intel XE#1201]) -> [SKIP][270] ([Intel XE#1124] / [Intel XE#1201]) +2 other tests skip [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p: - shard-dg2-set2: [SKIP][271] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][272] ([Intel XE#367]) [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_bw@connected-linear-tiling-1-displays-3840x2160p.html * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p: - shard-dg2-set2: [SKIP][273] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][274] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html - shard-lnl: [SKIP][275] ([Intel XE#2423]) -> [SKIP][276] ([Intel XE#2191]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: [SKIP][277] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][278] ([Intel XE#2191]) [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-dg2-set2: [SKIP][279] ([Intel XE#2191]) -> [SKIP][280] ([Intel XE#1201] / [Intel XE#2191]) [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][281] ([Intel XE#367]) -> [SKIP][282] ([Intel XE#1201] / [Intel XE#367]) +3 other tests skip [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: [SKIP][283] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][284] ([Intel XE#367]) [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html - shard-lnl: [SKIP][285] ([Intel XE#2423]) -> [SKIP][286] ([Intel XE#1512]) [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc: - shard-dg2-set2: [SKIP][287] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][288] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: [SKIP][289] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][290] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs: - shard-dg2-set2: [SKIP][291] ([Intel XE#1252]) -> [SKIP][292] ([Intel XE#1201] / [Intel XE#1252]) [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][293] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][294] ([Intel XE#455] / [Intel XE#787]) [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: [SKIP][295] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][296] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs: - shard-dg2-set2: [SKIP][297] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][298] ([Intel XE#1252]) +1 other test skip [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs: - shard-dg2-set2: [SKIP][299] ([Intel XE#1201]) -> [SKIP][300] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +3 other tests skip [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs: - shard-lnl: [SKIP][301] ([Intel XE#2351]) -> [SKIP][302] ([Intel XE#1399]) +12 other tests skip [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][303] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][304] ([Intel XE#787]) +62 other tests skip [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs: - shard-dg2-set2: [SKIP][305] ([Intel XE#2231]) -> [SKIP][306] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][307] ([Intel XE#787]) -> [SKIP][308] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-c-hdmi-a-6.html [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-c-hdmi-a-6.html * igt@kms_cdclk@mode-transition: - shard-lnl: [SKIP][309] ([Intel XE#2351]) -> [SKIP][310] ([Intel XE#314] / [Intel XE#599]) [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_cdclk@mode-transition.html [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-dg2-set2: [SKIP][311] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][312] ([Intel XE#373]) +3 other tests skip [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@kms_chamelium_audio@hdmi-audio-edid.html [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@ctm-negative: - shard-lnl: [SKIP][313] ([Intel XE#2423]) -> [SKIP][314] ([Intel XE#306]) [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_chamelium_color@ctm-negative.html [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_chamelium_color@ctm-negative.html - shard-dg2-set2: [SKIP][315] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][316] ([Intel XE#1201] / [Intel XE#306]) [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_chamelium_color@ctm-negative.html [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: [SKIP][317] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][318] ([Intel XE#306]) [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_chamelium_color@gamma.html [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-dg2-set2: [SKIP][319] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][320] ([Intel XE#373]) +1 other test skip [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_chamelium_edid@dp-edid-resolution-list.html [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_edid@hdmi-mode-timings: - shard-dg2-set2: [SKIP][321] ([Intel XE#373]) -> [SKIP][322] ([Intel XE#1201] / [Intel XE#373]) +7 other tests skip [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_chamelium_edid@hdmi-mode-timings.html [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_chamelium_edid@hdmi-mode-timings.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-dg2-set2: [SKIP][323] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][324] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-fast: - shard-dg2-set2: [SKIP][325] ([Intel XE#1201] / [i915#2575]) -> [SKIP][326] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_chamelium_hpd@dp-hpd-fast.html [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2-set2: [SKIP][327] ([i915#2575]) -> [SKIP][328] ([Intel XE#373]) +1 other test skip [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html - shard-lnl: [SKIP][329] ([Intel XE#2423]) -> [SKIP][330] ([Intel XE#373]) +9 other tests skip [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2-set2: [SKIP][331] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][332] ([Intel XE#1201] / [Intel XE#307]) [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_content_protection@dp-mst-type-1.html [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_content_protection@dp-mst-type-1.html - shard-lnl: [SKIP][333] ([Intel XE#2423]) -> [SKIP][334] ([Intel XE#307]) [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_content_protection@dp-mst-type-1.html [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy: - shard-dg2-set2: [SKIP][335] ([Intel XE#1201] / [i915#2575]) -> [FAIL][336] ([Intel XE#1178]) [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_content_protection@legacy.html [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_content_protection@legacy.html * igt@kms_content_protection@uevent: - shard-dg2-set2: [SKIP][337] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [FAIL][338] ([Intel XE#1188]) [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_content_protection@uevent.html [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_content_protection@uevent.html - shard-lnl: [SKIP][339] ([Intel XE#2423]) -> [SKIP][340] ([Intel XE#599]) +3 other tests skip [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_content_protection@uevent.html [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2-set2: [SKIP][341] ([Intel XE#308]) -> [SKIP][342] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x170.html [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2-set2: [SKIP][343] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][344] ([Intel XE#308]) +2 other tests skip [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_cursor_crc@cursor-onscreen-512x170.html [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-dg2-set2: [SKIP][345] ([Intel XE#455]) -> [SKIP][346] ([Intel XE#1201] / [Intel XE#455]) +6 other tests skip [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_cursor_crc@cursor-random-32x10.html [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-dg2-set2: [SKIP][347] ([Intel XE#1201] / [i915#2575]) -> [SKIP][348] ([Intel XE#1201] / [Intel XE#308]) [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-lnl: [SKIP][349] ([Intel XE#2423]) -> [SKIP][350] ([Intel XE#1413]) +1 other test skip [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-lnl: [SKIP][351] ([Intel XE#2423]) -> [SKIP][352] ([Intel XE#1424]) +2 other tests skip [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2-set2: [SKIP][353] ([Intel XE#1201] / [i915#2575]) -> [SKIP][354] ([Intel XE#308]) [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-512x512.html [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-lnl: [SKIP][355] ([Intel XE#2423]) -> [SKIP][356] ([Intel XE#309]) +3 other tests skip [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2-set2: [SKIP][357] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][358] ([Intel XE#323]) [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg2-set2: [SKIP][359] ([Intel XE#1201]) -> [SKIP][360] ([Intel XE#455]) [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_dsc@dsc-with-output-formats.html [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_dsc@dsc-with-output-formats.html - shard-lnl: [SKIP][361] ([Intel XE#2351]) -> [SKIP][362] ([Intel XE#599]) [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_dsc@dsc-with-output-formats.html [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: [SKIP][363] ([Intel XE#776]) -> [SKIP][364] ([Intel XE#1201] / [Intel XE#776]) [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_fbcon_fbt@psr-suspend.html [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: [SKIP][365] ([Intel XE#1201] / [i915#2575]) -> [SKIP][366] ([Intel XE#1201] / [Intel XE#701]) [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_feature_discovery@chamelium.html [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_feature_discovery@chamelium.html - shard-lnl: [SKIP][367] ([Intel XE#2423]) -> [SKIP][368] ([Intel XE#701]) [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_feature_discovery@chamelium.html [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-dg2-set2: [SKIP][369] ([Intel XE#703]) -> [SKIP][370] ([Intel XE#1201] / [Intel XE#703]) [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_feature_discovery@display-3x.html [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@psr1: - shard-dg2-set2: [SKIP][371] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][372] ([Intel XE#1135] / [Intel XE#1201]) [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_feature_discovery@psr1.html [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-dg2-set2: [SKIP][373] ([Intel XE#1135]) -> [SKIP][374] ([Intel XE#1135] / [Intel XE#1201]) [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_feature_discovery@psr2.html [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-lnl: [SKIP][375] ([Intel XE#2423]) -> [SKIP][376] ([Intel XE#1421]) +5 other tests skip [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2-set2: [SKIP][377] ([Intel XE#1201] / [i915#2575]) -> [DMESG-WARN][378] ([Intel XE#1551]) [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-dg2-set2: [SKIP][379] ([Intel XE#1201]) -> [SKIP][380] ([Intel XE#1201] / [Intel XE#455]) [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling: - shard-lnl: [SKIP][381] ([Intel XE#2351]) -> [SKIP][382] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-dg2-set2: [SKIP][383] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][384] ([Intel XE#1201] / [Intel XE#455]) +1 other test skip [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2-set2: [SKIP][385] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][386] ([Intel XE#455]) [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html - shard-lnl: [SKIP][387] ([Intel XE#2351]) -> [SKIP][388] ([Intel XE#1401] / [Intel XE#1745]) +3 other tests skip [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2-set2: [SKIP][389] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][390] ([Intel XE#455]) +14 other tests skip [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2-set2: [SKIP][391] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][392] ([Intel XE#1201] / [i915#5274]) [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_force_connector_basic@prune-stale-modes.html [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_force_connector_basic@prune-stale-modes.html - shard-lnl: [SKIP][393] ([Intel XE#2423]) -> [SKIP][394] ([Intel XE#352]) +1 other test skip [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_force_connector_basic@prune-stale-modes.html [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][395] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][396] ([Intel XE#1201] / [Intel XE#651]) +3 other tests skip [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][397] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][398] ([Intel XE#651]) +1 other test skip [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc.html [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][399] ([Intel XE#1201]) -> [SKIP][400] ([Intel XE#1201] / [Intel XE#651]) +7 other tests skip [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-move: - shard-dg2-set2: [SKIP][401] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][402] ([Intel XE#651]) [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-move.html [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][403] ([Intel XE#1201]) -> [SKIP][404] ([Intel XE#651]) [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][405] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][406] ([Intel XE#651]) +15 other tests skip [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][407] ([Intel XE#651]) -> [SKIP][408] ([Intel XE#1201] / [Intel XE#651]) +24 other tests skip [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@drrs-slowdraw: - shard-dg2-set2: [SKIP][409] ([Intel XE#2231]) -> [SKIP][410] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-slowdraw.html [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-slowdraw.html - shard-lnl: [SKIP][411] ([Intel XE#2351]) -> [SKIP][412] ([Intel XE#651]) +11 other tests skip [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-slowdraw.html [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-slowdraw.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][413] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][414] ([Intel XE#1201] / [Intel XE#651]) +5 other tests skip [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt.html [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt: - shard-dg2-set2: [SKIP][415] ([Intel XE#1201]) -> [SKIP][416] ([Intel XE#653]) +3 other tests skip [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: [SKIP][417] ([Intel XE#2231]) -> [SKIP][418] ([Intel XE#1201] / [Intel XE#653]) +4 other tests skip [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][419] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][420] ([Intel XE#653]) +2 other tests skip [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][421] ([Intel XE#1201]) -> [SKIP][422] ([Intel XE#1201] / [Intel XE#653]) +7 other tests skip [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render: - shard-lnl: [SKIP][423] ([Intel XE#2351]) -> [SKIP][424] ([Intel XE#656]) +29 other tests skip [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][425] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][426] ([Intel XE#653]) +14 other tests skip [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-stridechange: - shard-dg2-set2: [SKIP][427] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][428] ([Intel XE#1201] / [Intel XE#653]) +2 other tests skip [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-stridechange.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-set2: [SKIP][429] ([Intel XE#658]) -> [SKIP][430] ([Intel XE#1201] / [Intel XE#658]) [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][431] ([Intel XE#653]) -> [SKIP][432] ([Intel XE#1201] / [Intel XE#653]) +17 other tests skip [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: [SKIP][433] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][434] ([Intel XE#1201] / [Intel XE#653]) [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: [SKIP][435] ([i915#2575]) -> [SKIP][436] ([Intel XE#1201] / [Intel XE#605]) [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_getfb@getfb-reject-ccs.html - shard-lnl: [SKIP][437] ([Intel XE#2423]) -> [SKIP][438] ([Intel XE#605]) [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_getfb@getfb-reject-ccs.html [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdmi_inject@inject-audio: - shard-dg2-set2: [SKIP][439] ([Intel XE#417]) -> [SKIP][440] ([Intel XE#1201] / [Intel XE#417]) [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_hdmi_inject@inject-audio.html [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_hdmi_inject@inject-audio.html * igt@kms_invalid_mode@clock-too-high: - shard-lnl: [SKIP][441] ([Intel XE#2423]) -> [SKIP][442] ([Intel XE#1450] / [Intel XE#599]) [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_invalid_mode@clock-too-high.html [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@kms_invalid_mode@clock-too-high.html * igt@kms_plane@plane-position-hole: - shard-lnl: [DMESG-FAIL][443] ([Intel XE#324]) -> [DMESG-WARN][444] ([Intel XE#324]) [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-2/igt@kms_plane@plane-position-hole.html [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_plane@plane-position-hole.html * igt@kms_plane_lowres@tiling-y: - shard-dg2-set2: [SKIP][445] ([i915#2575]) -> [SKIP][446] ([Intel XE#455]) [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_plane_lowres@tiling-y.html [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2-set2: [SKIP][447] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][448] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation: - shard-lnl: [SKIP][449] ([Intel XE#2423]) -> [SKIP][450] ([Intel XE#498]) +1 other test skip [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-lnl: [SKIP][451] ([Intel XE#2423]) -> [SKIP][452] ([Intel XE#2318]) +1 other test skip [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html - shard-dg2-set2: [SKIP][453] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][454] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_pm_backlight@bad-brightness: - shard-dg2-set2: [SKIP][455] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][456] ([Intel XE#870]) [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@kms_pm_backlight@bad-brightness.html [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@basic-brightness: - shard-dg2-set2: [SKIP][457] ([Intel XE#870]) -> [SKIP][458] ([Intel XE#1201] / [Intel XE#870]) [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_pm_backlight@basic-brightness.html [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc6-psr: - shard-dg2-set2: [SKIP][459] ([Intel XE#1129]) -> [SKIP][460] ([Intel XE#1129] / [Intel XE#1201]) [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_pm_dc@dc6-psr.html [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-lnl: [SKIP][461] -> [SKIP][462] ([Intel XE#1439]) [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_pm_rpm@dpms-non-lpsp.html [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-4/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area: - shard-dg2-set2: [SKIP][463] ([Intel XE#1489]) -> [SKIP][464] ([Intel XE#1201] / [Intel XE#1489]) +3 other tests skip [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area: - shard-dg2-set2: [SKIP][465] ([Intel XE#1201]) -> [SKIP][466] ([Intel XE#1489]) [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: [SKIP][467] ([Intel XE#1201]) -> [SKIP][468] ([Intel XE#1201] / [Intel XE#1489]) [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-dg2-set2: [SKIP][469] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][470] ([Intel XE#1489]) +2 other tests skip [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-dg2-set2: [SKIP][471] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][472] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_psr2_sf@plane-move-sf-dmg-area.html [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-lnl: [SKIP][473] ([Intel XE#2351]) -> [SKIP][474] ([Intel XE#1128]) [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@kms_psr2_su@frontbuffer-xrgb8888.html [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-dg2-set2: [SKIP][475] ([Intel XE#1201]) -> [SKIP][476] ([Intel XE#1122] / [Intel XE#1201]) [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_psr2_su@frontbuffer-xrgb8888.html [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][477] ([Intel XE#1122]) -> [SKIP][478] ([Intel XE#1122] / [Intel XE#1201]) [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_psr2_su@page_flip-nv12.html [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-pr-cursor-plane-move: - shard-dg2-set2: [SKIP][479] ([Intel XE#1201]) -> [SKIP][480] ([Intel XE#1201] / [Intel XE#929]) +2 other tests skip [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_psr@fbc-pr-cursor-plane-move.html [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_psr@fbc-pr-cursor-plane-move.html * igt@kms_psr@fbc-psr-no-drrs: - shard-dg2-set2: [SKIP][481] ([Intel XE#2231]) -> [SKIP][482] ([Intel XE#1201] / [Intel XE#929]) +1 other test skip [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_psr@fbc-psr-no-drrs.html [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@kms_psr@fbc-psr-no-drrs.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: [SKIP][483] ([Intel XE#929]) -> [SKIP][484] ([Intel XE#1201] / [Intel XE#929]) +11 other tests skip [483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html [484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@pr-cursor-plane-move: - shard-lnl: [SKIP][485] ([Intel XE#2351]) -> [SKIP][486] ([Intel XE#1406]) +2 other tests skip [485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_psr@pr-cursor-plane-move.html [486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@kms_psr@pr-cursor-plane-move.html - shard-dg2-set2: [SKIP][487] ([Intel XE#1201] / [Intel XE#2351]) -> [SKIP][488] ([Intel XE#1201] / [Intel XE#929]) [487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_psr@pr-cursor-plane-move.html [488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_psr@pr-cursor-plane-move.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: [SKIP][489] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][490] ([Intel XE#929]) +8 other tests skip [489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_psr@psr-dpms.html [490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr@psr-dpms.html * igt@kms_psr@psr2-dpms: - shard-dg2-set2: [SKIP][491] ([Intel XE#1201] / [Intel XE#2231]) -> [SKIP][492] ([Intel XE#929]) +1 other test skip [491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_psr@psr2-dpms.html [492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_psr@psr2-dpms.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][493] ([Intel XE#1201] / [i915#2575]) -> [SKIP][494] ([Intel XE#1127] / [Intel XE#1201]) [493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html - shard-lnl: [SKIP][495] ([Intel XE#2423]) -> [SKIP][496] ([Intel XE#1127]) [495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-dg2-set2: [SKIP][497] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][498] ([Intel XE#1127]) +1 other test skip [497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2-set2: [SKIP][499] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][500] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip [499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html - shard-lnl: [SKIP][501] ([Intel XE#2423]) -> [SKIP][502] ([Intel XE#1437]) +2 other tests skip [501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][503] ([Intel XE#327]) -> [SKIP][504] ([Intel XE#1201] / [Intel XE#327]) +1 other test skip [503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html [504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_scaling_modes@scaling-mode-center: - shard-dg2-set2: [SKIP][505] ([Intel XE#1201] / [i915#2575]) -> [SKIP][506] ([Intel XE#1201] / [Intel XE#455]) [505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_scaling_modes@scaling-mode-center.html [506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_scaling_modes@scaling-mode-none: - shard-dg2-set2: [SKIP][507] ([i915#2575]) -> [SKIP][508] ([Intel XE#1201] / [Intel XE#455]) [507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_scaling_modes@scaling-mode-none.html [508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@kms_scaling_modes@scaling-mode-none.html - shard-lnl: [SKIP][509] ([Intel XE#2423]) -> [SKIP][510] ([Intel XE#374] / [Intel XE#599]) [509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_scaling_modes@scaling-mode-none.html [510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_setmode@basic-clone-single-crtc: - shard-lnl: [SKIP][511] ([Intel XE#2423]) -> [SKIP][512] ([Intel XE#1435]) [511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_setmode@basic-clone-single-crtc.html [512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_vrr@max-min: - shard-dg2-set2: [SKIP][513] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][514] ([Intel XE#1201] / [Intel XE#455]) +3 other tests skip [513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@kms_vrr@max-min.html [514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_vrr@max-min.html - shard-lnl: [SKIP][515] ([Intel XE#2423]) -> [FAIL][516] ([Intel XE#2443]) [515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@kms_vrr@max-min.html [516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_vrr@max-min.html * igt@kms_writeback@writeback-check-output: - shard-dg2-set2: [SKIP][517] ([Intel XE#1201] / [Intel XE#2423] / [i915#2575]) -> [SKIP][518] ([Intel XE#756]) [517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@kms_writeback@writeback-check-output.html [518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: [SKIP][519] ([Intel XE#1201] / [i915#2575]) -> [SKIP][520] ([Intel XE#1201] / [Intel XE#756]) [519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@kms_writeback@writeback-fb-id.html [520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@kms_writeback@writeback-fb-id.html - shard-lnl: [SKIP][521] ([Intel XE#2423]) -> [SKIP][522] ([Intel XE#756]) +1 other test skip [521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-7/igt@kms_writeback@writeback-fb-id.html [522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-8/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2-set2: [SKIP][523] ([Intel XE#756]) -> [SKIP][524] ([Intel XE#1201] / [Intel XE#756]) +1 other test skip [523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@kms_writeback@writeback-pixel-formats.html [524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@kms_writeback@writeback-pixel-formats.html * igt@xe_compute_preempt@compute-preempt: - shard-dg2-set2: [SKIP][525] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][526] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip [525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html [526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][527] ([Intel XE#1123]) -> [SKIP][528] ([Intel XE#1123] / [Intel XE#1201]) [527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: [SKIP][529] ([Intel XE#1126]) -> [SKIP][530] ([Intel XE#1126] / [Intel XE#1201]) [529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html [530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][531] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][532] ([Intel XE#1126] / [Intel XE#1201]) [531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html [532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_evict@evict-beng-cm-threads-small-multi-vm: - shard-lnl: [SKIP][533] ([Intel XE#1130]) -> [SKIP][534] ([Intel XE#688]) +6 other tests skip [533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-4/igt@xe_evict@evict-beng-cm-threads-small-multi-vm.html [534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-2/igt@xe_evict@evict-beng-cm-threads-small-multi-vm.html * igt@xe_evict@evict-beng-mixed-threads-large: - shard-dg2-set2: [INCOMPLETE][535] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [FAIL][536] ([Intel XE#1000]) [535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-466/igt@xe_evict@evict-beng-mixed-threads-large.html [536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: [SKIP][537] ([Intel XE#1130] / [Intel XE#1201]) -> [FAIL][538] ([Intel XE#1600]) [537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@xe_evict@evict-large-multi-vm-cm.html [538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][539] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][540] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) [539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-large.html [540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_evict@evict-threads-large: - shard-dg2-set2: [SKIP][541] ([Intel XE#1130] / [Intel XE#1201]) -> [TIMEOUT][542] ([Intel XE#1473] / [Intel XE#392]) [541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@xe_evict@evict-threads-large.html [542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_evict@evict-threads-large.html * igt@xe_exec_basic@multigpu-no-exec-userptr: - shard-lnl: [SKIP][543] ([Intel XE#1130]) -> [SKIP][544] ([Intel XE#1392]) +8 other tests skip [543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@xe_exec_basic@multigpu-no-exec-userptr.html [544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-3/igt@xe_exec_basic@multigpu-no-exec-userptr.html * igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate: - shard-dg2-set2: [SKIP][545] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][546] ([Intel XE#288]) +2 other tests skip [545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate.html [546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate.html * igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm: - shard-dg2-set2: [SKIP][547] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][548] ([Intel XE#288]) +14 other tests skip [547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html [548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-imm.html * igt@xe_exec_fault_mode@many-userptr-rebind-prefetch: - shard-dg2-set2: [SKIP][549] ([Intel XE#1130]) -> [SKIP][550] ([Intel XE#1201] / [Intel XE#288]) +2 other tests skip [549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_exec_fault_mode@many-userptr-rebind-prefetch.html [550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_fault_mode@many-userptr-rebind-prefetch.html * igt@xe_exec_fault_mode@once-invalid-userptr-fault: - shard-dg2-set2: [SKIP][551] ([Intel XE#288]) -> [SKIP][552] ([Intel XE#1201] / [Intel XE#288]) +18 other tests skip [551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html [552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind: - shard-dg2-set2: [SKIP][553] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][554] ([Intel XE#1201] / [Intel XE#288]) +12 other tests skip [553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html [554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html * igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence: - shard-dg2-set2: [SKIP][555] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][556] ([Intel XE#1201] / [Intel XE#2360]) [555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html [556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-433/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-lr: - shard-dg2-set2: [SKIP][557] ([Intel XE#2360]) -> [SKIP][558] ([Intel XE#1201] / [Intel XE#2360]) [557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html [558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html * igt@xe_module_load@load: - shard-dg2-set2: [SKIP][559] ([Intel XE#378]) -> [SKIP][560] ([Intel XE#1201] / [Intel XE#378]) [559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_module_load@load.html [560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-466/igt@xe_module_load@load.html * igt@xe_oa@create-destroy-userspace-config: - shard-dg2-set2: [SKIP][561] ([Intel XE#2419]) -> [SKIP][562] ([Intel XE#1201] / [Intel XE#2419]) +4 other tests skip [561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_oa@create-destroy-userspace-config.html [562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@xe_oa@create-destroy-userspace-config.html * igt@xe_oa@oa-unit-exclusive-stream-sample-oa: - shard-dg2-set2: [SKIP][563] ([Intel XE#1201] / [Intel XE#2419]) -> [SKIP][564] ([Intel XE#2419]) +4 other tests skip [563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-436/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html [564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][565] ([Intel XE#1130]) -> [SKIP][566] ([Intel XE#1201] / [Intel XE#1337]) [565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html [566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: [SKIP][567] ([Intel XE#979]) -> [SKIP][568] ([Intel XE#1201] / [Intel XE#979]) [567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html [568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html * igt@xe_pm@d3cold-mmap-system: - shard-dg2-set2: [SKIP][569] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][570] ([Intel XE#2284] / [Intel XE#366]) [569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-463/igt@xe_pm@d3cold-mmap-system.html [570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@d3cold-mmap-vram: - shard-dg2-set2: [SKIP][571] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][572] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) +1 other test skip [571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_pm@d3cold-mmap-vram.html [572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html - shard-lnl: [SKIP][573] ([Intel XE#1130]) -> [SKIP][574] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip [573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@xe_pm@d3cold-mmap-vram.html [574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@xe_pm@d3cold-mmap-vram.html * igt@xe_pm@d3cold-multiple-execs: - shard-dg2-set2: [SKIP][575] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][576] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) [575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_pm@d3cold-multiple-execs.html [576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-463/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@s2idle-multiple-execs: - shard-lnl: [FAIL][577] ([Intel XE#1924] / [Intel XE#2028]) -> [FAIL][578] ([Intel XE#1924]) [577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-1/igt@xe_pm@s2idle-multiple-execs.html [578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-1/igt@xe_pm@s2idle-multiple-execs.html * igt@xe_pm@vram-d3cold-threshold: - shard-dg2-set2: [SKIP][579] ([Intel XE#579]) -> [SKIP][580] ([Intel XE#1201] / [Intel XE#579]) [579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-432/igt@xe_pm@vram-d3cold-threshold.html [580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-435/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-dg2-set2: [SKIP][581] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][582] ([Intel XE#944]) +1 other test skip [581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-435/igt@xe_query@multigpu-query-invalid-cs-cycles.html [582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_query@multigpu-query-topology: - shard-dg2-set2: [SKIP][583] ([Intel XE#1130] / [Intel XE#1201]) -> [SKIP][584] ([Intel XE#944]) [583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-433/igt@xe_query@multigpu-query-topology.html [584]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-432/igt@xe_query@multigpu-query-topology.html - shard-lnl: [SKIP][585] ([Intel XE#1130]) -> [SKIP][586] ([Intel XE#944]) [585]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-3/igt@xe_query@multigpu-query-topology.html [586]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-6/igt@xe_query@multigpu-query-topology.html * igt@xe_wedged@basic-wedged: - shard-dg2-set2: [DMESG-FAIL][587] ([Intel XE#1760]) -> [DMESG-WARN][588] ([Intel XE#1760]) +1 other test dmesg-warn [587]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-dg2-434/igt@xe_wedged@basic-wedged.html [588]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-dg2-436/igt@xe_wedged@basic-wedged.html - shard-lnl: [DMESG-FAIL][589] ([Intel XE#1760]) -> [DMESG-WARN][590] ([Intel XE#1760]) +1 other test dmesg-warn [589]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7955/shard-lnl-5/igt@xe_wedged@basic-wedged.html [590]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/shard-lnl-5/igt@xe_wedged@basic-wedged.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041 [Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062 [Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [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#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [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#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [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#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413 [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#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450 [Intel XE#1465]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1465 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512 [Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760 [Intel XE#1924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1924 [Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948 [Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019 [Intel XE#2028]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028 [Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231 [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#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [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#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286 [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#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [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#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2357]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2357 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374 [Intel XE#2382]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2382 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2418 [Intel XE#2419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2419 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2444]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2444 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [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#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/374 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 Build changes ------------- * IGT: IGT_7955 -> IGTPW_11528 * Linux: xe-1711-0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 -> xe-1712-6e85fd5878afb9b75d6adde7d7ff97ed85502efb IGTPW_11528: 11528 IGT_7955: e12a8eebdc4bc7e073f2bfad88dc627006ac5771 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1711-0b8d955bfdcf0864a764a125ab13bc0fd81f3b71: 0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 xe-1712-6e85fd5878afb9b75d6adde7d7ff97ed85502efb: 6e85fd5878afb9b75d6adde7d7ff97ed85502efb == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11528/index.html [-- Attachment #2: Type: text/html, Size: 186776 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure 2024-08-05 6:47 [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure Pranay Samala ` (2 preceding siblings ...) 2024-08-05 10:20 ` ✗ CI.xeFULL: " Patchwork @ 2024-08-20 4:54 ` B, Jeevan 3 siblings, 0 replies; 6+ messages in thread From: B, Jeevan @ 2024-08-20 4:54 UTC (permalink / raw) To: Samala, Pranay, igt-dev@lists.freedesktop.org Cc: B S, Karthik, Modem, Bhanuprakash, Lattannavar, Sameer, Samala, Pranay > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Pranay > Samala > Sent: Monday, August 5, 2024 12:17 PM > To: igt-dev@lists.freedesktop.org > Cc: B S, Karthik <karthik.b.s@intel.com>; Modem, Bhanuprakash > <bhanuprakash.modem@intel.com>; Lattannavar, Sameer > <sameer.lattannavar@intel.com>; Samala, Pranay > <pranay.samala@intel.com> > Subject: [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure > > Having some logs for test failures and skips would make debugging much > easier. Check the commit message once. LGTM apart from that. Reviewed-by: Jeevan B <jeevan.b@intel.com> > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/kms_3d.c | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) > > diff --git a/tests/kms_3d.c b/tests/kms_3d.c index ad6c45e9b..f79fa62da > 100644 > --- a/tests/kms_3d.c > +++ b/tests/kms_3d.c > @@ -53,9 +53,10 @@ igt_simple_main > drm_fd = drm_open_driver_master(DRIVER_ANY); > > res = drmModeGetResources(drm_fd); > - igt_require(res); > + igt_require_f(res, "Failed to get list of a DRM device's major > +resources\n"); > > - igt_assert(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, > 1) >= 0); > + igt_assert_f(drmSetClientCap(drm_fd, > DRM_CLIENT_CAP_STEREO_3D, 1) >= 0, > + "Failed to enable STEREO_3D capability\n"); > > /* find an hdmi connector */ > for (int i = 0; i < res->count_connectors; i++) { @@ -65,7 +66,7 @@ > igt_simple_main > drmModeFreeConnector(connector); > connector = NULL; > } > - igt_require(connector); > + igt_require_f(connector, "Unable to get HDMI Connector\n"); > > kmstest_unset_all_crtcs(drm_fd, res); > > @@ -85,7 +86,7 @@ igt_simple_main > mode_count++; > } > > - igt_assert(mode_count); > + igt_assert_f(mode_count, "3D modes not detected\n"); > > /* set 3D modes */ > igt_info("Testing:\n"); > @@ -95,8 +96,10 @@ igt_simple_main > int crtc_mask = -1; > int ret; > > - if (!(connector->modes[i].flags & > DRM_MODE_FLAG_3D_MASK)) > + if (!(connector->modes[i].flags & > DRM_MODE_FLAG_3D_MASK)) { > + igt_info("%i: Doesn't support 3D MASK\n", res- > >connectors[i]); > continue; > + } > > /* create a configuration */ > ret = kmstest_get_connector_config(drm_fd, connector_id, > @@ -120,7 +123,7 @@ igt_simple_main > &connector->connector_id, 1, > &connector->modes[i]); > > - igt_assert(ret == 0); > + igt_assert_f(ret == 0, "Unable to set CRTC\n"); > } > > kmstest_force_connector(drm_fd, connector, > FORCE_CONNECTOR_UNSPECIFIED); > -- > 2.34.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure @ 2024-11-06 10:36 Pranay Samala 0 siblings, 0 replies; 6+ messages in thread From: Pranay Samala @ 2024-11-06 10:36 UTC (permalink / raw) To: igt-dev; +Cc: karthik.b.s, bhanuprakash.modem, sameer.lattannavar, pranay.samala Signed-off-by: Pranay Samala <pranay.samala@intel.com> --- tests/kms_3d.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/tests/kms_3d.c b/tests/kms_3d.c index ad6c45e9b..f1726b71e 100644 --- a/tests/kms_3d.c +++ b/tests/kms_3d.c @@ -55,7 +55,8 @@ igt_simple_main res = drmModeGetResources(drm_fd); igt_require(res); - igt_assert(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, 1) >= 0); + igt_assert_f(drmSetClientCap(drm_fd, DRM_CLIENT_CAP_STEREO_3D, 1) >= 0, + "Failed to enable STEREO_3D capability.\n"); /* find an hdmi connector */ for (int i = 0; i < res->count_connectors; i++) { @@ -65,7 +66,7 @@ igt_simple_main drmModeFreeConnector(connector); connector = NULL; } - igt_require(connector); + igt_require_f(connector, "No HDMI connector found.\n"); kmstest_unset_all_crtcs(drm_fd, res); @@ -85,7 +86,7 @@ igt_simple_main mode_count++; } - igt_assert(mode_count); + igt_assert_f(mode_count, "3D modes not detected.\n"); /* set 3D modes */ igt_info("Testing:\n"); @@ -95,8 +96,12 @@ igt_simple_main int crtc_mask = -1; int ret; - if (!(connector->modes[i].flags & DRM_MODE_FLAG_3D_MASK)) + if (!(connector->modes[i].flags & DRM_MODE_FLAG_3D_MASK)) { + igt_info("%s-%d: Doesn't support 3D MASK.\n", + kmstest_connector_type_str(connector->connector_type), + connector->connector_type_id); continue; + } /* create a configuration */ ret = kmstest_get_connector_config(drm_fd, connector_id, -- 2.34.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-06 10:35 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-08-05 6:47 [PATCH i-g-t] tests/kms_3d: Add more logs to skips/failure Pranay Samala 2024-08-05 8:24 ` ✓ CI.xeBAT: success for " Patchwork 2024-08-05 8:31 ` ✗ Fi.CI.BAT: failure " Patchwork 2024-08-05 10:20 ` ✗ CI.xeFULL: " Patchwork 2024-08-20 4:54 ` [PATCH i-g-t] " B, Jeevan -- strict thread matches above, loose matches on Subject: below -- 2024-11-06 10:36 Pranay Samala
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox