* [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories
@ 2024-07-05 14:10 Marcin Bernatowicz
2024-07-05 16:00 ` ✓ CI.xeBAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Marcin Bernatowicz @ 2024-07-05 14:10 UTC (permalink / raw)
To: igt-dev; +Cc: zbigniew.kempczynski, kamil.konieczny, michal.wajdeczko
Skip reading attributes in subdirectories as they are not used for
filtering. This change improves speed and reduces the impact of
non-DRM related component bugs on testing, such as the ASPM exposed
link/l1_aspm attribute issue. After removing a Virtual Function (VF),
accessing the link/l1_aspm attribute on the Physical Function (PF)
leads to NPD.
v2: removed unrelated changes, improved description (Michal)
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com>
---
lib/igt_device_scan.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c
index 9a2da3d62..8e2297087 100644
--- a/lib/igt_device_scan.c
+++ b/lib/igt_device_scan.c
@@ -448,6 +448,10 @@ static bool is_on_blacklist(const char *what)
if (what == NULL)
return false;
+ /* Skip attributes in subdirectories */
+ if (strchr(what, '/') != NULL)
+ return true;
+
while ((key = keys[i++])) {
if (strcmp(key, what) == 0)
return true;
--
2.31.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✓ CI.xeBAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz @ 2024-07-05 16:00 ` Patchwork 2024-07-05 16:07 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-07-05 16:00 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 880 bytes --] == Series Details == Series: lib/igt_device_scan: Skip attributes in subdirectories (rev2) URL : https://patchwork.freedesktop.org/series/135769/ State : success == Summary == CI Bug Log - changes from XEIGT_7917_BAT -> XEIGTPW_11375_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (5 -> 5) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_7917 -> IGTPW_11375 IGTPW_11375: 11375 IGT_7917: a1743ac7ed91ce40d742a351b1600da4f75972b1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1567-cdd1a80a2d16d5213af20a29eb7570a7651db7dc: cdd1a80a2d16d5213af20a29eb7570a7651db7dc == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/index.html [-- Attachment #2: Type: text/html, Size: 1425 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz 2024-07-05 16:00 ` ✓ CI.xeBAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) Patchwork @ 2024-07-05 16:07 ` Patchwork 2024-07-05 18:32 ` ✓ CI.xeFULL: " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-07-05 16:07 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 17182 bytes --] == Series Details == Series: lib/igt_device_scan: Skip attributes in subdirectories (rev2) URL : https://patchwork.freedesktop.org/series/135769/ State : success == Summary == CI Bug Log - changes from IGT_7917 -> IGTPW_11375 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/index.html Participating hosts (37 -> 38) ------------------------------ Additional (4): bat-mtlp-8 bat-mtlp-6 bat-arlh-2 bat-jsl-3 Missing (3): fi-cfl-8109u fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in IGTPW_11375 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-mtlp-8: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@debugfs_test@basic-hwmon.html - bat-arlh-2: NOTRUN -> [SKIP][2] ([i915#9318]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@debugfs_test@basic-hwmon.html - bat-jsl-3: NOTRUN -> [SKIP][3] ([i915#9318]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@debugfs_test@basic-hwmon.html - bat-mtlp-6: NOTRUN -> [SKIP][4] ([i915#9318]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@debugfs_test@basic-hwmon.html * igt@fbdev@eof: - bat-arlh-2: NOTRUN -> [SKIP][5] ([i915#11345]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@fbdev@eof.html * igt@fbdev@info: - bat-arlh-2: NOTRUN -> [SKIP][6] ([i915#1849]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@fbdev@info.html - bat-mtlp-6: NOTRUN -> [SKIP][7] ([i915#1849] / [i915#2582]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@fbdev@info.html * igt@fbdev@write: - bat-mtlp-6: NOTRUN -> [SKIP][8] ([i915#2582]) +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@fbdev@write.html * igt@gem_huc_copy@huc-copy: - bat-jsl-3: NOTRUN -> [SKIP][9] ([i915#2190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - bat-jsl-3: NOTRUN -> [SKIP][10] ([i915#4613]) +3 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-arlh-2: NOTRUN -> [SKIP][11] ([i915#10213]) +3 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - bat-mtlp-6: NOTRUN -> [SKIP][12] ([i915#4613]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@gem_lmem_swapping@verify-random.html - bat-mtlp-8: NOTRUN -> [SKIP][13] ([i915#4613]) +3 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@basic: - bat-arlh-2: NOTRUN -> [SKIP][14] ([i915#11343]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@gem_mmap@basic.html - bat-mtlp-8: NOTRUN -> [SKIP][15] ([i915#4083]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@gem_mmap@basic.html - bat-mtlp-6: NOTRUN -> [SKIP][16] ([i915#4083]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-mtlp-8: NOTRUN -> [SKIP][17] ([i915#4077]) +2 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@gem_mmap_gtt@basic.html * igt@gem_render_tiled_blits@basic: - bat-arlh-2: NOTRUN -> [SKIP][18] ([i915#10197]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@gem_render_tiled_blits@basic.html - bat-mtlp-8: NOTRUN -> [SKIP][19] ([i915#4079]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@gem_render_tiled_blits@basic.html * igt@gem_tiled_blits@basic: - bat-mtlp-6: NOTRUN -> [SKIP][20] ([i915#4077]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@gem_tiled_blits@basic.html * igt@gem_tiled_fence_blits@basic: - bat-arlh-2: NOTRUN -> [SKIP][21] ([i915#10196]) +4 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-arlh-2: NOTRUN -> [SKIP][22] ([i915#10206]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@gem_tiled_pread_basic.html - bat-mtlp-6: NOTRUN -> [SKIP][23] ([i915#4079]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-arlh-2: NOTRUN -> [SKIP][24] ([i915#10209]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@i915_pm_rps@basic-api.html - bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#6621]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@i915_pm_rps@basic-api.html - bat-mtlp-6: NOTRUN -> [SKIP][26] ([i915#6621]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - bat-mtlp-6: NOTRUN -> [SKIP][27] ([i915#4212] / [i915#9792]) +8 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-mtlp-8: NOTRUN -> [SKIP][28] ([i915#5190]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html - bat-mtlp-6: NOTRUN -> [SKIP][29] ([i915#5190] / [i915#9792]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - bat-arlh-2: NOTRUN -> [SKIP][30] ([i915#10200]) +9 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-mtlp-8: NOTRUN -> [SKIP][31] ([i915#4212]) +8 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-jsl-3: NOTRUN -> [SKIP][32] ([i915#4103]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - bat-mtlp-8: NOTRUN -> [SKIP][33] ([i915#4213]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-flip-after-cursor-legacy: - bat-mtlp-6: NOTRUN -> [SKIP][34] ([i915#9792]) +17 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_cursor_legacy@basic-flip-after-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-mtlp-8: NOTRUN -> [SKIP][35] ([i915#3555] / [i915#3840] / [i915#9159]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_dsc@dsc-basic.html - bat-jsl-3: NOTRUN -> [SKIP][36] ([i915#3555] / [i915#9886]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-mtlp-6: NOTRUN -> [SKIP][37] ([i915#3637] / [i915#9792]) +3 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@force-load-detect: - bat-jsl-3: NOTRUN -> [SKIP][38] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@kms_force_connector_basic@force-load-detect.html - bat-mtlp-8: NOTRUN -> [SKIP][39] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-mtlp-8: NOTRUN -> [SKIP][40] ([i915#5274]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html - bat-mtlp-6: NOTRUN -> [SKIP][41] ([i915#5274] / [i915#9792]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-arls-2: [PASS][42] -> [DMESG-WARN][43] ([i915#7507]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/bat-arls-2/igt@kms_frontbuffer_tracking@basic.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arls-2/igt@kms_frontbuffer_tracking@basic.html - bat-mtlp-6: NOTRUN -> [SKIP][44] ([i915#4342] / [i915#5354] / [i915#9792]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pm_backlight@basic-brightness: - bat-arlh-2: NOTRUN -> [SKIP][45] ([i915#11346]) +32 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@kms_pm_backlight@basic-brightness.html - bat-mtlp-6: NOTRUN -> [SKIP][46] ([i915#5354] / [i915#9792]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-cursor-plane-move: - bat-mtlp-6: NOTRUN -> [SKIP][47] ([i915#1072] / [i915#9673] / [i915#9732] / [i915#9792]) +3 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-primary-mmap-gtt@edp-1: - bat-mtlp-8: NOTRUN -> [SKIP][48] ([i915#4077] / [i915#9688]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html * igt@kms_setmode@basic-clone-single-crtc: - bat-arlh-2: NOTRUN -> [SKIP][49] ([i915#10208] / [i915#8809]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@kms_setmode@basic-clone-single-crtc.html - bat-jsl-3: NOTRUN -> [SKIP][50] ([i915#3555]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-jsl-3/igt@kms_setmode@basic-clone-single-crtc.html - bat-mtlp-8: NOTRUN -> [SKIP][51] ([i915#3555] / [i915#8809]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html - bat-mtlp-6: NOTRUN -> [SKIP][52] ([i915#3555] / [i915#8809] / [i915#9792]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-mtlp-6: NOTRUN -> [SKIP][53] ([i915#3708] / [i915#9792]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-mtlp-6: NOTRUN -> [SKIP][54] ([i915#3708] / [i915#4077]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@prime_vgem@basic-fence-mmap.html - bat-mtlp-8: NOTRUN -> [SKIP][55] ([i915#3708] / [i915#4077]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][56] ([i915#3708]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html - bat-arlh-2: NOTRUN -> [SKIP][57] ([i915#10212]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - bat-arlh-2: NOTRUN -> [SKIP][58] ([i915#10214]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@prime_vgem@basic-read.html - bat-mtlp-6: NOTRUN -> [SKIP][59] ([i915#3708]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-write: - bat-mtlp-8: NOTRUN -> [SKIP][60] ([i915#10216] / [i915#3708]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-8/igt@prime_vgem@basic-write.html - bat-mtlp-6: NOTRUN -> [SKIP][61] ([i915#10216] / [i915#3708]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-mtlp-6/igt@prime_vgem@basic-write.html - bat-arlh-2: NOTRUN -> [SKIP][62] ([i915#10216]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/bat-arlh-2/igt@prime_vgem@basic-write.html [i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196 [i915#10197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10197 [i915#10200]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10200 [i915#10206]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10206 [i915#10208]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10208 [i915#10209]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10209 [i915#10212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10212 [i915#10213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10213 [i915#10214]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10214 [i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343 [i915#11345]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11345 [i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#7507]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7507 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#9159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9159 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9792]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9792 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7917 -> IGTPW_11375 CI-20190529: 20190529 CI_DRM_15036: cdd1a80a2d16d5213af20a29eb7570a7651db7dc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11375: 11375 IGT_7917: a1743ac7ed91ce40d742a351b1600da4f75972b1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/index.html [-- Attachment #2: Type: text/html, Size: 21773 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ CI.xeFULL: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz 2024-07-05 16:00 ` ✓ CI.xeBAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) Patchwork 2024-07-05 16:07 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-07-05 18:32 ` Patchwork 2024-07-06 18:59 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-07-08 7:00 ` [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Zbigniew Kempczyński 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-07-05 18:32 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 15362 bytes --] == Series Details == Series: lib/igt_device_scan: Skip attributes in subdirectories (rev2) URL : https://patchwork.freedesktop.org/series/135769/ State : success == Summary == CI Bug Log - changes from XEIGT_7917_full -> XEIGTPW_11375_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (3 -> 3) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11375_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_cursor_crc@cursor-offscreen-128x128: - {shard-lnl}: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@kms_cursor_crc@cursor-offscreen-128x128.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-5/igt@kms_cursor_crc@cursor-offscreen-128x128.html * igt@xe_exec_basic@many-bindexecqueue-userptr-invalidate-race: - {shard-lnl}: [PASS][3] -> [FAIL][4] +1 other test fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-4/igt@xe_exec_basic@many-bindexecqueue-userptr-invalidate-race.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-3/igt@xe_exec_basic@many-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_basic@no-exec-bindexecqueue-userptr-invalidate-race: - {shard-lnl}: NOTRUN -> [INCOMPLETE][5] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-7/igt@xe_exec_basic@no-exec-bindexecqueue-userptr-invalidate-race.html Known issues ------------ Here are the changes found in XEIGTPW_11375_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@2x-flip-vs-panning: - shard-dg2-set2: [PASS][6] -> [DMESG-WARN][7] ([Intel XE#1214] / [Intel XE#877]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-435/igt@kms_flip@2x-flip-vs-panning.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-433/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-flip-vs-panning@bd-hdmi-a6-dp4: - shard-dg2-set2: [PASS][8] -> [DMESG-WARN][9] ([Intel XE#1214]) +3 other tests dmesg-warn [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-435/igt@kms_flip@2x-flip-vs-panning@bd-hdmi-a6-dp4.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-433/igt@kms_flip@2x-flip-vs-panning@bd-hdmi-a6-dp4.html * igt@xe_evict@evict-cm-threads-large: - shard-dg2-set2: [PASS][10] -> [TIMEOUT][11] ([Intel XE#1473] / [Intel XE#392]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-435/igt@xe_evict@evict-cm-threads-large.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-466/igt@xe_evict@evict-cm-threads-large.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][12] -> [TIMEOUT][13] ([Intel XE#1473]) +1 other test timeout [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_reset@gt-reset-stress: - shard-dg2-set2: [PASS][14] -> [DMESG-WARN][15] ([Intel XE#1214] / [Intel XE#2046]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-435/igt@xe_exec_reset@gt-reset-stress.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-463/igt@xe_exec_reset@gt-reset-stress.html * igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit: - shard-dg2-set2: NOTRUN -> [FAIL][16] ([Intel XE#1999]) +1 other test fail [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-435/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html #### Possible fixes #### * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - {shard-lnl}: [FAIL][17] ([Intel XE#1659]) -> [PASS][18] +1 other test pass [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-3/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_fbcon_fbt@psr-suspend: - {shard-lnl}: [INCOMPLETE][19] -> [PASS][20] +1 other test pass [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@kms_fbcon_fbt@psr-suspend.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a6: - shard-dg2-set2: [DMESG-WARN][21] ([Intel XE#1214] / [Intel XE#1551]) -> [PASS][22] +1 other test pass [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-434/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-436/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html * igt@kms_flip@wf_vblank-ts-check@a-edp1: - {shard-lnl}: [FAIL][23] ([Intel XE#886]) -> [PASS][24] +2 other tests pass [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@kms_flip@wf_vblank-ts-check@a-edp1.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-3/igt@kms_flip@wf_vblank-ts-check@a-edp1.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [SKIP][25] ([Intel XE#1201] / [Intel XE#455]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-434/igt@kms_hdr@invalid-hdr.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-463/igt@kms_hdr@invalid-hdr.html * {igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4}: - {shard-lnl}: [DMESG-WARN][27] ([Intel XE#324]) -> [PASS][28] +7 other tests pass [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-4/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-8/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html * {igt@kms_plane@plane-position-hole@pipe-a-plane-3}: - {shard-lnl}: [DMESG-FAIL][29] ([Intel XE#324]) -> [PASS][30] +1 other test pass [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-5/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-a-plane-3.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2-set2: [FAIL][31] ([Intel XE#361]) -> [PASS][32] +1 other test pass [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_pm_backlight@fade-with-suspend: - {shard-lnl}: [SKIP][33] ([Intel XE#870]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-4/igt@kms_pm_backlight@fade-with-suspend.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-8/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-dpms: - {shard-lnl}: [FAIL][35] ([Intel XE#718]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-1/igt@kms_pm_dc@dc5-dpms.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - {shard-lnl}: [FAIL][37] ([Intel XE#899]) -> [PASS][38] +1 other test pass [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-1/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [FAIL][39] ([Intel XE#1600]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_pm@s4-exec-after: - {shard-lnl}: [ABORT][41] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@xe_pm@s4-exec-after.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-8/igt@xe_pm@s4-exec-after.html * igt@xe_pm@s4-mocs: - {shard-lnl}: [ABORT][43] ([Intel XE#1794]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-lnl-2/igt@xe_pm@s4-mocs.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-lnl-1/igt@xe_pm@s4-mocs.html #### Warnings #### * igt@kms_content_protection@mei-interface: - shard-dg2-set2: [SKIP][45] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][46] ([Intel XE#1201]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-434/igt@kms_content_protection@mei-interface.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-436/igt@kms_content_protection@mei-interface.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b: - shard-dg2-set2: [DMESG-FAIL][47] ([Intel XE#1551]) -> [FAIL][48] ([Intel XE#616]) +1 other test fail [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-466/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-436/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b.html * igt@xe_live_ktest@xe_mocs: - shard-dg2-set2: [SKIP][49] ([Intel XE#1192] / [Intel XE#1201]) -> [FAIL][50] ([Intel XE#1999]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7917/shard-dg2-464/igt@xe_live_ktest@xe_mocs.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/shard-dg2-435/igt@xe_live_ktest@xe_mocs.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1462]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1462 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#1829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1829 [Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948 [Intel XE#1960]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1960 [Intel XE#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999 [Intel XE#2046]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2046 [Intel XE#2052]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2052 [Intel XE#2155]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2155 [Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#660]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/660 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_7917 -> IGTPW_11375 IGTPW_11375: 11375 IGT_7917: a1743ac7ed91ce40d742a351b1600da4f75972b1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1567-cdd1a80a2d16d5213af20a29eb7570a7651db7dc: cdd1a80a2d16d5213af20a29eb7570a7651db7dc == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11375/index.html [-- Attachment #2: Type: text/html, Size: 14517 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Fi.CI.IGT: failure for lib/igt_device_scan: Skip attributes in subdirectories (rev2) 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz ` (2 preceding siblings ...) 2024-07-05 18:32 ` ✓ CI.xeFULL: " Patchwork @ 2024-07-06 18:59 ` Patchwork 2024-07-08 7:00 ` [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Zbigniew Kempczyński 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-07-06 18:59 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 94364 bytes --] == Series Details == Series: lib/igt_device_scan: Skip attributes in subdirectories (rev2) URL : https://patchwork.freedesktop.org/series/135769/ State : failure == Summary == CI Bug Log - changes from IGT_7917_full -> IGTPW_11375_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11375_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11375_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_11375/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11375_full: ### IGT changes ### #### Possible regressions #### * igt@i915_pipe_stress@stress-xrgb8888-untiled: - shard-snb: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-snb4/igt@i915_pipe_stress@stress-xrgb8888-untiled.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb6/igt@i915_pipe_stress@stress-xrgb8888-untiled.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_plane@pixel-format@pipe-a-plane-3}: - shard-tglu: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-tglu-8/igt@kms_plane@pixel-format@pipe-a-plane-3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@kms_plane@pixel-format@pipe-a-plane-3.html Known issues ------------ Here are the changes found in IGTPW_11375_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@api_intel_bb@object-reloc-purge-cache.html - shard-dg1: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#11078]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@busy-idle-check-all@vcs1: - shard-dg1: NOTRUN -> [SKIP][8] ([i915#8414]) +16 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@drm_fdinfo@busy-idle-check-all@vcs1.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8414]) +22 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: NOTRUN -> [FAIL][10] ([i915#7742]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#3555] / [i915#9323]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#9323]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_ccs@suspend-resume.html - shard-tglu: NOTRUN -> [SKIP][14] ([i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-5/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#8562]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@gem_create@create-ext-set-pat.html - shard-rkl: NOTRUN -> [SKIP][17] ([i915#8562]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8555]) +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#8555]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][20] ([i915#1099]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb4/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#280]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@gem_ctx_sseu@invalid-sseu.html - shard-tglu: NOTRUN -> [SKIP][22] ([i915#280]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][23] ([i915#7975] / [i915#8213]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-pair: - shard-dg1: NOTRUN -> [SKIP][24] ([i915#4771]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#4812]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg1: NOTRUN -> [SKIP][26] ([i915#4036]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-keep-submit-fence: - shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525]) +3 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-submit-fence.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#6334]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_exec_capture@capture-invisible@lmem0.html - shard-dg1: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][30] ([i915#6334]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk4/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: NOTRUN -> [FAIL][31] ([i915#2846]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-rrul: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4473] / [i915#4771]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-2/igt@gem_exec_fair@basic-none-rrul.html * igt@gem_exec_fair@basic-none-share: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@gem_exec_fair@basic-none-share.html * igt@gem_exec_fair@basic-none@rcs0: - shard-glk: NOTRUN -> [FAIL][34] ([i915#2842]) +3 other tests fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk4/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-pace: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#3539]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: NOTRUN -> [FAIL][36] ([i915#2842]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: NOTRUN -> [FAIL][37] ([i915#2842]) +3 other tests fail [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_reloc@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +8 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-2/igt@gem_exec_reloc@basic-gtt.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#3281]) +15 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#3281]) +10 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#3281]) +3 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-7/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@semaphore-power: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4537] / [i915#4812]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_schedule@thriceslice: - shard-snb: NOTRUN -> [SKIP][44] +135 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb5/igt@gem_exec_schedule@thriceslice.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4860]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-7/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4860]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-2/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4860]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@basic@lmem0: - shard-dg2: [PASS][48] -> [FAIL][49] ([i915#10378]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-5/igt@gem_lmem_swapping@basic@lmem0.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_lmem_swapping@basic@lmem0.html * igt@gem_lmem_swapping@heavy-random: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4613]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][51] ([i915#4613]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4613]) +6 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [PASS][53] -> [TIMEOUT][54] ([i915#5493]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-4/igt@gem_lmem_swapping@smem-oom@lmem0.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][55] ([i915#4613]) +5 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk7/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#8289]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@gem_media_fill@media-fill.html - shard-dg2: NOTRUN -> [SKIP][57] ([i915#8289]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@gem_media_fill@media-fill.html * igt@gem_media_vme: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#284]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@gem_media_vme.html * igt@gem_mmap@short-mmap: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4083]) +2 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4077]) +11 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@gem_mmap_gtt@basic-small-copy-odd.html * igt@gem_mmap_gtt@big-copy-xy: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4077]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-1/igt@gem_mmap_gtt@big-copy-xy.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4083]) +5 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@gem_mmap_wc@copy.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#4083]) +2 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#3282]) +8 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-14/igt@gem_pread@exhaustion.html - shard-tglu: NOTRUN -> [WARN][65] ([i915#2658]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-7/igt@gem_pread@exhaustion.html - shard-glk: NOTRUN -> [WARN][66] ([i915#2658]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk4/igt@gem_pread@exhaustion.html * igt@gem_pread@self: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3282]) +3 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_pread@self.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#4270]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4270]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4270]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#4270]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4270]) +3 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#8428]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-6/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#5190] / [i915#8428]) +5 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html * igt@gem_set_tiling_vs_pwrite: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3282]) +14 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4885]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@gem_softpin@evict-snoop.html - shard-dg2: NOTRUN -> [SKIP][77] ([i915#4885]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-2/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_basic: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#4079]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@gem_tiled_pread_basic.html * igt@gem_tiling_max_stride: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4077]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@gem_tiling_max_stride.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4879]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-unsync: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3297]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-1/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#3297]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][83] ([i915#3323]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk7/igt@gem_userptr_blits@dmabuf-sync.html - shard-rkl: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#3323]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#3282] / [i915#3297]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@gem_userptr_blits@forbidden-operations.html - shard-dg2: NOTRUN -> [SKIP][86] ([i915#3282] / [i915#3297]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#3297] / [i915#4880]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#3297]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html - shard-dg2: NOTRUN -> [SKIP][89] ([i915#3297]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#3297]) +4 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#2527] / [i915#2856]) +2 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#2856]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-6/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) +5 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-large: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#2527]) +6 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#2856]) +5 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@gen9_exec_parse@bb-start-far.html * igt@i915_module_load@load: - shard-tglu: NOTRUN -> [SKIP][96] ([i915#6227]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-10/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][97] ([i915#6227]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][98] -> [ABORT][99] ([i915#9820]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [PASS][100] -> [ABORT][101] ([i915#9820]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#6412]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#8399]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html - shard-tglu: NOTRUN -> [SKIP][104] ([i915#8399]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-5/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#6590]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0: - shard-dg1: NOTRUN -> [FAIL][106] ([i915#3591]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html * igt@i915_pm_rps@basic-api: - shard-dg1: NOTRUN -> [SKIP][107] ([i915#6621]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@i915_pm_rps@basic-api.html * igt@i915_query@hwconfig_table: - shard-tglu: NOTRUN -> [SKIP][108] ([i915#6245]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-5/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#5723]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-snb: NOTRUN -> [DMESG-WARN][110] ([i915#9311]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb4/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#5190]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#3826]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#8709]) +11 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-2/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-fencing: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][115] ([i915#5286]) +13 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [PASS][116] -> [FAIL][117] ([i915#5138]) +1 other test fail [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#5286]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#4538] / [i915#5286]) +5 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html - shard-tglu: NOTRUN -> [SKIP][120] ([i915#5286]) +2 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][121] -> [DMESG-FAIL][122] ([i915#2017]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#3638]) +5 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#3638]) +5 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-1/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][125] +12 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +8 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][127] +4 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#4538]) +5 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@invalid-modeset: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#10656]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_big_joiner@invalid-modeset.html - shard-tglu: NOTRUN -> [SKIP][130] ([i915#10656]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#10656]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#6095]) +91 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#6095]) +19 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-10/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][134] ([i915#10307] / [i915#6095]) +172 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#6095]) +15 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#6095]) +55 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][138] +277 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk3/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg1: NOTRUN -> [SKIP][139] ([i915#3742]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_cdclk@mode-transition-all-outputs.html - shard-tglu: NOTRUN -> [SKIP][140] ([i915#3742]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][141] ([i915#3742]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#4087]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_cdclk@plane-scaling@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4087]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-d-dp-4.html * igt@kms_chamelium_audio@dp-audio: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#7828]) +4 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#7828]) +11 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][146] ([i915#7828]) +16 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#7828]) +5 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#7828]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-2/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_content_protection@dp-mst-type-1: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#3116] / [i915#3299]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][150] ([i915#7173]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@lic-type-1: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#9424]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@mei-interface: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#9424]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_content_protection@mei-interface.html - shard-rkl: NOTRUN -> [SKIP][153] ([i915#9424]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#7118]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_content_protection@srm.html - shard-dg1: NOTRUN -> [SKIP][155] ([i915#7116]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_content_protection@srm.html - shard-tglu: NOTRUN -> [SKIP][156] ([i915#6944] / [i915#7116] / [i915#7118]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_content_protection@srm.html * igt@kms_content_protection@uevent: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#7118] / [i915#9424]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3555]) +6 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3359]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg2: NOTRUN -> [SKIP][160] ([i915#11453]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg1: NOTRUN -> [SKIP][161] ([i915#11453]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555]) +2 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-tglu: NOTRUN -> [SKIP][163] ([i915#11453]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html - shard-rkl: NOTRUN -> [SKIP][164] ([i915#11453]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#4103] / [i915#4213]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-tglu: NOTRUN -> [SKIP][166] +60 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#9067]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-6/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-dg1: NOTRUN -> [SKIP][168] ([i915#9067]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-tglu: NOTRUN -> [SKIP][169] ([i915#4103]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#4103] / [i915#4213]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#3804]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][172] ([i915#8812]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#3840]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html - shard-rkl: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#3840]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_dsc@dsc-with-bpc-formats.html - shard-tglu: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#3840]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#3840] / [i915#9053]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-dg1: NOTRUN -> [SKIP][178] ([i915#3840] / [i915#9053]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#3955]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg2: NOTRUN -> [SKIP][180] ([i915#3469]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#1839]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_feature_discovery@display-2x.html - shard-rkl: NOTRUN -> [SKIP][182] ([i915#1839]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-6/igt@kms_feature_discovery@display-2x.html - shard-tglu: NOTRUN -> [SKIP][183] ([i915#1839]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@dp-mst: - shard-tglu: NOTRUN -> [SKIP][184] ([i915#9337]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-dpms-vs-vblank-race: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3637]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-2/igt@kms_flip@2x-dpms-vs-vblank-race.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][186] +38 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#3637]) +6 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-dg1: NOTRUN -> [SKIP][188] ([i915#9934]) +6 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#8381]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/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-dg2: NOTRUN -> [SKIP][190] ([i915#2672]) +4 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/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-32bpp-yftileccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#2672]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#2587] / [i915#2672]) +2 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-10/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#2672]) +7 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][194] ([i915#2587] / [i915#2672]) +4 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-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][195] ([i915#2672] / [i915#3555]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-1/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][196] ([i915#2672] / [i915#3555]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#8708]) +22 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][198] +45 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#1825]) +10 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#1825]) +62 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#3458]) +17 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#5354]) +29 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][203] ([i915#8708]) +3 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#10055]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#9766]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-dg2: NOTRUN -> [SKIP][206] ([i915#9766]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#10433] / [i915#3458]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#3458]) +17 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][209] ([i915#8708]) +22 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#3023]) +37 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#8228]) +1 other test skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-3/igt@kms_hdr@static-toggle.html - shard-rkl: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8228]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_hdr@static-toggle-dpms.html - shard-tglu: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#8228]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_hdr@static-toggle-dpms.html * igt@kms_panel_fitting@atomic-fastset: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#6301]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#6301]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_panel_fitting@legacy.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][217] ([i915#10647]) +1 other test fail [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#8806]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#9423]) +11 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#5176]) +3 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#9423]) +19 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#9423]) +11 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][223] ([i915#5235]) +3 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][224] ([i915#5235]) +7 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#5235] / [i915#9423] / [i915#9728]) +3 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#5235]) +11 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#5235]) +2 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#5235]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#5235] / [i915#9423]) +15 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#5354]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#5354]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#9293]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#9685]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][234] -> [SKIP][235] ([i915#4281]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#9340]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_pm_lpsp@kms-lpsp.html - shard-rkl: NOTRUN -> [SKIP][237] ([i915#9340]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@kms-lpsp@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [FAIL][238] ([i915#9301]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_pm_lpsp@kms-lpsp@pipe-a-hdmi-a-1.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#9519]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [PASS][240] -> [SKIP][241] ([i915#9519]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-4/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [PASS][242] -> [SKIP][243] ([i915#9519]) +1 other test skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp.html - shard-dg1: NOTRUN -> [SKIP][244] ([i915#9519]) +3 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#9519]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu: NOTRUN -> [SKIP][246] ([i915#6524]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-9/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][247] ([i915#6524]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_prime@basic-modeset-hybrid.html - shard-dg1: NOTRUN -> [SKIP][248] ([i915#6524]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][249] ([i915#11520]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#11520]) +4 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][251] ([i915#11520]) +7 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][252] ([i915#11520]) +5 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#9683]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][254] ([i915#9683]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#9683]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-primary-blt: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#9688]) +6 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-8/igt@kms_psr@fbc-pr-primary-blt.html * igt@kms_psr@fbc-psr2-sprite-plane-onoff: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#1072] / [i915#9673] / [i915#9732]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#1072] / [i915#9732]) +32 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#1072] / [i915#9732]) +19 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@kms_psr@psr-primary-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#1072] / [i915#9732]) +24 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-14/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-tglu: NOTRUN -> [SKIP][261] ([i915#9732]) +14 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-6/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#4884]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#5289]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#5190]) +1 other test skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#5289]) +1 other test skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-tglu: NOTRUN -> [SKIP][266] ([i915#5289]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@clone-exclusive-crtc: - shard-dg1: NOTRUN -> [SKIP][267] ([i915#3555]) +2 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_setmode@clone-exclusive-crtc.html - shard-tglu: NOTRUN -> [SKIP][268] ([i915#3555]) +5 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_sysfs_edid_timing: - shard-dg1: NOTRUN -> [FAIL][269] ([IGT#2] / [i915#6493]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-18/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][270] ([i915#8623]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4: - shard-dg1: [PASS][271] -> [FAIL][272] ([i915#9196]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg1-17/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-4.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [PASS][273] -> [FAIL][274] ([i915#9196]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][275] ([i915#9906]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][276] ([i915#9906]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-rkl: NOTRUN -> [SKIP][277] ([i915#9906]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#2437]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@kms_writeback@writeback-check-output.html - shard-rkl: NOTRUN -> [SKIP][279] ([i915#2437]) +1 other test skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@kms_writeback@writeback-check-output.html - shard-tglu: NOTRUN -> [SKIP][280] ([i915#2437]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-5/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][281] ([i915#2437]) +1 other test skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk2/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-tglu: NOTRUN -> [SKIP][282] ([i915#2437] / [i915#9412]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-10/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#2434]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][284] ([i915#2435]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@perf@per-context-mode-unprivileged.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][285] ([i915#2433]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-1/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@cpu-hotplug: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#8850]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@rc6-all-gts: - shard-dg2: NOTRUN -> [SKIP][287] ([i915#8516]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][288] ([i915#8516]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][289] ([i915#3708] / [i915#4077]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][290] ([i915#3708]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-5/igt@prime_vgem@basic-read.html - shard-rkl: NOTRUN -> [SKIP][291] ([i915#3291] / [i915#3708]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][292] ([i915#3291] / [i915#3708]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-3/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][293] ([i915#3708]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-2/igt@prime_vgem@fence-read-hang.html - shard-rkl: NOTRUN -> [SKIP][294] ([i915#3708]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@prime_vgem@fence-read-hang.html * igt@prime_vgem@fence-write-hang: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#3708]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#9917]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-6/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-rkl: NOTRUN -> [SKIP][297] ([i915#9917]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-tglu: NOTRUN -> [SKIP][298] ([i915#9917]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg1: NOTRUN -> [SKIP][299] ([i915#9917]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-dg1: NOTRUN -> [FAIL][300] ([i915#9781]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-13/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-tglu: NOTRUN -> [FAIL][301] ([i915#9781]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-tglu-8/igt@syncobj_timeline@invalid-wait-zero-handles.html - shard-glk: NOTRUN -> [FAIL][302] ([i915#9781]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk3/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-snb: NOTRUN -> [FAIL][303] ([i915#9781]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb4/igt@syncobj_wait@invalid-wait-zero-handles.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][304] ([i915#7742]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-3/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_lmem_swapping@heavy-multi@lmem0: - shard-dg1: [FAIL][306] ([i915#10378]) -> [PASS][307] [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg1-13/igt@gem_lmem_swapping@heavy-multi@lmem0.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-16/igt@gem_lmem_swapping@heavy-multi@lmem0.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0: - shard-dg2: [FAIL][308] ([i915#10378]) -> [PASS][309] [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-8/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][310] ([i915#5566]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-glk3/igt@gen9_exec_parse@allowed-single.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk8/igt@gen9_exec_parse@allowed-single.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][312] ([i915#10131] / [i915#10887] / [i915#9820]) -> [PASS][313] [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][314] ([i915#7984]) -> [PASS][315] [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-6/igt@i915_power@sanity.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-1/igt@i915_power@sanity.html * igt@i915_selftest@mock@sanitycheck: - shard-snb: [ABORT][316] -> [PASS][317] [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-snb7/igt@i915_selftest@mock@sanitycheck.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb4/igt@i915_selftest@mock@sanitycheck.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][318] ([i915#5138]) -> [PASS][319] [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][320] ([i915#2346]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-vga1: - shard-snb: [ABORT][322] ([i915#8852]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-snb7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-vga1.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-snb6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-vga1.html * igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4: - shard-dg1: [DMESG-WARN][324] ([i915#4423]) -> [PASS][325] +1 other test pass [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg1-14/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a4.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg2: [FAIL][326] ([i915#6880]) -> [PASS][327] [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: [FAIL][328] ([i915#8292]) -> [PASS][329] [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg1-17/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][330] ([i915#9519]) -> [PASS][331] +2 other tests pass [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1: - shard-mtlp: [FAIL][332] ([i915#9196]) -> [PASS][333] [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html #### Warnings #### * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][334] ([i915#11453]) -> [SKIP][335] ([i915#11453] / [i915#3359]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][336] ([i915#3458]) -> [SKIP][337] ([i915#10433] / [i915#3458]) +5 other tests skip [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][338] ([i915#10433] / [i915#3458]) -> [SKIP][339] ([i915#3458]) +3 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt: - shard-dg1: [SKIP][340] ([i915#4423]) -> [SKIP][341] [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: [SKIP][342] ([i915#3361]) -> [FAIL][343] ([i915#9295]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-rkl-2/igt@kms_pm_dc@dc6-dpms.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][344] ([i915#4281]) -> [SKIP][345] ([i915#3361]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-rkl-4/igt@kms_pm_dc@dc9-dpms.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: [SKIP][346] ([i915#1072] / [i915#9732]) -> [SKIP][347] ([i915#1072] / [i915#9673] / [i915#9732]) +10 other tests skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-2/igt@kms_psr@fbc-psr-primary-page-flip.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@pr-primary-mmap-gtt: - shard-dg2: [SKIP][348] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][349] ([i915#1072] / [i915#9732]) +2 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-11/igt@kms_psr@pr-primary-mmap-gtt.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-8/igt@kms_psr@pr-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2: [SKIP][350] ([i915#11131]) -> [SKIP][351] ([i915#11131] / [i915#4235]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-7/igt@kms_rotation_crc@primary-rotation-90.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: [SKIP][352] ([i915#11131] / [i915#5190]) -> [SKIP][353] ([i915#11131] / [i915#4235] / [i915#5190]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][354] ([i915#7484]) -> [FAIL][355] ([i915#9100]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7917/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2017]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2435 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4884]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4884 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6590]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806 [i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812 [i915#8850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850 [i915#8852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8852 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9293]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9293 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9301 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7917 -> IGTPW_11375 CI-20190529: 20190529 CI_DRM_15036: cdd1a80a2d16d5213af20a29eb7570a7651db7dc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11375: 11375 IGT_7917: a1743ac7ed91ce40d742a351b1600da4f75972b1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11375/index.html [-- Attachment #2: Type: text/html, Size: 118410 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz ` (3 preceding siblings ...) 2024-07-06 18:59 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-07-08 7:00 ` Zbigniew Kempczyński 4 siblings, 0 replies; 8+ messages in thread From: Zbigniew Kempczyński @ 2024-07-08 7:00 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev, kamil.konieczny, michal.wajdeczko On Fri, Jul 05, 2024 at 04:10:44PM +0200, Marcin Bernatowicz wrote: > Skip reading attributes in subdirectories as they are not used for > filtering. This change improves speed and reduces the impact of > non-DRM related component bugs on testing, such as the ASPM exposed > link/l1_aspm attribute issue. After removing a Virtual Function (VF), > accessing the link/l1_aspm attribute on the Physical Function (PF) > leads to NPD. > > v2: removed unrelated changes, improved description (Michal) > > Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> > Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com> > --- > lib/igt_device_scan.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c > index 9a2da3d62..8e2297087 100644 > --- a/lib/igt_device_scan.c > +++ b/lib/igt_device_scan.c > @@ -448,6 +448,10 @@ static bool is_on_blacklist(const char *what) > if (what == NULL) > return false; > > + /* Skip attributes in subdirectories */ > + if (strchr(what, '/') != NULL) > + return true; > + > while ((key = keys[i++])) { > if (strcmp(key, what) == 0) > return true; > -- > 2.31.1 > Already r-b'd in first version, so copy it here: Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories @ 2024-07-04 16:44 Marcin Bernatowicz 2024-07-08 6:58 ` Zbigniew Kempczyński 0 siblings, 1 reply; 8+ messages in thread From: Marcin Bernatowicz @ 2024-07-04 16:44 UTC (permalink / raw) To: igt-dev; +Cc: zbigniew.kempczynski, kamil.konieczny, michal.wajdeczko Skip attributes in subdirectories as they are not used for filtering. This change improves speed and reduces the impact of non-DRM related component bugs on testing, such as ASPM issues. Rename function is_on_blacklist to is_on_blocklist to promote more inclusive language. Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com> --- lib/igt_device_scan.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c index 9a2da3d62..6473ca7ad 100644 --- a/lib/igt_device_scan.c +++ b/lib/igt_device_scan.c @@ -433,7 +433,7 @@ static enum dev_type __pci_devtype(uint16_t vendor, uint16_t device, const char /* Reading sysattr values can take time (even seconds), * we want to avoid reading such keys. */ -static bool is_on_blacklist(const char *what) +static bool is_on_blocklist(const char *what) { static const char *keys[] = { "config", "modalias", "modes", "resource", @@ -442,16 +442,18 @@ static bool is_on_blacklist(const char *what) "resource0_wc", "resource1_wc", "resource2_wc", "resource3_wc", "resource4_wc", "resource5_wc", "uevent", NULL}; - const char *key; - int i = 0; + const char **key; if (what == NULL) return false; - while ((key = keys[i++])) { - if (strcmp(key, what) == 0) + /* Skip attributes in subdirectories */ + if (strchr(what, '/') != NULL) + return true; + + for (key = keys; *key; key++) + if (strcmp(*key, what) == 0) return true; - } return false; @@ -553,7 +555,7 @@ static void get_attrs(struct udev_device *dev, struct igt_device *idev) const char *key = udev_list_entry_get_name(entry); const char *value; - if (is_on_blacklist(key)) { + if (is_on_blocklist(key)) { entry = udev_list_entry_get_next(entry); continue; } -- 2.31.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories 2024-07-04 16:44 Marcin Bernatowicz @ 2024-07-08 6:58 ` Zbigniew Kempczyński 0 siblings, 0 replies; 8+ messages in thread From: Zbigniew Kempczyński @ 2024-07-08 6:58 UTC (permalink / raw) To: Marcin Bernatowicz; +Cc: igt-dev, kamil.konieczny, michal.wajdeczko On Thu, Jul 04, 2024 at 06:44:37PM +0200, Marcin Bernatowicz wrote: > Skip attributes in subdirectories as they are not used for filtering. > This change improves speed and reduces the impact of non-DRM related > component bugs on testing, such as ASPM issues. > > Rename function is_on_blacklist to is_on_blocklist to promote more > inclusive language. > > Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> > Signed-off-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com> > --- > lib/igt_device_scan.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > > diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c > index 9a2da3d62..6473ca7ad 100644 > --- a/lib/igt_device_scan.c > +++ b/lib/igt_device_scan.c > @@ -433,7 +433,7 @@ static enum dev_type __pci_devtype(uint16_t vendor, uint16_t device, const char > /* Reading sysattr values can take time (even seconds), > * we want to avoid reading such keys. > */ > -static bool is_on_blacklist(const char *what) > +static bool is_on_blocklist(const char *what) > { > static const char *keys[] = { "config", "modalias", "modes", > "resource", > @@ -442,16 +442,18 @@ static bool is_on_blacklist(const char *what) > "resource0_wc", "resource1_wc", "resource2_wc", > "resource3_wc", "resource4_wc", "resource5_wc", > "uevent", NULL}; > - const char *key; > - int i = 0; > + const char **key; > > if (what == NULL) > return false; > > - while ((key = keys[i++])) { > - if (strcmp(key, what) == 0) > + /* Skip attributes in subdirectories */ > + if (strchr(what, '/') != NULL) > + return true; As we already drop some attributes I have nothing against further list expanding. I've checked what attributes I see on 'lsgpu -p' on devices I have an access to and it is mostly 'power/*'. Only doubt I have is if someone is using this for its scripting but we can revert this change then. So from me: Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew > + > + for (key = keys; *key; key++) > + if (strcmp(*key, what) == 0) > return true; > - } > > return false; > > @@ -553,7 +555,7 @@ static void get_attrs(struct udev_device *dev, struct igt_device *idev) > const char *key = udev_list_entry_get_name(entry); > const char *value; > > - if (is_on_blacklist(key)) { > + if (is_on_blocklist(key)) { > entry = udev_list_entry_get_next(entry); > continue; > } > -- > 2.31.1 > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-08 7:00 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-05 14:10 [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Marcin Bernatowicz 2024-07-05 16:00 ` ✓ CI.xeBAT: success for lib/igt_device_scan: Skip attributes in subdirectories (rev2) Patchwork 2024-07-05 16:07 ` ✓ Fi.CI.BAT: " Patchwork 2024-07-05 18:32 ` ✓ CI.xeFULL: " Patchwork 2024-07-06 18:59 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-07-08 7:00 ` [PATCH i-g-t] lib/igt_device_scan: Skip attributes in subdirectories Zbigniew Kempczyński -- strict thread matches above, loose matches on Subject: below -- 2024-07-04 16:44 Marcin Bernatowicz 2024-07-08 6:58 ` Zbigniew Kempczyński
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox