* [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests
@ 2024-01-18 4:55 Ashutosh Dixit
2024-01-18 5:34 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Ashutosh Dixit @ 2024-01-18 4:55 UTC (permalink / raw)
To: igt-dev
The code in af9910b3967d ("i915/perf: Check regularly if we are done
reading reports") does not match the commit description. Fix the code to
match the commit description.
Fixes: af9910b3967d ("i915/perf: Check regularly if we are done reading reports")
Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/intel/perf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/perf.c b/tests/intel/perf.c
index 3565d61cc393..94738b8a58b4 100644
--- a/tests/intel/perf.c
+++ b/tests/intel/perf.c
@@ -3052,7 +3052,7 @@ test_buffer_fill(const struct intel_execution_engine2 *e)
first_timestamp = oa_timestamp(report, fmt);
last_timestamp = oa_timestamp(report, fmt);
- if (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2))
+ if (((last_timestamp - first_timestamp) * oa_period) >= (fill_duration / 2))
break;
if (oa_report_is_periodic(oa_exponent, report)) {
@@ -3279,7 +3279,7 @@ test_enable_disable(const struct intel_execution_engine2 *e)
oa_report_is_periodic(oa_exponent, report),
oa_report_get_ctx_id(report));
- if (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2))
+ if (((last_timestamp - first_timestamp) * oa_period) >= (fill_duration / 2))
break;
if (oa_report_is_periodic(oa_exponent, report)) {
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ CI.xeBAT: success for i915/perf: Fix loop termination logic in two tests 2024-01-18 4:55 [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests Ashutosh Dixit @ 2024-01-18 5:34 ` Patchwork 2024-01-18 5:46 ` ✓ Fi.CI.BAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 5:34 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4608 bytes --] == Series Details == Series: i915/perf: Fix loop termination logic in two tests URL : https://patchwork.freedesktop.org/series/128918/ State : success == Summary == CI Bug Log - changes from XEIGT_7678_BAT -> XEIGTPW_10550_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10550_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][1] ([Intel XE#623]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_dsc@dsc-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][2] ([Intel XE#455]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: NOTRUN -> [SKIP][3] ([i915#5274]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-dg2-oem2: NOTRUN -> [FAIL][4] ([Intel XE#608]) [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][5] ([Intel XE#288]) +32 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_huc_copy@huc_copy: - bat-dg2-oem2: NOTRUN -> [SKIP][6] ([Intel XE#255]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html * igt@xe_pat@pat-index-xe2: - bat-dg2-oem2: NOTRUN -> [SKIP][7] ([Intel XE#977]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - bat-dg2-oem2: NOTRUN -> [SKIP][8] ([Intel XE#979]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@xe_pat@pat-index-xehpc.html #### Possible fixes #### * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - bat-pvc-2: [INCOMPLETE][9] -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7678/bat-pvc-2/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-pvc-2/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_threads@threads-mixed-shared-vm-basic: - bat-dg2-oem2: [INCOMPLETE][11] ([Intel XE#1169]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7678/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 Build changes ------------- * IGT: IGT_7678 -> IGTPW_10550 * Linux: xe-639-b42f47ca5fff1d04fb8eb02d64520b3f338a495d -> xe-642-2d422dec58e0dfd61d6c9842de7f83289803dccb IGTPW_10550: 10550 IGT_7678: 9f0b63bae98fa6164dd2262f8890a964fb1fc23d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-639-b42f47ca5fff1d04fb8eb02d64520b3f338a495d: b42f47ca5fff1d04fb8eb02d64520b3f338a495d xe-642-2d422dec58e0dfd61d6c9842de7f83289803dccb: 2d422dec58e0dfd61d6c9842de7f83289803dccb == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10550/index.html [-- Attachment #2: Type: text/html, Size: 5364 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ Fi.CI.BAT: success for i915/perf: Fix loop termination logic in two tests 2024-01-18 4:55 [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests Ashutosh Dixit 2024-01-18 5:34 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-01-18 5:46 ` Patchwork 2024-01-18 7:09 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-01-18 19:38 ` [PATCH i-g-t] " Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 5:46 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12022 bytes --] == Series Details == Series: i915/perf: Fix loop termination logic in two tests URL : https://patchwork.freedesktop.org/series/128918/ State : success == Summary == CI Bug Log - changes from CI_DRM_14135 -> IGTPW_10550 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/index.html Participating hosts (36 -> 35) ------------------------------ Additional (3): bat-dg2-8 bat-rpls-2 bat-dg2-9 Missing (4): bat-mtlp-8 bat-jsl-1 bat-atsm-1 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_10550 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-rpls-2: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@debugfs_test@basic-hwmon.html * igt@gem_exec_suspend@basic-s0@lmem0: - bat-dg2-8: NOTRUN -> [INCOMPLETE][2] ([i915#9275]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_lmem_swapping@verify-random: - bat-rpls-2: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@basic: - bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#4083]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@gem_mmap@basic.html - bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#4083]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#4077]) +2 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@gem_mmap_gtt@basic.html - bat-dg2-8: NOTRUN -> [SKIP][7] ([i915#4077]) +2 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@gem_mmap_gtt@basic.html * igt@gem_render_tiled_blits@basic: - bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#4079]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-8: NOTRUN -> [SKIP][9] ([i915#4079]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@gem_tiled_pread_basic.html - bat-rpls-2: NOTRUN -> [SKIP][10] ([i915#3282]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-rpls-2: NOTRUN -> [SKIP][11] ([i915#6621]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@i915_pm_rps@basic-api.html - bat-dg2-9: NOTRUN -> [SKIP][12] ([i915#6621]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@i915_pm_rps@basic-api.html - bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#6621]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_pm: - bat-rpls-2: NOTRUN -> [DMESG-FAIL][14] ([i915#10010]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@i915_selftest@live@gt_pm.html * igt@i915_suspend@basic-s3-without-i915: - bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#6645]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-9: NOTRUN -> [SKIP][16] ([i915#5190]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#5190]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-9: NOTRUN -> [SKIP][18] ([i915#4215] / [i915#5190]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html - bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#4215] / [i915#5190]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#4212]) +7 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html - bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#4212]) +7 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-9: NOTRUN -> [SKIP][22] ([i915#4103] / [i915#4213]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-rpls-2: NOTRUN -> [SKIP][23] ([i915#4103]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-dg2-8: NOTRUN -> [SKIP][24] ([i915#4103] / [i915#4213]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-rpls-2: NOTRUN -> [SKIP][25] ([i915#3555] / [i915#3840] / [i915#9886]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-9: NOTRUN -> [SKIP][26] ([fdo#109285]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html - bat-rpls-2: NOTRUN -> [SKIP][27] ([fdo#109285]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@kms_force_connector_basic@force-load-detect.html - bat-dg2-8: NOTRUN -> [SKIP][28] ([fdo#109285]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-9: NOTRUN -> [SKIP][29] ([i915#5274]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html - bat-dg2-8: NOTRUN -> [SKIP][30] ([i915#5274]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-8: NOTRUN -> [SKIP][31] ([i915#5354]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_pm_backlight@basic-brightness.html - bat-dg2-9: NOTRUN -> [SKIP][32] ([i915#5354]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_pm_backlight@basic-brightness.html - bat-rpls-2: NOTRUN -> [SKIP][33] ([i915#5354]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@kms_pm_backlight@basic-brightness.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-9: NOTRUN -> [SKIP][34] ([i915#3555]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html - bat-dg2-8: NOTRUN -> [SKIP][35] ([i915#3555]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html - bat-rpls-2: NOTRUN -> [SKIP][36] ([i915#3555]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-9: NOTRUN -> [SKIP][37] ([i915#3708]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html - bat-dg2-8: NOTRUN -> [SKIP][38] ([i915#3708]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-8: NOTRUN -> [SKIP][39] ([i915#3708] / [i915#4077]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html - bat-dg2-9: NOTRUN -> [SKIP][40] ([i915#3708] / [i915#4077]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-rpls-2: NOTRUN -> [SKIP][41] ([fdo#109295] / [i915#3708]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-rpls-2/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-write: - bat-dg2-9: NOTRUN -> [SKIP][42] ([i915#3291] / [i915#3708]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-9/igt@prime_vgem@basic-write.html - bat-dg2-8: NOTRUN -> [SKIP][43] ([i915#3291] / [i915#3708]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/bat-dg2-8/igt@prime_vgem@basic-write.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#10010]: https://gitlab.freedesktop.org/drm/intel/issues/10010 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9886]: https://gitlab.freedesktop.org/drm/intel/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7678 -> IGTPW_10550 CI-20190529: 20190529 CI_DRM_14135: 2d422dec58e0dfd61d6c9842de7f83289803dccb @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10550: 10550 IGT_7678: 9f0b63bae98fa6164dd2262f8890a964fb1fc23d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/index.html [-- Attachment #2: Type: text/html, Size: 15127 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for i915/perf: Fix loop termination logic in two tests 2024-01-18 4:55 [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests Ashutosh Dixit 2024-01-18 5:34 ` ✓ CI.xeBAT: success for " Patchwork 2024-01-18 5:46 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-01-18 7:09 ` Patchwork 2024-01-18 19:38 ` [PATCH i-g-t] " Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-01-18 7:09 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100270 bytes --] == Series Details == Series: i915/perf: Fix loop termination logic in two tests URL : https://patchwork.freedesktop.org/series/128918/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14135_full -> IGTPW_10550_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10550_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10550_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_10550/index.html Participating hosts (9 -> 8) ------------------------------ Missing (1): shard-snb-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10550_full: ### IGT changes ### #### Possible regressions #### * igt@kms_plane@pixel-format-source-clamping@pipe-a: - shard-mtlp: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-a.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-a.html * igt@perf@buffer-fill@0-rcs0: - shard-dg2: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-5/igt@perf@buffer-fill@0-rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@perf@buffer-fill@0-rcs0.html - shard-dg1: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-13/igt@perf@buffer-fill@0-rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@perf@buffer-fill@0-rcs0.html - shard-tglu: [PASS][7] -> [FAIL][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-tglu-7/igt@perf@buffer-fill@0-rcs0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@perf@buffer-fill@0-rcs0.html - shard-glk: [PASS][9] -> [FAIL][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-glk5/igt@perf@buffer-fill@0-rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk5/igt@perf@buffer-fill@0-rcs0.html - shard-mtlp: [PASS][11] -> [FAIL][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-mtlp-1/igt@perf@buffer-fill@0-rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@perf@buffer-fill@0-rcs0.html * igt@perf@buffer-fill@1-vecs0: - shard-mtlp: NOTRUN -> [FAIL][13] +2 other tests fail [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@perf@buffer-fill@1-vecs0.html * igt@perf@enable-disable@0-rcs0: - shard-rkl: [PASS][14] -> [FAIL][15] +1 other test fail [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-7/igt@perf@enable-disable@0-rcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@perf@enable-disable@0-rcs0.html - shard-dg1: NOTRUN -> [FAIL][16] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@perf@enable-disable@0-rcs0.html - shard-tglu: NOTRUN -> [FAIL][17] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@perf@enable-disable@0-rcs0.html New tests --------- New tests have been introduced between CI_DRM_14135_full and IGTPW_10550_full: ### New IGT tests (2) ### * igt@gem_exec_fair@basic-pace-share@rcs0: - Statuses : 1 fail(s) 2 pass(s) - Exec time: [4.39, 6.42] s * igt@gem_exec_fair@basic-pace@vcs1: - Statuses : 1 fail(s) - Exec time: [4.43] s Known issues ------------ Here are the changes found in IGTPW_10550_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#8411]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8411]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-dg1: NOTRUN -> [SKIP][20] ([i915#7701]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@device_reset@cold-reset-bound.html - shard-tglu: NOTRUN -> [SKIP][21] ([i915#7701]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@device_reset@cold-reset-bound.html - shard-mtlp: NOTRUN -> [SKIP][22] ([i915#7701]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@busy-idle-check-all@ccs3: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#8414]) +20 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@drm_fdinfo@busy-idle-check-all@ccs3.html * igt@drm_fdinfo@busy-idle-check-all@vcs1: - shard-dg1: NOTRUN -> [SKIP][24] ([i915#8414]) +6 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@drm_fdinfo@busy-idle-check-all@vcs1.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: NOTRUN -> [FAIL][25] ([i915#7742]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#8414]) +7 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html * igt@fbdev@pan: - shard-snb: [PASS][27] -> [FAIL][28] ([i915#4435]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb6/igt@fbdev@pan.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb7/igt@fbdev@pan.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#7697]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@gem_basic@multigpu-create-close.html - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#7697]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#3936]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_busy@semaphore.html * igt@gem_caching@reads: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4873]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_caching@reads.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#3555]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][34] ([i915#7297]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#7697]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [PASS][36] -> [INCOMPLETE][37] ([i915#9364]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#8562]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@gem_create@create-ext-set-pat.html * igt@gem_create@hog-create@smem0: - shard-mtlp: NOTRUN -> [FAIL][39] ([i915#8758]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@gem_create@hog-create@smem0.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#8555]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-many.html - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#8555]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@legacy-engines-mixed: - shard-snb: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#1099]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#5882]) +9 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_sseu@invalid-args: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#280]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#280]) +2 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-10/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-tglu: [PASS][46] -> [ABORT][47] ([i915#10030] / [i915#7975] / [i915#8213] / [i915#8398]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-tglu-6/igt@gem_eio@hibernate.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-10/igt@gem_eio@hibernate.html - shard-rkl: NOTRUN -> [ABORT][48] ([i915#7975] / [i915#8213]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@gem_eio@hibernate.html * igt@gem_eio@unwedge-stress: - shard-dg2: [PASS][49] -> [FAIL][50] ([i915#5784]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-1/igt@gem_eio@unwedge-stress.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@gem_eio@unwedge-stress.html - shard-snb: NOTRUN -> [FAIL][51] ([i915#8898]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb4/igt@gem_eio@unwedge-stress.html - shard-dg1: [PASS][52] -> [FAIL][53] ([i915#5784]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-19/igt@gem_eio@unwedge-stress.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-dual: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4771]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4812]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#4525]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglu: NOTRUN -> [FAIL][57] ([i915#6117]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-4/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@many-4k-incremental: - shard-dg1: NOTRUN -> [FAIL][58] ([i915#9606]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-rkl: NOTRUN -> [FAIL][59] ([i915#2842]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4473] / [i915#4771]) +2 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglu: NOTRUN -> [FAIL][61] ([i915#2842]) +5 other tests fail [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [PASS][62] -> [FAIL][63] ([i915#2842]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#3539]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@gem_exec_fair@basic-sync.html - shard-dg1: NOTRUN -> [SKIP][65] ([i915#3539]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][66] -> [FAIL][67] ([i915#2842]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk9/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-tglu: [PASS][68] -> [FAIL][69] ([i915#2842]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-tglu-2/igt@gem_exec_fair@basic-throttle@rcs0.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3539] / [i915#4852]) +4 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-rkl: NOTRUN -> [SKIP][71] ([fdo#109313]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-tglu: NOTRUN -> [SKIP][72] ([fdo#109313]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3711]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#3539] / [i915#4852]) +5 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_params@secure-non-root: - shard-rkl: NOTRUN -> [SKIP][75] ([fdo#112283]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@gem_exec_params@secure-non-root.html - shard-dg1: NOTRUN -> [SKIP][76] ([fdo#112283]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@gem_exec_params@secure-non-root.html - shard-tglu: NOTRUN -> [SKIP][77] ([fdo#112283]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-10/igt@gem_exec_params@secure-non-root.html - shard-mtlp: NOTRUN -> [SKIP][78] ([fdo#112283]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#3281]) +10 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#3281]) +9 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_reloc@basic-wc-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#3281]) +10 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@gem_exec_reloc@basic-wc-read-noreloc.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#3281]) +13 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@deep@rcs0: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#4537]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@gem_exec_schedule@deep@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#4537] / [i915#4812]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#4812]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][86] ([i915#7975] / [i915#8213]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fence_thrash@bo-copy: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4860]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@gem_fence_thrash@bo-copy.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#4860]) +2 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#4860]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#2190]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#4613] / [i915#7582]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4565]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@random: - shard-glk: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#4613]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk3/igt@gem_lmem_swapping@random.html - shard-tglu: NOTRUN -> [SKIP][94] ([i915#4613]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@random-engines: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#4613]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@gem_lmem_swapping@random-engines.html - shard-rkl: NOTRUN -> [SKIP][96] ([i915#4613]) +2 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@gem_lmem_swapping@random-engines.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#8289]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@coherency: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#4077]) +14 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@gem_mmap_gtt@coherency.html - shard-tglu: NOTRUN -> [SKIP][99] ([fdo#111656]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@gem_mmap_gtt@coherency.html * igt@gem_mmap_gtt@cpuset-medium-copy: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#4077]) +14 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#4077]) +12 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-10/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gem_mmap_wc@write: - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#4083]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_mmap_wc@write.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#4083]) +6 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@gem_mmap_wc@write-read.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#4083]) +4 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#3282]) +5 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_pread@display: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#3282]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@gem_pread@display.html * igt@gem_pwrite_snooped: - shard-rkl: NOTRUN -> [SKIP][107] ([i915#3282]) +3 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@gem_pwrite_snooped.html - shard-mtlp: NOTRUN -> [SKIP][108] ([i915#3282]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_pwrite_snooped.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#4270]) +4 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-10/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#4270]) +5 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#4270]) +5 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#4270]) +7 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@gem_pxp@verify-pxp-stale-ctx-execution.html - shard-tglu: NOTRUN -> [SKIP][113] ([i915#4270]) +3 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-9/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271]) +238 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk9/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#8428]) +4 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@gem_render_copy@y-tiled-mc-ccs-to-y-tiled-ccs.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#8411]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html - shard-dg1: NOTRUN -> [SKIP][117] ([i915#4079]) +2 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#4079]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_softpin@evict-snoop: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#4885]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#4079]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@gem_tiled_pread_pwrite.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#4879]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-sync: - shard-tglu: NOTRUN -> [SKIP][122] ([fdo#110542]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#3323]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk8/igt@gem_userptr_blits@dmabuf-sync.html - shard-rkl: NOTRUN -> [SKIP][124] ([i915#3323]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3297]) +5 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#3297]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#3297] / [i915#4958]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#3297]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap-cycles.html - shard-dg1: NOTRUN -> [SKIP][129] ([i915#3297]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][130] ([fdo#109289]) +4 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][131] ([i915#2527] / [i915#2856]) +4 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@gen9_exec_parse@basic-rejected.html - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#2856]) +5 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-snb: NOTRUN -> [SKIP][133] ([fdo#109271]) +144 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb7/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#2527]) +5 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#2527]) +8 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@secure-batches: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#2856]) +6 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@gen9_exec_parse@secure-batches.html * igt@i915_module_load@load: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#6227]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][138] -> [INCOMPLETE][139] ([i915#9820] / [i915#9849]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html - shard-snb: [PASS][140] -> [INCOMPLETE][141] ([i915#9200] / [i915#9849]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: NOTRUN -> [INCOMPLETE][142] ([i915#9200]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#6412]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][144] ([i915#7178]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][145] ([i915#6412]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@i915_module_load@resize-bar.html - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#6412]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][147] ([i915#8399]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#8399]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-tglu: NOTRUN -> [WARN][149] ([i915#2681]) +3 other tests warn [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: NOTRUN -> [FAIL][150] ([i915#3591]) +1 other test fail [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][151] ([fdo#109293] / [fdo#109506]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-10/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-dg1: NOTRUN -> [SKIP][152] ([fdo#109293] / [fdo#109506]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-14/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@basic-api: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6621]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#8925]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@i915_pm_rps@thresholds-idle@gt0.html - shard-dg1: NOTRUN -> [SKIP][155] ([i915#8925]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_pm_sseu@full-enable: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#4387]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@i915_pm_sseu@full-enable.html - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#8437]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@i915_pm_sseu@full-enable.html * igt@i915_power@sanity: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#7984]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@i915_power@sanity.html * igt@i915_query@hwconfig_table: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#6245]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-14/igt@i915_query@hwconfig_table.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#6245]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@i915_query@hwconfig_table.html * igt@i915_query@query-topology-known-pci-ids: - shard-dg2: NOTRUN -> [SKIP][161] ([fdo#109303]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][162] ([i915#9311]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@i915_selftest@mock@memory_region.html - shard-rkl: NOTRUN -> [DMESG-WARN][163] ([i915#9311]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@i915_selftest@mock@memory_region.html - shard-glk: NOTRUN -> [DMESG-WARN][164] ([i915#9311]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk4/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#4212]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#4212]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#4212]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#8709]) +11 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#8709]) +3 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#8709]) +7 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#8709]) +11 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-tglu: NOTRUN -> [SKIP][172] ([i915#1769] / [i915#3555]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#5286]) +6 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][174] ([fdo#111615] / [i915#5286]) +8 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][175] ([fdo#111614]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-tglu: NOTRUN -> [SKIP][176] ([i915#5286]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#4538] / [i915#5286]) +5 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][178] ([fdo#111614]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][179] ([fdo#111614]) +5 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][180] ([fdo#111614] / [i915#3638]) +2 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][181] ([i915#3638]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][182] ([fdo#111615]) +11 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html - shard-tglu: NOTRUN -> [FAIL][183] ([i915#3743]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#5190]) +14 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][185] ([i915#4538] / [i915#5190]) +8 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][186] ([fdo#111615]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][187] ([fdo#111615]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#6187]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][189] ([fdo#110723]) +6 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][190] ([fdo#111615]) +5 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#4538]) +6 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#2705]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf-tiled-ccs: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#5354] / [i915#6095]) +31 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf-tiled-ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#5354]) +91 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y-tiled-ccs: - shard-dg1: NOTRUN -> [SKIP][195] ([i915#5354] / [i915#6095]) +64 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y-tiled-ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4-tiled-mtl-rc-ccs-cc: - shard-tglu: NOTRUN -> [SKIP][196] ([i915#5354] / [i915#6095]) +57 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_ccs@pipe-c-bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#5354] / [i915#6095]) +47 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y-tiled-gen12-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#5354]) +38 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_ccs@pipe-d-missing-ccs-buffer-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#7213]) +3 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#3742]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_cdclk@plane-scaling.html - shard-dg1: NOTRUN -> [SKIP][201] ([i915#3742]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_cdclk@plane-scaling.html - shard-tglu: NOTRUN -> [SKIP][202] ([i915#3742]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_color@ctm-0-25: - shard-rkl: NOTRUN -> [SKIP][203] ([fdo#111827]) +2 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-dg1: NOTRUN -> [SKIP][204] ([fdo#111827]) +1 other test skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-limited-range: - shard-tglu: NOTRUN -> [SKIP][205] ([fdo#111827]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@ctm-max: - shard-mtlp: NOTRUN -> [SKIP][206] ([fdo#111827]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@gamma: - shard-dg2: NOTRUN -> [SKIP][207] ([fdo#111827]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#7828]) +9 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#7828]) +9 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@hdmi-crc-single: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#7828]) +9 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_chamelium_frames@hdmi-crc-single.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-rkl: NOTRUN -> [SKIP][211] ([i915#7828]) +6 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-tglu: NOTRUN -> [SKIP][212] ([i915#7828]) +9 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic-dpms: - shard-tglu: NOTRUN -> [SKIP][213] ([i915#6944] / [i915#7116] / [i915#7118]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_content_protection@atomic-dpms.html - shard-mtlp: NOTRUN -> [SKIP][214] ([i915#6944]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#3116] / [i915#3299]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#3299]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_content_protection@dp-mst-type-0.html - shard-dg2: NOTRUN -> [SKIP][217] ([i915#3299]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#3116]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_content_protection@dp-mst-type-1.html - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#3299]) +2 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#7116]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_content_protection@legacy.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#7118]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-10/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-onscreen-256x85: - shard-mtlp: NOTRUN -> [SKIP][222] ([i915#8814]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-256x85.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg1: NOTRUN -> [SKIP][223] ([i915#3555]) +9 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#3359]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#8814]) +2 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-tglu: NOTRUN -> [SKIP][226] ([i915#3359]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#3359]) +2 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-512x170.html - shard-rkl: NOTRUN -> [SKIP][228] ([i915#3359]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-512x170.html - shard-dg1: NOTRUN -> [SKIP][229] ([i915#3359]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#4103] / [i915#4213]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#4213]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][232] ([i915#4103]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg1: NOTRUN -> [SKIP][233] ([i915#4103] / [i915#4213]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-tglu: NOTRUN -> [SKIP][234] ([fdo#109274]) +2 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#9809]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][236] ([fdo#111767]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html - shard-rkl: NOTRUN -> [SKIP][237] ([fdo#111767] / [fdo#111825]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html - shard-snb: NOTRUN -> [SKIP][238] ([fdo#109271] / [fdo#111767]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-dg2: NOTRUN -> [SKIP][239] ([fdo#109274] / [i915#5354]) +7 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#9067]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#4103]) +2 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#9723]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#8588]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_display_modes@mst-extended-mode-negative.html - shard-tglu: NOTRUN -> [SKIP][244] ([i915#8588]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#3555]) +3 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dp_aux_dev: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#1257]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_dp_aux_dev.html - shard-dg1: NOTRUN -> [SKIP][247] ([i915#1257]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@kms_dp_aux_dev.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#8812]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-dg1: NOTRUN -> [SKIP][249] ([i915#3555] / [i915#3840]) +1 other test skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#3840] / [i915#9688]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_dsc@dsc-fractional-bpp.html - shard-rkl: NOTRUN -> [SKIP][251] ([i915#3840]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_dsc@dsc-fractional-bpp.html - shard-dg1: NOTRUN -> [SKIP][252] ([i915#3840]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@kms_dsc@dsc-fractional-bpp.html - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#3840] / [i915#9688]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu: NOTRUN -> [SKIP][254] ([i915#3555] / [i915#3840]) +2 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#3840]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#3840] / [i915#9053]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-tglu: NOTRUN -> [SKIP][257] ([i915#3469]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#658]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][259] ([fdo#109274] / [i915#3637]) +7 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-dg2: NOTRUN -> [SKIP][260] ([fdo#109274] / [fdo#111767]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][261] ([fdo#111767] / [i915#3637]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg1: NOTRUN -> [SKIP][262] ([fdo#111767] / [fdo#111825]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-tglu: NOTRUN -> [SKIP][263] ([fdo#109274] / [fdo#111767] / [i915#3637]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-dg1: NOTRUN -> [SKIP][264] ([i915#8381]) +2 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-mtlp: NOTRUN -> [SKIP][265] ([i915#3637]) +6 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][266] ([fdo#109274]) +3 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-dg1: NOTRUN -> [SKIP][267] ([fdo#111825] / [i915#9934]) +8 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#8381]) +1 other test skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#8381]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][270] ([i915#2672]) +1 other test skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/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-valid-mode: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#2587] / [i915#2672]) +4 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][272] ([i915#2672]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][273] ([i915#2587] / [i915#2672]) +4 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8810]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][275] ([i915#2672]) +2 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][276] ([i915#2672] / [i915#3555]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][277] ([i915#2672] / [i915#3555]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [FAIL][278] ([i915#6880]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move: - shard-dg2: [PASS][279] -> [FAIL][280] ([i915#6880]) +1 other test fail [279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][281] ([i915#8708]) +13 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-snb: [PASS][282] -> [SKIP][283] ([fdo#109271]) +17 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#10055]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][285] ([fdo#111825]) +15 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move: - shard-rkl: NOTRUN -> [SKIP][286] ([fdo#111825] / [i915#1825]) +53 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][287] ([fdo#111825]) +43 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][288] ([i915#8708]) +16 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-mtlp: NOTRUN -> [SKIP][289] ([i915#10070]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html - shard-rkl: NOTRUN -> [SKIP][290] ([i915#10070]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_frontbuffer_tracking@plane-fbc-rte.html - shard-dg1: NOTRUN -> [SKIP][291] ([i915#10070]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_frontbuffer_tracking@plane-fbc-rte.html - shard-tglu: NOTRUN -> [SKIP][292] ([i915#10070]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-6/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][293] ([i915#3023]) +25 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][294] ([fdo#110189]) +22 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][295] ([i915#8708]) +4 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-mtlp: NOTRUN -> [SKIP][296] ([i915#1825]) +38 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][297] ([fdo#109280]) +44 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][298] ([i915#3458]) +20 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][299] ([i915#3458]) +19 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdr@static-swap: - shard-dg1: NOTRUN -> [SKIP][300] ([i915#3555] / [i915#8228]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_hdr@static-swap.html - shard-tglu: NOTRUN -> [SKIP][301] ([i915#3555] / [i915#8228]) +1 other test skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@kms_hdr@static-swap.html - shard-mtlp: NOTRUN -> [SKIP][302] ([i915#3555] / [i915#8228]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: NOTRUN -> [SKIP][303] ([i915#3555] / [i915#8228]) +1 other test skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@kms_hdr@static-toggle-dpms.html * igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c: - shard-dg2: NOTRUN -> [SKIP][304] ([fdo#109289]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html - shard-dg1: NOTRUN -> [SKIP][305] ([fdo#109289]) +2 other tests skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglu: NOTRUN -> [SKIP][306] ([fdo#109289]) +3 other tests skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][307] ([i915#7862]) +1 other test fail [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk9/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][308] ([i915#4573]) +1 other test fail [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk7/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][309] ([i915#3555]) +9 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][310] ([i915#3555] / [i915#8806]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][311] ([i915#6953]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][312] ([i915#8292]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][313] ([i915#9423]) +3 other tests skip [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][314] ([i915#9423]) +15 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-hdmi-a-3.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][315] ([i915#5176]) +13 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][316] ([i915#5176] / [i915#9423]) +1 other test skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][317] ([i915#5176] / [i915#9423]) +3 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][318] ([i915#9423]) +7 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][319] ([i915#5235]) +7 other tests skip [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-9/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][320] ([i915#5235]) +5 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][321] ([i915#5235] / [i915#9423]) +19 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][322] ([i915#5235]) +11 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][323] ([i915#3555] / [i915#5235]) +2 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][324] ([i915#5235]) +8 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_pm_backlight@fade-with-suspend: - shard-tglu: NOTRUN -> [SKIP][325] ([i915#9812]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-10/igt@kms_pm_backlight@fade-with-suspend.html - shard-dg1: NOTRUN -> [SKIP][326] ([i915#5354]) +1 other test skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc6-psr: - shard-mtlp: NOTRUN -> [FAIL][327] ([i915#9298]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][328] ([i915#9340]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@i2c: - shard-dg2: [PASS][329] -> [FAIL][330] ([i915#8717]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-10/igt@kms_pm_rpm@i2c.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#9519]) +1 other test skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp.html - shard-rkl: [PASS][332] -> [SKIP][333] ([i915#9519]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][334] ([i915#9519]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu: NOTRUN -> [SKIP][335] ([i915#6524]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_prime@basic-crc-hybrid.html - shard-mtlp: NOTRUN -> [SKIP][336] ([i915#6524]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf: - shard-rkl: NOTRUN -> [SKIP][337] ([i915#9683]) +1 other test skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html - shard-dg1: NOTRUN -> [SKIP][338] ([i915#9683]) +1 other test skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html - shard-tglu: NOTRUN -> [SKIP][339] ([i915#9683]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][340] ([i915#9683]) +3 other tests skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][341] ([fdo#111068] / [i915#9683]) +2 other tests skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][342] ([fdo#111068] / [i915#9683]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg1: NOTRUN -> [SKIP][343] ([fdo#111068] / [i915#9683]) +1 other test skip [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-15/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][344] ([i915#9685]) +1 other test skip [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-tglu: NOTRUN -> [SKIP][345] ([i915#9685]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@exhaust-fences: - shard-mtlp: NOTRUN -> [SKIP][346] ([i915#4235]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][347] ([i915#5289]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][348] ([i915#4235]) +2 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-6/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][349] ([i915#5289]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][350] ([fdo#111615] / [i915#5289]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu: NOTRUN -> [SKIP][351] ([i915#3555]) +12 other tests skip [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-3/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][352] ([i915#5465]) +1 other test fail [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb2/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_sysfs_edid_timing: - shard-dg1: NOTRUN -> [FAIL][353] ([IGT#2] / [i915#6493]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][354] ([i915#8623]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [FAIL][355] ([i915#9196]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][356] ([i915#9196]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][357] ([i915#9906]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@kms_vrr@flip-basic-fastset.html * igt@kms_writeback@writeback-check-output: - shard-rkl: NOTRUN -> [SKIP][358] ([i915#2437]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@kms_writeback@writeback-check-output.html - shard-glk: NOTRUN -> [SKIP][359] ([fdo#109271] / [i915#2437]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk8/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-mtlp: NOTRUN -> [SKIP][360] ([i915#2437] / [i915#9412]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][361] ([i915#2437] / [i915#9412]) +1 other test skip [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-2/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg1: NOTRUN -> [SKIP][362] ([i915#2437]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@kms_writeback@writeback-invalid-parameters.html - shard-mtlp: NOTRUN -> [SKIP][363] ([i915#2437]) [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][364] ([i915#2437]) [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [PASS][365] -> [FAIL][366] ([i915#8724]) [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-3/igt@perf@enable-disable@0-rcs0.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@perf@enable-disable@0-rcs0.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][367] ([i915#7387]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-3/igt@perf@global-sseu-config-invalid.html - shard-dg2: NOTRUN -> [SKIP][368] ([i915#7387]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@perf@global-sseu-config-invalid.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][369] ([i915#2435]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-7/igt@perf@per-context-mode-unprivileged.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][370] ([i915#2433]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@perf@unprivileged-single-ctx-counters.html - shard-dg1: NOTRUN -> [SKIP][371] ([fdo#109289] / [i915#2433]) [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-16/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@bcs0: - shard-mtlp: [PASS][372] -> [FAIL][373] ([i915#4349]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][374] ([i915#8516]) +1 other test skip [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html - shard-tglu: NOTRUN -> [SKIP][375] ([i915#8516]) [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-8/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][376] ([i915#8516]) [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][377] ([i915#8516]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [INCOMPLETE][378] ([i915#5493]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_udl: - shard-dg2: NOTRUN -> [SKIP][379] ([fdo#109291]) [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@prime_udl.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][380] ([i915#3708] / [i915#4077]) [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][381] ([i915#3291] / [i915#3708]) [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][382] ([i915#3708]) [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-dg1: NOTRUN -> [SKIP][383] ([i915#3708]) +1 other test skip [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-tglu: NOTRUN -> [SKIP][384] ([fdo#109295]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-4/igt@prime_vgem@fence-write-hang.html - shard-mtlp: NOTRUN -> [SKIP][385] ([i915#3708]) +1 other test skip [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-2/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][386] ([i915#9917]) [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-rkl: NOTRUN -> [FAIL][387] ([i915#9781]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-glk: NOTRUN -> [FAIL][388] ([i915#9781]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk7/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][389] ([i915#4818]) [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_get_param@get-bad-flags: - shard-mtlp: NOTRUN -> [SKIP][390] ([i915#2575]) +10 other tests skip [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-5/igt@v3d/v3d_get_param@get-bad-flags.html * igt@v3d/v3d_perfmon@get-values-invalid-pointer: - shard-dg1: NOTRUN -> [SKIP][391] ([i915#2575]) +9 other tests skip [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html * igt@v3d/v3d_submit_cl@bad-pad: - shard-rkl: NOTRUN -> [SKIP][392] ([fdo#109315]) +12 other tests skip [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-4/igt@v3d/v3d_submit_cl@bad-pad.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][393] ([i915#2575]) +8 other tests skip [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-5/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_csd@bad-pad: - shard-tglu: NOTRUN -> [SKIP][394] ([fdo#109315] / [i915#2575]) +14 other tests skip [394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@v3d/v3d_submit_csd@bad-pad.html * igt@vc4/vc4_create_bo@create-bo-4096: - shard-mtlp: NOTRUN -> [SKIP][395] ([i915#7711]) +9 other tests skip [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-mtlp-1/igt@vc4/vc4_create_bo@create-bo-4096.html * igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done: - shard-dg1: NOTRUN -> [SKIP][396] ([i915#7711]) +8 other tests skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-19/igt@vc4/vc4_dmabuf_poll@poll-write-waits-until-write-done.html * igt@vc4/vc4_perfmon@create-two-perfmon: - shard-rkl: NOTRUN -> [SKIP][397] ([i915#7711]) +9 other tests skip [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@vc4/vc4_perfmon@create-two-perfmon.html * igt@vc4/vc4_perfmon@get-values-invalid-pointer: - shard-tglu: NOTRUN -> [SKIP][398] ([i915#2575]) +11 other tests skip [398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-9/igt@vc4/vc4_perfmon@get-values-invalid-pointer.html * igt@vc4/vc4_tiling@get-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][399] ([i915#7711]) +9 other tests skip [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-3/igt@vc4/vc4_tiling@get-bad-modifier.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][400] ([i915#7742]) -> [PASS][401] [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-5/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_eio@kms: - shard-dg2: [FAIL][402] ([i915#5784]) -> [PASS][403] [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-2/igt@gem_eio@kms.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-1/igt@gem_eio@kms.html - shard-dg1: [FAIL][404] ([i915#5784]) -> [PASS][405] [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-12/igt@gem_eio@kms.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [FAIL][406] ([i915#2846]) -> [PASS][407] [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@vecs0: - shard-rkl: [FAIL][408] ([i915#2842]) -> [PASS][409] +4 other tests pass [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-6/igt@gem_exec_fair@basic-none@vecs0.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-1/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: [FAIL][410] ([i915#2842]) -> [PASS][411] [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-tglu-9/igt@gem_exec_fair@basic-pace-solo@rcs0.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [ABORT][412] ([i915#9849]) -> [PASS][413] [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-glk1/igt@i915_module_load@reload-with-fault-injection.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk8/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [FAIL][414] ([i915#3743]) -> [PASS][415] +1 other test pass [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1: - shard-snb: [INCOMPLETE][416] ([i915#4839]) -> [PASS][417] [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt: - shard-snb: [SKIP][418] ([fdo#109271]) -> [PASS][419] +9 other tests pass [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][420] ([i915#9519]) -> [PASS][421] [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg2-2/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][422] ([i915#9519]) -> [PASS][423] +1 other test pass [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-snb: [FAIL][424] ([i915#9196]) -> [PASS][425] [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-snb5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html #### Warnings #### * igt@device_reset@unbind-reset-rebind: - shard-dg1: [INCOMPLETE][426] ([i915#9408] / [i915#9618]) -> [ABORT][427] ([i915#9618]) [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-14/igt@device_reset@unbind-reset-rebind.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg1: [SKIP][428] ([i915#4423] / [i915#4860]) -> [SKIP][429] ([i915#4860]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-12/igt@gem_fence_thrash@bo-write-verify-y.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_pread@exhaustion: - shard-glk: [INCOMPLETE][430] ([i915#10042]) -> [WARN][431] ([i915#2658]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-glk3/igt@gem_pread@exhaustion.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-glk7/igt@gem_pread@exhaustion.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: [INCOMPLETE][432] ([i915#1982] / [i915#9849]) -> [INCOMPLETE][433] ([i915#9820] / [i915#9849]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [INCOMPLETE][434] ([i915#9820] / [i915#9849]) -> [INCOMPLETE][435] ([i915#9849]) [434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14135/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html [435]: https://intel-gfx == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10550/index.html [-- Attachment #2: Type: text/html, Size: 109518 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests 2024-01-18 4:55 [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests Ashutosh Dixit ` (2 preceding siblings ...) 2024-01-18 7:09 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-01-18 19:38 ` Dixit, Ashutosh 3 siblings, 0 replies; 5+ messages in thread From: Dixit, Ashutosh @ 2024-01-18 19:38 UTC (permalink / raw) To: igt-dev, Umesh Nerlige Ramappa On Wed, 17 Jan 2024 20:55:25 -0800, Ashutosh Dixit wrote: > Hi Umesh, > The code in af9910b3967d ("i915/perf: Check regularly if we are done > reading reports") does not match the commit description. Fix the code to > match the commit description. > > Fixes: af9910b3967d ("i915/perf: Check regularly if we are done reading reports") > Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > tests/intel/perf.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/intel/perf.c b/tests/intel/perf.c > index 3565d61cc393..94738b8a58b4 100644 > --- a/tests/intel/perf.c > +++ b/tests/intel/perf.c > @@ -3052,7 +3052,7 @@ test_buffer_fill(const struct intel_execution_engine2 *e) > first_timestamp = oa_timestamp(report, fmt); > last_timestamp = oa_timestamp(report, fmt); > > - if (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2)) > + if (((last_timestamp - first_timestamp) * oa_period) >= (fill_duration / 2)) > break; > > if (oa_report_is_periodic(oa_exponent, report)) { > @@ -3279,7 +3279,7 @@ test_enable_disable(const struct intel_execution_engine2 *e) > oa_report_is_periodic(oa_exponent, report), > oa_report_get_ctx_id(report)); > > - if (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2)) > + if (((last_timestamp - first_timestamp) * oa_period) >= (fill_duration / 2)) > break; > > if (oa_report_is_periodic(oa_exponent, report)) { So there are CI failures with this patch, which I was expecting since I was seeing the failures locally. I ran into failures in the two tests above after making some change to Xe OA code (after removing report headers) and this patch fixed those failures. To me the code in af9910b3967d looks obviously wrong, I am not sure what failures it was solving. I think the right thing to do would be to revert af9910b3967d. Anyway, no need to do anything for i915, but to get round failures in the latest Xe code I am dropping the two lines above (basically reverting af9910b3967d) for Xe. Thanks. -- Ashutosh ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-18 19:38 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-18 4:55 [PATCH i-g-t] i915/perf: Fix loop termination logic in two tests Ashutosh Dixit 2024-01-18 5:34 ` ✓ CI.xeBAT: success for " Patchwork 2024-01-18 5:46 ` ✓ Fi.CI.BAT: " Patchwork 2024-01-18 7:09 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-01-18 19:38 ` [PATCH i-g-t] " Dixit, Ashutosh
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox