* [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails
@ 2025-03-20 14:05 Karthik B S
2025-03-20 14:27 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Karthik B S @ 2025-03-20 14:05 UTC (permalink / raw)
To: igt-dev; +Cc: kamil.konieczny, jari.tahvanainen, Karthik B S, Kamil Konieczny
Current approach stops whole build process on a case that there is mistake
on documentation. Let's have entry on logs instead and continue.
Small fix also related multiline data e.g. on Description part.
Signed-off-by: Jari Tahvanainen <jari.tahvanainen@intel.com>
Signed-off-by: Karthik B S <karthik.b.s@intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
scripts/test_list.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index 867d28400..5f1b4218b 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1399,7 +1399,7 @@ class TestList:
# Handle multi-line field contents
if current_field:
- match = re.match(r'\s+(.*)', file_line)
+ match = re.match(r'(.*)', file_line)
if match:
if handle_section == 'test':
dic = self.doc[current_test]
@@ -1408,7 +1408,7 @@ class TestList:
if dic[current_field] != '':
dic[current_field] += " "
- dic[current_field] += match.group(1)
+ dic[current_field] += match.group(1).strip()
continue
# Handle multi-line argument contents
@@ -1427,7 +1427,7 @@ class TestList:
continue
file_line.rstrip(r"\n")
- sys.exit(f"{fname}:{file_ln + 1}: Error: unrecognized line. Need to add field at %s?\n\t==> %s" %
+ printf(f"{fname}:{file_ln + 1}: Warning: unrecognized line. Need to add field at %s?\n\t==> %s" %
(config_origin, file_line))
def show_subtests(self, sort_field):
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✓ Xe.CI.BAT: success for scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S @ 2025-03-20 14:27 ` Patchwork 2025-03-20 14:47 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2025-03-20 14:27 UTC (permalink / raw) To: Karthik B S; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1354 bytes --] == Series Details == Series: scripts/test_list: Do not stop the build process if documantion fails URL : https://patchwork.freedesktop.org/series/146537/ State : success == Summary == CI Bug Log - changes from XEIGT_8276_BAT -> XEIGTPW_12805_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 8) ------------------------------ Missing (1): bat-pvc-2 Known issues ------------ Here are the changes found in XEIGTPW_12805_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_intel_bb@render@render-linear-256: - bat-adlp-vf: [PASS][1] -> [ABORT][2] ([Intel XE#4491]) +1 other test abort [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/bat-adlp-vf/igt@xe_intel_bb@render@render-linear-256.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/bat-adlp-vf/igt@xe_intel_bb@render@render-linear-256.html [Intel XE#4491]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4491 Build changes ------------- * IGT: IGT_8276 -> IGTPW_12805 IGTPW_12805: 12805 IGT_8276: 8276 xe-2825-a958e31a81b3267201c85b6f171419586afa792c: a958e31a81b3267201c85b6f171419586afa792c == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/index.html [-- Attachment #2: Type: text/html, Size: 1916 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ i915.CI.BAT: success for scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S 2025-03-20 14:27 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2025-03-20 14:47 ` Patchwork 2025-03-20 15:09 ` ✗ Xe.CI.Full: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2025-03-20 14:47 UTC (permalink / raw) To: Karthik B S; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3316 bytes --] == Series Details == Series: scripts/test_list: Do not stop the build process if documantion fails URL : https://patchwork.freedesktop.org/series/146537/ State : success == Summary == CI Bug Log - changes from IGT_8276 -> IGTPW_12805 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html Participating hosts (43 -> 43) ------------------------------ Additional (2): fi-kbl-7567u fi-pnv-d510 Missing (2): bat-atsm-1 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_12805 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests: - fi-pnv-d510: NOTRUN -> [INCOMPLETE][1] ([i915#12904]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/fi-pnv-d510/igt@dmabuf@all-tests.html * igt@gem_huc_copy@huc-copy: - fi-kbl-7567u: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-kbl-7567u: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/fi-kbl-7567u/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@workarounds: - bat-arls-6: [PASS][4] -> [DMESG-FAIL][5] ([i915#12061]) +1 other test dmesg-fail [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/bat-arls-6/igt@i915_selftest@live@workarounds.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/bat-arls-6/igt@i915_selftest@live@workarounds.html * igt@kms_dsc@dsc-basic: - fi-kbl-7567u: NOTRUN -> [SKIP][6] +11 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/fi-kbl-7567u/igt@kms_dsc@dsc-basic.html * igt@kms_psr@psr-primary-mmap-gtt: - fi-pnv-d510: NOTRUN -> [SKIP][7] +33 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/fi-pnv-d510/igt@kms_psr@psr-primary-mmap-gtt.html #### Possible fixes #### * igt@kms_dsc@dsc-basic: - bat-adlp-6: [SKIP][8] ([i915#3555] / [i915#3840]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/bat-adlp-6/igt@kms_dsc@dsc-basic.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/bat-adlp-6/igt@kms_dsc@dsc-basic.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8276 -> IGTPW_12805 CI-20190529: 20190529 CI_DRM_16293: a958e31a81b3267201c85b6f171419586afa792c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12805: 12805 IGT_8276: 8276 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html [-- Attachment #2: Type: text/html, Size: 4085 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.Full: failure for scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S 2025-03-20 14:27 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-03-20 14:47 ` ✓ i915.CI.BAT: " Patchwork @ 2025-03-20 15:09 ` Patchwork 2025-03-20 16:19 ` ✗ i915.CI.Full: " Patchwork 2025-03-21 18:50 ` [PATCH i-g-t v2] " Kamil Konieczny 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2025-03-20 15:09 UTC (permalink / raw) To: Karthik B S; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 81401 bytes --] == Series Details == Series: scripts/test_list: Do not stop the build process if documantion fails URL : https://patchwork.freedesktop.org/series/146537/ State : failure == Summary == CI Bug Log - changes from XEIGT_8276_full -> XEIGTPW_12805_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12805_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12805_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_12805_full: ### IGT changes ### #### Possible regressions #### * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4: - shard-dg2-set2: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-463/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-dp-4.html * igt@xe_compute_preempt@compute-preempt-many@engine-drm_xe_engine_class_compute: - shard-lnl: [PASS][3] -> [DMESG-FAIL][4] +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-1/igt@xe_compute_preempt@compute-preempt-many@engine-drm_xe_engine_class_compute.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@xe_compute_preempt@compute-preempt-many@engine-drm_xe_engine_class_compute.html * igt@xe_eudebug_online@set-breakpoint-sigint-debugger: - shard-bmg: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html - shard-dg2-set2: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html - shard-lnl: NOTRUN -> [SKIP][7] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@xe_eudebug_online@set-breakpoint-sigint-debugger.html * igt@xe_exec_fault_mode@once-bindexecqueue-rebind: - shard-lnl: [PASS][8] -> [FAIL][9] [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-1/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@xe_exec_fault_mode@once-bindexecqueue-rebind.html New tests --------- New tests have been introduced between XEIGT_8276_full and XEIGTPW_12805_full: ### New IGT tests (1) ### * igt@xe_oa@syncs-ufence-wait-cfg@ccs-0: - Statuses : 1 pass(s) - Exec time: [0.01] s Known issues ------------ Here are the changes found in XEIGTPW_12805_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@hotreplug-lateclose: - shard-lnl: NOTRUN -> [ABORT][10] ([Intel XE#3914]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@core_hotunplug@hotreplug-lateclose.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2: - shard-bmg: [PASS][11] -> [FAIL][12] ([Intel XE#827]) +1 other test fail [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-4-4-mc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#2550] / [Intel XE#3767]) +7 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-dp-4-4-mc-ccs.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#873]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_async_flips@invalid-async-flip.html - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#873]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_async_flips@invalid-async-flip.html - shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#873]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_async_flips@invalid-async-flip.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#3768]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_async_flips@test-cursor: - shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#664]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#2370]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#316]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1407]) +4 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#2327]) +6 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#2328]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#607]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#1124]) +18 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1124]) +10 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1124]) +11 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#610]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1428]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html - shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#610]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2314] / [Intel XE#2894]) +3 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#2191]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2191]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1512]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html * igt@kms_bw@linear-tiling-1-displays-2160x1440p: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#367]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html * igt@kms_bw@linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#367]) +2 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2887]) +29 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-dp-2: - shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#787]) +177 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-dp-2.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#455] / [Intel XE#787]) +47 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#3432]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2652] / [Intel XE#787]) +31 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#2907]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#2887]) +18 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs-cc.html * igt@kms_cdclk@plane-scaling: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#4416]) +3 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_cdclk@plane-scaling.html - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2724]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_color@degamma: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2325]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@dp-edid-change-during-hibernate: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2252]) +17 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-lnl: NOTRUN -> [SKIP][48] ([Intel XE#373]) +13 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#373]) +12 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic@pipe-a-dp-2: - shard-dg2-set2: NOTRUN -> [FAIL][50] ([Intel XE#1178]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_content_protection@atomic@pipe-a-dp-2.html * igt@kms_content_protection@uevent: - shard-dg2-set2: NOTRUN -> [FAIL][51] ([Intel XE#1188]) +1 other test fail [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_content_protection@uevent.html - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#3278]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_content_protection@uevent.html - shard-bmg: NOTRUN -> [FAIL][53] ([Intel XE#1188]) +1 other test fail [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#308]) +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2320]) +7 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#455]) +18 other tests skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1424]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#2321]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2321]) +3 other tests skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2291]) +3 other tests skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#309]) +7 other tests skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-bmg: NOTRUN -> [DMESG-WARN][62] ([Intel XE#877]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [PASS][63] -> [SKIP][64] ([Intel XE#2291]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2-set2: [PASS][65] -> [SKIP][66] ([Intel XE#309]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-434/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#2286]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#4494]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#1340]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#4354]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_dp_link_training@non-uhbr-sst.html - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#4354]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#4331]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-lnl: NOTRUN -> [SKIP][73] ([Intel XE#2244]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_dsc@dsc-with-bpc-formats.html - shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2244]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-bmg: NOTRUN -> [SKIP][75] ([Intel XE#4156]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr-suspend: - shard-lnl: [PASS][76] -> [FAIL][77] ([Intel XE#4164]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-3/igt@kms_fbcon_fbt@psr-suspend.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_fbcon_fbt@psr-suspend.html - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#776]) [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-3x: - shard-lnl: NOTRUN -> [SKIP][79] ([Intel XE#703]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_feature_discovery@display-3x.html - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#703]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2-set2: [PASS][81] -> [SKIP][82] ([Intel XE#310]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-435/igt@kms_flip@2x-absolute-wf_vblank.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2316]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][84] ([Intel XE#301]) +9 other tests fail [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [FAIL][85] ([Intel XE#3321]) +1 other test fail [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html * igt@kms_flip@2x-plain-flip: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1421]) +8 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-bmg: [PASS][87] -> [SKIP][88] ([Intel XE#2316]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-wf_vblank-ts-check: - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#310]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_flip@2x-wf_vblank-ts-check.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [PASS][90] -> [FAIL][91] ([Intel XE#886]) +1 other test fail [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1: - shard-lnl: NOTRUN -> [FAIL][92] ([Intel XE#301]) +2 other tests fail [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling: - shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1397]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2293] / [Intel XE#2380]) +7 other tests skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2293]) +7 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][97] ([Intel XE#1401]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1401] / [Intel XE#1745]) +3 other tests skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html * igt@kms_force_connector_basic@force-connector-state: - shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#352]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#2311]) +43 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][101] ([Intel XE#651]) +34 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2312]) +25 other tests skip [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary: - shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#651]) +10 other tests skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-2/igt@kms_frontbuffer_tracking@drrs-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][104] ([Intel XE#4141]) +22 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff: - shard-dg2-set2: [PASS][105] -> [SKIP][106] ([Intel XE#656]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2-set2: NOTRUN -> [SKIP][107] ([Intel XE#658]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html - shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#1469]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#2313]) +50 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#656]) +5 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2352]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#4439]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][113] ([Intel XE#656]) +49 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#653]) +39 other tests skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_getfb@getfb2-accept-ccs: - shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#2340]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_getfb@getfb2-accept-ccs.html - shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#2340]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdmi_inject@inject-audio: - shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#1470] / [Intel XE#2853]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@invalid-metadata-sizes: - shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#1503]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_joiner@basic-ultra-joiner: - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#2927]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_joiner@basic-ultra-joiner.html - shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2927]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_joiner@basic-ultra-joiner.html - shard-dg2-set2: NOTRUN -> [SKIP][121] ([Intel XE#2927]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2-set2: [PASS][122] -> [SKIP][123] ([Intel XE#4328]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-463/igt@kms_joiner@invalid-modeset-force-big-joiner.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#4090]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#2501]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#356]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#356]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#2486]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_stress@stress-xrgb8888-ytiled: - shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#4329]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html - shard-dg2-set2: NOTRUN -> [SKIP][130] ([Intel XE#4359]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html - shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#4329]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html * igt@kms_plane@plane-position-covered: - shard-lnl: NOTRUN -> [DMESG-FAIL][132] ([Intel XE#324]) +2 other tests dmesg-fail [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3: - shard-lnl: NOTRUN -> [DMESG-WARN][133] ([Intel XE#324]) +17 other tests dmesg-warn [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [PASS][134] -> [FAIL][135] ([Intel XE#616]) +1 other test fail [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-434/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_plane_cursor@primary@pipe-a-hdmi-a-2-size-128: - shard-dg2-set2: NOTRUN -> [FAIL][136] ([Intel XE#616]) +3 other tests fail [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-2-size-128.html * igt@kms_plane_lowres@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#599]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_plane_lowres@tiling-yf.html - shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#2393]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#2493]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_plane_multiple@tiling-yf.html - shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#2493]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2-set2: NOTRUN -> [SKIP][141] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a: - shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#2763]) +11 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c: - shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#2763]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b: - shard-bmg: NOTRUN -> [SKIP][144] ([Intel XE#2763]) +14 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-bmg: NOTRUN -> [SKIP][145] ([Intel XE#2938]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_pm_backlight@brightness-with-dpms.html - shard-dg2-set2: NOTRUN -> [SKIP][146] ([Intel XE#2938]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: NOTRUN -> [SKIP][147] ([Intel XE#870]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-lnl: NOTRUN -> [SKIP][148] ([Intel XE#736]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#1131]) [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-retention-flops: - shard-lnl: NOTRUN -> [SKIP][150] ([Intel XE#3309]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_pm_dc@dc5-retention-flops.html - shard-bmg: NOTRUN -> [SKIP][151] ([Intel XE#3309]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-bmg: NOTRUN -> [SKIP][152] ([Intel XE#1439] / [Intel XE#836]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-lnl: NOTRUN -> [SKIP][153] ([Intel XE#1439] / [Intel XE#3141]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-bmg: NOTRUN -> [SKIP][154] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2-set2: [PASS][155] -> [SKIP][156] ([Intel XE#836]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-434/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - shard-lnl: NOTRUN -> [SKIP][157] ([Intel XE#2893]) +3 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][158] ([Intel XE#1489]) +16 other tests skip [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - shard-dg2-set2: NOTRUN -> [SKIP][159] ([Intel XE#1489]) +8 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: NOTRUN -> [SKIP][160] ([Intel XE#1122]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_psr2_su@page_flip-nv12.html - shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#1128]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@kms_psr2_su@page_flip-nv12.html - shard-bmg: NOTRUN -> [SKIP][162] ([Intel XE#2387]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: NOTRUN -> [SKIP][163] ([Intel XE#2850] / [Intel XE#929]) +14 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@fbc-psr2-cursor-render: - shard-bmg: NOTRUN -> [SKIP][164] ([Intel XE#2234] / [Intel XE#2850]) +28 other tests skip [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_psr@fbc-psr2-cursor-render.html * igt@kms_psr@pr-no-drrs: - shard-lnl: NOTRUN -> [SKIP][165] ([Intel XE#1406]) +6 other tests skip [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_psr@pr-no-drrs.html * igt@kms_psr@psr2-primary-render: - shard-bmg: NOTRUN -> [SKIP][166] ([Intel XE#2234]) [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_psr@psr2-primary-render.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-bmg: NOTRUN -> [SKIP][167] ([Intel XE#2414]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: NOTRUN -> [SKIP][168] ([Intel XE#2939]) [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2-set2: NOTRUN -> [SKIP][169] ([Intel XE#3414]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_rotation_crc@primary-rotation-270.html - shard-lnl: NOTRUN -> [SKIP][170] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_rotation_crc@primary-rotation-270.html - shard-bmg: NOTRUN -> [SKIP][171] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-bmg: NOTRUN -> [SKIP][172] ([Intel XE#2413]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-bmg: [PASS][173] -> [SKIP][174] ([Intel XE#1435]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-7/igt@kms_setmode@invalid-clone-single-crtc.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-bmg: NOTRUN -> [SKIP][175] ([Intel XE#2426]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html - shard-dg2-set2: NOTRUN -> [FAIL][176] ([Intel XE#1729]) [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: NOTRUN -> [FAIL][177] ([Intel XE#899]) +3 other tests fail [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@kms_vrr@flip-basic: - shard-bmg: NOTRUN -> [SKIP][178] ([Intel XE#1499]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_vrr@flip-basic.html * igt@kms_vrr@negative-basic: - shard-lnl: NOTRUN -> [SKIP][179] ([Intel XE#1499]) [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2-set2: NOTRUN -> [SKIP][180] ([Intel XE#756]) [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_writeback@writeback-check-output-xrgb2101010.html - shard-lnl: NOTRUN -> [SKIP][181] ([Intel XE#756]) [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-bmg: NOTRUN -> [SKIP][182] ([Intel XE#756]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: NOTRUN -> [SKIP][183] ([Intel XE#1091] / [Intel XE#2849]) [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: NOTRUN -> [SKIP][184] ([Intel XE#1126]) [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: NOTRUN -> [SKIP][185] ([Intel XE#2504]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eu_stall@unprivileged-access: - shard-dg2-set2: NOTRUN -> [SKIP][186] ([Intel XE#4497]) [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@xe_eu_stall@unprivileged-access.html * igt@xe_eudebug@basic-connect: - shard-lnl: NOTRUN -> [SKIP][187] ([Intel XE#2905]) +12 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@xe_eudebug@basic-connect.html * igt@xe_eudebug@basic-vm-access-userptr: - shard-bmg: NOTRUN -> [SKIP][188] ([Intel XE#2905]) +21 other tests skip [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@xe_eudebug@basic-vm-access-userptr.html * igt@xe_eudebug@basic-vm-bind-ufence-reconnect: - shard-lnl: NOTRUN -> [SKIP][189] ([Intel XE#2905] / [Intel XE#3889]) [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html - shard-bmg: NOTRUN -> [SKIP][190] ([Intel XE#2905] / [Intel XE#3889]) [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html * igt@xe_eudebug_online@basic-breakpoint: - shard-dg2-set2: NOTRUN -> [SKIP][191] ([Intel XE#2905]) +12 other tests skip [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@xe_eudebug_online@basic-breakpoint.html * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen: - shard-lnl: NOTRUN -> [SKIP][192] ([Intel XE#688]) +6 other tests skip [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr: - shard-bmg: NOTRUN -> [SKIP][193] ([Intel XE#2322]) +17 other tests skip [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate: - shard-dg2-set2: NOTRUN -> [SKIP][194] ([Intel XE#1392]) [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-invalidate.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-rebind: - shard-dg2-set2: [PASS][195] -> [SKIP][196] ([Intel XE#1392]) +3 other tests skip [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-434/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-rebind.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr-rebind.html * igt@xe_exec_basic@multigpu-once-basic-defer-mmap: - shard-lnl: NOTRUN -> [SKIP][197] ([Intel XE#1392]) +7 other tests skip [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html * igt@xe_exec_fault_mode@once-invalid-userptr-fault: - shard-dg2-set2: NOTRUN -> [SKIP][198] ([Intel XE#288]) +27 other tests skip [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: NOTRUN -> [SKIP][199] ([Intel XE#2360]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - shard-dg2-set2: NOTRUN -> [SKIP][200] ([Intel XE#2229]) [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html - shard-lnl: NOTRUN -> [SKIP][201] ([Intel XE#2229]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_mmap@small-bar: - shard-lnl: NOTRUN -> [SKIP][202] ([Intel XE#512]) [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@xe_mmap@small-bar.html - shard-dg2-set2: NOTRUN -> [SKIP][203] ([Intel XE#512]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@xe_mmap@small-bar.html * igt@xe_noexec_ping_pong: - shard-lnl: NOTRUN -> [SKIP][204] ([Intel XE#379]) [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@xe_noexec_ping_pong.html * igt@xe_oa@buffer-size: - shard-dg2-set2: NOTRUN -> [SKIP][205] ([Intel XE#4501]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@xe_oa@buffer-size.html * igt@xe_oa@map-oa-buffer: - shard-dg2-set2: NOTRUN -> [SKIP][206] ([Intel XE#2541] / [Intel XE#3573]) +7 other tests skip [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@xe_oa@map-oa-buffer.html * igt@xe_oa@syncs-syncobj-wait: - shard-dg2-set2: NOTRUN -> [SKIP][207] ([Intel XE#2541] / [Intel XE#3573] / [Intel XE#4501]) [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@xe_oa@syncs-syncobj-wait.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: NOTRUN -> [SKIP][208] ([Intel XE#2838] / [Intel XE#979]) [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@xe_pat@pat-index-xehpc.html - shard-bmg: NOTRUN -> [SKIP][209] ([Intel XE#1420]) [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xelp: - shard-lnl: NOTRUN -> [SKIP][210] ([Intel XE#977]) [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@xe_pat@pat-index-xelp.html - shard-bmg: NOTRUN -> [SKIP][211] ([Intel XE#2245]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@xe_pat@pat-index-xelp.html * igt@xe_peer2peer@read: - shard-dg2-set2: NOTRUN -> [FAIL][212] ([Intel XE#1173]) +1 other test fail [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@xe_peer2peer@read.html * igt@xe_peer2peer@write: - shard-bmg: NOTRUN -> [SKIP][213] ([Intel XE#2427]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@xe_peer2peer@write.html - shard-lnl: NOTRUN -> [SKIP][214] ([Intel XE#1061]) [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-mocs: - shard-lnl: NOTRUN -> [SKIP][215] ([Intel XE#2284]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-1/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-bmg: NOTRUN -> [SKIP][216] ([Intel XE#2284]) +4 other tests skip [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@xe_pm@s2idle-d3cold-basic-exec.html - shard-lnl: NOTRUN -> [SKIP][217] ([Intel XE#2284] / [Intel XE#366]) [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s3-mocs: - shard-lnl: NOTRUN -> [SKIP][218] ([Intel XE#584]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-7/igt@xe_pm@s3-mocs.html * igt@xe_pm@s4-basic: - shard-dg2-set2: NOTRUN -> [ABORT][219] ([Intel XE#4268]) +1 other test abort [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@xe_pm@s4-basic.html * igt@xe_pm@s4-multiple-execs: - shard-bmg: NOTRUN -> [ABORT][220] ([Intel XE#4268]) +1 other test abort [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@xe_pm@s4-multiple-execs.html * igt@xe_query@multigpu-query-gt-list: - shard-dg2-set2: NOTRUN -> [SKIP][221] ([Intel XE#944]) +5 other tests skip [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@xe_query@multigpu-query-gt-list.html - shard-lnl: NOTRUN -> [SKIP][222] ([Intel XE#944]) +5 other tests skip [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-8/igt@xe_query@multigpu-query-gt-list.html * igt@xe_query@multigpu-query-mem-usage: - shard-bmg: NOTRUN -> [SKIP][223] ([Intel XE#944]) +6 other tests skip [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@xe_query@multigpu-query-mem-usage.html * igt@xe_sriov_auto_provisioning@selfconfig-basic: - shard-dg2-set2: NOTRUN -> [SKIP][224] ([Intel XE#4130]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@xe_sriov_auto_provisioning@selfconfig-basic.html - shard-lnl: NOTRUN -> [SKIP][225] ([Intel XE#4130]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@xe_sriov_auto_provisioning@selfconfig-basic.html * igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs: - shard-bmg: NOTRUN -> [SKIP][226] ([Intel XE#4130]) +2 other tests skip [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@xe_sriov_auto_provisioning@selfconfig-reprovision-increase-numvfs.html #### Possible fixes #### * igt@kms_async_flips@async-flip-with-page-flip-events-atomic: - shard-lnl: [FAIL][227] ([Intel XE#3719] / [Intel XE#911]) -> [PASS][228] +3 other tests pass [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html * igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p: - shard-dg2-set2: [SKIP][229] ([Intel XE#2191]) -> [PASS][230] [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@kms_bw@connected-linear-tiling-2-displays-1920x1080p.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [INCOMPLETE][231] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4345] / [Intel XE#4522]) -> [PASS][232] [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-dg2-set2: [SKIP][233] ([Intel XE#309]) -> [PASS][234] +2 other tests pass [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-bmg: [SKIP][235] ([Intel XE#2291]) -> [PASS][236] +5 other tests pass [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_flip@2x-flip-vs-panning: - shard-bmg: [SKIP][237] ([Intel XE#2316]) -> [PASS][238] +4 other tests pass [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-8/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2-set2: [SKIP][239] ([Intel XE#310]) -> [PASS][240] +2 other tests pass [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_flip@2x-flip-vs-panning-vs-hang.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@flip-vs-expired-vblank@a-edp1: - shard-lnl: [FAIL][241] ([Intel XE#301]) -> [PASS][242] +1 other test pass [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-dp4: - shard-dg2-set2: [FAIL][243] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][244] +1 other test pass [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-lnl: [FAIL][245] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][246] +1 other test pass [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6: - shard-dg2-set2: [FAIL][247] ([Intel XE#301]) -> [PASS][248] [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a6.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][249] ([Intel XE#656]) -> [PASS][250] +5 other tests pass [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-onoff.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg2-set2: [SKIP][251] ([Intel XE#4328]) -> [PASS][252] [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_joiner@basic-force-big-joiner.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-435/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [SKIP][253] ([Intel XE#1435]) -> [PASS][254] [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-4/igt@kms_setmode@clone-exclusive-crtc.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html #### Warnings #### * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][255] ([Intel XE#787]) -> [SKIP][256] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-6.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][257] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][258] ([Intel XE#787]) +11 other tests skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-6.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-6.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2-set2: [SKIP][259] ([Intel XE#4440]) -> [SKIP][260] ([Intel XE#4418]) [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_cdclk@mode-transition-all-outputs.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-463/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_content_protection@srm@pipe-a-dp-2: - shard-bmg: [INCOMPLETE][261] ([Intel XE#4132]) -> [FAIL][262] ([Intel XE#1178]) +1 other test fail [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-7/igt@kms_content_protection@srm@pipe-a-dp-2.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-4/igt@kms_content_protection@srm@pipe-a-dp-2.html * igt@kms_content_protection@srm@pipe-a-dp-4: - shard-dg2-set2: [INCOMPLETE][263] ([Intel XE#4132]) -> [FAIL][264] ([Intel XE#1178]) +1 other test fail [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-435/igt@kms_content_protection@srm@pipe-a-dp-4.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-436/igt@kms_content_protection@srm@pipe-a-dp-4.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling: - shard-lnl: [ABORT][265] ([Intel XE#4528]) -> [SKIP][266] ([Intel XE#1397] / [Intel XE#1745]) [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode: - shard-lnl: [ABORT][267] ([Intel XE#4528]) -> [SKIP][268] ([Intel XE#1397]) [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: - shard-bmg: [SKIP][269] ([Intel XE#2312]) -> [SKIP][270] ([Intel XE#2311]) +13 other tests skip [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render: - shard-bmg: [SKIP][271] ([Intel XE#2311]) -> [SKIP][272] ([Intel XE#2312]) +3 other tests skip [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render: - shard-dg2-set2: [SKIP][273] ([Intel XE#656]) -> [SKIP][274] ([Intel XE#651]) +14 other tests skip [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][275] ([Intel XE#2312]) -> [SKIP][276] ([Intel XE#4141]) +6 other tests skip [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-bmg: [SKIP][277] ([Intel XE#4141]) -> [SKIP][278] ([Intel XE#2312]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-render: - shard-dg2-set2: [SKIP][279] ([Intel XE#651]) -> [SKIP][280] ([Intel XE#656]) +7 other tests skip [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-render.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw: - shard-bmg: [SKIP][281] ([Intel XE#2313]) -> [SKIP][282] ([Intel XE#2312]) +3 other tests skip [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][283] ([Intel XE#656]) -> [SKIP][284] ([Intel XE#653]) +11 other tests skip [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][285] ([Intel XE#653]) -> [SKIP][286] ([Intel XE#656]) +5 other tests skip [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff: - shard-bmg: [SKIP][287] ([Intel XE#2312]) -> [SKIP][288] ([Intel XE#2313]) +15 other tests skip [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8276/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [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#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [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#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [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#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470 [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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [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#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [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#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [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#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427 [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938 [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [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#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [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#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767 [Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768 [Intel XE#379]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/379 [Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889 [Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904 [Intel XE#3914]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3914 [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090 [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130 [Intel XE#4132]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4132 [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141 [Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156 [Intel XE#4164]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4164 [Intel XE#4268]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268 [Intel XE#4328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4328 [Intel XE#4329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4329 [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331 [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345 [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354 [Intel XE#4359]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4359 [Intel XE#4416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4416 [Intel XE#4418]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4418 [Intel XE#4439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4439 [Intel XE#4440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4440 [Intel XE#4494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4494 [Intel XE#4497]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4497 [Intel XE#4501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4501 [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522 [Intel XE#4528]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4528 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512 [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#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [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#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703 [Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [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#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [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#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [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#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 Build changes ------------- * IGT: IGT_8276 -> IGTPW_12805 IGTPW_12805: 12805 IGT_8276: 8276 xe-2825-a958e31a81b3267201c85b6f171419586afa792c: a958e31a81b3267201c85b6f171419586afa792c == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12805/index.html [-- Attachment #2: Type: text/html, Size: 94816 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ i915.CI.Full: failure for scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S ` (2 preceding siblings ...) 2025-03-20 15:09 ` ✗ Xe.CI.Full: failure " Patchwork @ 2025-03-20 16:19 ` Patchwork 2025-03-25 8:25 ` Karthik B S 2025-03-21 18:50 ` [PATCH i-g-t v2] " Kamil Konieczny 4 siblings, 1 reply; 8+ messages in thread From: Patchwork @ 2025-03-20 16:19 UTC (permalink / raw) To: Karthik B S; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 138776 bytes --] == Series Details == Series: scripts/test_list: Do not stop the build process if documantion fails URL : https://patchwork.freedesktop.org/series/146537/ State : failure == Summary == CI Bug Log - changes from IGT_8276_full -> IGTPW_12805_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12805_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12805_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. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12805_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@basic-flip-vs-wf_vblank: - shard-tglu: NOTRUN -> [FAIL][1] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-2/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-snb: [PASS][2] -> [FAIL][3] +4 other tests fail [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb5/igt@kms_flip@plain-flip-ts-check-interruptible.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html - shard-dg2: [PASS][4] -> [FAIL][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-8/igt@kms_flip@plain-flip-ts-check-interruptible.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3: - shard-dg2: NOTRUN -> [FAIL][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-snb: [PASS][7] -> [DMESG-WARN][8] +1 other test dmesg-warn [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb5/igt@kms_vblank@ts-continuation-dpms-suspend.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_vblank@ts-continuation-dpms-suspend.html Known issues ------------ Here are the changes found in IGTPW_12805_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg1: NOTRUN -> [SKIP][9] ([i915#8411]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#8411]) +2 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@api_intel_bb@object-reloc-purge-cache.html * igt@core_hotunplug@unbind-rebind: - shard-snb: [PASS][12] -> [ABORT][13] ([i915#11703]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb6/igt@core_hotunplug@unbind-rebind.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@core_hotunplug@unbind-rebind.html * igt@debugfs_test@basic-hwmon: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#9318]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@debugfs_test@basic-hwmon.html - shard-tglu: NOTRUN -> [SKIP][15] ([i915#9318]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy-idle-check-all@vcs0: - shard-dg2-9: NOTRUN -> [SKIP][16] ([i915#11527] / [i915#8414]) +6 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@vcs0.html * igt@drm_fdinfo@busy-idle-check-all@vecs1: - shard-dg2-9: NOTRUN -> [SKIP][17] ([i915#8414]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@vecs1.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8414]) +17 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@drm_fdinfo@busy-idle@bcs0.html * igt@gem_bad_reloc@negative-reloc-bltcopy: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#3281]) +9 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_bad_reloc@negative-reloc-bltcopy.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#9323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#9323]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#3555] / [i915#9323]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][23] ([i915#3555] / [i915#9323]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][24] ([i915#6335]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@gem_create@create-ext-cpu-access-big.html - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#6335]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html - shard-dg2: NOTRUN -> [ABORT][26] ([i915#13427]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_freq@sysfs: - shard-dg2: [PASS][27] -> [FAIL][28] ([i915#9561]) +1 other test fail [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-6/igt@gem_ctx_freq@sysfs.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@gem_ctx_freq@sysfs.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#8555]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-close.html - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#8555]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-close.html - shard-dg2: NOTRUN -> [SKIP][31] ([i915#8555]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2-9: NOTRUN -> [SKIP][32] ([i915#8555]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][33] ([i915#1099]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb6/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_sseu@mmap-args: - shard-tglu: NOTRUN -> [SKIP][34] ([i915#280]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4812]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@hog: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#4812]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_exec_balancer@hog.html - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4812]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@gem_exec_balancer@hog.html - shard-dg2-9: NOTRUN -> [SKIP][38] ([i915#4812]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_balancer@hog.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglu: NOTRUN -> [SKIP][39] ([i915#4525]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglu-1: NOTRUN -> [SKIP][40] ([i915#4525]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_balancer@parallel-out-fence: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#4525]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_exec_balancer@parallel-out-fence.html * igt@gem_exec_capture@capture-invisible: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#6334]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2-9: NOTRUN -> [SKIP][43] ([i915#3539] / [i915#4852]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-wb-pro-default: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gem_exec_flush@basic-wb-pro-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-dg2-9: NOTRUN -> [SKIP][46] ([i915#3281]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#3281]) +5 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-gtt-noreloc: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#3281]) +2 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +11 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4537] / [i915#4812]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg2-9: NOTRUN -> [SKIP][51] ([i915#4537] / [i915#4812]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu-1: NOTRUN -> [ABORT][53] ([i915#7975]) +1 other test abort [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4860]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4860]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_fenced_exec_thrash@too-many-fences.html - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4860]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@parallel-random: - shard-tglu-1: NOTRUN -> [SKIP][58] ([i915#4613]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@random-engines: - shard-glk: NOTRUN -> [SKIP][59] ([i915#4613]) +6 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#4613]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_lmem_swapping@verify.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][61] ([i915#4613]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_vme: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#284]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@gem_media_vme.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4083]) +3 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_mmap@bad-size.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4077]) +8 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_gtt@basic-small-bo: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4077]) +10 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_gtt@basic-write: - shard-dg2-9: NOTRUN -> [SKIP][66] ([i915#4077]) +3 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_mmap_gtt@basic-write.html * igt@gem_mmap_wc@bad-size: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4083]) +6 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@gem_mmap_wc@bad-size.html * igt@gem_mmap_wc@invalid-flags: - shard-dg2-9: NOTRUN -> [SKIP][68] ([i915#4083]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_mmap_wc@invalid-flags.html * igt@gem_mmap_wc@write-cpu-read-wc-unflushed: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4083]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_pread@bench: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3282]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_pread@bench.html * igt@gem_pwrite@basic-random: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#3282]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_pwrite@basic-random.html * igt@gem_pxp@display-protected-crc: - shard-rkl: NOTRUN -> [TIMEOUT][73] ([i915#12917] / [i915#12964]) +3 other tests timeout [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu: NOTRUN -> [SKIP][75] ([i915#13398]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@hw-rejects-pxp-context: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#13398]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_pxp@hw-rejects-pxp-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2-9: NOTRUN -> [SKIP][77] ([i915#4270]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [TIMEOUT][78] ([i915#12964]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: [PASS][79] -> [TIMEOUT][80] ([i915#12917] / [i915#12964]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-on.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#4270]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_readwrite@beyond-eob: - shard-dg2-9: NOTRUN -> [SKIP][82] ([i915#3282]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_readwrite@beyond-eob.html * igt@gem_readwrite@new-obj: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#3282]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@gem_readwrite@new-obj.html * igt@gem_render_copy@y-tiled-ccs-to-linear: - shard-dg2-9: NOTRUN -> [SKIP][84] ([i915#5190] / [i915#8428]) +2 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_render_copy@y-tiled-ccs-to-linear.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#8428]) +4 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-x-tiled: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#5190] / [i915#8428]) +4 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#4079]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#4079]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#4079]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][90] ([i915#4885]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_softpin@evict-snoop.html - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#4885]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#3297]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html - shard-rkl: NOTRUN -> [SKIP][93] ([i915#3297]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@gem_userptr_blits@create-destroy-unsync.html - shard-dg1: NOTRUN -> [SKIP][94] ([i915#3297]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@gem_userptr_blits@create-destroy-unsync.html - shard-tglu: NOTRUN -> [SKIP][95] ([i915#3297]) +2 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][96] ([i915#3323]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk5/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#3282] / [i915#3297]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html - shard-dg1: NOTRUN -> [SKIP][98] ([i915#3282] / [i915#3297]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@gem_userptr_blits@forbidden-operations.html - shard-dg2: NOTRUN -> [SKIP][99] ([i915#3282] / [i915#3297]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#3297] / [i915#4880]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#3297]) +2 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg2: NOTRUN -> [SKIP][102] ([i915#3297] / [i915#4880]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2-9: NOTRUN -> [SKIP][103] ([i915#3297] / [i915#4880]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@unsync-unmap: - shard-tglu-1: NOTRUN -> [SKIP][104] ([i915#3297]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html * igt@gen9_exec_parse@allowed-single: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#2527]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#2527]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2-9: NOTRUN -> [SKIP][107] ([i915#2856]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-oversize: - shard-tglu-1: NOTRUN -> [SKIP][108] ([i915#2527] / [i915#2856]) +2 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][109] ([i915#2527] / [i915#2856]) +3 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-2/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@secure-batches: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#2856]) +5 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#2856]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_hangman@gt-error-state-capture@vecs0: - shard-mtlp: [PASS][112] -> [ABORT][113] ([i915#13193]) +6 other tests abort [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-6/igt@i915_hangman@gt-error-state-capture@vecs0.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@i915_hangman@gt-error-state-capture@vecs0.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#8399]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglu: NOTRUN -> [WARN][115] ([i915#13790] / [i915#2681]) +1 other test warn [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rpm@system-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][116] ([i915#12797]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk7/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@thresholds: - shard-dg2-9: NOTRUN -> [SKIP][117] ([i915#11681]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@i915_pm_rps@thresholds.html * igt@i915_pm_rps@thresholds-park: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#11681]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@i915_pm_rps@thresholds-park.html * igt@i915_pm_rps@waitboost: - shard-dg2: [PASS][119] -> [FAIL][120] ([i915#13598]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@i915_pm_rps@waitboost.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@i915_pm_rps@waitboost.html - shard-dg1: [PASS][121] -> [FAIL][122] ([i915#13598]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@i915_pm_rps@waitboost.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@i915_pm_rps@waitboost.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#5723]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_query@test-query-geometry-subslices.html - shard-dg1: NOTRUN -> [SKIP][124] ([i915#5723]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@i915_query@test-query-geometry-subslices.html - shard-tglu: NOTRUN -> [SKIP][125] ([i915#5723]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html * igt@i915_suspend@basic-s3-without-i915: - shard-glk: NOTRUN -> [INCOMPLETE][126] ([i915#4817]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@debugfs-reader: - shard-rkl: [PASS][127] -> [DMESG-FAIL][128] ([i915#12964]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-8/igt@i915_suspend@debugfs-reader.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@i915_suspend@debugfs-reader.html - shard-glk: [PASS][129] -> [INCOMPLETE][130] ([i915#4817]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk5/igt@i915_suspend@debugfs-reader.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@i915_suspend@debugfs-reader.html * igt@intel_hwmon@hwmon-read: - shard-tglu: NOTRUN -> [SKIP][131] ([i915#7707]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#4212]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html - shard-dg1: NOTRUN -> [SKIP][133] ([i915#4212]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#5190]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#4212]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][136] ([i915#4215]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_addfb_basic@basic-y-tiled-legacy.html - shard-dg2: NOTRUN -> [SKIP][137] ([i915#4215] / [i915#5190]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#12454] / [i915#12712]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#12454] / [i915#12712]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs-cc: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#8709]) +3 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][141] ([i915#8709]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#8709]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#8709]) +15 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-dg2-9: NOTRUN -> [SKIP][144] ([i915#12967]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_async_flips@test-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#10333]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_async_flips@test-cursor-atomic.html * igt@kms_atomic_transition@modeset-transition-fencing: - shard-dg1: [PASS][146] -> [DMESG-WARN][147] ([i915#4423]) +2 other tests dmesg-warn [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_atomic_transition@modeset-transition-fencing.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_atomic_transition@modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#1769] / [i915#3555]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-glk: NOTRUN -> [SKIP][149] ([i915#1769]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-tglu-1: NOTRUN -> [SKIP][150] ([i915#1769] / [i915#3555]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#5286]) +5 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#5286]) +3 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#4538] / [i915#5286]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu-1: NOTRUN -> [SKIP][154] ([i915#5286]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-dg2-9: NOTRUN -> [SKIP][155] ([i915#4538] / [i915#5190]) +3 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][156] ([i915#3638]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-9: NOTRUN -> [SKIP][157] ([i915#5190]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#4538] / [i915#5190]) +11 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#6187]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#4538]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][161] ([i915#6095]) +29 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#12313]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#10307] / [i915#6095]) +168 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#6095]) +69 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-9: NOTRUN -> [SKIP][165] ([i915#12313]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#12313]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][167] ([i915#12313]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][169] ([i915#10307] / [i915#6095]) +19 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#6095]) +77 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#12805]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-dg2-9: NOTRUN -> [SKIP][172] ([i915#6095]) +4 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#6095]) +19 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][174] ([i915#12313]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#12313]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#6095]) +39 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#6095]) +136 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#3742]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html - shard-tglu: NOTRUN -> [SKIP][179] ([i915#3742]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_cdclk@mode-transition-all-outputs.html - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#13784]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cdclk@mode-transition-all-outputs.html - shard-dg2-9: NOTRUN -> [SKIP][181] ([i915#13784]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#13781]) +3 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#3742]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cdclk@plane-scaling.html - shard-tglu-1: NOTRUN -> [SKIP][184] ([i915#3742]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#13783]) +4 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_cdclk@plane-scaling@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#13783]) +4 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-dp-4.html * igt@kms_chamelium_color@degamma: - shard-dg2-9: NOTRUN -> [SKIP][187] +3 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_frames@dp-crc-single: - shard-dg1: NOTRUN -> [SKIP][188] ([i915#11151] / [i915#7828]) +4 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#11151] / [i915#7828]) +9 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-dg2-9: NOTRUN -> [SKIP][190] ([i915#11151] / [i915#7828]) +3 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#11151] / [i915#7828]) +9 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html - shard-tglu: NOTRUN -> [SKIP][192] ([i915#11151] / [i915#7828]) +8 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-tglu-1: NOTRUN -> [SKIP][193] ([i915#11151] / [i915#7828]) +3 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#11151] / [i915#7828]) +4 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3299]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#3299]) +1 other test skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#3116]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglu: NOTRUN -> [SKIP][198] ([i915#3116] / [i915#3299]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy: - shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_content_protection@legacy.html * igt@kms_content_protection@legacy@pipe-a-dp-3: - shard-dg2: NOTRUN -> [FAIL][200] ([i915#7173]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-3.html * igt@kms_content_protection@lic-type-1: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#6944] / [i915#9424]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#7118]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_content_protection@srm.html - shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#6944] / [i915#7116] / [i915#7118]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu: NOTRUN -> [SKIP][204] ([i915#13049]) +2 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-mtlp: NOTRUN -> [SKIP][205] ([i915#13049]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][206] ([i915#13049]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html - shard-dg1: NOTRUN -> [SKIP][207] ([i915#13049]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-tglu-1: NOTRUN -> [SKIP][208] ([i915#13049]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#8814]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][210] ([i915#13566]) +1 other test fail [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg2-9: NOTRUN -> [SKIP][211] ([i915#3555]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#13049]) +2 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8814]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#3555]) +4 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-tglu-1: NOTRUN -> [SKIP][215] ([i915#3555]) +1 other test skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#3555]) +4 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#3555]) +5 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-tglu-1: NOTRUN -> [FAIL][218] ([i915#13566]) +1 other test fail [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][219] ([i915#13566]) +1 other test fail [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#9809]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2-9: NOTRUN -> [SKIP][221] ([i915#13046] / [i915#5354]) +2 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-tglu-1: NOTRUN -> [SKIP][222] ([i915#4103]) +1 other test skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipa-toggle: - shard-rkl: [PASS][223] -> [DMESG-WARN][224] ([i915#12917] / [i915#12964]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#13046] / [i915#5354]) +3 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-tglu: NOTRUN -> [SKIP][226] +108 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2-9: NOTRUN -> [SKIP][227] ([i915#9067]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#4103] / [i915#4213]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-rkl: NOTRUN -> [SKIP][229] ([i915#4103]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-tglu: NOTRUN -> [SKIP][230] ([i915#4103]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2-9: NOTRUN -> [SKIP][231] ([i915#4103] / [i915#4213]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_cursor_legacy@single-bo@all-pipes: - shard-rkl: NOTRUN -> [DMESG-WARN][232] ([i915#12964]) +13 other tests dmesg-warn [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cursor_legacy@single-bo@all-pipes.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#9723]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-tglu: NOTRUN -> [SKIP][234] ([i915#13691]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_display_modes@extended-mode-basic.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#13691]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: [PASS][236] -> [SKIP][237] ([i915#3555]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#13707]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html - shard-tglu: NOTRUN -> [SKIP][239] ([i915#13707]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][240] ([i915#8812]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2-9: NOTRUN -> [SKIP][241] ([i915#3840] / [i915#9688]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#3840]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#3840]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_dsc@dsc-with-bpc-formats.html - shard-tglu: NOTRUN -> [SKIP][244] ([i915#3555] / [i915#3840]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#3555] / [i915#3840]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_dsc@dsc-with-output-formats.html - shard-tglu-1: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#3840]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#3840] / [i915#9053]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#13798]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#3955]) +1 other test skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-4x: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#1839]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-busy-flip: - shard-dg2-9: NOTRUN -> [SKIP][251] ([i915#9934]) +2 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-rkl: NOTRUN -> [SKIP][252] ([i915#9934]) +3 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#8381]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][254] ([i915#12745] / [i915#4839]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3637]) +2 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2: - shard-glk: NOTRUN -> [INCOMPLETE][256] ([i915#4839]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-dg1: NOTRUN -> [SKIP][257] ([i915#9934]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#9934]) +3 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-tglu: NOTRUN -> [SKIP][259] ([i915#3637]) +5 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][260] ([i915#3637]) +5 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-dg2-9: NOTRUN -> [SKIP][261] ([i915#8381]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-snb: [PASS][262] -> [INCOMPLETE][263] ([i915#12314]) +1 other test incomplete [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb4/igt@kms_flip@flip-vs-fences-interruptible.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-snb: NOTRUN -> [DMESG-WARN][264] ([i915#13899]) +1 other test dmesg-warn [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][265] ([i915#2587] / [i915#2672]) +1 other test skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][266] ([i915#2587] / [i915#2672]) +2 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling: - shard-rkl: [PASS][267] -> [DMESG-WARN][268] ([i915#12964]) +31 other tests dmesg-warn [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#2672] / [i915#3555]) +2 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#2672]) +2 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][271] ([i915#2672] / [i915#8813]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2-9: NOTRUN -> [SKIP][272] ([i915#2672]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-dg2-9: NOTRUN -> [SKIP][273] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][274] ([i915#2672] / [i915#3555]) +4 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#3555] / [i915#8810] / [i915#8813]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][276] ([i915#8810]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][277] ([i915#2672]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][278] ([i915#2587] / [i915#2672]) +4 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][279] ([i915#2672] / [i915#3555]) +1 other test skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html - shard-tglu-1: NOTRUN -> [SKIP][280] ([i915#2672] / [i915#3555]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html - shard-dg1: NOTRUN -> [SKIP][281] ([i915#2672] / [i915#3555]) +2 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][282] ([i915#2672] / [i915#3555] / [i915#8813]) +4 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-glk: NOTRUN -> [INCOMPLETE][283] ([i915#10056] / [i915#13353]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#3458]) +21 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#3458]) +8 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite: - shard-dg2-9: NOTRUN -> [SKIP][286] ([i915#3458]) +3 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][287] +15 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html - shard-dg1: NOTRUN -> [SKIP][288] ([i915#8708]) +13 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][289] ([i915#1825]) +39 other tests skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-dg2-9: NOTRUN -> [SKIP][290] ([i915#5354]) +14 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][291] ([i915#1825]) +22 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen: - shard-dg2: NOTRUN -> [SKIP][292] ([i915#5354]) +24 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][293] +24 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-tglu: NOTRUN -> [SKIP][294] ([i915#5439]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][295] +36 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#3023]) +18 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2-9: NOTRUN -> [SKIP][297] ([i915#8708]) +7 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][298] ([i915#8708]) +25 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][299] ([i915#8708]) +14 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [PASS][300] -> [SKIP][301] ([i915#13030]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg2: [PASS][302] -> [SKIP][303] ([i915#3555] / [i915#8228]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@brightness-with-hdr: - shard-tglu: NOTRUN -> [SKIP][304] ([i915#12713]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-hdr: - shard-dg2-9: NOTRUN -> [SKIP][305] ([i915#3555] / [i915#8228]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][306] ([i915#3555] / [i915#8228]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][307] ([i915#3555] / [i915#8228]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_hdr@static-toggle-dpms.html * igt@kms_joiner@basic-big-joiner: - shard-tglu: NOTRUN -> [SKIP][308] ([i915#10656]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#12388]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg1: NOTRUN -> [SKIP][310] ([i915#12394]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_joiner@basic-force-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][311] ([i915#12394]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_joiner@basic-force-ultra-joiner.html - shard-mtlp: NOTRUN -> [SKIP][312] ([i915#10656]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_joiner@basic-force-ultra-joiner.html - shard-dg2: NOTRUN -> [SKIP][313] ([i915#10656]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-max-non-joiner: - shard-tglu: NOTRUN -> [SKIP][314] ([i915#13688]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_joiner@basic-max-non-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][315] ([i915#12339]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2-9: NOTRUN -> [SKIP][316] ([i915#12388]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][317] ([i915#13522]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_plane_alpha_blend@constant-alpha-max: - shard-glk: NOTRUN -> [FAIL][318] ([i915#10647] / [i915#12169]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][319] ([i915#10647]) +1 other test fail [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_lowres@tiling-x: - shard-mtlp: NOTRUN -> [SKIP][320] ([i915#11614] / [i915#3582]) +1 other test skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_plane_lowres@tiling-x.html * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][321] ([i915#10226] / [i915#11614] / [i915#3582]) +2 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2-9: NOTRUN -> [SKIP][322] ([i915#3555] / [i915#8821]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: [PASS][323] -> [SKIP][324] ([i915#6953] / [i915#9423]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2: NOTRUN -> [SKIP][325] ([i915#12247] / [i915#9423]) +1 other test skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: - shard-rkl: NOTRUN -> [SKIP][326] ([i915#12247]) +10 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-tglu-1: NOTRUN -> [SKIP][327] ([i915#12247]) +4 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][328] ([i915#12247] / [i915#6953] / [i915#9423]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c: - shard-mtlp: NOTRUN -> [SKIP][329] ([i915#12247]) +21 other tests skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][330] ([i915#12247]) +11 other tests skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-75: - shard-mtlp: NOTRUN -> [SKIP][331] ([i915#12247] / [i915#3555] / [i915#6953]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-mtlp: NOTRUN -> [SKIP][332] ([i915#12247] / [i915#6953]) +1 other test skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html - shard-dg2-9: NOTRUN -> [SKIP][333] ([i915#12247] / [i915#6953] / [i915#9423]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][334] ([i915#12247] / [i915#6953]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html - shard-dg1: NOTRUN -> [SKIP][335] ([i915#12247] / [i915#6953]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html - shard-tglu: NOTRUN -> [SKIP][336] ([i915#12247] / [i915#6953]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c: - shard-dg2-9: NOTRUN -> [SKIP][337] ([i915#12247]) +3 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html - shard-dg1: NOTRUN -> [SKIP][338] ([i915#12247]) +3 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d: - shard-tglu: NOTRUN -> [SKIP][339] ([i915#12247]) +17 other tests skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-rkl: NOTRUN -> [SKIP][340] ([i915#12247] / [i915#3555]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-tglu: NOTRUN -> [SKIP][341] ([i915#12343]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-dpms: - shard-rkl: NOTRUN -> [SKIP][342] ([i915#5354]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][343] ([i915#9685]) +1 other test skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-tglu: NOTRUN -> [SKIP][344] ([i915#9685]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-retention-flops: - shard-mtlp: NOTRUN -> [SKIP][345] ([i915#3828]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_pm_dc@dc5-retention-flops.html - shard-dg2: NOTRUN -> [SKIP][346] ([i915#3828]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_pm_dc@dc5-retention-flops.html - shard-rkl: NOTRUN -> [SKIP][347] ([i915#3828]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_pm_dc@dc5-retention-flops.html - shard-dg1: NOTRUN -> [SKIP][348] ([i915#3828]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_pm_dc@dc5-retention-flops.html - shard-tglu: NOTRUN -> [SKIP][349] ([i915#3828]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][350] ([i915#9340]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-tglu: NOTRUN -> [SKIP][351] ([i915#8430]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html - shard-dg2: NOTRUN -> [SKIP][352] ([i915#8430]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@cursor: - shard-dg1: NOTRUN -> [SKIP][353] ([i915#4077]) +4 other tests skip [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_pm_rpm@cursor.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg1: NOTRUN -> [SKIP][354] ([i915#9519]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][355] ([i915#9519]) +1 other test skip [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-tglu: NOTRUN -> [SKIP][356] ([i915#9519]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2-9: NOTRUN -> [SKIP][357] ([i915#9519]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - shard-dg2-9: NOTRUN -> [SKIP][358] ([i915#11520]) +2 other tests skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - shard-dg2: NOTRUN -> [SKIP][359] ([i915#11520]) +11 other tests skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][360] ([i915#11520]) +6 other tests skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html - shard-tglu-1: NOTRUN -> [SKIP][361] ([i915#11520]) +4 other tests skip [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][362] ([i915#9808]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][363] ([i915#12316]) +4 other tests skip [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][364] ([i915#11520]) +7 other tests skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][365] ([i915#11520]) +13 other tests skip [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-snb: NOTRUN -> [SKIP][366] ([i915#11520]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - shard-dg1: NOTRUN -> [SKIP][367] ([i915#11520]) +3 other tests skip [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][368] ([i915#4348]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][369] ([i915#9683]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html - shard-tglu: NOTRUN -> [SKIP][370] ([i915#9683]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2-9: NOTRUN -> [SKIP][371] ([i915#1072] / [i915#9732]) +9 other tests skip [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][372] +483 other tests skip [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][373] ([i915#1072] / [i915#9732]) +11 other tests skip [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][374] ([i915#1072] / [i915#9732]) +20 other tests skip [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@pr-cursor-mmap-gtt: - shard-tglu-1: NOTRUN -> [SKIP][375] ([i915#9732]) +11 other tests skip [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_psr@pr-cursor-mmap-gtt.html * igt@kms_psr@pr-primary-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][376] ([i915#9688]) +24 other tests skip [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@kms_psr@pr-primary-mmap-cpu.html * igt@kms_psr@psr-cursor-render: - shard-dg2: NOTRUN -> [SKIP][377] ([i915#1072] / [i915#9732]) +24 other tests skip [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr2-primary-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][378] ([i915#4077] / [i915#9688]) +1 other test skip [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html * igt@kms_psr@psr2-primary-render: - shard-tglu: NOTRUN -> [SKIP][379] ([i915#9732]) +21 other tests skip [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr@psr2-primary-render.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-9: NOTRUN -> [SKIP][380] ([i915#9685]) [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][381] ([i915#12755]) +3 other tests skip [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][382] ([i915#4235]) [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2: NOTRUN -> [SKIP][383] ([i915#12755]) [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][384] ([i915#12755] / [i915#5190]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2: NOTRUN -> [SKIP][385] ([i915#5190]) [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-tglu: NOTRUN -> [SKIP][386] ([i915#5289]) [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_scaling_modes@scaling-mode-none: - shard-mtlp: NOTRUN -> [SKIP][387] ([i915#3555] / [i915#5030] / [i915#9041]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][388] ([i915#5030]) +2 other tests skip [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][389] ([i915#5030] / [i915#9041]) [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html * igt@kms_selftest@drm_framebuffer: - shard-rkl: NOTRUN -> [ABORT][390] ([i915#13179]) +1 other test abort [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_selftest@drm_framebuffer.html - shard-tglu: NOTRUN -> [ABORT][391] ([i915#13179]) +1 other test abort [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_selftest@drm_framebuffer.html - shard-glk: NOTRUN -> [ABORT][392] ([i915#13179]) +1 other test abort [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk2/igt@kms_selftest@drm_framebuffer.html * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free: - shard-dg2: NOTRUN -> [ABORT][393] ([i915#13179]) +1 other test abort [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html * igt@kms_tiled_display@basic-test-pattern: - shard-tglu: NOTRUN -> [SKIP][394] ([i915#8623]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_tiled_display@basic-test-pattern.html - shard-glk: NOTRUN -> [FAIL][395] ([i915#10959]) [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][396] ([i915#3555] / [i915#8808]) +1 other test skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_vrr@flipline.html - shard-dg1: NOTRUN -> [SKIP][397] ([i915#3555]) +2 other tests skip [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_vrr@flipline.html * igt@kms_vrr@lobf: - shard-tglu: NOTRUN -> [SKIP][398] ([i915#11920]) [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_vrr@lobf.html * igt@kms_vrr@max-min: - shard-dg2-9: NOTRUN -> [SKIP][399] ([i915#9906]) [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-mtlp: [PASS][400] -> [FAIL][401] ([i915#10393]) +1 other test fail [400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@kms_vrr@negative-basic.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_vrr@negative-basic.html - shard-rkl: NOTRUN -> [SKIP][402] ([i915#3555] / [i915#9906]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-tglu: NOTRUN -> [SKIP][403] ([i915#9906]) +1 other test skip [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_vrr@seamless-rr-switch-drrs.html - shard-mtlp: NOTRUN -> [SKIP][404] ([i915#8808] / [i915#9906]) +1 other test skip [404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg2: NOTRUN -> [SKIP][405] ([i915#9906]) [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-rkl: NOTRUN -> [SKIP][406] ([i915#9906]) [406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-dg1: NOTRUN -> [SKIP][407] ([i915#9906]) [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][408] ([i915#2437] / [i915#9412]) [408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][409] ([i915#2437]) +1 other test skip [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk6/igt@kms_writeback@writeback-fb-id.html - shard-tglu-1: NOTRUN -> [SKIP][410] ([i915#2437]) [410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu-1: NOTRUN -> [SKIP][411] ([i915#2437] / [i915#9412]) [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][412] ([i915#2437]) [412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-snb: NOTRUN -> [SKIP][413] +30 other tests skip [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb2/igt@kms_writeback@writeback-pixel-formats.html - shard-mtlp: NOTRUN -> [SKIP][414] ([i915#2437] / [i915#9412]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html - shard-dg2: NOTRUN -> [SKIP][415] ([i915#2437] / [i915#9412]) [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_writeback@writeback-pixel-formats.html - shard-dg1: NOTRUN -> [SKIP][416] ([i915#2437] / [i915#9412]) [416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-mtlp: NOTRUN -> [SKIP][417] +21 other tests skip [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@perf@gen8-unprivileged-single-ctx-counters.html - shard-dg2: NOTRUN -> [SKIP][418] ([i915#2436]) [418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@perf@gen8-unprivileged-single-ctx-counters.html - shard-rkl: NOTRUN -> [SKIP][419] ([i915#2436]) [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][420] ([i915#7387]) [420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@perf@global-sseu-config.html * igt@perf@mi-rpc: - shard-rkl: NOTRUN -> [SKIP][421] ([i915#2434]) [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][422] ([i915#2435]) [422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [PASS][423] -> [FAIL][424] ([i915#4349]) +9 other tests fail [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html [424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@event-wait@rcs0: - shard-dg2: NOTRUN -> [SKIP][425] +13 other tests skip [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@frequency@gt0: - shard-dg2-9: NOTRUN -> [FAIL][426] ([i915#12549] / [i915#6806]) +1 other test fail [426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][427] ([i915#8516]) [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][428] ([i915#8516]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@perf_pmu@rc6@other-idle-gt0.html - shard-tglu-1: NOTRUN -> [SKIP][429] ([i915#8516]) [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][430] ([i915#3291] / [i915#3708]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][431] ([i915#3708] / [i915#4077]) [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@prime_vgem@basic-gtt.html - shard-dg1: NOTRUN -> [SKIP][432] ([i915#3708] / [i915#4077]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-write: - shard-mtlp: NOTRUN -> [SKIP][433] ([i915#10216] / [i915#3708]) [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-flip-hang: - shard-rkl: NOTRUN -> [SKIP][434] ([i915#3708]) [434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][435] ([i915#3708]) [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@prime_vgem@fence-read-hang.html - shard-dg1: NOTRUN -> [SKIP][436] ([i915#3708]) +1 other test skip [436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-dg1: NOTRUN -> [SKIP][437] ([i915#9917]) [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-rkl: NOTRUN -> [SKIP][438] ([i915#9917]) [438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html - shard-tglu-1: NOTRUN -> [FAIL][439] ([i915#12910]) [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4: - shard-mtlp: NOTRUN -> [FAIL][440] ([i915#12910]) +8 other tests fail [440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4.html #### Possible fixes #### * igt@gem_eio@in-flight-internal-1us: - shard-mtlp: [ABORT][441] ([i915#13193]) -> [PASS][442] +3 other tests pass [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@gem_eio@in-flight-internal-1us.html [442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@gem_eio@in-flight-internal-1us.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [INCOMPLETE][443] ([i915#11441] / [i915#13304]) -> [PASS][444] [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html [444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [INCOMPLETE][445] ([i915#11441]) -> [PASS][446] [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@gem_exec_suspend@basic-s0@lmem0.html [446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-rkl: [TIMEOUT][447] ([i915#12917] / [i915#12964]) -> [PASS][448] [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html [448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_workarounds@suspend-resume-context: - shard-glk: [INCOMPLETE][449] ([i915#13356]) -> [PASS][450] [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk3/igt@gem_workarounds@suspend-resume-context.html [450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@gem_workarounds@suspend-resume-context.html * igt@i915_module_load@reload-no-display: - shard-tglu: [DMESG-WARN][451] ([i915#13029]) -> [PASS][452] [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-9/igt@i915_module_load@reload-no-display.html [452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@i915_module_load@reload-no-display.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [ABORT][453] ([i915#9820]) -> [PASS][454] [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html [454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-rkl: [FAIL][455] ([i915#12942]) -> [PASS][456] +1 other test pass [455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-accuracy.html [456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: [FAIL][457] ([i915#3591]) -> [PASS][458] +1 other test pass [457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html [458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_suspend@fence-restore-untiled: - shard-glk: [INCOMPLETE][459] ([i915#4817]) -> [PASS][460] [459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk2/igt@i915_suspend@fence-restore-untiled.html [460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@i915_suspend@fence-restore-untiled.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic: - shard-dg1: [DMESG-WARN][461] ([i915#4423]) -> [PASS][462] [461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html [462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: [FAIL][463] ([i915#5138]) -> [PASS][464] +1 other test pass [463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-rkl: [FAIL][465] ([i915#13566]) -> [PASS][466] +4 other tests pass [465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html [466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1: - shard-mtlp: [FAIL][467] ([i915#13566]) -> [PASS][468] +1 other test pass [467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-5/igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1.html [468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-tglu: [FAIL][469] ([i915#13566]) -> [PASS][470] +7 other tests pass [469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-128x42.html [470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_legacy@torture-bo@pipe-a: - shard-rkl: [DMESG-WARN][471] ([i915#12964]) -> [PASS][472] +25 other tests pass [471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-a.html [472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: [SKIP][473] ([i915#13749]) -> [PASS][474] [473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-8/igt@kms_dp_link_training@non-uhbr-sst.html [474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-glk: [DMESG-WARN][475] ([i915#118]) -> [PASS][476] +1 other test pass [475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank.html [476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk5/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-dg1: [FAIL][477] ([i915#13027]) -> [PASS][478] [477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@plain-flip-fb-recreate: - shard-dg2: [FAIL][479] -> [PASS][480] +3 other tests pass [479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_flip@plain-flip-fb-recreate.html [480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_flip@plain-flip-fb-recreate.html * igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1: - shard-tglu: [FAIL][481] -> [PASS][482] +5 other tests pass [481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1.html [482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-snb: [SKIP][483] -> [PASS][484] +4 other tests pass [483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html [484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-rkl: [DMESG-FAIL][485] ([i915#12964]) -> [PASS][486] [485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html [486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_hdr@bpc-switch: - shard-dg2: [SKIP][487] ([i915#3555] / [i915#8228]) -> [PASS][488] [487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-3/igt@kms_hdr@bpc-switch.html [488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_hdr@bpc-switch.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][489] ([i915#9519]) -> [PASS][490] +2 other tests pass [489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html [490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][491] ([i915#9519]) -> [PASS][492] +1 other test pass [491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_psr@psr2-sprite-mmap-cpu: - shard-mtlp: [FAIL][493] ([i915#13509]) -> [PASS][494] +1 other test pass [493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-3/igt@kms_psr@psr2-sprite-mmap-cpu.html [494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_psr@psr2-sprite-mmap-cpu.html * igt@perf_pmu@busy-double-start@bcs0: - shard-mtlp: [FAIL][495] ([i915#4349]) -> [PASS][496] [495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-3/igt@perf_pmu@busy-double-start@bcs0.html [496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html * igt@perf_pmu@busy-idle-check-all@vecs0: - shard-dg1: [FAIL][497] ([i915#4349]) -> [PASS][498] +3 other tests pass [497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@perf_pmu@busy-idle-check-all@vecs0.html [498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html * igt@perf_pmu@module-unload: - shard-snb: [INCOMPLETE][499] ([i915#13520]) -> [PASS][500] [499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb2/igt@perf_pmu@module-unload.html [500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb7/igt@perf_pmu@module-unload.html - shard-dg2: [INCOMPLETE][501] ([i915#13520]) -> [PASS][502] [501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-10/igt@perf_pmu@module-unload.html [502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@perf_pmu@module-unload.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-mtlp: [FAIL][503] ([i915#11943]) -> [PASS][504] +1 other test pass [503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html #### Warnings #### * igt@device_reset@unbind-reset-rebind: - shard-dg1: [ABORT][505] ([i915#11814] / [i915#11815] / [i915#9413]) -> [INCOMPLETE][506] ([i915#11814]) [505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@device_reset@unbind-reset-rebind.html [506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html * igt@gem_eio@in-flight-suspend: - shard-glk: [INCOMPLETE][507] ([i915#13197] / [i915#13390]) -> [INCOMPLETE][508] ([i915#13390]) [507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk7/igt@gem_eio@in-flight-suspend.html [508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk2/igt@gem_eio@in-flight-suspend.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-rkl: [TIMEOUT][509] ([i915#12917] / [i915#12964]) -> [SKIP][510] ([i915#13717]) [509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-4/igt@gem_pxp@hw-rejects-pxp-buffer.html [510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-rkl: [TIMEOUT][511] ([i915#12917] / [i915#12964]) -> [SKIP][512] ([i915#4270]) [511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@gem_pxp@protected-raw-src-copy-not-readible.html [512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@kms_content_protection@legacy: - shard-dg2: [SKIP][513] ([i915#7118] / [i915#9424]) -> [FAIL][514] ([i915#7173]) [513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@kms_content_protection@legacy.html [514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_content_protection@legacy.html * igt@kms_content_protection@uevent: - shard-dg2: [FAIL][515] ([i915#1339] / [i915#7173]) -> [SKIP][516] ([i915#7118] / [i915#9424]) [515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_content_protection@uevent.html [516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_content_protection@uevent.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-glk: [INCOMPLETE][517] ([i915#12314] / [i915#12745] / [i915#4839]) -> [INCOMPLETE][518] ([i915#12745] / [i915#4839]) [517]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html [518]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [INCOMPLETE][519] ([i915#12314] / [i915#4839]) -> [INCOMPLETE][520] ([i915#4839]) [519]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html [520]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][521] ([i915#3458]) -> [SKIP][522] ([i915#10433] / [i915#3458]) +1 other test skip [521]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html [522]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render: - shard-dg1: [SKIP][523] -> [SKIP][524] ([i915#4423]) [523]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render.html [524]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt: - shard-dg1: [SKIP][525] ([i915#4423]) -> [SKIP][526] [525]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html [526]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt: - shard-dg1: [SKIP][527] ([i915#3458] / [i915#4423]) -> [SKIP][528] ([i915#3458]) [527]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html [528]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt: - shard-dg2: [SKIP][529] ([i915#10433] / [i915#3458]) -> [SKIP][530] ([i915#3458]) [529]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html [530]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html * igt@kms_hdr@brightness-with-hdr: - shard-dg2: [SKIP][531] ([i915#12713]) -> [SKIP][532] ([i915#13331]) [531]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_hdr@brightness-with-hdr.html [532]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_hdr@brightness-with-hdr.html - shard-rkl: [SKIP][533] ([i915#12713]) -> [SKIP][534] ([i915#1187] / [i915#12713]) [533]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html [534]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html [i915#10056]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056 [i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216 [i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333 [i915#10393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10393 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11441]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527 [i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11703]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703 [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118 [i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814 [i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943 [i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339 [i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394 [i915#12454]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454 [i915#12549]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549 [i915#12712]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12797]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12942]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#12967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967 [i915#13027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027 [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029 [i915#13030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179 [i915#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193 [i915#13197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13197 [i915#13304]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304 [i915#13331]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331 [i915#13353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13353 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#1339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339 [i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390 [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398 [i915#13427]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427 [i915#13509]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13509 [i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520 [i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13598]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13598 [i915#13688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688 [i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13717]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717 [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781 [i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13784 [i915#13790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790 [i915#13798]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13798 [i915#13899]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13899 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [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#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9041]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9561]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9561 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8276 -> IGTPW_12805 CI-20190529: 20190529 CI_DRM_16293: a958e31a81b3267201c85b6f171419586afa792c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12805: 12805 IGT_8276: 8276 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html [-- Attachment #2: Type: text/html, Size: 178796 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ i915.CI.Full: failure for scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 16:19 ` ✗ i915.CI.Full: " Patchwork @ 2025-03-25 8:25 ` Karthik B S 0 siblings, 0 replies; 8+ messages in thread From: Karthik B S @ 2025-03-25 8:25 UTC (permalink / raw) To: igt-dev [-- Attachment #1: Type: text/plain, Size: 175090 bytes --] Hi, Both failures on i915 and xe are unrelated as these are documentation related changes. Will go ahead and merge this. Thanks, Karthik.B.S On 3/20/2025 9:49 PM, Patchwork wrote: > Project List - Patchwork *Patch Details* > *Series:* scripts/test_list: Do not stop the build process if > documantion fails > *URL:* https://patchwork.freedesktop.org/series/146537/ > *State:* failure > *Details:* > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html > > > CI Bug Log - changes from IGT_8276_full -> IGTPW_12805_full > > > Summary > > *FAILURE* > > Serious unknown changes coming with IGTPW_12805_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_12805_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. > > External URL: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/index.html > > > Participating hosts (10 -> 10) > > No changes in participating hosts > > > Possible new issues > > Here are the unknown changes that may have been introduced in > IGTPW_12805_full: > > > IGT changes > > > Possible regressions > > * > > igt@kms_flip@basic-flip-vs-wf_vblank: > > o shard-tglu: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-2/igt@kms_flip@basic-flip-vs-wf_vblank.html> > +1 other test fail > * > > igt@kms_flip@plain-flip-ts-check-interruptible: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb5/igt@kms_flip@plain-flip-ts-check-interruptible.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html> > +4 other tests fail > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-8/igt@kms_flip@plain-flip-ts-check-interruptible.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_flip@plain-flip-ts-check-interruptible.html> > * > > igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3.html> > * > > igt@kms_vblank@ts-continuation-dpms-suspend: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb5/igt@kms_vblank@ts-continuation-dpms-suspend.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_vblank@ts-continuation-dpms-suspend.html> > +1 other test dmesg-warn > > > Known issues > > Here are the changes found in IGTPW_12805_full that come from known > issues: > > > IGT changes > > > Issues hit > > * > > igt@api_intel_bb@blit-reloc-keep-cache: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@api_intel_bb@blit-reloc-keep-cache.html> > (i915#8411 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@api_intel_bb@blit-reloc-keep-cache.html> > (i915#8411 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) > * > > igt@api_intel_bb@object-reloc-purge-cache: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@api_intel_bb@object-reloc-purge-cache.html> > (i915#8411 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411>) > +2 other tests skip > * > > igt@core_hotunplug@unbind-rebind: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb6/igt@core_hotunplug@unbind-rebind.html> > -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@core_hotunplug@unbind-rebind.html> > (i915#11703 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703>) > * > > igt@debugfs_test@basic-hwmon: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@debugfs_test@basic-hwmon.html> > (i915#9318 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@debugfs_test@basic-hwmon.html> > (i915#9318 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318>) > * > > igt@drm_fdinfo@busy-idle-check-all@vcs0: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@vcs0.html> > (i915#11527 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11527> > / i915#8414 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) > +6 other tests skip > * > > igt@drm_fdinfo@busy-idle-check-all@vecs1: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@drm_fdinfo@busy-idle-check-all@vecs1.html> > (i915#8414 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) > * > > igt@drm_fdinfo@busy-idle@bcs0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@drm_fdinfo@busy-idle@bcs0.html> > (i915#8414 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414>) > +17 other tests skip > * > > igt@gem_bad_reloc@negative-reloc-bltcopy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_bad_reloc@negative-reloc-bltcopy.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) > +9 other tests skip > * > > igt@gem_ccs@block-copy-compressed: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#9323 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@gem_ccs@block-copy-compressed.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#9323 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>) > * > > igt@gem_ccs@block-multicopy-inplace: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@gem_ccs@block-multicopy-inplace.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#9323 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>) > +2 other tests skip > * > > igt@gem_ccs@ctrl-surf-copy: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@gem_ccs@ctrl-surf-copy.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#9323 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323>) > +1 other test skip > * > > igt@gem_create@create-ext-cpu-access-big: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@gem_create@create-ext-cpu-access-big.html> > (i915#6335 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html> > (i915#6335 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335>) > o shard-dg2: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html> > (i915#13427 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13427>) > * > > igt@gem_ctx_freq@sysfs: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-6/igt@gem_ctx_freq@sysfs.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@gem_ctx_freq@sysfs.html> > (i915#9561 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9561>) > +1 other test fail > * > > igt@gem_ctx_persistence@heartbeat-close: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-close.html> > (i915#8555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_ctx_persistence@heartbeat-close.html> > (i915#8555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>) > +1 other test skip > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-close.html> > (i915#8555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>) > * > > igt@gem_ctx_persistence@heartbeat-hostile: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_ctx_persistence@heartbeat-hostile.html> > (i915#8555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555>) > +1 other test skip > * > > igt@gem_ctx_persistence@processes: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb6/igt@gem_ctx_persistence@processes.html> > (i915#1099 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099>) > * > > igt@gem_ctx_sseu@mmap-args: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@gem_ctx_sseu@mmap-args.html> > (i915#280 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280>) > * > > igt@gem_exec_balancer@bonded-false-hang: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@gem_exec_balancer@bonded-false-hang.html> > (i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > +1 other test skip > * > > igt@gem_exec_balancer@hog: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_exec_balancer@hog.html> > (i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > +1 other test skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@gem_exec_balancer@hog.html> > (i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_balancer@hog.html> > (i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > * > > igt@gem_exec_balancer@parallel-contexts: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@gem_exec_balancer@parallel-contexts.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>) > +2 other tests skip > * > > igt@gem_exec_balancer@parallel-ordering: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_exec_balancer@parallel-ordering.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>) > * > > igt@gem_exec_balancer@parallel-out-fence: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_exec_balancer@parallel-out-fence.html> > (i915#4525 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525>) > +2 other tests skip > * > > igt@gem_exec_capture@capture-invisible: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_exec_capture@capture-invisible.html> > (i915#6334 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334>) > +1 other test skip > * > > igt@gem_exec_flush@basic-batch-kernel-default-cmd: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html> > (i915#3539 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> > / i915#4852 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) > +1 other test skip > * > > igt@gem_exec_flush@basic-wb-pro-default: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gem_exec_flush@basic-wb-pro-default.html> > (i915#3539 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> > / i915#4852 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) > +1 other test skip > * > > igt@gem_exec_flush@basic-wb-ro-before-default: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_exec_flush@basic-wb-ro-before-default.html> > (i915#3539 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539> > / i915#4852 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852>) > +1 other test skip > * > > igt@gem_exec_reloc@basic-cpu-noreloc: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_reloc@basic-cpu-noreloc.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) > +3 other tests skip > * > > igt@gem_exec_reloc@basic-scanout: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_exec_reloc@basic-scanout.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) > +5 other tests skip > * > > igt@gem_exec_reloc@basic-wc-gtt-noreloc: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) > +2 other tests skip > * > > igt@gem_exec_reloc@basic-write-read-active: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_exec_reloc@basic-write-read-active.html> > (i915#3281 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281>) > +11 other tests skip > * > > igt@gem_exec_schedule@preempt-queue-chain: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-chain.html> > (i915#4537 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> > / i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > +1 other test skip > * > > igt@gem_exec_schedule@preempt-queue-contexts: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_exec_schedule@preempt-queue-contexts.html> > (i915#4537 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> > / i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > * > > igt@gem_exec_schedule@preempt-queue-contexts-chain: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@gem_exec_schedule@preempt-queue-contexts-chain.html> > (i915#4537 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537> > / i915#4812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812>) > * > > igt@gem_exec_suspend@basic-s4-devices@smem: > > o shard-tglu-1: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_exec_suspend@basic-s4-devices@smem.html> > (i915#7975 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975>) > +1 other test abort > * > > igt@gem_fence_thrash@bo-write-verify-none: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-none.html> > (i915#4860 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) > +2 other tests skip > * > > igt@gem_fenced_exec_thrash@too-many-fences: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_fenced_exec_thrash@too-many-fences.html> > (i915#4860 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) > +1 other test skip > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gem_fenced_exec_thrash@too-many-fences.html> > (i915#4860 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860>) > +1 other test skip > * > > igt@gem_lmem_swapping@heavy-verify-random-ccs: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_lmem_swapping@heavy-verify-random-ccs.html> > (i915#4613 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) > * > > igt@gem_lmem_swapping@parallel-random: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_lmem_swapping@parallel-random.html> > (i915#4613 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) > +1 other test skip > * > > igt@gem_lmem_swapping@random-engines: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@gem_lmem_swapping@random-engines.html> > (i915#4613 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) > +6 other tests skip > * > > igt@gem_lmem_swapping@verify: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_lmem_swapping@verify.html> > (i915#4613 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) > +1 other test skip > * > > igt@gem_lmem_swapping@verify-ccs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@gem_lmem_swapping@verify-ccs.html> > (i915#4613 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613>) > +2 other tests skip > * > > igt@gem_media_vme: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@gem_media_vme.html> > (i915#284 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284>) > * > > igt@gem_mmap@bad-size: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_mmap@bad-size.html> > (i915#4083 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) > +3 other tests skip > * > > igt@gem_mmap_gtt@basic-read-write-distinct: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@gem_mmap_gtt@basic-read-write-distinct.html> > (i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > +8 other tests skip > * > > igt@gem_mmap_gtt@basic-small-bo: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html> > (i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > +10 other tests skip > * > > igt@gem_mmap_gtt@basic-write: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_mmap_gtt@basic-write.html> > (i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > +3 other tests skip > * > > igt@gem_mmap_wc@bad-size: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@gem_mmap_wc@bad-size.html> > (i915#4083 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) > +6 other tests skip > * > > igt@gem_mmap_wc@invalid-flags: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_mmap_wc@invalid-flags.html> > (i915#4083 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) > +3 other tests skip > * > > igt@gem_mmap_wc@write-cpu-read-wc-unflushed: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html> > (i915#4083 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083>) > +2 other tests skip > * > > igt@gem_partial_pwrite_pread@write-uncached: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@gem_partial_pwrite_pread@write-uncached.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) > +5 other tests skip > * > > igt@gem_pread@bench: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_pread@bench.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) > +4 other tests skip > * > > igt@gem_pwrite@basic-random: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_pwrite@basic-random.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) > +1 other test skip > * > > igt@gem_pxp@display-protected-crc: > > o shard-rkl: NOTRUN -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_pxp@display-protected-crc.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > +3 other tests timeout > * > > igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html> > (i915#4270 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) > +2 other tests skip > * > > igt@gem_pxp@hw-rejects-pxp-buffer: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@gem_pxp@hw-rejects-pxp-buffer.html> > (i915#13398 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398>) > +1 other test skip > * > > igt@gem_pxp@hw-rejects-pxp-context: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_pxp@hw-rejects-pxp-context.html> > (i915#13398 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398>) > * > > igt@gem_pxp@protected-raw-src-copy-not-readible: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_pxp@protected-raw-src-copy-not-readible.html> > (i915#4270 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) > * > > igt@gem_pxp@regular-baseline-src-copy-readible: > > o shard-rkl: NOTRUN -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@gem_pxp@regular-baseline-src-copy-readible.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > * > > igt@gem_pxp@reject-modify-context-protection-on: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-on.html> > -> TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-on.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > * > > igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html> > (i915#4270 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) > * > > igt@gem_readwrite@beyond-eob: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_readwrite@beyond-eob.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) > +2 other tests skip > * > > igt@gem_readwrite@new-obj: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@gem_readwrite@new-obj.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282>) > +1 other test skip > * > > igt@gem_render_copy@y-tiled-ccs-to-linear: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_render_copy@y-tiled-ccs-to-linear.html> > (i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> > / i915#8428 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) > +2 other tests skip > * > > igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html> > (i915#8428 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) > +4 other tests skip > * > > igt@gem_render_copy@yf-tiled-to-vebox-x-tiled: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html> > (i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190> > / i915#8428 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428>) > +4 other tests skip > * > > igt@gem_set_tiling_vs_blt@tiled-to-untiled: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html> > (i915#4079 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) > +2 other tests skip > * > > igt@gem_set_tiling_vs_blt@untiled-to-tiled: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> > (i915#4079 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html> > (i915#4079 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079>) > +1 other test skip > * > > igt@gem_softpin@evict-snoop: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@gem_softpin@evict-snoop.html> > (i915#4885 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@gem_softpin@evict-snoop.html> > (i915#4885 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885>) > * > > igt@gem_userptr_blits@create-destroy-unsync: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > +1 other test skip > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@gem_userptr_blits@create-destroy-unsync.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > +2 other tests skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@gem_userptr_blits@create-destroy-unsync.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > +1 other test skip > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@gem_userptr_blits@create-destroy-unsync.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > +2 other tests skip > * > > igt@gem_userptr_blits@dmabuf-sync: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk5/igt@gem_userptr_blits@dmabuf-sync.html> > (i915#3323 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323>) > * > > igt@gem_userptr_blits@forbidden-operations: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gem_userptr_blits@forbidden-operations.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> > / i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@gem_userptr_blits@forbidden-operations.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> > / i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@gem_userptr_blits@forbidden-operations.html> > (i915#3282 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282> > / i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > * > > igt@gem_userptr_blits@map-fixed-invalidate: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> > / i915#4880 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>) > * > > igt@gem_userptr_blits@map-fixed-invalidate-busy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > +2 other tests skip > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-busy.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> > / i915#4880 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>) > * > > igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297> > / i915#4880 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880>) > * > > igt@gem_userptr_blits@unsync-unmap: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap.html> > (i915#3297 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297>) > * > > igt@gen9_exec_parse@allowed-single: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@gen9_exec_parse@allowed-single.html> > (i915#2527 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) > +1 other test skip > * > > igt@gen9_exec_parse@batch-invalid-length: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@gen9_exec_parse@batch-invalid-length.html> > (i915#2527 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527>) > +3 other tests skip > * > > igt@gen9_exec_parse@batch-without-end: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@gen9_exec_parse@batch-without-end.html> > (i915#2856 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) > +1 other test skip > * > > igt@gen9_exec_parse@bb-oversize: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@gen9_exec_parse@bb-oversize.html> > (i915#2527 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> > / i915#2856 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) > +2 other tests skip > * > > igt@gen9_exec_parse@cmd-crossing-page: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-2/igt@gen9_exec_parse@cmd-crossing-page.html> > (i915#2527 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527> > / i915#2856 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) > +3 other tests skip > * > > igt@gen9_exec_parse@secure-batches: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@gen9_exec_parse@secure-batches.html> > (i915#2856 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) > +5 other tests skip > * > > igt@gen9_exec_parse@unaligned-jump: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@gen9_exec_parse@unaligned-jump.html> > (i915#2856 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856>) > * > > igt@i915_hangman@gt-error-state-capture@vecs0: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-6/igt@i915_hangman@gt-error-state-capture@vecs0.html> > -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@i915_hangman@gt-error-state-capture@vecs0.html> > (i915#13193 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193>) > +6 other tests abort > * > > igt@i915_pm_freq_api@freq-reset: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_pm_freq_api@freq-reset.html> > (i915#8399 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399>) > * > > igt@i915_pm_rc6_residency@rc6-fence: > > o shard-tglu: NOTRUN -> WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-fence.html> > (i915#13790 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13790> > / i915#2681 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681>) > +1 other test warn > * > > igt@i915_pm_rpm@system-suspend: > > o shard-glk: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk7/igt@i915_pm_rpm@system-suspend.html> > (i915#12797 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12797>) > * > > igt@i915_pm_rps@thresholds: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@i915_pm_rps@thresholds.html> > (i915#11681 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) > * > > igt@i915_pm_rps@thresholds-park: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@i915_pm_rps@thresholds-park.html> > (i915#11681 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681>) > * > > igt@i915_pm_rps@waitboost: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@i915_pm_rps@waitboost.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@i915_pm_rps@waitboost.html> > (i915#13598 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13598>) > o shard-dg1: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@i915_pm_rps@waitboost.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@i915_pm_rps@waitboost.html> > (i915#13598 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13598>) > * > > igt@i915_query@test-query-geometry-subslices: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_query@test-query-geometry-subslices.html> > (i915#5723 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@i915_query@test-query-geometry-subslices.html> > (i915#5723 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@i915_query@test-query-geometry-subslices.html> > (i915#5723 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723>) > * > > igt@i915_suspend@basic-s3-without-i915: > > o shard-glk: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@i915_suspend@basic-s3-without-i915.html> > (i915#4817 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>) > * > > igt@i915_suspend@debugfs-reader: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-8/igt@i915_suspend@debugfs-reader.html> > -> DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@i915_suspend@debugfs-reader.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > o shard-glk: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk5/igt@i915_suspend@debugfs-reader.html> > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@i915_suspend@debugfs-reader.html> > (i915#4817 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>) > * > > igt@intel_hwmon@hwmon-read: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@intel_hwmon@hwmon-read.html> > (i915#7707 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707>) > * > > igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html> > (i915#4212 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) > +1 other test skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html> > (i915#4212 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) > * > > igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html> > (i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > * > > igt@kms_addfb_basic@basic-x-tiled-legacy: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html> > (i915#4212 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212>) > +1 other test skip > * > > igt@kms_addfb_basic@basic-y-tiled-legacy: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_addfb_basic@basic-y-tiled-legacy.html> > (i915#4215 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_addfb_basic@basic-y-tiled-legacy.html> > (i915#4215 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215> > / i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > * > > igt@kms_addfb_basic@invalid-smem-bo-on-discrete: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> > (i915#12454 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454> > / i915#12712 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> > (i915#12454 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12454> > / i915#12712 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12712>) > * > > igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs-cc: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs-cc.html> > (i915#8709 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) > +3 other tests skip > * > > igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-y-rc-ccs-cc: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-y-rc-ccs-cc.html> > (i915#8709 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) > * > > igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs-cc.html> > (i915#8709 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) > +3 other tests skip > * > > igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html> > (i915#8709 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709>) > +15 other tests skip > * > > igt@kms_async_flips@invalid-async-flip-atomic: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_async_flips@invalid-async-flip-atomic.html> > (i915#12967 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967>) > * > > igt@kms_async_flips@test-cursor-atomic: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_async_flips@test-cursor-atomic.html> > (i915#10333 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333>) > * > > igt@kms_atomic_transition@modeset-transition-fencing: > > o shard-dg1: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_atomic_transition@modeset-transition-fencing.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_atomic_transition@modeset-transition-fencing.html> > (i915#4423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) > +2 other tests dmesg-warn > * > > igt@kms_atomic_transition@plane-all-modeset-transition-fencing: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html> > (i915#1769 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > * > > igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> > (i915#1769 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769>) > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> > (i915#1769 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > * > > igt@kms_big_fb@4-tiled-addfb: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_big_fb@4-tiled-addfb.html> > (i915#5286 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) > +5 other tests skip > * > > igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html> > (i915#5286 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) > +3 other tests skip > * > > igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html> > (i915#4538 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> > / i915#5286 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) > +2 other tests skip > * > > igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> > (i915#5286 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286>) > +1 other test skip > * > > igt@kms_big_fb@y-tiled-8bpp-rotate-270: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> > (i915#4538 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> > / i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > +3 other tests skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html> > (i915#3638 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638>) > +1 other test skip > * > > igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> > (i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > * > > igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html> > (i915#4538 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538> > / i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > +11 other tests skip > * > > igt@kms_big_fb@yf-tiled-addfb-size-overflow: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html> > (i915#6187 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187>) > * > > igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> > (i915#4538 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538>) > * > > igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +29 other tests skip > * > > igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > +1 other test skip > * > > igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-3.html> > (i915#10307 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> > / i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +168 other tests skip > * > > igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +69 other tests skip > * > > igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > * > > igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > * > > igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs@pipe-d-hdmi-a-1.html> > (i915#10307 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> > / i915#10434 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434> > / i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +1 other test skip > * > > igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html> > (i915#10307 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307> > / i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +19 other tests skip > * > > igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +77 other tests skip > * > > igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html> > (i915#12805 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805>) > * > > igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +4 other tests skip > * > > igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-b-hdmi-a-3.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +19 other tests skip > * > > igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > +1 other test skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html> > (i915#12313 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313>) > +1 other test skip > * > > igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +39 other tests skip > * > > igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-3.html> > (i915#6095 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095>) > +136 other tests skip > * > > igt@kms_cdclk@mode-transition-all-outputs: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html> > (i915#3742 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>) > +1 other test skip > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_cdclk@mode-transition-all-outputs.html> > (i915#3742 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cdclk@mode-transition-all-outputs.html> > (i915#13784 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13784>) > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cdclk@mode-transition-all-outputs.html> > (i915#13784 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13784>) > * > > igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html> > (i915#13781 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13781>) > +3 other tests skip > * > > igt@kms_cdclk@plane-scaling: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cdclk@plane-scaling.html> > (i915#3742 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>) > +1 other test skip > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cdclk@plane-scaling.html> > (i915#3742 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742>) > * > > igt@kms_cdclk@plane-scaling@pipe-c-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html> > (i915#13783 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783>) > +4 other tests skip > * > > igt@kms_cdclk@plane-scaling@pipe-d-dp-4: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-dp-4.html> > (i915#13783 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783>) > +4 other tests skip > * > > igt@kms_chamelium_color@degamma: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_chamelium_color@degamma.html> > +3 other tests skip > * > > igt@kms_chamelium_frames@dp-crc-single: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_chamelium_frames@dp-crc-single.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +4 other tests skip > * > > igt@kms_chamelium_frames@hdmi-cmp-planar-formats: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +9 other tests skip > * > > igt@kms_chamelium_frames@hdmi-crc-fast: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_chamelium_frames@hdmi-crc-fast.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +3 other tests skip > * > > igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +9 other tests skip > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +8 other tests skip > * > > igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +3 other tests skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html> > (i915#11151 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151> > / i915#7828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828>) > +4 other tests skip > * > > igt@kms_content_protection@dp-mst-lic-type-0: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-0.html> > (i915#3299 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) > +1 other test skip > * > > igt@kms_content_protection@dp-mst-lic-type-1: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-1.html> > (i915#3299 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) > +1 other test skip > * > > igt@kms_content_protection@dp-mst-type-0: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_content_protection@dp-mst-type-0.html> > (i915#3116 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116>) > * > > igt@kms_content_protection@dp-mst-type-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_content_protection@dp-mst-type-1.html> > (i915#3116 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116> > / i915#3299 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299>) > +1 other test skip > * > > igt@kms_content_protection@legacy: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_content_protection@legacy.html> > (i915#6944 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> > / i915#7116 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> > / i915#7118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> > / i915#9424 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) > * > > igt@kms_content_protection@legacy@pipe-a-dp-3: > > o shard-dg2: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-3.html> > (i915#7173 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>) > * > > igt@kms_content_protection@lic-type-1: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_content_protection@lic-type-1.html> > (i915#6944 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> > / i915#9424 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) > * > > igt@kms_content_protection@srm: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_content_protection@srm.html> > (i915#7118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>) > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_content_protection@srm.html> > (i915#6944 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944> > / i915#7116 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116> > / i915#7118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118>) > * > > igt@kms_cursor_crc@cursor-offscreen-512x170: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > +2 other tests skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_cursor_crc@cursor-offscreen-512x170.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x170.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > +1 other test skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-16/igt@kms_cursor_crc@cursor-offscreen-512x170.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > * > > igt@kms_cursor_crc@cursor-offscreen-512x512: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > * > > igt@kms_cursor_crc@cursor-onscreen-128x42: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html> > (i915#8814 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) > +1 other test skip > * > > igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1: > > o shard-tglu: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-hdmi-a-1.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > +1 other test fail > * > > igt@kms_cursor_crc@cursor-random-32x32: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_crc@cursor-random-32x32.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > * > > igt@kms_cursor_crc@cursor-random-512x512: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_cursor_crc@cursor-random-512x512.html> > (i915#13049 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049>) > +2 other tests skip > * > > igt@kms_cursor_crc@cursor-random-max-size: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-max-size.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8814 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814>) > +2 other tests skip > * > > igt@kms_cursor_crc@cursor-rapid-movement-32x10: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +4 other tests skip > * > > igt@kms_cursor_crc@cursor-rapid-movement-32x32: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +1 other test skip > * > > igt@kms_cursor_crc@cursor-rapid-movement-max-size: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +4 other tests skip > * > > igt@kms_cursor_crc@cursor-sliding-32x32: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-32x32.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +5 other tests skip > * > > igt@kms_cursor_crc@cursor-sliding-64x21: > > o shard-tglu-1: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_crc@cursor-sliding-64x21.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > +1 other test fail > * > > igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2: > > o shard-rkl: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-sliding-64x21@pipe-a-hdmi-a-2.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > +1 other test fail > * > > igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html> > (i915#9809 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809>) > * > > igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html> > (i915#13046 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046> > / i915#5354 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) > +2 other tests skip > * > > igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html> > (i915#4103 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) > +1 other test skip > * > > igt@kms_cursor_legacy@cursora-vs-flipa-toggle: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_cursor_legacy@cursora-vs-flipa-toggle.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > * > > igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html> > (i915#13046 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046> > / i915#5354 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) > +3 other tests skip > * > > igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> > +108 other tests skip > * > > igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html> > (i915#9067 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067>) > * > > igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> > (i915#4103 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> > / i915#4213 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> > (i915#4103 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> > (i915#4103 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103>) > * > > igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html> > (i915#4103 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103> > / i915#4213 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213>) > * > > igt@kms_cursor_legacy@single-bo@all-pipes: > > o shard-rkl: NOTRUN -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_cursor_legacy@single-bo@all-pipes.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > +13 other tests dmesg-warn > * > > igt@kms_dirtyfb@drrs-dirtyfb-ioctl: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html> > (i915#9723 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723>) > * > > igt@kms_display_modes@extended-mode-basic: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_display_modes@extended-mode-basic.html> > (i915#13691 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_display_modes@extended-mode-basic.html> > (i915#13691 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691>) > * > > igt@kms_dither@fb-8bpc-vs-panel-8bpc: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +1 other test skip > * > > igt@kms_dp_linktrain_fallback@dsc-fallback: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html> > (i915#13707 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_dp_linktrain_fallback@dsc-fallback.html> > (i915#13707 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707>) > * > > igt@kms_draw_crc@draw-method-mmap-wc: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-wc.html> > (i915#8812 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812>) > * > > igt@kms_dsc@dsc-fractional-bpp: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp.html> > (i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> > / i915#9688 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) > * > > igt@kms_dsc@dsc-with-bpc: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_dsc@dsc-with-bpc.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) > * > > igt@kms_dsc@dsc-with-bpc-formats: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_dsc@dsc-with-bpc-formats.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_dsc@dsc-with-bpc-formats.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) > * > > igt@kms_dsc@dsc-with-output-formats: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_dsc@dsc-with-output-formats.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) > +1 other test skip > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840>) > * > > igt@kms_dsc@dsc-with-output-formats-with-bpc: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html> > (i915#3840 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840> > / i915#9053 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053>) > * > > igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-different-formats.html> > (i915#13798 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13798>) > * > > igt@kms_fbcon_fbt@psr-suspend: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html> > (i915#3955 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955>) > +1 other test skip > * > > igt@kms_feature_discovery@display-4x: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_feature_discovery@display-4x.html> > (i915#1839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839>) > * > > igt@kms_flip@2x-busy-flip: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip@2x-busy-flip.html> > (i915#9934 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) > +2 other tests skip > * > > igt@kms_flip@2x-flip-vs-blocking-wf-vblank: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html> > (i915#9934 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) > +3 other tests skip > * > > igt@kms_flip@2x-flip-vs-fences-interruptible: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_flip@2x-flip-vs-fences-interruptible.html> > (i915#8381 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>) > * > > igt@kms_flip@2x-flip-vs-suspend: > > o shard-glk: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_flip@2x-flip-vs-suspend.html> > (i915#12745 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745> > / i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > * > > igt@kms_flip@2x-flip-vs-suspend-interruptible: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> > (i915#3637 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) > +2 other tests skip > * > > igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2: > > o shard-glk: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html> > (i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > * > > igt@kms_flip@2x-flip-vs-wf_vblank: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip@2x-flip-vs-wf_vblank.html> > (i915#9934 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) > * > > igt@kms_flip@2x-modeset-vs-vblank-race: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html> > (i915#9934 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934>) > +3 other tests skip > * > > igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html> > (i915#3637 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) > +5 other tests skip > * > > igt@kms_flip@2x-wf_vblank-ts-check-interruptible: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html> > (i915#3637 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637>) > +5 other tests skip > * > > igt@kms_flip@flip-vs-fences: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip@flip-vs-fences.html> > (i915#8381 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381>) > * > > igt@kms_flip@flip-vs-fences-interruptible: > > o shard-snb: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb4/igt@kms_flip@flip-vs-fences-interruptible.html> > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_flip@flip-vs-fences-interruptible.html> > (i915#12314 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314>) > +1 other test incomplete > * > > igt@kms_flip@flip-vs-suspend-interruptible: > > o shard-snb: NOTRUN -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@kms_flip@flip-vs-suspend-interruptible.html> > (i915#13899 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13899>) > +1 other test dmesg-warn > * > > igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html> > (i915#2587 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> > / i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +1 other test skip > * > > igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html> > (i915#2587 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> > / i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +2 other tests skip > * > > igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling: > > o shard-rkl: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html> > -> DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > +31 other tests dmesg-warn > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +2 other tests skip > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +2 other tests skip > * > > igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#8813 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) > * > > igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +1 other test skip > * > > igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > +1 other test skip > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +4 other tests skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8810 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810> > / i915#8813 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html> > (i915#8810 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810>) > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +1 other test skip > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html> > (i915#2587 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587> > / i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672>) > +4 other tests skip > * > > igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +1 other test skip > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +1 other test skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +2 other tests skip > * > > igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html> > (i915#2672 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8813 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813>) > +4 other tests skip > * > > igt@kms_frontbuffer_tracking@fbc-suspend: > > o shard-glk: NOTRUN -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_frontbuffer_tracking@fbc-suspend.html> > (i915#10056 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10056> > / i915#13353 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13353>) > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > +21 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > +8 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > +3 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html> > +15 other tests skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html> > (i915#8708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) > +13 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html> > (i915#1825 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) > +39 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html> > (i915#5354 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) > +14 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html> > (i915#1825 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825>) > +22 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen.html> > (i915#5354 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) > +24 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html> > +24 other tests skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html> > (i915#5439 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439>) > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html> > +36 other tests skip > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html> > (i915#3023 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023>) > +18 other tests skip > * > > igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html> > (i915#8708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) > +7 other tests skip > * > > igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html> > (i915#8708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) > +25 other tests skip > * > > igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html> > (i915#8708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708>) > +14 other tests skip > * > > igt@kms_hdmi_inject@inject-audio: > > o shard-tglu: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html> > (i915#13030 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13030>) > * > > igt@kms_hdr@bpc-switch-dpms: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_hdr@bpc-switch-dpms.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8228 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) > * > > igt@kms_hdr@brightness-with-hdr: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_hdr@brightness-with-hdr.html> > (i915#12713 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) > * > > igt@kms_hdr@invalid-hdr: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_hdr@invalid-hdr.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8228 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) > +1 other test skip > * > > igt@kms_hdr@static-toggle: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_hdr@static-toggle.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8228 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) > +1 other test skip > * > > igt@kms_hdr@static-toggle-dpms: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_hdr@static-toggle-dpms.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8228 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) > * > > igt@kms_joiner@basic-big-joiner: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_joiner@basic-big-joiner.html> > (i915#10656 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>) > * > > igt@kms_joiner@basic-force-big-joiner: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_joiner@basic-force-big-joiner.html> > (i915#12388 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) > * > > igt@kms_joiner@basic-force-ultra-joiner: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_joiner@basic-force-ultra-joiner.html> > (i915#12394 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_joiner@basic-force-ultra-joiner.html> > (i915#12394 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394>) > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_joiner@basic-force-ultra-joiner.html> > (i915#10656 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_joiner@basic-force-ultra-joiner.html> > (i915#10656 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656>) > * > > igt@kms_joiner@basic-max-non-joiner: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_joiner@basic-max-non-joiner.html> > (i915#13688 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13688>) > * > > igt@kms_joiner@basic-ultra-joiner: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_joiner@basic-ultra-joiner.html> > (i915#12339 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339>) > * > > igt@kms_joiner@invalid-modeset-force-big-joiner: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_joiner@invalid-modeset-force-big-joiner.html> > (i915#12388 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388>) > * > > igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html> > (i915#13522 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522>) > * > > igt@kms_plane_alpha_blend@constant-alpha-max: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max.html> > (i915#10647 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647> > / i915#12169 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169>) > * > > igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: > > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html> > (i915#10647 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647>) > +1 other test fail > * > > igt@kms_plane_lowres@tiling-x: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_plane_lowres@tiling-x.html> > (i915#11614 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614> > / i915#3582 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582>) > +1 other test skip > * > > igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html> > (i915#10226 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226> > / i915#11614 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614> > / i915#3582 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582>) > +2 other tests skip > * > > igt@kms_plane_lowres@tiling-yf: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_lowres@tiling-yf.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8821 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821>) > * > > igt@kms_plane_scaling@intel-max-src-size: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html> > (i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> > / i915#9423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) > * > > igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#9423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) > +1 other test skip > * > > igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +10 other tests skip > * > > igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +4 other tests skip > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> > / i915#9423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +21 other tests skip > * > > igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +11 other tests skip > * > > igt@kms_plane_scaling@planes-downscale-factor-0-75: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-75.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) > +1 other test skip > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953> > / i915#9423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#6953 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953>) > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +3 other tests skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +3 other tests skip > * > > igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247>) > +17 other tests skip > * > > igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html> > (i915#12247 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247> > / i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > * > > igt@kms_pm_backlight@brightness-with-dpms: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_pm_backlight@brightness-with-dpms.html> > (i915#12343 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343>) > * > > igt@kms_pm_backlight@fade-with-dpms: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_pm_backlight@fade-with-dpms.html> > (i915#5354 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354>) > * > > igt@kms_pm_dc@dc3co-vpb-simulation: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_pm_dc@dc3co-vpb-simulation.html> > (i915#9685 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>) > +1 other test skip > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-3/igt@kms_pm_dc@dc3co-vpb-simulation.html> > (i915#9685 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>) > * > > igt@kms_pm_dc@dc5-retention-flops: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_pm_dc@dc5-retention-flops.html> > (i915#3828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_pm_dc@dc5-retention-flops.html> > (i915#3828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_pm_dc@dc5-retention-flops.html> > (i915#3828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_pm_dc@dc5-retention-flops.html> > (i915#3828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_pm_dc@dc5-retention-flops.html> > (i915#3828 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828>) > * > > igt@kms_pm_lpsp@kms-lpsp: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_pm_lpsp@kms-lpsp.html> > (i915#9340 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340>) > * > > igt@kms_pm_lpsp@screens-disabled: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_pm_lpsp@screens-disabled.html> > (i915#8430 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_pm_lpsp@screens-disabled.html> > (i915#8430 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430>) > * > > igt@kms_pm_rpm@cursor: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_pm_rpm@cursor.html> > (i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > +4 other tests skip > * > > igt@kms_pm_rpm@dpms-mode-unset-lpsp: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > * > > igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > +1 other test skip > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > * > > igt@kms_pm_rpm@modeset-lpsp: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_pm_rpm@modeset-lpsp.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > * > > igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +2 other tests skip > * > > igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +11 other tests skip > * > > igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +6 other tests skip > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +4 other tests skip > * > > igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html> > (i915#9808 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808>) > +1 other test skip > * > > igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-1/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1.html> > (i915#12316 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316>) > +4 other tests skip > * > > igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +7 other tests skip > * > > igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk1/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +13 other tests skip > * > > igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html> > (i915#11520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520>) > +3 other tests skip > * > > igt@kms_psr2_su@page_flip-nv12: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_psr2_su@page_flip-nv12.html> > (i915#4348 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html> > (i915#9683 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr2_su@page_flip-nv12.html> > (i915#9683 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683>) > * > > igt@kms_psr@fbc-psr-primary-page-flip: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr@fbc-psr-primary-page-flip.html> > (i915#1072 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> > / i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +9 other tests skip > * > > igt@kms_psr@fbc-psr2-cursor-mmap-gtt: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html> > +483 other tests skip > * > > igt@kms_psr@fbc-psr2-sprite-mmap-gtt: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html> > (i915#1072 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> > / i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +11 other tests skip > * > > igt@kms_psr@fbc-psr2-sprite-render: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_psr@fbc-psr2-sprite-render.html> > (i915#1072 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> > / i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +20 other tests skip > * > > igt@kms_psr@pr-cursor-mmap-gtt: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_psr@pr-cursor-mmap-gtt.html> > (i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +11 other tests skip > * > > igt@kms_psr@pr-primary-mmap-cpu: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@kms_psr@pr-primary-mmap-cpu.html> > (i915#9688 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) > +24 other tests skip > * > > igt@kms_psr@psr-cursor-render: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@kms_psr@psr-cursor-render.html> > (i915#1072 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072> > / i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +24 other tests skip > * > > igt@kms_psr@psr2-primary-mmap-gtt@edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html> > (i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077> > / i915#9688 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688>) > +1 other test skip > * > > igt@kms_psr@psr2-primary-render: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-6/igt@kms_psr@psr2-primary-render.html> > (i915#9732 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732>) > +21 other tests skip > * > > igt@kms_psr_stress_test@invalidate-primary-flip-overlay: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html> > (i915#9685 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685>) > * > > igt@kms_rotation_crc@bad-tiling: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_rotation_crc@bad-tiling.html> > (i915#12755 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755>) > +3 other tests skip > * > > igt@kms_rotation_crc@exhaust-fences: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_rotation_crc@exhaust-fences.html> > (i915#4235 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235>) > * > > igt@kms_rotation_crc@primary-rotation-90: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_rotation_crc@primary-rotation-90.html> > (i915#12755 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755>) > * > > igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html> > (i915#12755 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755> > / i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > * > > igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> > (i915#5190 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190>) > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html> > (i915#5289 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289>) > * > > igt@kms_scaling_modes@scaling-mode-none: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#5030 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030> > / i915#9041 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041>) > * > > igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html> > (i915#5030 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030>) > +2 other tests skip > * > > igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html> > (i915#5030 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030> > / i915#9041 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041>) > * > > igt@kms_selftest@drm_framebuffer: > > o shard-rkl: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_selftest@drm_framebuffer.html> > (i915#13179 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179>) > +1 other test abort > o shard-tglu: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_selftest@drm_framebuffer.html> > (i915#13179 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179>) > +1 other test abort > o shard-glk: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk2/igt@kms_selftest@drm_framebuffer.html> > (i915#13179 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179>) > +1 other test abort > * > > igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free: > > o shard-dg2: NOTRUN -> ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html> > (i915#13179 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179>) > +1 other test abort > * > > igt@kms_tiled_display@basic-test-pattern: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_tiled_display@basic-test-pattern.html> > (i915#8623 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623>) > o shard-glk: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_tiled_display@basic-test-pattern.html> > (i915#10959 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959>) > * > > igt@kms_vrr@flipline: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_vrr@flipline.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8808 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808>) > +1 other test skip > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-12/igt@kms_vrr@flipline.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555>) > +2 other tests skip > * > > igt@kms_vrr@lobf: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-9/igt@kms_vrr@lobf.html> > (i915#11920 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920>) > * > > igt@kms_vrr@max-min: > > o shard-dg2-9: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@kms_vrr@max-min.html> > (i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > * > > igt@kms_vrr@negative-basic: > > o shard-mtlp: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@kms_vrr@negative-basic.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_vrr@negative-basic.html> > (i915#10393 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10393>) > +1 other test fail > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@kms_vrr@negative-basic.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > * > > igt@kms_vrr@seamless-rr-switch-drrs: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_vrr@seamless-rr-switch-drrs.html> > (i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > +1 other test skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-5/igt@kms_vrr@seamless-rr-switch-drrs.html> > (i915#8808 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808> > / i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > +1 other test skip > * > > igt@kms_vrr@seamless-rr-switch-virtual: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_vrr@seamless-rr-switch-virtual.html> > (i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-virtual.html> > (i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-virtual.html> > (i915#9906 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906>) > * > > igt@kms_writeback@writeback-check-output-xrgb2101010: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> > / i915#9412 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) > * > > igt@kms_writeback@writeback-fb-id: > > o shard-glk: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk6/igt@kms_writeback@writeback-fb-id.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) > +1 other test skip > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_writeback@writeback-fb-id.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) > * > > igt@kms_writeback@writeback-fb-id-xrgb2101010: > > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> > / i915#9412 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) > * > > igt@kms_writeback@writeback-invalid-parameters: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437>) > * > > igt@kms_writeback@writeback-pixel-formats: > > o shard-snb: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb2/igt@kms_writeback@writeback-pixel-formats.html> > +30 other tests skip > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> > / i915#9412 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@kms_writeback@writeback-pixel-formats.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> > / i915#9412 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_writeback@writeback-pixel-formats.html> > (i915#2437 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437> > / i915#9412 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412>) > * > > igt@perf@gen8-unprivileged-single-ctx-counters: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-3/igt@perf@gen8-unprivileged-single-ctx-counters.html> > +21 other tests skip > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-7/igt@perf@gen8-unprivileged-single-ctx-counters.html> > (i915#2436 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436>) > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@perf@gen8-unprivileged-single-ctx-counters.html> > (i915#2436 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436>) > * > > igt@perf@global-sseu-config: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-2/igt@perf@global-sseu-config.html> > (i915#7387 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387>) > * > > igt@perf@mi-rpc: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@perf@mi-rpc.html> > (i915#2434 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434>) > * > > igt@perf@per-context-mode-unprivileged: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@perf@per-context-mode-unprivileged.html> > (i915#2435 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435>) > * > > igt@perf_pmu@busy-double-start@vecs1: > > o shard-dg2: PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html> > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) > +9 other tests fail > * > > igt@perf_pmu@event-wait@rcs0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@perf_pmu@event-wait@rcs0.html> > +13 other tests skip > * > > igt@perf_pmu@frequency@gt0: > > o shard-dg2-9: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-9/igt@perf_pmu@frequency@gt0.html> > (i915#12549 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549> > / i915#6806 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806>) > +1 other test fail > * > > igt@perf_pmu@rc6-all-gts: > > o shard-tglu: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@perf_pmu@rc6-all-gts.html> > (i915#8516 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>) > * > > igt@perf_pmu@rc6@other-idle-gt0: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@perf_pmu@rc6@other-idle-gt0.html> > (i915#8516 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>) > o shard-tglu-1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@perf_pmu@rc6@other-idle-gt0.html> > (i915#8516 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516>) > * > > igt@prime_vgem@basic-fence-read: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@prime_vgem@basic-fence-read.html> > (i915#3291 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291> > / i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) > * > > igt@prime_vgem@basic-gtt: > > o shard-dg2: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@prime_vgem@basic-gtt.html> > (i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> > / i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@prime_vgem@basic-gtt.html> > (i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708> > / i915#4077 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077>) > * > > igt@prime_vgem@basic-write: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@prime_vgem@basic-write.html> > (i915#10216 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216> > / i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) > * > > igt@prime_vgem@fence-flip-hang: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@prime_vgem@fence-flip-hang.html> > (i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) > * > > igt@prime_vgem@fence-read-hang: > > o shard-mtlp: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@prime_vgem@fence-read-hang.html> > (i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@prime_vgem@fence-read-hang.html> > (i915#3708 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708>) > +1 other test skip > * > > igt@sriov_basic@bind-unbind-vf: > > o shard-dg1: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@sriov_basic@bind-unbind-vf.html> > (i915#9917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>) > * > > igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: > > o shard-rkl: NOTRUN -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-7/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html> > (i915#9917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917>) > o shard-tglu-1: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-1/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html> > (i915#12910 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910>) > * > > igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4: > > o shard-mtlp: NOTRUN -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@sriov_basic@enable-vfs-bind-unbind-each@numvfs-4.html> > (i915#12910 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910>) > +8 other tests fail > > > Possible fixes > > * > > igt@gem_eio@in-flight-internal-1us: > > o shard-mtlp: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@gem_eio@in-flight-internal-1us.html> > (i915#13193 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@gem_eio@in-flight-internal-1us.html> > +3 other tests pass > * > > igt@gem_exec_suspend@basic-s0: > > o shard-dg2: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html> > (i915#11441 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441> > / i915#13304 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_exec_suspend@basic-s0.html> > * > > igt@gem_exec_suspend@basic-s0@lmem0: > > o shard-dg2: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@gem_exec_suspend@basic-s0@lmem0.html> > (i915#11441 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11441>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-1/igt@gem_exec_suspend@basic-s0@lmem0.html> > * > > igt@gem_pxp@verify-pxp-stale-buf-optout-execution: > > o shard-rkl: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> > * > > igt@gem_workarounds@suspend-resume-context: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk3/igt@gem_workarounds@suspend-resume-context.html> > (i915#13356 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@gem_workarounds@suspend-resume-context.html> > * > > igt@i915_module_load@reload-no-display: > > o shard-tglu: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-9/igt@i915_module_load@reload-no-display.html> > (i915#13029 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-8/igt@i915_module_load@reload-no-display.html> > * > > igt@i915_module_load@reload-with-fault-injection: > > o shard-snb: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html> > (i915#9820 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html> > * > > igt@i915_pm_rc6_residency@rc6-accuracy: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-accuracy.html> > (i915#12942 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-accuracy.html> > +1 other test pass > * > > igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: > > o shard-dg1: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html> > (i915#3591 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html> > +1 other test pass > * > > igt@i915_suspend@fence-restore-untiled: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk2/igt@i915_suspend@fence-restore-untiled.html> > (i915#4817 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk8/igt@i915_suspend@fence-restore-untiled.html> > * > > igt@kms_async_flips@async-flip-with-page-flip-events-atomic: > > o shard-dg1: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> > (i915#4423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> > * > > igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> > (i915#5138 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> > +1 other test pass > * > > igt@kms_cursor_crc@cursor-onscreen-128x42: > > o shard-rkl: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-128x42.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@kms_cursor_crc@cursor-onscreen-128x42.html> > +4 other tests pass > * > > igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-5/igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@kms_cursor_crc@cursor-size-change@pipe-a-edp-1.html> > +1 other test pass > * > > igt@kms_cursor_crc@cursor-sliding-128x42: > > o shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-10/igt@kms_cursor_crc@cursor-sliding-128x42.html> > (i915#13566 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-128x42.html> > +7 other tests pass > * > > igt@kms_cursor_legacy@torture-bo@pipe-a: > > o shard-rkl: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-a.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-6/igt@kms_cursor_legacy@torture-bo@pipe-a.html> > +25 other tests pass > * > > igt@kms_dp_link_training@non-uhbr-sst: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-8/igt@kms_dp_link_training@non-uhbr-sst.html> > (i915#13749 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_dp_link_training@non-uhbr-sst.html> > * > > igt@kms_flip@flip-vs-absolute-wf_vblank: > > o shard-glk: DMESG-WARN > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank.html> > (i915#118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk5/igt@kms_flip@flip-vs-absolute-wf_vblank.html> > +1 other test pass > * > > igt@kms_flip@flip-vs-expired-vblank-interruptible: > > o shard-dg1: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_flip@flip-vs-expired-vblank-interruptible.html> > (i915#13027 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13027>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_flip@flip-vs-expired-vblank-interruptible.html> > * > > igt@kms_flip@plain-flip-fb-recreate: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_flip@plain-flip-fb-recreate.html> > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@kms_flip@plain-flip-fb-recreate.html> > +3 other tests pass > * > > igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1: > > o shard-tglu: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-tglu-6/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1.html> > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-tglu-5/igt@kms_flip@plain-flip-fb-recreate@c-hdmi-a1.html> > +5 other tests pass > * > > igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: > > o shard-snb: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html> > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html> > +4 other tests pass > * > > igt@kms_frontbuffer_tracking@fbc-suspend: > > o shard-rkl: DMESG-FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html> > (i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-suspend.html> > * > > igt@kms_hdr@bpc-switch: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-3/igt@kms_hdr@bpc-switch.html> > (i915#3555 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555> > / i915#8228 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_hdr@bpc-switch.html> > * > > igt@kms_pm_rpm@modeset-non-lpsp: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-5/igt@kms_pm_rpm@modeset-non-lpsp.html> > +2 other tests pass > * > > igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: > > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> > (i915#9519 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html> > +1 other test pass > * > > igt@kms_psr@psr2-sprite-mmap-cpu: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-3/igt@kms_psr@psr2-sprite-mmap-cpu.html> > (i915#13509 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13509>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-6/igt@kms_psr@psr2-sprite-mmap-cpu.html> > +1 other test pass > * > > igt@perf_pmu@busy-double-start@bcs0: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-3/igt@perf_pmu@busy-double-start@bcs0.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html> > * > > igt@perf_pmu@busy-idle-check-all@vecs0: > > o shard-dg1: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@perf_pmu@busy-idle-check-all@vecs0.html> > (i915#4349 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html> > +3 other tests pass > * > > igt@perf_pmu@module-unload: > > o shard-snb: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-snb2/igt@perf_pmu@module-unload.html> > (i915#13520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-snb7/igt@perf_pmu@module-unload.html> > o shard-dg2: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-10/igt@perf_pmu@module-unload.html> > (i915#13520 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-8/igt@perf_pmu@module-unload.html> > * > > igt@perf_pmu@most-busy-idle-check-all@rcs0: > > o shard-mtlp: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-mtlp-7/igt@perf_pmu@most-busy-idle-check-all@rcs0.html> > (i915#11943 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943>) > -> PASS > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-mtlp-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html> > +1 other test pass > > > Warnings > > * > > igt@device_reset@unbind-reset-rebind: > > o shard-dg1: ABORT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@device_reset@unbind-reset-rebind.html> > (i915#11814 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814> > / i915#11815 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815> > / i915#9413 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413>) > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html> > (i915#11814 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814>) > * > > igt@gem_eio@in-flight-suspend: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk7/igt@gem_eio@in-flight-suspend.html> > (i915#13197 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13197> > / i915#13390 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390>) > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk2/igt@gem_eio@in-flight-suspend.html> > (i915#13390 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390>) > * > > igt@gem_pxp@hw-rejects-pxp-buffer: > > o shard-rkl: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-4/igt@gem_pxp@hw-rejects-pxp-buffer.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-8/igt@gem_pxp@hw-rejects-pxp-buffer.html> > (i915#13717 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13717>) > * > > igt@gem_pxp@protected-raw-src-copy-not-readible: > > o shard-rkl: TIMEOUT > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@gem_pxp@protected-raw-src-copy-not-readible.html> > (i915#12917 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917> > / i915#12964 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-4/igt@gem_pxp@protected-raw-src-copy-not-readible.html> > (i915#4270 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270>) > * > > igt@kms_content_protection@legacy: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-7/igt@kms_content_protection@legacy.html> > (i915#7118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> > / i915#9424 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) > -> FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_content_protection@legacy.html> > (i915#7173 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>) > * > > igt@kms_content_protection@uevent: > > o shard-dg2: FAIL > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-11/igt@kms_content_protection@uevent.html> > (i915#1339 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1339> > / i915#7173 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-6/igt@kms_content_protection@uevent.html> > (i915#7118 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118> > / i915#9424 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424>) > * > > igt@kms_flip@2x-flip-vs-suspend-interruptible: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> > (i915#12314 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314> > / i915#12745 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745> > / i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> > (i915#12745 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745> > / i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > * > > igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2: > > o shard-glk: INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html> > (i915#12314 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314> > / i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > -> INCOMPLETE > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-glk9/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-hdmi-a1-hdmi-a2.html> > (i915#4839 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839>) > * > > igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html> > (i915#10433 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> > / i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > +1 other test skip > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render: > > o shard-dg1: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render.html> > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render.html> > (i915#4423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) > * > > igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt: > > o shard-dg1: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html> > (i915#4423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html> > * > > igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt: > > o shard-dg1: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458> > / i915#4423 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-blt.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > * > > igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html> > (i915#10433 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433> > / i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-plflip-blt.html> > (i915#3458 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458>) > * > > igt@kms_hdr@brightness-with-hdr: > > o shard-dg2: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-dg2-4/igt@kms_hdr@brightness-with-hdr.html> > (i915#12713 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-dg2-10/igt@kms_hdr@brightness-with-hdr.html> > (i915#13331 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13331>) > o shard-rkl: SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8276/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html> > (i915#12713 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) > -> SKIP > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12805/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html> > (i915#1187 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187> > / i915#12713 > <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713>) > > > Build changes > > * CI: CI-20190529 -> None > * IGT: IGT_8276 -> IGTPW_12805 > > CI-20190529: 20190529 > CI_DRM_16293: a958e31a81b3267201c85b6f171419586afa792c @ > git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_12805: 12805 > IGT_8276: 8276 > [-- Attachment #2: Type: text/html, Size: 227285 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S ` (3 preceding siblings ...) 2025-03-20 16:19 ` ✗ i915.CI.Full: " Patchwork @ 2025-03-21 18:50 ` Kamil Konieczny 2025-03-25 8:22 ` Karthik B S 4 siblings, 1 reply; 8+ messages in thread From: Kamil Konieczny @ 2025-03-21 18:50 UTC (permalink / raw) To: Karthik B S; +Cc: igt-dev, kamil.konieczny, jari.tahvanainen Hi Karthik, On 2025-03-20 at 19:35:08 +0530, Karthik B S wrote: small nit in subject: > Do not stop the build process if documantion fails -----------------------------------^^^^^^^^^^^ s/documantion/documentation/ What about also shortening it a bit? scripts/test_list: Do not stop the build if documentation fails Regards, Kamil > Current approach stops whole build process on a case that there is mistake > on documentation. Let's have entry on logs instead and continue. > > Small fix also related multiline data e.g. on Description part. > > Signed-off-by: Jari Tahvanainen <jari.tahvanainen@intel.com> > Signed-off-by: Karthik B S <karthik.b.s@intel.com> > Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > scripts/test_list.py | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/scripts/test_list.py b/scripts/test_list.py > index 867d28400..5f1b4218b 100644 > --- a/scripts/test_list.py > +++ b/scripts/test_list.py > @@ -1399,7 +1399,7 @@ class TestList: > > # Handle multi-line field contents > if current_field: > - match = re.match(r'\s+(.*)', file_line) > + match = re.match(r'(.*)', file_line) > if match: > if handle_section == 'test': > dic = self.doc[current_test] > @@ -1408,7 +1408,7 @@ class TestList: > > if dic[current_field] != '': > dic[current_field] += " " > - dic[current_field] += match.group(1) > + dic[current_field] += match.group(1).strip() > continue > > # Handle multi-line argument contents > @@ -1427,7 +1427,7 @@ class TestList: > continue > > file_line.rstrip(r"\n") > - sys.exit(f"{fname}:{file_ln + 1}: Error: unrecognized line. Need to add field at %s?\n\t==> %s" % > + printf(f"{fname}:{file_ln + 1}: Warning: unrecognized line. Need to add field at %s?\n\t==> %s" % > (config_origin, file_line)) > > def show_subtests(self, sort_field): > -- > 2.43.0 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails 2025-03-21 18:50 ` [PATCH i-g-t v2] " Kamil Konieczny @ 2025-03-25 8:22 ` Karthik B S 0 siblings, 0 replies; 8+ messages in thread From: Karthik B S @ 2025-03-25 8:22 UTC (permalink / raw) To: Kamil Konieczny, igt-dev, kamil.konieczny, jari.tahvanainen Hi Kamil, On 3/22/2025 12:20 AM, Kamil Konieczny wrote: > Hi Karthik, > On 2025-03-20 at 19:35:08 +0530, Karthik B S wrote: > > small nit in subject: > >> Do not stop the build process if documantion fails > -----------------------------------^^^^^^^^^^^ > s/documantion/documentation/ > > What about also shortening it a bit? > > scripts/test_list: Do not stop the build if documentation fails Thank you for the feedback. Will make these changes and merge this. Thanks, Karthik.B.S > > Regards, > Kamil > >> Current approach stops whole build process on a case that there is mistake >> on documentation. Let's have entry on logs instead and continue. >> >> Small fix also related multiline data e.g. on Description part. >> >> Signed-off-by: Jari Tahvanainen <jari.tahvanainen@intel.com> >> Signed-off-by: Karthik B S <karthik.b.s@intel.com> >> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> >> --- >> scripts/test_list.py | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/scripts/test_list.py b/scripts/test_list.py >> index 867d28400..5f1b4218b 100644 >> --- a/scripts/test_list.py >> +++ b/scripts/test_list.py >> @@ -1399,7 +1399,7 @@ class TestList: >> >> # Handle multi-line field contents >> if current_field: >> - match = re.match(r'\s+(.*)', file_line) >> + match = re.match(r'(.*)', file_line) >> if match: >> if handle_section == 'test': >> dic = self.doc[current_test] >> @@ -1408,7 +1408,7 @@ class TestList: >> >> if dic[current_field] != '': >> dic[current_field] += " " >> - dic[current_field] += match.group(1) >> + dic[current_field] += match.group(1).strip() >> continue >> >> # Handle multi-line argument contents >> @@ -1427,7 +1427,7 @@ class TestList: >> continue >> >> file_line.rstrip(r"\n") >> - sys.exit(f"{fname}:{file_ln + 1}: Error: unrecognized line. Need to add field at %s?\n\t==> %s" % >> + printf(f"{fname}:{file_ln + 1}: Warning: unrecognized line. Need to add field at %s?\n\t==> %s" % >> (config_origin, file_line)) >> >> def show_subtests(self, sort_field): >> -- >> 2.43.0 >> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-03-25 8:25 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-03-20 14:05 [PATCH i-g-t v2] scripts/test_list: Do not stop the build process if documantion fails Karthik B S 2025-03-20 14:27 ` ✓ Xe.CI.BAT: success for " Patchwork 2025-03-20 14:47 ` ✓ i915.CI.BAT: " Patchwork 2025-03-20 15:09 ` ✗ Xe.CI.Full: failure " Patchwork 2025-03-20 16:19 ` ✗ i915.CI.Full: " Patchwork 2025-03-25 8:25 ` Karthik B S 2025-03-21 18:50 ` [PATCH i-g-t v2] " Kamil Konieczny 2025-03-25 8:22 ` Karthik B S
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox