* [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails
@ 2023-01-17 8:05 Mohammed Thasleem
2023-01-17 14:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (10 more replies)
0 siblings, 11 replies; 15+ messages in thread
From: Mohammed Thasleem @ 2023-01-17 8:05 UTC (permalink / raw)
To: igt-dev
Close mcl.fd when drmModeSetCrtc retuns fail and it will
unblock the resources for other subtests execution with
out fail.
Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
---
tests/kms_lease.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index 67e8d3be..c1cf8567 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data)
struct drm_mode_create_lease mcl;
drmModePlaneRes *plane_resources;
uint32_t wrong_plane_id = 0;
+ int ret = 0;
igt_output_t *output =
connector_id_to_output(&data->master.display,
data->connector_id);
@@ -351,10 +352,14 @@ static void setcrtc_implicit_plane(data_t *data)
/* sanity check */
do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1,
0, 0, object_ids, 1, mode));
- do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1,
- 0, 0, object_ids, 1, mode));
- close(mcl.fd);
+ ret = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, 0, 0, object_ids,
+ 1, mode);
+ if (ret) {
+ close(mcl.fd);
+ igt_assert_eq(ret, 0);
+ }
+ close(mcl.fd);
object_ids[mcl.object_count++] = wrong_plane_id;
do_or_die(create_lease(data->master.fd, &mcl));
--
2.25.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem @ 2023-01-17 14:00 ` Patchwork 2023-01-17 17:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork ` (9 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-17 14:00 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8185 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12590 -> IGTPW_8347 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html Participating hosts (42 -> 43) ------------------------------ Additional (2): fi-bsw-kefka fi-rkl-11600 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8347 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - fi-rkl-11600: NOTRUN -> [SKIP][1] ([i915#7456]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@debugfs_test@basic-hwmon.html * igt@gem_huc_copy@huc-copy: - fi-rkl-11600: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-rkl-11600: NOTRUN -> [SKIP][3] ([i915#4613]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@gem_lmem_swapping@basic.html * igt@gem_tiled_pread_basic: - fi-rkl-11600: NOTRUN -> [SKIP][4] ([i915#3282]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@gem_tiled_pread_basic.html * igt@i915_pm_backlight@basic-brightness: - fi-rkl-11600: NOTRUN -> [SKIP][5] ([i915#7561]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@i915_pm_backlight@basic-brightness.html * igt@i915_suspend@basic-s3-without-i915: - fi-rkl-11600: NOTRUN -> [INCOMPLETE][6] ([i915#4817]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-dg1-6: NOTRUN -> [SKIP][7] ([i915#7828]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/bat-dg1-6/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-fast: - fi-rkl-11600: NOTRUN -> [SKIP][8] ([i915#7828]) +7 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor: - fi-rkl-11600: NOTRUN -> [SKIP][9] ([i915#4103]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@kms_cursor_legacy@basic-busy-flip-before-cursor.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size: - fi-bsw-n3050: [PASS][10] -> [FAIL][11] ([i915#6298]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html * igt@kms_force_connector_basic@force-load-detect: - fi-rkl-11600: NOTRUN -> [SKIP][12] ([fdo#109285] / [i915#4098]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@primary_page_flip: - fi-rkl-11600: NOTRUN -> [SKIP][13] ([i915#1072]) +3 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@kms_psr@primary_page_flip.html * igt@kms_setmode@basic-clone-single-crtc: - fi-rkl-11600: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#4098]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - fi-bsw-kefka: NOTRUN -> [SKIP][15] ([fdo#109271]) +26 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-bsw-kefka/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-read: - fi-rkl-11600: NOTRUN -> [SKIP][16] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@prime_vgem@basic-read.html * igt@prime_vgem@basic-userptr: - fi-rkl-11600: NOTRUN -> [SKIP][17] ([fdo#109295] / [i915#3301] / [i915#3708]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-rkl-11600/igt@prime_vgem@basic-userptr.html #### Possible fixes #### * igt@gem_exec_gttfill@basic: - fi-pnv-d510: [FAIL][18] ([i915#7229]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/fi-pnv-d510/igt@gem_exec_gttfill@basic.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/fi-pnv-d510/igt@gem_exec_gttfill@basic.html * igt@i915_selftest@live@gt_pm: - {bat-rpls-2}: [DMESG-FAIL][20] ([i915#4258]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/bat-rpls-2/igt@i915_selftest@live@gt_pm.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/bat-rpls-2/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@hangcheck: - bat-dg1-6: [INCOMPLETE][22] ([i915#4983]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/bat-dg1-6/igt@i915_selftest@live@hangcheck.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/bat-dg1-6/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@reset: - {bat-rpls-1}: [DMESG-FAIL][24] ([i915#4983]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/bat-rpls-1/igt@i915_selftest@live@reset.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/bat-rpls-1/igt@i915_selftest@live@reset.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#7229]: https://gitlab.freedesktop.org/drm/intel/issues/7229 [i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7625]: https://gitlab.freedesktop.org/drm/intel/issues/7625 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7121 -> IGTPW_8347 CI-20190529: 20190529 CI_DRM_12590: aa9844e5dcac30f3b7c09fa0218516692698f0e2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8347: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html IGT_7121: aa16e81259f59734230d441905b9d0f605e4a4b5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html [-- Attachment #2: Type: text/html, Size: 9420 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem 2023-01-17 14:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-01-17 17:27 ` Patchwork 2023-01-18 6:47 ` [igt-dev] [PATCH i-g-t] " Karthik B S ` (8 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-17 17:27 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 26598 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12590_full -> IGTPW_8347_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html Participating hosts (13 -> 11) ------------------------------ Additional (1): shard-rkl0 Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8347_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_plane_multiple@tiling-none@pipe-d-hdmi-a-1: - {shard-dg1}: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-dg1-14/igt@kms_plane_multiple@tiling-none@pipe-d-hdmi-a-1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-dg1-14/igt@kms_plane_multiple@tiling-none@pipe-d-hdmi-a-1.html New tests --------- New tests have been introduced between CI_DRM_12590_full and IGTPW_8347_full: ### New IGT tests (1) ### * igt@gem_exec_fair@basic-pace@vcs1: - Statuses : 1 fail(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_8347_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_caching@read-writes: - shard-apl: [PASS][3] -> [INCOMPLETE][4] ([i915#7708]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl1/igt@gem_caching@read-writes.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl3/igt@gem_caching@read-writes.html * igt@gem_exec_fair@basic-pace@vcs1 (NEW): - {shard-tglu}: NOTRUN -> [FAIL][5] ([i915#2842]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-tglu-3/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][6] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-glk: NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#4613]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@verify: - shard-apl: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#4613]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl6/igt@gem_lmem_swapping@verify.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-apl: [PASS][9] -> [INCOMPLETE][10] ([i915#7708] / [i915#7833]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][11] -> [DMESG-WARN][12] ([i915#5566] / [i915#716]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl3/igt@gen9_exec_parse@allowed-single.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl1/igt@gen9_exec_parse@allowed-single.html - shard-glk: [PASS][13] -> [DMESG-WARN][14] ([i915#5566] / [i915#716]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-glk5/igt@gen9_exec_parse@allowed-single.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk7/igt@gen9_exec_parse@allowed-single.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#3886]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl3/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#3886]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk9/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-glk: NOTRUN -> [SKIP][17] ([fdo#109271]) +45 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk4/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_edge_walk@left-edge: - shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-snb2/igt@kms_cursor_edge_walk@left-edge.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-glk: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#7205]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk4/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-b-hdmi-a-2: - shard-glk: NOTRUN -> [FAIL][20] ([i915#4573]) +2 similar issues [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk1/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-b-hdmi-a-2.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-apl: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#658]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl6/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#658]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr@psr2_sprite_plane_onoff: - shard-apl: NOTRUN -> [SKIP][23] ([fdo#109271]) +53 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl2/igt@kms_psr@psr2_sprite_plane_onoff.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#2437]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk9/igt@kms_writeback@writeback-fb-id.html * igt@perf@stress-open-close: - shard-glk: [PASS][25] -> [INCOMPLETE][26] ([i915#5213]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-glk9/igt@perf@stress-open-close.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk6/igt@perf@stress-open-close.html * igt@runner@aborted: - shard-apl: NOTRUN -> [FAIL][27] ([fdo#109271] / [i915#4312]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl1/igt@runner@aborted.html - shard-glk: NOTRUN -> ([FAIL][28], [FAIL][29]) ([i915#4312]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk7/igt@runner@aborted.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk6/igt@runner@aborted.html * igt@sysfs_clients@sema-50: - shard-apl: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#2994]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl3/igt@sysfs_clients@sema-50.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - {shard-rkl}: [FAIL][31] ([i915#7742]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@fbdev@info: - {shard-rkl}: [SKIP][33] ([i915#2582]) -> [PASS][34] +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-2/igt@fbdev@info.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@fbdev@info.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][35] ([i915#2846]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][37] ([i915#2842]) -> [PASS][38] +3 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][39] ([i915#2842]) -> [PASS][40] +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_reloc@basic-wc-read-noreloc: - {shard-rkl}: [SKIP][41] ([i915#3281]) -> [PASS][42] +10 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-3/igt@gem_exec_reloc@basic-wc-read-noreloc.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-5/igt@gem_exec_reloc@basic-wc-read-noreloc.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-apl: [INCOMPLETE][43] ([i915#7708]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_userptr_blits@forbidden-operations: - {shard-rkl}: [SKIP][45] ([i915#3282]) -> [PASS][46] +3 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html * igt@gen9_exec_parse@bb-chained: - {shard-rkl}: [SKIP][47] ([i915#2527]) -> [PASS][48] +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-1/igt@gen9_exec_parse@bb-chained.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html * igt@i915_pm_dc@dc5-psr: - {shard-rkl}: [SKIP][49] ([i915#658]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-2/igt@i915_pm_dc@dc5-psr.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@i915_pm_dc@dc5-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][51] ([fdo#109271]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl7/igt@i915_pm_dc@dc9-dpms.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@dpms-lpsp: - {shard-dg1}: [SKIP][53] ([i915#1397]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-dg1-18/igt@i915_pm_rpm@dpms-lpsp.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-dg1-14/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_suspend@basic-s3-without-i915: - {shard-rkl}: [FAIL][55] ([fdo#103375]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs: - {shard-tglu}: [SKIP][57] ([i915#7651]) -> [PASS][58] +5 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-tglu-6/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-tglu-2/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-apl: [FAIL][59] ([i915#2346]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - {shard-rkl}: [SKIP][61] ([i915#1849] / [i915#4098]) -> [PASS][62] +12 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - {shard-tglu}: [SKIP][63] ([i915#1849]) -> [PASS][64] +3 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_plane@plane-position-hole@pipe-b-planes: - {shard-rkl}: [SKIP][65] ([i915#1849]) -> [PASS][66] +3 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-5/igt@kms_plane@plane-position-hole@pipe-b-planes.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@kms_plane@plane-position-hole@pipe-b-planes.html * igt@kms_psr@sprite_render: - {shard-rkl}: [SKIP][67] ([i915#1072]) -> [PASS][68] +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-4/igt@kms_psr@sprite_render.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@kms_psr@sprite_render.html * igt@kms_vblank@pipe-b-query-idle: - {shard-rkl}: [SKIP][69] ([i915#1845] / [i915#4098]) -> [PASS][70] +20 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-1/igt@kms_vblank@pipe-b-query-idle.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-6/igt@kms_vblank@pipe-b-query-idle.html * igt@kms_vblank@pipe-c-wait-idle-hang: - {shard-tglu}: [SKIP][71] ([i915#1845] / [i915#7651]) -> [PASS][72] +2 similar issues [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-tglu-6/igt@kms_vblank@pipe-c-wait-idle-hang.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-tglu-5/igt@kms_vblank@pipe-c-wait-idle-hang.html * igt@perf@gen12-mi-rpc: - {shard-rkl}: [SKIP][73] ([fdo#109289]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12590/shard-rkl-5/igt@perf@gen12-mi-rpc.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/shard-rkl-1/igt@perf@gen12-mi-rpc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2232]: https://gitlab.freedesktop.org/drm/intel/issues/2232 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3547]: https://gitlab.freedesktop.org/drm/intel/issues/3547 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6355]: https://gitlab.freedesktop.org/drm/intel/issues/6355 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#7205]: https://gitlab.freedesktop.org/drm/intel/issues/7205 [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7708]: https://gitlab.freedesktop.org/drm/intel/issues/7708 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7833]: https://gitlab.freedesktop.org/drm/intel/issues/7833 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7121 -> IGTPW_8347 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12590: aa9844e5dcac30f3b7c09fa0218516692698f0e2 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8347: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html IGT_7121: aa16e81259f59734230d441905b9d0f605e4a4b5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8347/index.html [-- Attachment #2: Type: text/html, Size: 21934 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem 2023-01-17 14:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-01-17 17:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-01-18 6:47 ` Karthik B S 2023-01-18 7:33 ` Mohammed Thasleem ` (7 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Karthik B S @ 2023-01-18 6:47 UTC (permalink / raw) To: Mohammed Thasleem, igt-dev On 1/17/2023 1:35 PM, Mohammed Thasleem wrote: > Close mcl.fd when drmModeSetCrtc retuns fail and it will > unblock the resources for other subtests execution with > out fail. Hi, The second part of the message is a little unclear. Could you please update this. > > Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> > --- > tests/kms_lease.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/tests/kms_lease.c b/tests/kms_lease.c > index 67e8d3be..c1cf8567 100644 > --- a/tests/kms_lease.c > +++ b/tests/kms_lease.c > @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) > struct drm_mode_create_lease mcl; > drmModePlaneRes *plane_resources; > uint32_t wrong_plane_id = 0; > + int ret = 0; > igt_output_t *output = > connector_id_to_output(&data->master.display, > data->connector_id); > @@ -351,10 +352,14 @@ static void setcrtc_implicit_plane(data_t *data) > /* sanity check */ > do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, > 0, 0, object_ids, 1, mode)); > - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, > - 0, 0, object_ids, 1, mode)); > - close(mcl.fd); > + ret = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, 0, 0, object_ids, > + 1, mode); > + if (ret) { 'if' here looks redundant? > + close(mcl.fd); > + igt_assert_eq(ret, 0); > + } > > + close(mcl.fd); This also can be removed once the 'if' condition above is removed. Thanks, Karthik.B.S > object_ids[mcl.object_count++] = wrong_plane_id; > do_or_die(create_lease(data->master.fd, &mcl)); > ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (2 preceding siblings ...) 2023-01-18 6:47 ` [igt-dev] [PATCH i-g-t] " Karthik B S @ 2023-01-18 7:33 ` Mohammed Thasleem 2023-01-19 6:34 ` Karthik B S 2023-01-18 8:09 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) Patchwork ` (6 subsequent siblings) 10 siblings, 1 reply; 15+ messages in thread From: Mohammed Thasleem @ 2023-01-18 7:33 UTC (permalink / raw) To: igt-dev Close mcl.fd when drmModeSetCrtc retuns fail and it will unblock the resources so that test continue execution on another panels. Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> --- tests/kms_lease.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/kms_lease.c b/tests/kms_lease.c index 67e8d3be..c870bfd1 100644 --- a/tests/kms_lease.c +++ b/tests/kms_lease.c @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) struct drm_mode_create_lease mcl; drmModePlaneRes *plane_resources; uint32_t wrong_plane_id = 0; + int ret = 0; igt_output_t *output = connector_id_to_output(&data->master.display, data->connector_id); @@ -351,9 +352,10 @@ static void setcrtc_implicit_plane(data_t *data) /* sanity check */ do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, 0, 0, object_ids, 1, mode)); - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, - 0, 0, object_ids, 1, mode)); + ret = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, 0, 0, object_ids, + 1, mode); close(mcl.fd); + igt_assert_eq(ret, 0); object_ids[mcl.object_count++] = wrong_plane_id; do_or_die(create_lease(data->master.fd, &mcl)); -- 2.25.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-18 7:33 ` Mohammed Thasleem @ 2023-01-19 6:34 ` Karthik B S 0 siblings, 0 replies; 15+ messages in thread From: Karthik B S @ 2023-01-19 6:34 UTC (permalink / raw) To: Mohammed Thasleem, igt-dev On 1/18/2023 1:03 PM, Mohammed Thasleem wrote: > Close mcl.fd when drmModeSetCrtc retuns fail and it will > unblock the resources so that test continue execution on > another panels. > > Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> > --- > tests/kms_lease.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/kms_lease.c b/tests/kms_lease.c > index 67e8d3be..c870bfd1 100644 > --- a/tests/kms_lease.c > +++ b/tests/kms_lease.c > @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) > struct drm_mode_create_lease mcl; > drmModePlaneRes *plane_resources; > uint32_t wrong_plane_id = 0; > + int ret = 0; > igt_output_t *output = > connector_id_to_output(&data->master.display, > data->connector_id); > @@ -351,9 +352,10 @@ static void setcrtc_implicit_plane(data_t *data) > /* sanity check */ > do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, > 0, 0, object_ids, 1, mode)); If we've a failure in this check, will this not affect the following subtests? Might lead to similar failure? Thanks, Karthik.B.S > - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, > - 0, 0, object_ids, 1, mode)); > + ret = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, 0, 0, object_ids, > + 1, mode); > close(mcl.fd); > + igt_assert_eq(ret, 0); > > object_ids[mcl.object_count++] = wrong_plane_id; > do_or_die(create_lease(data->master.fd, &mcl)); ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (3 preceding siblings ...) 2023-01-18 7:33 ` Mohammed Thasleem @ 2023-01-18 8:09 ` Patchwork 2023-01-19 0:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork ` (5 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-18 8:09 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5606 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12596 -> IGTPW_8359 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html Participating hosts (44 -> 43) ------------------------------ Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8359: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@i915_selftest@live@workarounds: - {bat-rpls-1}: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/bat-rpls-1/igt@i915_selftest@live@workarounds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/bat-rpls-1/igt@i915_selftest@live@workarounds.html Known issues ------------ Here are the changes found in IGTPW_8359 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_gttfill@basic: - fi-pnv-d510: [PASS][3] -> [FAIL][4] ([i915#7229]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/fi-pnv-d510/igt@gem_exec_gttfill@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/fi-pnv-d510/igt@gem_exec_gttfill@basic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions: - fi-bsw-n3050: [PASS][5] -> [FAIL][6] ([i915#6298]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/fi-bsw-n3050/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size: - fi-bsw-kefka: [PASS][7] -> [FAIL][8] ([i915#6298]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html #### Possible fixes #### * igt@i915_selftest@live@gem: - {bat-adln-1}: [DMESG-WARN][9] ([i915#2867]) -> [PASS][10] +9 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/bat-adln-1/igt@i915_selftest@live@gem.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/bat-adln-1/igt@i915_selftest@live@gem.html * igt@i915_selftest@live@hangcheck: - {bat-dg2-8}: [INCOMPLETE][11] ([i915#7834]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/bat-dg2-8/igt@i915_selftest@live@hangcheck.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/bat-dg2-8/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@requests: - {bat-rpls-2}: [INCOMPLETE][13] ([i915#6257]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/bat-rpls-2/igt@i915_selftest@live@requests.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/bat-rpls-2/igt@i915_selftest@live@requests.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257 [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7229]: https://gitlab.freedesktop.org/drm/intel/issues/7229 [i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359 [i915#7625]: https://gitlab.freedesktop.org/drm/intel/issues/7625 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7834]: https://gitlab.freedesktop.org/drm/intel/issues/7834 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7121 -> IGTPW_8359 CI-20190529: 20190529 CI_DRM_12596: 0a0ee61784df01ac098a92bd43673ee30c629f13 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8359: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html IGT_7121: aa16e81259f59734230d441905b9d0f605e4a4b5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@gem_exec3_balancer@parallel-ordering -igt@gem_exec3_basic@basic -igt@gem_lmem_swapping@vm_bind -igt@gem_shrink@vm_bind -igt@gem_shrink@vm_bind-oom -igt@gem_shrink@vm_bind-sanitycheck -igt@gem_shrink@vm_bind-userptr -igt@gem_shrink@vm_bind-userptr-dirty -igt@gem_userptr_blits@vma-merge-execbuf3 -igt@i915_vm_bind_basic@2m -igt@i915_vm_bind_basic@2m_sync_bind -igt@i915_vm_bind_basic@64k -igt@i915_vm_bind_basic@basic -igt@i915_vm_bind_basic@multi_cmds -igt@i915_vm_bind_basic@multi_ctxts -igt@i915_vm_bind_basic@share_vm -igt@i915_vm_bind_basic@skip_copy -igt@i915_vm_bind_basic@skip_unbind -igt@i915_vm_bind_capture@basic -igt@i915_vm_bind_sanity@basic == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html [-- Attachment #2: Type: text/html, Size: 6153 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (4 preceding siblings ...) 2023-01-18 8:09 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) Patchwork @ 2023-01-19 0:12 ` Patchwork 2023-01-30 9:47 ` [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (4 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-19 0:12 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 23197 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12596_full -> IGTPW_8359_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html Participating hosts (12 -> 8) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-dg1 pig-glk-j5005 Known issues ------------ Here are the changes found in IGTPW_8359_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_lmem_swapping@verify-ccs: - shard-apl: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#4613]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl2/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-apl: [PASS][2] -> [INCOMPLETE][3] ([i915#7708]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [PASS][4] -> [DMESG-WARN][5] ([i915#5566] / [i915#716]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl6/igt@gen9_exec_parse@allowed-single.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl2/igt@gen9_exec_parse@allowed-single.html - shard-glk: [PASS][6] -> [DMESG-WARN][7] ([i915#5566] / [i915#716]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-glk3/igt@gen9_exec_parse@allowed-single.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk8/igt@gen9_exec_parse@allowed-single.html * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#3886]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl7/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-apl: [PASS][9] -> [FAIL][10] ([i915#2346]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_flip@2x-nonexisting-fb: - shard-apl: NOTRUN -> [SKIP][11] ([fdo#109271]) +81 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl6/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-suspend@a-dp1: - shard-apl: [PASS][12] -> [DMESG-WARN][13] ([i915#180]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl2/igt@kms_flip@flip-vs-suspend@a-dp1.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html * igt@runner@aborted: - shard-apl: NOTRUN -> ([FAIL][14], [FAIL][15]) ([fdo#109271] / [i915#180] / [i915#4312]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl1/igt@runner@aborted.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl2/igt@runner@aborted.html - shard-glk: NOTRUN -> [FAIL][16] ([i915#4312]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk8/igt@runner@aborted.html #### Possible fixes #### * igt@drm_read@short-buffer-nonblock: - {shard-rkl}: [SKIP][17] ([i915#4098]) -> [PASS][18] +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@drm_read@short-buffer-nonblock.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@drm_read@short-buffer-nonblock.html * igt@fbdev@unaligned-write: - {shard-rkl}: [SKIP][19] ([i915#2582]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-5/igt@fbdev@unaligned-write.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@fbdev@unaligned-write.html * igt@gem_ctx_persistence@smoketest: - {shard-rkl}: [FAIL][21] ([i915#5099]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@gem_ctx_persistence@smoketest.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-4/igt@gem_ctx_persistence@smoketest.html * igt@gem_exec_fair@basic-deadline: - {shard-rkl}: [FAIL][23] ([i915#2846]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [FAIL][25] ([i915#2842]) -> [PASS][26] +3 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk1/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - {shard-rkl}: [SKIP][27] ([i915#3281]) -> [PASS][28] +5 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-scanout@vcs0: - {shard-tglu}: [SKIP][29] ([i915#3639]) -> [PASS][30] +4 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@gem_exec_reloc@basic-scanout@vcs0.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-1/igt@gem_exec_reloc@basic-scanout@vcs0.html * igt@gem_partial_pwrite_pread@reads-uncached: - {shard-rkl}: [SKIP][31] ([i915#3282]) -> [PASS][32] +1 similar issue [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-4/igt@gem_partial_pwrite_pread@reads-uncached.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-5/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-apl: [INCOMPLETE][33] ([i915#7708] / [i915#7833]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gen9_exec_parse@bb-large: - {shard-rkl}: [SKIP][35] ([i915#2527]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-1/igt@gen9_exec_parse@bb-large.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-5/igt@gen9_exec_parse@bb-large.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - {shard-rkl}: [WARN][37] ([i915#2681]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@i2c: - {shard-rkl}: [SKIP][39] ([fdo#109308]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-4/igt@i915_pm_rpm@i2c.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@i915_pm_rpm@i2c.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - {shard-tglu}: [SKIP][41] ([i915#1845] / [i915#7651]) -> [PASS][42] +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - {shard-rkl}: [SKIP][43] ([i915#1845] / [i915#4098]) -> [PASS][44] +16 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-4/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs: - {shard-tglu}: [SKIP][45] ([i915#7651]) -> [PASS][46] +8 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-7/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-glk: [FAIL][47] ([i915#72]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-glk3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-glk: [FAIL][49] ([i915#2346]) -> [PASS][50] +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1: - shard-glk: [FAIL][51] ([i915#2122]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-glk1/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-glk8/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite: - {shard-rkl}: [SKIP][53] ([i915#1849] / [i915#4098]) -> [PASS][54] +15 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - {shard-tglu}: [SKIP][55] ([i915#1849]) -> [PASS][56] +2 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_plane@plane-position-hole@pipe-b-planes: - {shard-tglu}: [SKIP][57] ([i915#1849] / [i915#3558]) -> [PASS][58] +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@kms_plane@plane-position-hole@pipe-b-planes.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-2/igt@kms_plane@plane-position-hole@pipe-b-planes.html * igt@kms_properties@plane-properties-legacy: - {shard-rkl}: [SKIP][59] ([i915#1849]) -> [PASS][60] +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@kms_properties@plane-properties-legacy.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@kms_properties@plane-properties-legacy.html * igt@kms_psr@cursor_render: - {shard-rkl}: [SKIP][61] ([i915#1072]) -> [PASS][62] +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@kms_psr@cursor_render.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@kms_psr@cursor_render.html * igt@kms_universal_plane@universal-plane-pipe-a-functional: - {shard-tglu}: [SKIP][63] ([fdo#109274]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-tglu-6/igt@kms_universal_plane@universal-plane-pipe-a-functional.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-tglu-7/igt@kms_universal_plane@universal-plane-pipe-a-functional.html * igt@perf@polling-small-buf: - {shard-rkl}: [FAIL][65] ([i915#1722]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-rkl-2/igt@perf@polling-small-buf.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-rkl-6/igt@perf@polling-small-buf.html #### Warnings #### * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-apl: [INCOMPLETE][67] ([i915#7708]) -> [INCOMPLETE][68] ([i915#7524] / [i915#7708]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12596/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads-display.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#5099]: https://gitlab.freedesktop.org/drm/intel/issues/5099 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6258]: https://gitlab.freedesktop.org/drm/intel/issues/6258 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6403]: https://gitlab.freedesktop.org/drm/intel/issues/6403 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#72]: https://gitlab.freedesktop.org/drm/intel/issues/72 [i915#7524]: https://gitlab.freedesktop.org/drm/intel/issues/7524 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7708]: https://gitlab.freedesktop.org/drm/intel/issues/7708 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7833]: https://gitlab.freedesktop.org/drm/intel/issues/7833 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7121 -> IGTPW_8359 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_12596: 0a0ee61784df01ac098a92bd43673ee30c629f13 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8359: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html IGT_7121: aa16e81259f59734230d441905b9d0f605e4a4b5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8359/index.html [-- Attachment #2: Type: text/html, Size: 19231 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (5 preceding siblings ...) 2023-01-19 0:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-01-30 9:47 ` Mohammed Thasleem 2023-02-01 10:12 ` Mohammed Thasleem 2023-01-30 10:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) Patchwork ` (3 subsequent siblings) 10 siblings, 1 reply; 15+ messages in thread From: Mohammed Thasleem @ 2023-01-30 9:47 UTC (permalink / raw) To: igt-dev Close mcl.fd when drmModeSetCrtc retuns fail and it will unblock the resources so that test continue execution on another panels. v2: Removed if loop and updated the description. (Karthik) v3: Added igt_assert_eq for both master fd and mcl fd. (Karthik) Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> --- tests/kms_lease.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/kms_lease.c b/tests/kms_lease.c index 67e8d3be..6bd5bc15 100644 --- a/tests/kms_lease.c +++ b/tests/kms_lease.c @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) struct drm_mode_create_lease mcl; drmModePlaneRes *plane_resources; uint32_t wrong_plane_id = 0; + int ret = 0, ret_mcl = 0; igt_output_t *output = connector_id_to_output(&data->master.display, data->connector_id); @@ -349,11 +350,13 @@ static void setcrtc_implicit_plane(data_t *data) igt_assert_eq(0, prepare_crtc(&data->master, data)); /* sanity check */ - do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, - 0, 0, object_ids, 1, mode)); - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, - 0, 0, object_ids, 1, mode)); + ret = drmModeSetCrtc(data->master.fd, data->crtc_id, -1, + 0, 0, object_ids, 1, mode); + ret_mcl = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, + 0, 0, object_ids, 1, mode); close(mcl.fd); + igt_assert_eq(ret, 0); + igt_assert_eq(ret_mcl, 0); object_ids[mcl.object_count++] = wrong_plane_id; do_or_die(create_lease(data->master.fd, &mcl)); -- 2.25.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-01-30 9:47 ` [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem @ 2023-02-01 10:12 ` Mohammed Thasleem 2023-02-02 11:38 ` Karthik B S 0 siblings, 1 reply; 15+ messages in thread From: Mohammed Thasleem @ 2023-02-01 10:12 UTC (permalink / raw) To: igt-dev Close mcl.fd even when drmModeSetCrtc retuns fail. This will unblock the resources, so that test can continue to execute on another panels. v2: Removed if loop and updated the description. (Karthik) v3: Added igt_assert_eq for both master fd and mcl fd. (Karthik) v4: Minor updates in description. (Karthik) Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> --- tests/kms_lease.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/kms_lease.c b/tests/kms_lease.c index 67e8d3be..6bd5bc15 100644 --- a/tests/kms_lease.c +++ b/tests/kms_lease.c @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) struct drm_mode_create_lease mcl; drmModePlaneRes *plane_resources; uint32_t wrong_plane_id = 0; + int ret = 0, ret_mcl = 0; igt_output_t *output = connector_id_to_output(&data->master.display, data->connector_id); @@ -349,11 +350,13 @@ static void setcrtc_implicit_plane(data_t *data) igt_assert_eq(0, prepare_crtc(&data->master, data)); /* sanity check */ - do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, - 0, 0, object_ids, 1, mode)); - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, - 0, 0, object_ids, 1, mode)); + ret = drmModeSetCrtc(data->master.fd, data->crtc_id, -1, + 0, 0, object_ids, 1, mode); + ret_mcl = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, + 0, 0, object_ids, 1, mode); close(mcl.fd); + igt_assert_eq(ret, 0); + igt_assert_eq(ret_mcl, 0); object_ids[mcl.object_count++] = wrong_plane_id; do_or_die(create_lease(data->master.fd, &mcl)); -- 2.25.1 ^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails 2023-02-01 10:12 ` Mohammed Thasleem @ 2023-02-02 11:38 ` Karthik B S 0 siblings, 0 replies; 15+ messages in thread From: Karthik B S @ 2023-02-02 11:38 UTC (permalink / raw) To: Mohammed Thasleem, igt-dev On 2/1/2023 3:42 PM, Mohammed Thasleem wrote: > Close mcl.fd even when drmModeSetCrtc retuns fail. > This will unblock the resources, so that test can > continue to execute on another panels. > > v2: Removed if loop and updated the description. (Karthik) > > v3: Added igt_assert_eq for both master fd and mcl fd. (Karthik) > > v4: Minor updates in description. (Karthik) > > Signed-off-by: Mohammed Thasleem <mohammed.thasleem@intel.com> Reviewed-by: Karthik B S <karthik.b.s@intel.com> > --- > tests/kms_lease.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/tests/kms_lease.c b/tests/kms_lease.c > index 67e8d3be..6bd5bc15 100644 > --- a/tests/kms_lease.c > +++ b/tests/kms_lease.c > @@ -317,6 +317,7 @@ static void setcrtc_implicit_plane(data_t *data) > struct drm_mode_create_lease mcl; > drmModePlaneRes *plane_resources; > uint32_t wrong_plane_id = 0; > + int ret = 0, ret_mcl = 0; > igt_output_t *output = > connector_id_to_output(&data->master.display, > data->connector_id); > @@ -349,11 +350,13 @@ static void setcrtc_implicit_plane(data_t *data) > igt_assert_eq(0, prepare_crtc(&data->master, data)); > > /* sanity check */ > - do_or_die(drmModeSetCrtc(data->master.fd, data->crtc_id, -1, > - 0, 0, object_ids, 1, mode)); > - do_or_die(drmModeSetCrtc(mcl.fd, data->crtc_id, -1, > - 0, 0, object_ids, 1, mode)); > + ret = drmModeSetCrtc(data->master.fd, data->crtc_id, -1, > + 0, 0, object_ids, 1, mode); > + ret_mcl = drmModeSetCrtc(mcl.fd, data->crtc_id, -1, > + 0, 0, object_ids, 1, mode); > close(mcl.fd); > + igt_assert_eq(ret, 0); > + igt_assert_eq(ret_mcl, 0); > > object_ids[mcl.object_count++] = wrong_plane_id; > do_or_die(create_lease(data->master.fd, &mcl)); ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (6 preceding siblings ...) 2023-01-30 9:47 ` [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem @ 2023-01-30 10:21 ` Patchwork 2023-01-30 11:54 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-30 10:21 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4119 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12662 -> IGTPW_8416 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/index.html Participating hosts (24 -> 23) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8416 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-dg1-6: NOTRUN -> [SKIP][1] ([i915#7828]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-dg1-6/igt@kms_chamelium_hpd@common-hpd-after-suspend.html - fi-bsw-n3050: NOTRUN -> [SKIP][2] ([fdo#109271]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/fi-bsw-n3050/igt@kms_chamelium_hpd@common-hpd-after-suspend.html #### Possible fixes #### * igt@i915_selftest@live@execlists: - fi-bsw-n3050: [ABORT][3] -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/fi-bsw-n3050/igt@i915_selftest@live@execlists.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/fi-bsw-n3050/igt@i915_selftest@live@execlists.html * igt@i915_selftest@live@migrate: - {bat-dg2-11}: [DMESG-WARN][5] ([i915#7699]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/bat-dg2-11/igt@i915_selftest@live@migrate.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-dg2-11/igt@i915_selftest@live@migrate.html - {bat-adlp-6}: [DMESG-FAIL][7] ([i915#7699]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/bat-adlp-6/igt@i915_selftest@live@migrate.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-adlp-6/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@requests: - {bat-rpls-1}: [ABORT][9] -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/bat-rpls-1/igt@i915_selftest@live@requests.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-rpls-1/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@reset: - {bat-rpls-2}: [ABORT][11] ([i915#4983]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/bat-rpls-2/igt@i915_selftest@live@reset.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-rpls-2/igt@i915_selftest@live@reset.html * igt@i915_selftest@live@workarounds: - bat-dg1-6: [ABORT][13] ([i915#4983]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/bat-dg1-6/igt@i915_selftest@live@workarounds.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/bat-dg1-6/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7141 -> IGTPW_8416 CI-20190529: 20190529 CI_DRM_12662: 6da642ddeca54aaaa5baf2ef5c9d5e900c9b64c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8416: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/index.html IGT_7141: a978df7912acda18eada1b1d2ae4b438ed3e940b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/index.html [-- Attachment #2: Type: text/html, Size: 4846 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (7 preceding siblings ...) 2023-01-30 10:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) Patchwork @ 2023-01-30 11:54 ` Patchwork 2023-02-01 10:44 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) Patchwork 2023-02-01 11:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-01-30 11:54 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 18769 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) URL : https://patchwork.freedesktop.org/series/112914/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12662_full -> IGTPW_8416_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_8416_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_8416_full, please notify your bug team 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_8416/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-tglu-9 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8416_full: ### IGT changes ### #### Possible regressions #### * igt@kms_big_fb@x-tiled-64bpp-rotate-0: - shard-glk: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-glk9/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-glk2/igt@kms_big_fb@x-tiled-64bpp-rotate-0.html Known issues ------------ Here are the changes found in IGTPW_8416_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][3] -> [FAIL][4] ([i915#79]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html #### Possible fixes #### * igt@fbdev@unaligned-read: - {shard-rkl}: [SKIP][5] ([i915#2582]) -> [PASS][6] +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-3/igt@fbdev@unaligned-read.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-6/igt@fbdev@unaligned-read.html * igt@gem_bad_reloc@negative-reloc: - {shard-rkl}: [SKIP][7] ([i915#3281]) -> [PASS][8] +7 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-6/igt@gem_bad_reloc@negative-reloc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-5/igt@gem_bad_reloc@negative-reloc.html * igt@gem_ctx_persistence@hang: - {shard-rkl}: [SKIP][9] ([i915#6252]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-5/igt@gem_ctx_persistence@hang.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-4/igt@gem_ctx_persistence@hang.html * igt@gem_eio@in-flight-suspend: - {shard-rkl}: [FAIL][11] ([fdo#103375]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-4/igt@gem_eio@in-flight-suspend.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-6/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_fair@basic-pace-share@rcs0: - {shard-tglu}: [FAIL][13] ([i915#2842]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-tglu-1/igt@gem_exec_fair@basic-pace-share@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - {shard-rkl}: [FAIL][15] ([i915#2842]) -> [PASS][16] +2 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_gpgpu_fill@basic@lmem0: - {shard-dg1}: [DMESG-WARN][17] -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-dg1-12/igt@gem_gpgpu_fill@basic@lmem0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-dg1-17/igt@gem_gpgpu_fill@basic@lmem0.html * igt@gem_gpgpu_fill@basic@smem: - {shard-dg1}: [ABORT][19] -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-dg1-12/igt@gem_gpgpu_fill@basic@smem.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-dg1-17/igt@gem_gpgpu_fill@basic@smem.html * igt@gem_partial_pwrite_pread@writes-after-reads: - {shard-rkl}: [SKIP][21] ([i915#3282]) -> [PASS][22] +9 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - {shard-rkl}: [WARN][23] ([i915#2681]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-2/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@modeset-non-lpsp: - {shard-dg1}: [SKIP][25] ([i915#1397]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-dg1-14/igt@i915_pm_rpm@modeset-non-lpsp.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@kms_big_fb@x-tiled-addfb-size-offset-overflow: - {shard-tglu}: [SKIP][27] ([i915#1845] / [i915#7651]) -> [PASS][28] +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-tglu-6/igt@kms_big_fb@x-tiled-addfb-size-offset-overflow.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-tglu-3/igt@kms_big_fb@x-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs: - {shard-tglu}: [SKIP][29] ([i915#7651]) -> [PASS][30] +1 similar issue [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-tglu-6/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-tglu-3/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - {shard-tglu}: [SKIP][31] ([i915#1849]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - {shard-rkl}: [SKIP][33] ([i915#1849] / [i915#4098]) -> [PASS][34] +3 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_psr@cursor_plane_move: - {shard-rkl}: [SKIP][35] ([i915#1072]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-3/igt@kms_psr@cursor_plane_move.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-6/igt@kms_psr@cursor_plane_move.html * igt@kms_vblank@pipe-b-ts-continuation-idle: - {shard-rkl}: [SKIP][37] ([i915#1845] / [i915#4098]) -> [PASS][38] +11 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-3/igt@kms_vblank@pipe-b-ts-continuation-idle.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-6/igt@kms_vblank@pipe-b-ts-continuation-idle.html * igt@perf@gen12-mi-rpc: - {shard-rkl}: [SKIP][39] ([fdo#109289]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12662/shard-rkl-5/igt@perf@gen12-mi-rpc.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/shard-rkl-3/igt@perf@gen12-mi-rpc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4778]: https://gitlab.freedesktop.org/drm/intel/issues/4778 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877 [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5174]: https://gitlab.freedesktop.org/drm/intel/issues/5174 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6252]: https://gitlab.freedesktop.org/drm/intel/issues/6252 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7957]: https://gitlab.freedesktop.org/drm/intel/issues/7957 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7141 -> IGTPW_8416 CI-20190529: 20190529 CI_DRM_12662: 6da642ddeca54aaaa5baf2ef5c9d5e900c9b64c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8416: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/index.html IGT_7141: a978df7912acda18eada1b1d2ae4b438ed3e940b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8416/index.html [-- Attachment #2: Type: text/html, Size: 11377 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (8 preceding siblings ...) 2023-01-30 11:54 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-02-01 10:44 ` Patchwork 2023-02-01 11:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-02-01 10:44 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2128 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12676 -> IGTPW_8424 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html Participating hosts (27 -> 25) ------------------------------ Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8424 that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - {bat-dg2-11}: [ABORT][1] ([i915#7913]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/bat-dg2-11/igt@i915_selftest@live@hangcheck.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/bat-dg2-11/igt@i915_selftest@live@hangcheck.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7143 -> IGTPW_8424 CI-20190529: 20190529 CI_DRM_12676: 3775348312c45a69754d1ed47103a2c62ae18485 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8424: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html IGT_7143: c7b12dcc460fc2348e1fa7f4dcb791bb82e29e44 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@perf_pmu@pmu-read == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html [-- Attachment #2: Type: text/html, Size: 2380 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem ` (9 preceding siblings ...) 2023-02-01 10:44 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) Patchwork @ 2023-02-01 11:53 ` Patchwork 10 siblings, 0 replies; 15+ messages in thread From: Patchwork @ 2023-02-01 11:53 UTC (permalink / raw) To: Mohammed Thasleem; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 22301 bytes --] == Series Details == Series: tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) URL : https://patchwork.freedesktop.org/series/112914/ State : success == Summary == CI Bug Log - changes from CI_DRM_12676_full -> IGTPW_8424_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html Participating hosts (10 -> 11) ------------------------------ Additional (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8424_full: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@dumb_buffer@create-clear: - {shard-tglu-10}: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-10/igt@dumb_buffer@create-clear.html * igt@gem_ctx_shared@q-smoketest@bcs0: - {shard-dg1}: NOTRUN -> [INCOMPLETE][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-dg1-16/igt@gem_ctx_shared@q-smoketest@bcs0.html * igt@gem_workarounds@suspend-resume-context: - {shard-rkl}: [PASS][3] -> [ABORT][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-2/igt@gem_workarounds@suspend-resume-context.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-3/igt@gem_workarounds@suspend-resume-context.html Known issues ------------ Here are the changes found in IGTPW_8424_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#2842]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-glk5/igt@gem_exec_fair@basic-pace@rcs0.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size: - shard-glk: [PASS][7] -> [FAIL][8] ([i915#2346]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html #### Possible fixes #### * igt@fbdev@unaligned-write: - {shard-rkl}: [SKIP][9] ([i915#2582]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-2/igt@fbdev@unaligned-write.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@fbdev@unaligned-write.html - {shard-tglu}: [SKIP][11] ([i915#2582]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@fbdev@unaligned-write.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-8/igt@fbdev@unaligned-write.html * igt@gem_eio@in-flight-suspend: - {shard-rkl}: [FAIL][13] ([fdo#103375]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-4/igt@gem_eio@in-flight-suspend.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_fair@basic-none-share@rcs0: - {shard-rkl}: [FAIL][15] ([i915#2842]) -> [PASS][16] +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-4/igt@gem_exec_fair@basic-none-share@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-glk: [FAIL][17] ([i915#2842]) -> [PASS][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-glk1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-glk3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_reloc@basic-gtt-cpu: - {shard-rkl}: [SKIP][19] ([i915#3281]) -> [PASS][20] +8 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-cpu.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_schedule@semaphore-power: - {shard-rkl}: [SKIP][21] ([i915#7276]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-4/igt@gem_exec_schedule@semaphore-power.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html * igt@gem_partial_pwrite_pread@write: - {shard-rkl}: [SKIP][23] ([i915#3282]) -> [PASS][24] +4 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-3/igt@gem_partial_pwrite_pread@write.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gem_partial_pwrite_pread@write.html * igt@gen9_exec_parse@batch-zero-length: - {shard-rkl}: [SKIP][25] ([i915#2527]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-3/igt@gen9_exec_parse@batch-zero-length.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@gen9_exec_parse@batch-zero-length.html * igt@i915_pm_rpm@system-suspend-modeset: - {shard-rkl}: [SKIP][27] ([fdo#109308]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-1/igt@i915_pm_rpm@system-suspend-modeset.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@i915_pm_rpm@system-suspend-modeset.html * igt@i915_pm_sseu@full-enable: - {shard-rkl}: [SKIP][29] ([i915#4387]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-1/igt@i915_pm_sseu@full-enable.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@i915_pm_sseu@full-enable.html * igt@kms_atomic@atomic_plane_damage: - {shard-rkl}: [SKIP][31] ([i915#4098]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180: - {shard-tglu}: [SKIP][33] ([i915#1845] / [i915#7651]) -> [PASS][34] +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-7/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - {shard-tglu}: [SKIP][35] ([i915#7651]) -> [PASS][36] +4 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-4/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions: - shard-glk: [FAIL][37] ([i915#2346]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2: - shard-glk: [FAIL][39] ([i915#2122]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-glk4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-glk2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ac-hdmi-a1-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - {shard-rkl}: [SKIP][41] ([i915#1849] / [i915#4098]) -> [PASS][42] +19 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - {shard-tglu}: [SKIP][43] ([i915#1849]) -> [PASS][44] +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-8/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_plane@pixel-format@pipe-b-planes: - {shard-rkl}: [SKIP][45] ([i915#1849]) -> [PASS][46] +4 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-2/igt@kms_plane@pixel-format@pipe-b-planes.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@kms_plane@pixel-format@pipe-b-planes.html - {shard-tglu}: [SKIP][47] ([i915#1849] / [i915#3558]) -> [PASS][48] +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@kms_plane@pixel-format@pipe-b-planes.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-8/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_psr@cursor_mmap_cpu: - {shard-rkl}: [SKIP][49] ([i915#1072]) -> [PASS][50] +3 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-4/igt@kms_psr@cursor_mmap_cpu.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@kms_psr@cursor_mmap_cpu.html * igt@kms_rotation_crc@sprite-rotation-90: - {shard-tglu}: [SKIP][51] ([i915#1845]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@kms_rotation_crc@sprite-rotation-90.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-7/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_vblank@pipe-b-query-idle: - {shard-rkl}: [SKIP][53] ([i915#1845] / [i915#4098]) -> [PASS][54] +31 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-5/igt@kms_vblank@pipe-b-query-idle.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-6/igt@kms_vblank@pipe-b-query-idle.html * igt@perf_pmu@idle@rcs0: - {shard-rkl}: [FAIL][55] ([i915#4349]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-rkl-6/igt@perf_pmu@idle@rcs0.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-rkl-5/igt@perf_pmu@idle@rcs0.html * igt@prime_mmap_kms@buffer-sharing: - {shard-tglu}: [SKIP][57] ([fdo#109274]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12676/shard-tglu-6/igt@prime_mmap_kms@buffer-sharing.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/shard-tglu-8/igt@prime_mmap_kms@buffer-sharing.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2532]: https://gitlab.freedesktop.org/drm/intel/issues/2532 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247 [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7128]: https://gitlab.freedesktop.org/drm/intel/issues/7128 [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7294]: https://gitlab.freedesktop.org/drm/intel/issues/7294 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7949]: https://gitlab.freedesktop.org/drm/intel/issues/7949 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7143 -> IGTPW_8424 CI-20190529: 20190529 CI_DRM_12676: 3775348312c45a69754d1ed47103a2c62ae18485 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8424: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html IGT_7143: c7b12dcc460fc2348e1fa7f4dcb791bb82e29e44 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8424/index.html [-- Attachment #2: Type: text/html, Size: 15497 bytes --] ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-02-02 11:38 UTC | newest] Thread overview: 15+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-01-17 8:05 [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem 2023-01-17 14:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-01-17 17:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-01-18 6:47 ` [igt-dev] [PATCH i-g-t] " Karthik B S 2023-01-18 7:33 ` Mohammed Thasleem 2023-01-19 6:34 ` Karthik B S 2023-01-18 8:09 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev2) Patchwork 2023-01-19 0:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-01-30 9:47 ` [igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails Mohammed Thasleem 2023-02-01 10:12 ` Mohammed Thasleem 2023-02-02 11:38 ` Karthik B S 2023-01-30 10:21 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3) Patchwork 2023-01-30 11:54 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-02-01 10:44 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev4) Patchwork 2023-02-01 11:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox