* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test
@ 2022-12-29 15:58 Andrzej Hajda
2022-12-29 16:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (7 more replies)
0 siblings, 8 replies; 17+ messages in thread
From: Andrzej Hajda @ 2022-12-29 15:58 UTC (permalink / raw)
To: igt-dev; +Cc: Matthew Auld, Nirmoy Das
igt_create_color_fb should be accompanied with igt_remove_fb.
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7331
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
tests/kms_plane_scaling.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 4c621cce842..1a8f1581f3e 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -367,6 +367,8 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
igt_plane_set_fb(plane, NULL);
igt_plane_set_position(plane, 0, 0);
+ igt_remove_fb(d->drm_fd, &d->fb[0]);
+
igt_skip_on_f(commit_ret == -ERANGE || commit_ret == -EINVAL,
"Unsupported scaling factor with fb size %dx%d\n",
w, h);
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: remove fb after test
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
@ 2022-12-29 16:28 ` Patchwork
2022-12-29 17:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
` (6 subsequent siblings)
7 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2022-12-29 16:28 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8044 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test
URL : https://patchwork.freedesktop.org/series/112291/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12528 -> IGTPW_8281
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/index.html
Participating hosts (40 -> 42)
------------------------------
Additional (2): bat-dg2-9 bat-atsm-1
Known issues
------------
Here are the changes found in IGTPW_8281 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adlp-4: NOTRUN -> [SKIP][1] ([i915#4613]) +3 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_rps@basic-api:
- bat-adlp-4: NOTRUN -> [SKIP][2] ([i915#6621])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@i915_pm_rps@basic-api.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-hsw-4770: NOTRUN -> [SKIP][3] ([fdo#109271] / [fdo#111827])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html
- bat-adlp-4: NOTRUN -> [SKIP][4] ([fdo#111827])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_setmode@basic-clone-single-crtc:
- fi-snb-2600: NOTRUN -> [SKIP][5] ([fdo#109271])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/fi-snb-2600/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-userptr:
- bat-adlp-4: NOTRUN -> [SKIP][6] ([fdo#109295] / [i915#3301] / [i915#3708])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@prime_vgem@basic-userptr.html
* igt@prime_vgem@basic-write:
- bat-adlp-4: NOTRUN -> [SKIP][7] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_pm_rpm@basic-rte:
- bat-adlp-4: [DMESG-WARN][8] ([i915#7077]) -> [PASS][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/bat-adlp-4/igt@i915_pm_rpm@basic-rte.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-4/igt@i915_pm_rpm@basic-rte.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-cfl-8109u: [DMESG-FAIL][10] ([i915#5334]) -> [PASS][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/fi-cfl-8109u/igt@i915_selftest@live@gt_heartbeat.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/fi-cfl-8109u/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: [INCOMPLETE][12] ([i915#4785]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
* igt@i915_selftest@live@reset:
- {bat-rpls-2}: [DMESG-FAIL][14] ([i915#4983]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/bat-rpls-2/igt@i915_selftest@live@reset.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-rpls-2/igt@i915_selftest@live@reset.html
* igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-2:
- {bat-dg2-11}: [FAIL][16] ([i915#7336]) -> [PASS][17]
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-2.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-2.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1:
- {bat-adlp-9}: [DMESG-WARN][18] ([i915#2867]) -> [PASS][19]
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/bat-adlp-9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/bat-adlp-9/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.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
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
[i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077
[i915#6078]: https://gitlab.freedesktop.org/drm/intel/issues/6078
[i915#6093]: https://gitlab.freedesktop.org/drm/intel/issues/6093
[i915#6094]: https://gitlab.freedesktop.org/drm/intel/issues/6094
[i915#6166]: https://gitlab.freedesktop.org/drm/intel/issues/6166
[i915#6311]: https://gitlab.freedesktop.org/drm/intel/issues/6311
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
[i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077
[i915#7336]: https://gitlab.freedesktop.org/drm/intel/issues/7336
[i915#7357]: https://gitlab.freedesktop.org/drm/intel/issues/7357
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7104 -> IGTPW_8281
CI-20190529: 20190529
CI_DRM_12528: 7e9f060b6f2ad746710306da06ba9c4a53876357 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8281: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/index.html
IGT_7104: fe5def13049225967770eaaf19ec01ef80e2adc5 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
-igt@i915_pm_dc@dc5-dpms-negative
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/index.html
[-- Attachment #2: Type: text/html, Size: 7177 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_scaling: remove fb after test
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
2022-12-29 16:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2022-12-29 17:48 ` Patchwork
2022-12-30 18:55 ` [igt-dev] [PATCH i-g-t] " Das, Nirmoy
` (5 subsequent siblings)
7 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2022-12-29 17:48 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30565 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test
URL : https://patchwork.freedesktop.org/series/112291/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12528_full -> IGTPW_8281_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/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_8281_full:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@drm_fdinfo@idle@rcs0:
- {shard-rkl}: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-2/igt@drm_fdinfo@idle@rcs0.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- {shard-rkl}: [PASS][2] -> [FAIL][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-5/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- {shard-rkl}: [PASS][4] -> [DMESG-WARN][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-5/igt@gem_ctx_isolation@preservation-s3@bcs0.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-3/igt@gem_ctx_isolation@preservation-s3@bcs0.html
Known issues
------------
Here are the changes found in IGTPW_8281_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@legacy-engines-cleanup:
- shard-snb: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-snb7/igt@gem_ctx_persistence@legacy-engines-cleanup.html
* igt@gem_exec_create@forked@smem:
- shard-glk: [PASS][7] -> [DMESG-WARN][8] ([i915#118])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-glk2/igt@gem_exec_create@forked@smem.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk4/igt@gem_exec_create@forked@smem.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-apl: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#4613])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-snb: [PASS][10] -> [CRASH][11] ([i915#5161])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-snb2/igt@gem_mmap_gtt@fault-concurrent-x.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-apl: [PASS][12] -> [INCOMPLETE][13] ([i915#7708])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-apl1/igt@gem_partial_pwrite_pread@writes-after-reads.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_userptr_blits@vma-merge:
- shard-apl: NOTRUN -> [FAIL][14] ([i915#3318])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl3/igt@gem_userptr_blits@vma-merge.html
* igt@i915_pm_rps@engine-order:
- shard-apl: [PASS][15] -> [FAIL][16] ([i915#6537])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-apl1/igt@i915_pm_rps@engine-order.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl1/igt@i915_pm_rps@engine-order.html
* igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc:
- shard-glk: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#3886])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk2/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html
- shard-apl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3886])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_chamelium@dp-edid-stress-resolution-non-4k:
- shard-glk: NOTRUN -> [SKIP][19] ([fdo#109271] / [fdo#111827]) +3 similar issues
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk9/igt@kms_chamelium@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium@vga-hpd-after-suspend:
- shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271] / [fdo#111827]) +6 similar issues
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl2/igt@kms_chamelium@vga-hpd-after-suspend.html
- shard-snb: NOTRUN -> [SKIP][21] ([fdo#109271] / [fdo#111827]) +3 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
- shard-apl: [PASS][22] -> [FAIL][23] ([i915#2346])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-apl: NOTRUN -> [FAIL][24] ([i915#4767])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl2/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-apl: NOTRUN -> [SKIP][25] ([fdo#109271]) +101 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl1/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-apl: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#658]) +1 similar issue
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl7/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-glk: NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#658]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-snb: NOTRUN -> [SKIP][28] ([fdo#109271]) +90 similar issues
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-snb4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_vrr@negative-basic:
- shard-glk: NOTRUN -> [SKIP][29] ([fdo#109271]) +52 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk5/igt@kms_vrr@negative-basic.html
* igt@sysfs_clients@create:
- shard-apl: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#2994]) +1 similar issue
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl2/igt@sysfs_clients@create.html
* igt@sysfs_clients@recycle-many:
- shard-glk: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#2994])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk5/igt@sysfs_clients@recycle-many.html
#### Possible fixes ####
* igt@fbdev@nullptr:
- {shard-rkl}: [SKIP][32] ([i915#2582]) -> [PASS][33]
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@fbdev@nullptr.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-2/igt@fbdev@nullptr.html
* igt@fbdev@read:
- {shard-dg1}: [FAIL][34] -> [PASS][35]
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-dg1-16/igt@fbdev@read.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-dg1-12/igt@fbdev@read.html
- shard-apl: [FAIL][36] -> [PASS][37]
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-apl3/igt@fbdev@read.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl6/igt@fbdev@read.html
- shard-snb: [FAIL][38] -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-snb7/igt@fbdev@read.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-snb4/igt@fbdev@read.html
- {shard-tglu}: [FAIL][40] -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-tglu-4/igt@fbdev@read.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-tglu-1/igt@fbdev@read.html
- shard-glk: [FAIL][42] -> [PASS][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-glk9/igt@fbdev@read.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk3/igt@fbdev@read.html
* igt@gem_create@hog-create@smem0:
- {shard-rkl}: [FAIL][44] ([i915#7679]) -> [PASS][45]
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@gem_create@hog-create@smem0.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@gem_create@hog-create@smem0.html
* igt@gem_eio@kms:
- {shard-dg1}: [FAIL][46] ([i915#5784]) -> [PASS][47]
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-dg1-14/igt@gem_eio@kms.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-dg1-12/igt@gem_eio@kms.html
* igt@gem_exec_fair@basic-deadline:
- {shard-rkl}: [FAIL][48] ([i915#2846]) -> [PASS][49]
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@gem_exec_fair@basic-deadline.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [FAIL][50] ([i915#2842]) -> [PASS][51] +1 similar issue
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk6/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- {shard-rkl}: [FAIL][52] ([i915#2842]) -> [PASS][53] +3 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- {shard-rkl}: [SKIP][54] ([i915#3281]) -> [PASS][55] +3 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_readwrite@new-obj:
- {shard-rkl}: [SKIP][56] ([i915#3282]) -> [PASS][57] +1 similar issue
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@gem_readwrite@new-obj.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@gem_readwrite@new-obj.html
* igt@gem_workarounds@suspend-resume:
- {shard-rkl}: [FAIL][58] ([fdo#103375]) -> [PASS][59]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@gem_workarounds@suspend-resume.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-3/igt@gem_workarounds@suspend-resume.html
* igt@i915_hangman@engine-engine-error@bcs0:
- {shard-rkl}: [SKIP][60] ([i915#6258]) -> [PASS][61]
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-5/igt@i915_hangman@engine-engine-error@bcs0.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-1/igt@i915_hangman@engine-engine-error@bcs0.html
* igt@i915_pipe_stress@stress-xrgb8888-untiled:
- {shard-rkl}: [SKIP][62] ([i915#4098]) -> [PASS][63]
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-5/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
* igt@i915_pm_dc@dc6-dpms:
- {shard-rkl}: [SKIP][64] ([i915#3361]) -> [PASS][65] +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-5/igt@i915_pm_dc@dc6-dpms.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- {shard-rkl}: [SKIP][66] ([i915#1397]) -> [PASS][67]
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- {shard-dg1}: [SKIP][68] ([i915#1397]) -> [PASS][69] +1 similar issue
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-dg1-14/igt@i915_pm_rpm@dpms-non-lpsp.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-dg1-17/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@pm-tiling:
- {shard-rkl}: [SKIP][70] ([fdo#109308]) -> [PASS][71]
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2:
- shard-glk: [FAIL][72] ([i915#2122]) -> [PASS][73]
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-glk3/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk3/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2:
- shard-glk: [FAIL][74] ([i915#79]) -> [PASS][75] +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- {shard-rkl}: [SKIP][76] ([i915#1849] / [i915#4098]) -> [PASS][77] +9 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_plane@plane-position-hole-dpms@pipe-b-planes:
- {shard-rkl}: [SKIP][78] ([i915#3558]) -> [PASS][79] +3 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-planes.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@kms_plane@plane-position-hole-dpms@pipe-b-planes.html
* igt@kms_psr@cursor_blt:
- {shard-rkl}: [SKIP][80] ([i915#1072]) -> [PASS][81] +2 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@kms_psr@cursor_blt.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@kms_psr@cursor_blt.html
* igt@kms_universal_plane@universal-plane-pageflip-windowed-pipe-b:
- {shard-rkl}: [SKIP][82] ([i915#4070] / [i915#4098]) -> [PASS][83] +1 similar issue
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-1/igt@kms_universal_plane@universal-plane-pageflip-windowed-pipe-b.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@kms_universal_plane@universal-plane-pageflip-windowed-pipe-b.html
* igt@kms_vblank@pipe-b-query-idle:
- {shard-rkl}: [SKIP][84] ([i915#1845] / [i915#4098]) -> [PASS][85] +26 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-2/igt@kms_vblank@pipe-b-query-idle.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-6/igt@kms_vblank@pipe-b-query-idle.html
* igt@perf@mi-rpc:
- {shard-rkl}: [SKIP][86] ([i915#2434]) -> [PASS][87]
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@perf@mi-rpc.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@perf@mi-rpc.html
* igt@perf@polling-small-buf:
- {shard-rkl}: [FAIL][88] ([i915#1722]) -> [PASS][89]
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@perf@polling-small-buf.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-1/igt@perf@polling-small-buf.html
* igt@perf_pmu@busy-double-start@vcs0:
- {shard-dg1}: [FAIL][90] ([i915#4349]) -> [PASS][91] +1 similar issue
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-dg1-19/igt@perf_pmu@busy-double-start@vcs0.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-dg1-18/igt@perf_pmu@busy-double-start@vcs0.html
* igt@perf_pmu@idle@rcs0:
- {shard-rkl}: [FAIL][92] ([i915#4349]) -> [PASS][93]
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-rkl-3/igt@perf_pmu@idle@rcs0.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-rkl-5/igt@perf_pmu@idle@rcs0.html
* igt@sysfs_heartbeat_interval@precise@vcs0:
- {shard-dg1}: [FAIL][94] ([i915#1755]) -> [PASS][95] +3 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-dg1-13/igt@sysfs_heartbeat_interval@precise@vcs0.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@vcs0.html
#### Warnings ####
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
- shard-apl: [DMESG-FAIL][96] ([IGT#6]) -> [FAIL][97] ([i915#4573]) +1 similar issue
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12528/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
[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#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[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#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#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#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[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#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#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#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#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[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#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
[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#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[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#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536
[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#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#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[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#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[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#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#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991
[i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030
[i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122
[i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[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#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563
[i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[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#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
[i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412
[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#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537
[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#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#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#7651]: https://gitlab.freedesktop.org/drm/intel/issues/7651
[i915#7679]: https://gitlab.freedesktop.org/drm/intel/issues/7679
[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#7708]: https://gitlab.freedesktop.org/drm/intel/issues/7708
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7104 -> IGTPW_8281
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12528: 7e9f060b6f2ad746710306da06ba9c4a53876357 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8281: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8281/index.html
IGT_7104: fe5def13049225967770eaaf19ec01ef80e2adc5 @ 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_8281/index.html
[-- Attachment #2: Type: text/html, Size: 25614 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
2022-12-29 16:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-12-29 17:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2022-12-30 18:55 ` Das, Nirmoy
2023-01-02 10:49 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: cleanup framebuffers " Andrzej Hajda
2022-12-30 19:25 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb " Swati Sharma
` (4 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Das, Nirmoy @ 2022-12-30 18:55 UTC (permalink / raw)
To: Andrzej Hajda, igt-dev; +Cc: Matthew Auld, Nirmoy Das
Hi Andrzej,
While going through the file I found more such missing igt_remove_fb()
for example:
test_scaler_with_multi_pipe_plane(). Please include igt_remove_fb() for
remaining funs as well.
Nirmoy
On 12/29/2022 4:58 PM, Andrzej Hajda wrote:
> igt_create_color_fb should be accompanied with igt_remove_fb.
>
> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7331
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
> ---
> tests/kms_plane_scaling.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 4c621cce842..1a8f1581f3e 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -367,6 +367,8 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
> igt_plane_set_fb(plane, NULL);
> igt_plane_set_position(plane, 0, 0);
>
> + igt_remove_fb(d->drm_fd, &d->fb[0]);
> +
> igt_skip_on_f(commit_ret == -ERANGE || commit_ret == -EINVAL,
> "Unsupported scaling factor with fb size %dx%d\n",
> w, h);
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
` (2 preceding siblings ...)
2022-12-30 18:55 ` [igt-dev] [PATCH i-g-t] " Das, Nirmoy
@ 2022-12-30 19:25 ` Swati Sharma
2023-01-02 13:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2) Patchwork
` (3 subsequent siblings)
7 siblings, 0 replies; 17+ messages in thread
From: Swati Sharma @ 2022-12-30 19:25 UTC (permalink / raw)
To: Andrzej Hajda, igt-dev; +Cc: Matthew Auld, Nirmoy Das
Hi,
We have
cleanup_fbs(data) defined in the IGT.
Should we use this?
On 29-Dec-22 9:28 PM, Andrzej Hajda wrote:
> igt_create_color_fb should be accompanied with igt_remove_fb.
>
> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7331
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
> ---
> tests/kms_plane_scaling.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 4c621cce842..1a8f1581f3e 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -367,6 +367,8 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
> igt_plane_set_fb(plane, NULL);
> igt_plane_set_position(plane, 0, 0);
>
> + igt_remove_fb(d->drm_fd, &d->fb[0]);
> +
> igt_skip_on_f(commit_ret == -ERANGE || commit_ret == -EINVAL,
> "Unsupported scaling factor with fb size %dx%d\n",
> w, h);
--
~Swati Sharma
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: cleanup framebuffers after test
2022-12-30 18:55 ` [igt-dev] [PATCH i-g-t] " Das, Nirmoy
@ 2023-01-02 10:49 ` Andrzej Hajda
2023-01-02 10:51 ` Das, Nirmoy
0 siblings, 1 reply; 17+ messages in thread
From: Andrzej Hajda @ 2023-01-02 10:49 UTC (permalink / raw)
To: igt-dev; +Cc: Matthew Auld, Nirmoy Das
Framebuffers created by igt_create_*_fb should be removed with
igt_remove_fb after test finish. Since all this happens inside
data_t context there is cleanup_fbs helper for it.
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7331
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
tests/kms_plane_scaling.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 4c621cce842..887a55e63ff 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -366,6 +366,7 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
igt_plane_set_fb(plane, NULL);
igt_plane_set_position(plane, 0, 0);
+ cleanup_fbs(d);
igt_skip_on_f(commit_ret == -ERANGE || commit_ret == -EINVAL,
"Unsupported scaling factor with fb size %dx%d\n",
@@ -670,8 +671,7 @@ test_planes_scaling_combo(data_t *d, int w1, int h1, int w2, int h2,
test_type);
}
- igt_remove_fb(display->drm_fd, &d->fb[1]);
- igt_remove_fb(display->drm_fd, &d->fb[2]);
+ cleanup_fbs(d);
}
static void
@@ -735,9 +735,7 @@ test_invalid_num_scalers(data_t *d, enum pipe pipe, igt_output_t *output)
igt_plane_set_fb(plane[0], NULL);
igt_plane_set_fb(plane[1], NULL);
igt_plane_set_fb(plane[2], NULL);
- igt_remove_fb(display->drm_fd, &d->fb[0]);
- igt_remove_fb(display->drm_fd, &d->fb[1]);
- igt_remove_fb(display->drm_fd, &d->fb[2]);
+ cleanup_fbs(d);
}
static void test_scaler_with_multi_pipe_plane(data_t *d)
@@ -813,6 +811,7 @@ static void test_scaler_with_multi_pipe_plane(data_t *d)
igt_plane_set_fb(plane[1], NULL);
igt_plane_set_fb(plane[2], NULL);
igt_plane_set_fb(plane[3], NULL);
+ cleanup_fbs(d);
igt_skip_on_f(ret1 == -ERANGE || ret1 == -EINVAL ||
ret2 == -ERANGE || ret1 == -EINVAL,
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: cleanup framebuffers after test
2023-01-02 10:49 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: cleanup framebuffers " Andrzej Hajda
@ 2023-01-02 10:51 ` Das, Nirmoy
0 siblings, 0 replies; 17+ messages in thread
From: Das, Nirmoy @ 2023-01-02 10:51 UTC (permalink / raw)
To: Andrzej Hajda, igt-dev; +Cc: Matthew Auld
On 1/2/2023 11:49 AM, Andrzej Hajda wrote:
> Framebuffers created by igt_create_*_fb should be removed with
> igt_remove_fb after test finish. Since all this happens inside
> data_t context there is cleanup_fbs helper for it.
>
> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/7331
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> tests/kms_plane_scaling.c | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 4c621cce842..887a55e63ff 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -366,6 +366,7 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
>
> igt_plane_set_fb(plane, NULL);
> igt_plane_set_position(plane, 0, 0);
> + cleanup_fbs(d);
>
> igt_skip_on_f(commit_ret == -ERANGE || commit_ret == -EINVAL,
> "Unsupported scaling factor with fb size %dx%d\n",
> @@ -670,8 +671,7 @@ test_planes_scaling_combo(data_t *d, int w1, int h1, int w2, int h2,
> test_type);
> }
>
> - igt_remove_fb(display->drm_fd, &d->fb[1]);
> - igt_remove_fb(display->drm_fd, &d->fb[2]);
> + cleanup_fbs(d);
> }
>
> static void
> @@ -735,9 +735,7 @@ test_invalid_num_scalers(data_t *d, enum pipe pipe, igt_output_t *output)
> igt_plane_set_fb(plane[0], NULL);
> igt_plane_set_fb(plane[1], NULL);
> igt_plane_set_fb(plane[2], NULL);
> - igt_remove_fb(display->drm_fd, &d->fb[0]);
> - igt_remove_fb(display->drm_fd, &d->fb[1]);
> - igt_remove_fb(display->drm_fd, &d->fb[2]);
> + cleanup_fbs(d);
> }
>
> static void test_scaler_with_multi_pipe_plane(data_t *d)
> @@ -813,6 +811,7 @@ static void test_scaler_with_multi_pipe_plane(data_t *d)
> igt_plane_set_fb(plane[1], NULL);
> igt_plane_set_fb(plane[2], NULL);
> igt_plane_set_fb(plane[3], NULL);
> + cleanup_fbs(d);
>
> igt_skip_on_f(ret1 == -ERANGE || ret1 == -EINVAL ||
> ret2 == -ERANGE || ret1 == -EINVAL,
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
` (3 preceding siblings ...)
2022-12-30 19:25 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb " Swati Sharma
@ 2023-01-02 13:09 ` Patchwork
2023-01-02 19:05 ` Andrzej Hajda
2023-01-03 13:43 ` Kamil Konieczny
2023-01-03 17:16 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
7 siblings, 2 replies; 17+ messages in thread
From: Patchwork @ 2023-01-02 13:09 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3772 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test (rev2)
URL : https://patchwork.freedesktop.org/series/112291/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12536 -> IGTPW_8287
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_8287 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8287, 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_8287/index.html
Participating hosts (45 -> 43)
------------------------------
Missing (2): fi-snb-2520m fi-pnv-d510
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_8287:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@perf:
- fi-kbl-soraka: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@perf.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@perf.html
Known issues
------------
Here are the changes found in IGTPW_8287 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@i915_module_load@load:
- fi-kbl-soraka: [DMESG-WARN][3] ([i915#1982]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_module_load@load.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-kbl-soraka: [DMESG-FAIL][5] ([i915#5334]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
- {bat-adlp-9}: [FAIL][7] ([i915#4289]) -> [PASS][8] +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#4289]: https://gitlab.freedesktop.org/drm/intel/issues/4289
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
[-- Attachment #2: Type: text/html, Size: 4136 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-02 13:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2) Patchwork
@ 2023-01-02 19:05 ` Andrzej Hajda
2023-01-03 13:43 ` Kamil Konieczny
1 sibling, 0 replies; 17+ messages in thread
From: Andrzej Hajda @ 2023-01-02 19:05 UTC (permalink / raw)
To: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3541 bytes --]
On 02.01.2023 14:09, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/kms_plane_scaling: remove fb after test (rev2)
> *URL:* https://patchwork.freedesktop.org/series/112291/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
>
>
> CI Bug Log - changes from CI_DRM_12536 -> IGTPW_8287
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_8287 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8287, 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_8287/index.html
>
>
> Participating hosts (45 -> 43)
>
> Missing (2): fi-snb-2520m fi-pnv-d510
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_8287:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@i915_selftest@live@perf:
> o fi-kbl-soraka: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@perf.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@perf.html>
>
Not related to the patch.
Regards
Andrzej
> *
>
>
> Known issues
>
> Here are the changes found in IGTPW_8287 that come from known issues:
>
>
> IGT changes
>
>
> Possible fixes
>
> *
>
> igt@i915_module_load@load:
>
> o fi-kbl-soraka: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html>
> (i915#1982
> <https://gitlab.freedesktop.org/drm/intel/issues/1982>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_module_load@load.html>
> *
>
> igt@i915_selftest@live@gt_heartbeat:
>
> o fi-kbl-soraka: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html>
> (i915#5334
> <https://gitlab.freedesktop.org/drm/intel/issues/5334>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html>
> *
>
> igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
>
> o {bat-adlp-9}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html>
> (i915#4289
> <https://gitlab.freedesktop.org/drm/intel/issues/4289>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html>
> +1 similar issue
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7105 -> IGTPW_8287
>
> CI-20190529: 20190529
> CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
> IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
[-- Attachment #2: Type: text/html, Size: 6349 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-02 13:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2) Patchwork
2023-01-02 19:05 ` Andrzej Hajda
@ 2023-01-03 13:43 ` Kamil Konieczny
2023-01-03 17:26 ` Yedireswarapu, SaiX Nandan
1 sibling, 1 reply; 17+ messages in thread
From: Kamil Konieczny @ 2023-01-03 13:43 UTC (permalink / raw)
To: igt-dev; +Cc: Sai Nandan Yedireswarapu
Hi Sai,
On 2023-01-02 at 13:09:06 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tests/kms_plane_scaling: remove fb after test (rev2)
> URL : https://patchwork.freedesktop.org/series/112291/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_12536 -> IGTPW_8287
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_8287 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8287, 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_8287/index.html
>
> Participating hosts (45 -> 43)
> ------------------------------
>
> Missing (2): fi-snb-2520m fi-pnv-d510
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_8287:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@perf:
> - fi-kbl-soraka: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@perf.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@perf.html
This is unrelated to change.
Regards,
Kamil
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_8287 that come from known issues:
>
> ### IGT changes ###
>
> #### Possible fixes ####
>
> * igt@i915_module_load@load:
> - fi-kbl-soraka: [DMESG-WARN][3] ([i915#1982]) -> [PASS][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_module_load@load.html
>
> * igt@i915_selftest@live@gt_heartbeat:
> - fi-kbl-soraka: [DMESG-FAIL][5] ([i915#5334]) -> [PASS][6]
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
>
> * igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
> - {bat-adlp-9}: [FAIL][7] ([i915#4289]) -> [PASS][8] +1 similar issue
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
> [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
> [i915#4289]: https://gitlab.freedesktop.org/drm/intel/issues/4289
> [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
> [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
> [i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
> [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
> [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7105 -> IGTPW_8287
>
> CI-20190529: 20190529
> CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
> IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: remove fb after test (rev2)
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
` (4 preceding siblings ...)
2023-01-02 13:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2) Patchwork
@ 2023-01-03 17:16 ` Patchwork
2023-01-04 3:45 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-01-04 11:55 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
7 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2023-01-03 17:16 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3414 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test (rev2)
URL : https://patchwork.freedesktop.org/series/112291/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12536 -> IGTPW_8287
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
Participating hosts (45 -> 43)
------------------------------
Missing (2): fi-snb-2520m fi-pnv-d510
Known issues
------------
Here are the changes found in IGTPW_8287 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@perf:
- fi-kbl-soraka: [PASS][1] -> [INCOMPLETE][2] ([i915#1886])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@perf.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@perf.html
#### Possible fixes ####
* igt@i915_module_load@load:
- fi-kbl-soraka: [DMESG-WARN][3] ([i915#1982]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_module_load@load.html
* igt@i915_selftest@live@gt_heartbeat:
- fi-kbl-soraka: [DMESG-FAIL][5] ([i915#5334]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
- {bat-adlp-9}: [FAIL][7] ([i915#4289]) -> [PASS][8] +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#4289]: https://gitlab.freedesktop.org/drm/intel/issues/4289
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
[-- Attachment #2: Type: text/html, Size: 3763 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-03 13:43 ` Kamil Konieczny
@ 2023-01-03 17:26 ` Yedireswarapu, SaiX Nandan
0 siblings, 0 replies; 17+ messages in thread
From: Yedireswarapu, SaiX Nandan @ 2023-01-03 17:26 UTC (permalink / raw)
To: Kamil Konieczny, igt-dev@lists.freedesktop.org
Cc: Veesam, RavitejaX, Vudum, Lakshminarayana
Hi,
Issue re-reported, https://patchwork.freedesktop.org/series/112291/
Thanks,
Y Sai Nandan
-----Original Message-----
From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Sent: Tuesday, January 3, 2023 7:14 PM
To: igt-dev@lists.freedesktop.org
Cc: Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>; Hajda, Andrzej <andrzej.hajda@intel.com>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
Hi Sai,
On 2023-01-02 at 13:09:06 -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tests/kms_plane_scaling: remove fb after test (rev2)
> URL : https://patchwork.freedesktop.org/series/112291/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_12536 -> IGTPW_8287
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_8287 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8287, 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_8287/index.html
>
> Participating hosts (45 -> 43)
> ------------------------------
>
> Missing (2): fi-snb-2520m fi-pnv-d510
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_8287:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@perf:
> - fi-kbl-soraka: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@perf.html
> [2]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@
> i915_selftest@live@perf.html
This is unrelated to change.
Regards,
Kamil
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_8287 that come from known issues:
>
> ### IGT changes ###
>
> #### Possible fixes ####
>
> * igt@i915_module_load@load:
> - fi-kbl-soraka: [DMESG-WARN][3] ([i915#1982]) -> [PASS][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_module_load@load.html
> [4]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@
> i915_module_load@load.html
>
> * igt@i915_selftest@live@gt_heartbeat:
> - fi-kbl-soraka: [DMESG-FAIL][5] ([i915#5334]) -> [PASS][6]
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/fi-kbl-soraka/igt@i915_selftest@live@gt_heartbeat.html
> [6]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/fi-kbl-soraka/igt@
> i915_selftest@live@gt_heartbeat.html
>
> * igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size:
> - {bat-adlp-9}: [FAIL][7] ([i915#4289]) -> [PASS][8] +1 similar issue
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/bat-adlp-9/igt@kms_cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-size.html
> [8]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/bat-adlp-9/igt@kms
> _cursor_legacy@basic-flip-before-cursor@atomic-transitions-varying-siz
> e.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
> [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
> [i915#4289]: https://gitlab.freedesktop.org/drm/intel/issues/4289
> [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
> [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
> [i915#6257]: https://gitlab.freedesktop.org/drm/intel/issues/6257
> [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
> [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7105 -> IGTPW_8287
>
> CI-20190529: 20190529
> CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
> IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Logs ==
>
> For more details see:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
` (5 preceding siblings ...)
2023-01-03 17:16 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-01-04 3:45 ` Patchwork
2023-01-04 7:38 ` Andrzej Hajda
2023-01-04 11:55 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
7 siblings, 1 reply; 17+ messages in thread
From: Patchwork @ 2023-01-04 3:45 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 36526 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test (rev2)
URL : https://patchwork.freedesktop.org/series/112291/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_12536_full -> IGTPW_8287_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_8287_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8287_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_8287/index.html
Participating hosts (13 -> 10)
------------------------------
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_8287_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-apl: [PASS][1] -> ([INCOMPLETE][2], [PASS][3])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_balancer@invalid-bonds:
- {shard-dg1}: [SKIP][4] ([i915#4036]) -> [SKIP][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- {shard-dg1}: [SKIP][6] ([i915#6334]) -> [SKIP][7] +1 similar issue
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-13/igt@gem_exec_capture@capture-invisible@lmem0.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_capture@capture-invisible@smem0:
- {shard-rkl}: [SKIP][8] ([i915#6334]) -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_whisper@basic-fds-priority:
- {shard-rkl}: [PASS][10] -> [INCOMPLETE][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_whisper@basic-fds-priority.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@gem_exec_whisper@basic-fds-priority.html
* igt@i915_pm_rpm@pm-tiling:
- {shard-tglu}: [SKIP][12] ([i915#3547]) -> [SKIP][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html
* igt@i915_query@query-topology-unsupported:
- {shard-rkl}: [SKIP][14] ([fdo#109302]) -> [SKIP][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@i915_query@query-topology-unsupported.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-2/igt@i915_query@query-topology-unsupported.html
- {shard-dg1}: [SKIP][16] ([fdo#109302]) -> [SKIP][17]
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@i915_query@query-topology-unsupported.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_query@query-topology-unsupported.html
- {shard-tglu}: NOTRUN -> [SKIP][18] +1 similar issue
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@i915_query@query-topology-unsupported.html
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
- {shard-tglu-9}: NOTRUN -> [SKIP][19] +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-9/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html
* igt@kms_plane@plane-position-covered@pipe-a-planes:
- {shard-rkl}: [PASS][20] -> [SKIP][21] +1 similar issue
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_plane@plane-position-covered@pipe-a-planes.html
* igt@kms_plane@plane-position-hole@pipe-b-planes:
- {shard-rkl}: [SKIP][22] ([i915#3558]) -> [SKIP][23] +3 similar issues
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_plane@plane-position-hole@pipe-b-planes.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@kms_plane@plane-position-hole@pipe-b-planes.html
* igt@kms_properties@crtc-properties-legacy:
- {shard-rkl}: [SKIP][24] ([i915#1849] / [i915#4098]) -> [SKIP][25]
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_properties@crtc-properties-legacy.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_properties@crtc-properties-legacy.html
* igt@kms_properties@plane-properties-atomic:
- {shard-rkl}: [SKIP][26] ([i915#1849]) -> [SKIP][27] +1 similar issue
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@kms_properties@plane-properties-atomic.html
Known issues
------------
Here are the changes found in IGTPW_8287_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][28] -> ([PASS][29], [FAIL][30]) ([i915#2842])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][31] -> [FAIL][32] ([i915#2842]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-apl: NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#4613])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-apl: [PASS][34] -> ([INCOMPLETE][35], [PASS][36]) ([i915#7708]) +1 similar issue
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> ([WARN][37], [WARN][38]) ([i915#2658])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_pwrite@basic-exhaustion.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@gem_pwrite@basic-exhaustion.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-apl: NOTRUN -> ([FAIL][39], [FAIL][40]) ([i915#7036])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-apl: NOTRUN -> [SKIP][41] ([fdo#109271]) +19 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3886]) +1 similar issue
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_chamelium@common-hpd-after-suspend:
- shard-snb: NOTRUN -> [SKIP][43] ([fdo#109271] / [fdo#111827])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@dp-frame-dump:
- shard-snb: NOTRUN -> ([SKIP][44], [SKIP][45]) ([fdo#109271] / [fdo#111827]) +2 similar issues
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb5/igt@kms_chamelium@dp-frame-dump.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_chamelium@dp-frame-dump.html
* igt@kms_chamelium@vga-frame-dump:
- shard-apl: NOTRUN -> ([SKIP][46], [SKIP][47]) ([fdo#109271] / [fdo#111827]) +1 similar issue
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_chamelium@vga-frame-dump.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_chamelium@vga-frame-dump.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions:
- shard-apl: [PASS][48] -> [FAIL][49] ([i915#2346])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
- shard-glk: [PASS][50] -> [FAIL][51] ([i915#2346])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-apl: NOTRUN -> ([SKIP][52], [SKIP][53]) ([fdo#109271]) +20 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-snb: NOTRUN -> [SKIP][54] ([fdo#109271]) +12 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-snb: NOTRUN -> ([SKIP][55], [SKIP][56]) ([fdo#109271]) +36 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-apl: NOTRUN -> ([SKIP][57], [SKIP][58]) ([fdo#109271] / [i915#2437])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_writeback@writeback-invalid-parameters.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_writeback@writeback-invalid-parameters.html
#### Possible fixes ####
* igt@drm_fdinfo@virtual-idle:
- {shard-rkl}: [FAIL][59] ([i915#7742]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html
* igt@feature_discovery@psr2:
- {shard-rkl}: [SKIP][61] ([i915#658]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@feature_discovery@psr2.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@feature_discovery@psr2.html
* igt@gem_ctx_persistence@legacy-engines-hang@blt:
- {shard-rkl}: [SKIP][63] ([i915#6252]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_ctx_persistence@legacy-engines-hang@blt.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][65] ([i915#5784]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@gem_eio@unwedge-stress.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: [FAIL][67] ([i915#2846]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@gem_exec_fair@basic-deadline.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- {shard-rkl}: [FAIL][69] ([i915#2842]) -> [PASS][70] +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-apl: [FAIL][71] ([i915#2842]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- {shard-rkl}: [SKIP][73] ([fdo#109313]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- {shard-rkl}: [SKIP][75] ([i915#3281]) -> [PASS][76] +10 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- {shard-rkl}: [SKIP][77] ([i915#7276]) -> [PASS][78]
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_mmap_gtt@fault-concurrent-y:
- shard-snb: [CRASH][79] ([i915#5161]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-snb5/igt@gem_mmap_gtt@fault-concurrent-y.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-y.html
* igt@gem_mmap_wc@set-cache-level:
- {shard-rkl}: [SKIP][81] ([i915#1850]) -> [PASS][82]
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_mmap_wc@set-cache-level.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-apl: [INCOMPLETE][83] ([i915#7708]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- {shard-rkl}: [SKIP][85] ([i915#3282]) -> [PASS][86] +4 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gen9_exec_parse@bb-chained:
- {shard-rkl}: [SKIP][87] ([i915#2527]) -> [PASS][88] +2 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html
* igt@i915_pm_rpm@cursor:
- {shard-tglu}: [SKIP][89] ([i915#1849]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@cursor.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-3/igt@i915_pm_rpm@cursor.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- {shard-dg1}: [SKIP][91] ([i915#1397]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@fences:
- {shard-rkl}: [SKIP][93] ([i915#1849]) -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@fences.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@fences.html
* igt@i915_pm_rpm@pm-tiling:
- {shard-rkl}: [SKIP][95] ([fdo#109308]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html
* igt@i915_pm_rpm@system-suspend-devices:
- {shard-rkl}: [FAIL][97] -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@system-suspend-devices.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html
* igt@i915_pm_sseu@full-enable:
- {shard-rkl}: [SKIP][99] ([i915#4387]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@i915_pm_sseu@full-enable.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@i915_pm_sseu@full-enable.html
* igt@i915_selftest@live@evict:
- {shard-tglu}: [DMESG-WARN][101] ([i915#2867]) -> [PASS][102] +6 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-1/igt@i915_selftest@live@evict.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-7/igt@i915_selftest@live@evict.html
* igt@kms_atomic@atomic_plane_damage:
- {shard-rkl}: [SKIP][103] ([i915#4098]) -> [PASS][104]
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- {shard-rkl}: [SKIP][105] ([i915#1845] / [i915#4098]) -> [PASS][106] +26 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-glk: [FAIL][107] ([i915#72]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_flip@plain-flip-ts-check@b-hdmi-a2:
- shard-glk: [FAIL][109] ([i915#2122]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk8/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- {shard-rkl}: [SKIP][111] ([i915#1849] / [i915#4098]) -> [PASS][112] +12 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
- {shard-rkl}: [SKIP][113] ([i915#3558]) -> [PASS][114] +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html
* igt@kms_psr@no_drrs:
- {shard-rkl}: [SKIP][115] ([i915#1072]) -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_psr@no_drrs.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_psr@no_drrs.html
* igt@kms_vblank@pipe-a-query-forked:
- {shard-tglu}: [SKIP][117] ([i915#7651]) -> [PASS][118] +6 similar issues
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-query-forked.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html
* igt@kms_vblank@pipe-a-wait-forked-busy-hang:
- {shard-tglu}: [SKIP][119] ([i915#1845] / [i915#7651]) -> [PASS][120] +1 similar issue
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-8/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html
* igt@perf@polling-small-buf:
- {shard-rkl}: [FAIL][121] ([i915#1722]) -> [PASS][122]
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@perf@polling-small-buf.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@perf@polling-small-buf.html
* igt@perf_pmu@idle@rcs0:
- {shard-dg1}: [FAIL][123] ([i915#4349]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@perf_pmu@idle@rcs0.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@perf_pmu@idle@rcs0.html
- {shard-rkl}: [FAIL][125] ([i915#4349]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@perf_pmu@idle@rcs0.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@perf_pmu@idle@rcs0.html
* igt@prime_vgem@basic-write:
- {shard-rkl}: [SKIP][127] ([fdo#109295] / [i915#3291] / [i915#3708]) -> [PASS][128]
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@prime_vgem@basic-write.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@prime_vgem@basic-write.html
* igt@sysfs_heartbeat_interval@precise@rcs0:
- {shard-dg1}: [FAIL][129] ([i915#1755]) -> [PASS][130] +4 similar issues
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-18/igt@sysfs_heartbeat_interval@precise@rcs0.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@rcs0.html
#### Warnings ####
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
- shard-apl: [DMESG-FAIL][131] ([IGT#6]) -> ([FAIL][132], [FAIL][133]) ([i915#4573]) +1 similar issue
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
[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#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312
[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#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#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#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#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[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#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#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[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#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[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#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[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#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#3825]: https://gitlab.freedesktop.org/drm/intel/issues/3825
[i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826
[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#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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426
[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#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#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[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#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117
[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#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412
[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#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036
[i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
[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#72]: https://gitlab.freedesktop.org/drm/intel/issues/72
[i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276
[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#7681]: https://gitlab.freedesktop.org/drm/intel/issues/7681
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[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
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ 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_8287/index.html
[-- Attachment #2: Type: text/html, Size: 33720 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-04 3:45 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-01-04 7:38 ` Andrzej Hajda
2023-01-04 11:31 ` Veesam, RavitejaX
0 siblings, 1 reply; 17+ messages in thread
From: Andrzej Hajda @ 2023-01-04 7:38 UTC (permalink / raw)
To: igt-dev; +Cc: Vudum, Lakshminarayana, Veesam, RavitejaX
[-- Attachment #1: Type: text/plain, Size: 32683 bytes --]
On 04.01.2023 04:45, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/kms_plane_scaling: remove fb after test (rev2)
> *URL:* https://patchwork.freedesktop.org/series/112291/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
>
>
> CI Bug Log - changes from CI_DRM_12536_full -> IGTPW_8287_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_8287_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8287_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_8287/index.html
>
>
> Participating hosts (13 -> 10)
>
> 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_8287_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@gem_partial_pwrite_pread@writes-after-reads:
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html>
> -> (INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads.html>,
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads.html>)
>
Not related.
Regards
Andrzej
> *
>
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> *
>
> igt@gem_exec_balancer@invalid-bonds:
>
> o {shard-dg1}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html>
> (i915#4036
> <https://gitlab.freedesktop.org/drm/intel/issues/4036>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html>
> *
>
> igt@gem_exec_capture@capture-invisible@lmem0:
>
> o {shard-dg1}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-13/igt@gem_exec_capture@capture-invisible@lmem0.html>
> (i915#6334
> <https://gitlab.freedesktop.org/drm/intel/issues/6334>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html>
> +1 similar issue
> *
>
> igt@gem_exec_capture@capture-invisible@smem0:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html>
> (i915#6334
> <https://gitlab.freedesktop.org/drm/intel/issues/6334>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@gem_exec_capture@capture-invisible@smem0.html>
> *
>
> igt@gem_exec_whisper@basic-fds-priority:
>
> o {shard-rkl}: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_whisper@basic-fds-priority.html>
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@gem_exec_whisper@basic-fds-priority.html>
> *
>
> igt@i915_pm_rpm@pm-tiling:
>
> o {shard-tglu}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html>
> (i915#3547
> <https://gitlab.freedesktop.org/drm/intel/issues/3547>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html>
> *
>
> igt@i915_query@query-topology-unsupported:
>
> o
>
> {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@i915_query@query-topology-unsupported.html>
> (fdo#109302
> <https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-2/igt@i915_query@query-topology-unsupported.html>
>
> o
>
> {shard-dg1}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@i915_query@query-topology-unsupported.html>
> (fdo#109302
> <https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_query@query-topology-unsupported.html>
>
> o
>
> {shard-tglu}: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@i915_query@query-topology-unsupported.html>
> +1 similar issue
>
> *
>
> igt@kms_plane@plane-panning-top-left@pipe-a-planes:
>
> o {shard-tglu-9}: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-9/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html>
> +1 similar issue
> *
>
> igt@kms_plane@plane-position-covered@pipe-a-planes:
>
> o {shard-rkl}: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
> +1 similar issue
> *
>
> igt@kms_plane@plane-position-hole@pipe-b-planes:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_plane@plane-position-hole@pipe-b-planes.html>
> (i915#3558
> <https://gitlab.freedesktop.org/drm/intel/issues/3558>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@kms_plane@plane-position-hole@pipe-b-planes.html>
> +3 similar issues
> *
>
> igt@kms_properties@crtc-properties-legacy:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_properties@crtc-properties-legacy.html>
> (i915#1849
> <https://gitlab.freedesktop.org/drm/intel/issues/1849> /
> i915#4098
> <https://gitlab.freedesktop.org/drm/intel/issues/4098>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_properties@crtc-properties-legacy.html>
> *
>
> igt@kms_properties@plane-properties-atomic:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html>
> (i915#1849
> <https://gitlab.freedesktop.org/drm/intel/issues/1849>) ->
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@kms_properties@plane-properties-atomic.html>
> +1 similar issue
>
>
> Known issues
>
> Here are the changes found in IGTPW_8287_full that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@gem_exec_fair@basic-none-solo@rcs0:
>
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html>
> -> (PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html>,
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html>)
> (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
> *
>
> igt@gem_exec_fair@basic-pace-share@rcs0:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> (i915#2842
> <https://gitlab.freedesktop.org/drm/intel/issues/2842>) +2
> similar issues
> *
>
> igt@gem_lmem_swapping@heavy-verify-multi-ccs:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
>
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>
> -> (INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>,
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>)
> (i915#7708
> <https://gitlab.freedesktop.org/drm/intel/issues/7708>) +1
> similar issue
> *
>
> igt@gem_pwrite@basic-exhaustion:
>
> o shard-snb: NOTRUN -> (WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_pwrite@basic-exhaustion.html>,
> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@gem_pwrite@basic-exhaustion.html>)
> (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
> *
>
> igt@i915_pipe_stress@stress-xrgb8888-ytiled:
>
> o shard-apl: NOTRUN -> (FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>,
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>)
> (i915#7036 <https://gitlab.freedesktop.org/drm/intel/issues/7036>)
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +19
> similar issues
> *
>
> igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#3886
> <https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1
> similar issue
> *
>
> igt@kms_chamelium@common-hpd-after-suspend:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_chamelium@common-hpd-after-suspend.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
> *
>
> igt@kms_chamelium@dp-frame-dump:
>
> o shard-snb: NOTRUN -> (SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb5/igt@kms_chamelium@dp-frame-dump.html>,
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_chamelium@dp-frame-dump.html>)
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> fdo#111827
> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +2
> similar issues
> *
>
> igt@kms_chamelium@vga-frame-dump:
>
> o shard-apl: NOTRUN -> (SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_chamelium@vga-frame-dump.html>,
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_chamelium@vga-frame-dump.html>)
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> fdo#111827
> <https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1
> similar issue
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions:
>
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html>
> (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>)
> *
>
> igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
> (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>)
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
>
> o shard-apl: NOTRUN -> (SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>,
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>)
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +20
> similar issues
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html>
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +12
> similar issues
> *
>
> igt@kms_rotation_crc@bad-pixel-format:
>
> o shard-snb: NOTRUN -> (SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html>,
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html>)
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +36
> similar issues
> *
>
> igt@kms_writeback@writeback-invalid-parameters:
>
> o shard-apl: NOTRUN -> (SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_writeback@writeback-invalid-parameters.html>,
> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_writeback@writeback-invalid-parameters.html>)
> (fdo#109271
> <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
>
>
> Possible fixes
>
> *
>
> igt@drm_fdinfo@virtual-idle:
>
> o {shard-rkl}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html>
> (i915#7742
> <https://gitlab.freedesktop.org/drm/intel/issues/7742>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html>
> *
>
> igt@feature_discovery@psr2:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@feature_discovery@psr2.html>
> (i915#658
> <https://gitlab.freedesktop.org/drm/intel/issues/658>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@feature_discovery@psr2.html>
> *
>
> igt@gem_ctx_persistence@legacy-engines-hang@blt:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html>
> (i915#6252
> <https://gitlab.freedesktop.org/drm/intel/issues/6252>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_ctx_persistence@legacy-engines-hang@blt.html>
> *
>
> igt@gem_eio@unwedge-stress:
>
> o {shard-dg1}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@gem_eio@unwedge-stress.html>
> (i915#5784
> <https://gitlab.freedesktop.org/drm/intel/issues/5784>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_eio@unwedge-stress.html>
> *
>
> igt@gem_exec_fair@basic-deadline:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@gem_exec_fair@basic-deadline.html>
> (i915#2846
> <https://gitlab.freedesktop.org/drm/intel/issues/2846>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk2/igt@gem_exec_fair@basic-deadline.html>
> *
>
> igt@gem_exec_fair@basic-pace-share@rcs0:
>
> o {shard-rkl}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> (i915#2842
> <https://gitlab.freedesktop.org/drm/intel/issues/2842>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html>
> +1 similar issue
> *
>
> igt@gem_exec_fair@basic-pace-solo@rcs0:
>
> o shard-apl: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> (i915#2842
> <https://gitlab.freedesktop.org/drm/intel/issues/2842>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> *
>
> igt@gem_exec_flush@basic-batch-kernel-default-cmd:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> (fdo#109313
> <https://bugs.freedesktop.org/show_bug.cgi?id=109313>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> *
>
> igt@gem_exec_reloc@basic-write-read-noreloc:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html>
> (i915#3281
> <https://gitlab.freedesktop.org/drm/intel/issues/3281>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html>
> +10 similar issues
> *
>
> igt@gem_exec_schedule@semaphore-power:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html>
> (i915#7276
> <https://gitlab.freedesktop.org/drm/intel/issues/7276>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html>
> *
>
> igt@gem_mmap_gtt@fault-concurrent-y:
>
> o shard-snb: CRASH
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-snb5/igt@gem_mmap_gtt@fault-concurrent-y.html>
> (i915#5161
> <https://gitlab.freedesktop.org/drm/intel/issues/5161>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-y.html>
> *
>
> igt@gem_mmap_wc@set-cache-level:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_mmap_wc@set-cache-level.html>
> (i915#1850
> <https://gitlab.freedesktop.org/drm/intel/issues/1850>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads-display:
>
> o shard-apl: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html>
> (i915#7708
> <https://gitlab.freedesktop.org/drm/intel/issues/7708>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html>
> *
>
> igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>
> (i915#3282
> <https://gitlab.freedesktop.org/drm/intel/issues/3282>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>
> +4 similar issues
> *
>
> igt@gen9_exec_parse@bb-chained:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html>
> (i915#2527
> <https://gitlab.freedesktop.org/drm/intel/issues/2527>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html>
> +2 similar issues
> *
>
> igt@i915_pm_rpm@cursor:
>
> o {shard-tglu}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@cursor.html>
> (i915#1849
> <https://gitlab.freedesktop.org/drm/intel/issues/1849>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-3/igt@i915_pm_rpm@cursor.html>
> *
>
> igt@i915_pm_rpm@dpms-mode-unset-lpsp:
>
> o {shard-dg1}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html>
> (i915#1397
> <https://gitlab.freedesktop.org/drm/intel/issues/1397>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html>
> *
>
> igt@i915_pm_rpm@fences:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@fences.html>
> (i915#1849
> <https://gitlab.freedesktop.org/drm/intel/issues/1849>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@fences.html>
> *
>
> igt@i915_pm_rpm@pm-tiling:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html>
> (fdo#109308
> <https://bugs.freedesktop.org/show_bug.cgi?id=109308>) -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html>
> *
>
> igt@i915_pm_rpm@system-suspend-devices:
>
> o {shard-rkl}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@system-suspend-devices.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html>
> *
>
> igt@i915_pm_sseu@full-enable:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@i915_pm_sseu@full-enable.html>
> (i915#4387
> <https://gitlab.freedesktop.org/drm/intel/issues/4387>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@i915_pm_sseu@full-enable.html>
> *
>
> igt@i915_selftest@live@evict:
>
> o {shard-tglu}: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-1/igt@i915_selftest@live@evict.html>
> (i915#2867
> <https://gitlab.freedesktop.org/drm/intel/issues/2867>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-7/igt@i915_selftest@live@evict.html>
> +6 similar issues
> *
>
> igt@kms_atomic@atomic_plane_damage:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html>
> (i915#4098
> <https://gitlab.freedesktop.org/drm/intel/issues/4098>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html>
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> (i915#1845
> <https://gitlab.freedesktop.org/drm/intel/issues/1845> /
> i915#4098
> <https://gitlab.freedesktop.org/drm/intel/issues/4098>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> +26 similar issues
> *
>
> igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
> (i915#72 <https://gitlab.freedesktop.org/drm/intel/issues/72>)
> -> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
> *
>
> igt@kms_flip@plain-flip-ts-check@b-hdmi-a2:
>
> o shard-glk: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html>
> (i915#2122
> <https://gitlab.freedesktop.org/drm/intel/issues/2122>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk8/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html>
> *
>
> igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html>
> (i915#1849
> <https://gitlab.freedesktop.org/drm/intel/issues/1849> /
> i915#4098
> <https://gitlab.freedesktop.org/drm/intel/issues/4098>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html>
> +12 similar issues
> *
>
> igt@kms_plane@plane-panning-top-left@pipe-a-planes:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html>
> (i915#3558
> <https://gitlab.freedesktop.org/drm/intel/issues/3558>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html>
> +1 similar issue
> *
>
> igt@kms_psr@no_drrs:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_psr@no_drrs.html>
> (i915#1072
> <https://gitlab.freedesktop.org/drm/intel/issues/1072>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_psr@no_drrs.html>
> *
>
> igt@kms_vblank@pipe-a-query-forked:
>
> o {shard-tglu}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-query-forked.html>
> (i915#7651
> <https://gitlab.freedesktop.org/drm/intel/issues/7651>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html>
> +6 similar issues
> *
>
> igt@kms_vblank@pipe-a-wait-forked-busy-hang:
>
> o {shard-tglu}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html>
> (i915#1845
> <https://gitlab.freedesktop.org/drm/intel/issues/1845> /
> i915#7651
> <https://gitlab.freedesktop.org/drm/intel/issues/7651>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-8/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html>
> +1 similar issue
> *
>
> igt@perf@polling-small-buf:
>
> o {shard-rkl}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@perf@polling-small-buf.html>
> (i915#1722
> <https://gitlab.freedesktop.org/drm/intel/issues/1722>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@perf@polling-small-buf.html>
> *
>
> igt@perf_pmu@idle@rcs0:
>
> o
>
> {shard-dg1}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@perf_pmu@idle@rcs0.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/intel/issues/4349>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@perf_pmu@idle@rcs0.html>
>
> o
>
> {shard-rkl}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@perf_pmu@idle@rcs0.html>
> (i915#4349
> <https://gitlab.freedesktop.org/drm/intel/issues/4349>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@perf_pmu@idle@rcs0.html>
>
> *
>
> igt@prime_vgem@basic-write:
>
> o {shard-rkl}: SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@prime_vgem@basic-write.html>
> (fdo#109295
> <https://bugs.freedesktop.org/show_bug.cgi?id=109295> /
> i915#3291
> <https://gitlab.freedesktop.org/drm/intel/issues/3291> /
> i915#3708
> <https://gitlab.freedesktop.org/drm/intel/issues/3708>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@prime_vgem@basic-write.html>
> *
>
> igt@sysfs_heartbeat_interval@precise@rcs0:
>
> o {shard-dg1}: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-18/igt@sysfs_heartbeat_interval@precise@rcs0.html>
> (i915#1755
> <https://gitlab.freedesktop.org/drm/intel/issues/1755>) ->
> PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@rcs0.html>
> +4 similar issues
>
>
> Warnings
>
> * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
> o shard-apl: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>
> (IGT#6
> <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>)
> -> (FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>,
> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>)
> (i915#4573
> <https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1
> similar issue
>
> {name}: This element is suppressed. This means it is ignored when
> computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7105 -> IGTPW_8287
> * Piglit: piglit_4509 -> None
>
> CI-20190529: 20190529
> CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
> IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @
> git://anongit.freedesktop.org/piglit
>
[-- Attachment #2: Type: text/html, Size: 48154 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-04 7:38 ` Andrzej Hajda
@ 2023-01-04 11:31 ` Veesam, RavitejaX
2023-01-04 12:07 ` Yedireswarapu, SaiX Nandan
0 siblings, 1 reply; 17+ messages in thread
From: Veesam, RavitejaX @ 2023-01-04 11:31 UTC (permalink / raw)
To: Yedireswarapu, SaiX Nandan
Cc: igt-dev@lists.freedesktop.org, Vudum, Lakshminarayana
[-- Attachment #1: Type: text/plain, Size: 28719 bytes --]
++
Thanks & regards,
Ravi
From: Hajda, Andrzej <andrzej.hajda@intel.com>
Sent: Wednesday, January 4, 2023 1:08 PM
To: igt-dev@lists.freedesktop.org
Cc: Veesam, RavitejaX <ravitejax.veesam@intel.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
On 04.01.2023 04:45, Patchwork wrote:
Patch Details
Series:
tests/kms_plane_scaling: remove fb after test (rev2)
URL:
https://patchwork.freedesktop.org/series/112291/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
CI Bug Log - changes from CI_DRM_12536_full -> IGTPW_8287_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_8287_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8287_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_8287/index.html
Participating hosts (13 -> 10)
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_8287_full:
IGT changes
Possible regressions
* igt@gem_partial_pwrite_pread@writes-after-reads:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html> -> (INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads.html>)
Not related.
Regards
Andrzej
*
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_balancer@invalid-bonds:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/intel/issues/4036>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html>
* igt@gem_exec_capture@capture-invisible@lmem0:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-13/igt@gem_exec_capture@capture-invisible@lmem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html> +1 similar issue
* igt@gem_exec_capture@capture-invisible@smem0:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@gem_exec_capture@capture-invisible@smem0.html>
* igt@gem_exec_whisper@basic-fds-priority:
* {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_whisper@basic-fds-priority.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@gem_exec_whisper@basic-fds-priority.html>
* igt@i915_pm_rpm@pm-tiling:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html> (i915#3547<https://gitlab.freedesktop.org/drm/intel/issues/3547>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html>
* igt@i915_query@query-topology-unsupported:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@i915_query@query-topology-unsupported.html> (fdo#109302<https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-2/igt@i915_query@query-topology-unsupported.html>
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@i915_query@query-topology-unsupported.html> (fdo#109302<https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_query@query-topology-unsupported.html>
* {shard-tglu}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@i915_query@query-topology-unsupported.html> +1 similar issue
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
* {shard-tglu-9}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-9/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> +1 similar issue
* igt@kms_plane@plane-position-covered@pipe-a-planes:
* {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_plane@plane-position-covered@pipe-a-planes.html> +1 similar issue
* igt@kms_plane@plane-position-hole@pipe-b-planes:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_plane@plane-position-hole@pipe-b-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@kms_plane@plane-position-hole@pipe-b-planes.html> +3 similar issues
* igt@kms_properties@crtc-properties-legacy:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_properties@crtc-properties-legacy.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_properties@crtc-properties-legacy.html>
* igt@kms_properties@plane-properties-atomic:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@kms_properties@plane-properties-atomic.html> +1 similar issue
Known issues
Here are the changes found in IGTPW_8287_full that come from known issues:
IGT changes
Issues hit
* igt@gem_exec_fair@basic-none-solo@rcs0:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html> -> (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html>) (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
* igt@gem_exec_fair@basic-pace-share@rcs0:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +2 similar issues
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>)
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> -> (INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>) (i915#7708<https://gitlab.freedesktop.org/drm/intel/issues/7708>) +1 similar issue
* igt@gem_pwrite@basic-exhaustion:
* shard-snb: NOTRUN -> (WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_pwrite@basic-exhaustion.html>, WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@gem_pwrite@basic-exhaustion.html>) (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>)
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
* shard-apl: NOTRUN -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>) (i915#7036<https://gitlab.freedesktop.org/drm/intel/issues/7036>)
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +19 similar issues
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1 similar issue
* igt@kms_chamelium@common-hpd-after-suspend:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_chamelium@common-hpd-after-suspend.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
* igt@kms_chamelium@dp-frame-dump:
* shard-snb: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb5/igt@kms_chamelium@dp-frame-dump.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_chamelium@dp-frame-dump.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +2 similar issues
* igt@kms_chamelium@vga-frame-dump:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_chamelium@vga-frame-dump.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_chamelium@vga-frame-dump.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 similar issue
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +20 similar issues
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +12 similar issues
* igt@kms_rotation_crc@bad-pixel-format:
* shard-snb: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +36 similar issues
* igt@kms_writeback@writeback-invalid-parameters:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_writeback@writeback-invalid-parameters.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_writeback@writeback-invalid-parameters.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
Possible fixes
* igt@drm_fdinfo@virtual-idle:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html> (i915#7742<https://gitlab.freedesktop.org/drm/intel/issues/7742>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html>
* igt@feature_discovery@psr2:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@feature_discovery@psr2.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@feature_discovery@psr2.html>
* igt@gem_ctx_persistence@legacy-engines-hang@blt:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html> (i915#6252<https://gitlab.freedesktop.org/drm/intel/issues/6252>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_ctx_persistence@legacy-engines-hang@blt.html>
* igt@gem_eio@unwedge-stress:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@gem_eio@unwedge-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_eio@unwedge-stress.html>
* igt@gem_exec_fair@basic-deadline:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/intel/issues/2846>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk2/igt@gem_exec_fair@basic-deadline.html>
* igt@gem_exec_fair@basic-pace-share@rcs0:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 similar issue
* igt@gem_exec_fair@basic-pace-solo@rcs0:
* shard-apl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html> (fdo#109313<https://bugs.freedesktop.org/show_bug.cgi?id=109313>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
* igt@gem_exec_reloc@basic-write-read-noreloc:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html> +10 similar issues
* igt@gem_exec_schedule@semaphore-power:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html> (i915#7276<https://gitlab.freedesktop.org/drm/intel/issues/7276>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html>
* igt@gem_mmap_gtt@fault-concurrent-y:
* shard-snb: CRASH<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-snb5/igt@gem_mmap_gtt@fault-concurrent-y.html> (i915#5161<https://gitlab.freedesktop.org/drm/intel/issues/5161>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-y.html>
* igt@gem_mmap_wc@set-cache-level:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_mmap_wc@set-cache-level.html> (i915#1850<https://gitlab.freedesktop.org/drm/intel/issues/1850>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
* shard-apl: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html> (i915#7708<https://gitlab.freedesktop.org/drm/intel/issues/7708>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html>
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> +4 similar issues
* igt@gen9_exec_parse@bb-chained:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html> +2 similar issues
* igt@i915_pm_rpm@cursor:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@cursor.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-3/igt@i915_pm_rpm@cursor.html>
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html>
* igt@i915_pm_rpm@fences:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@fences.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@fences.html>
* igt@i915_pm_rpm@pm-tiling:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html> (fdo#109308<https://bugs.freedesktop.org/show_bug.cgi?id=109308>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html>
* igt@i915_pm_rpm@system-suspend-devices:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@system-suspend-devices.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html>
* igt@i915_pm_sseu@full-enable:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/intel/issues/4387>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@i915_pm_sseu@full-enable.html>
* igt@i915_selftest@live@evict:
* {shard-tglu}: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-1/igt@i915_selftest@live@evict.html> (i915#2867<https://gitlab.freedesktop.org/drm/intel/issues/2867>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-7/igt@i915_selftest@live@evict.html> +6 similar issues
* igt@kms_atomic@atomic_plane_damage:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html> (i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html>
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> +26 similar issues
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html> (i915#72<https://gitlab.freedesktop.org/drm/intel/issues/72>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
* igt@kms_flip@plain-flip-ts-check@b-hdmi-a2:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html> (i915#2122<https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk8/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html>
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html> +12 similar issues
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> +1 similar issue
* igt@kms_psr@no_drrs:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_psr@no_drrs.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_psr@no_drrs.html>
* igt@kms_vblank@pipe-a-query-forked:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-query-forked.html> (i915#7651<https://gitlab.freedesktop.org/drm/intel/issues/7651>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html> +6 similar issues
* igt@kms_vblank@pipe-a-wait-forked-busy-hang:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#7651<https://gitlab.freedesktop.org/drm/intel/issues/7651>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-8/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html> +1 similar issue
* igt@perf@polling-small-buf:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@perf@polling-small-buf.html> (i915#1722<https://gitlab.freedesktop.org/drm/intel/issues/1722>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@perf@polling-small-buf.html>
* igt@perf_pmu@idle@rcs0:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@perf_pmu@idle@rcs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@perf_pmu@idle@rcs0.html>
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@perf_pmu@idle@rcs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@perf_pmu@idle@rcs0.html>
* igt@prime_vgem@basic-write:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@prime_vgem@basic-write.html> (fdo#109295<https://bugs.freedesktop.org/show_bug.cgi?id=109295> / i915#3291<https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@prime_vgem@basic-write.html>
* igt@sysfs_heartbeat_interval@precise@rcs0:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-18/igt@sysfs_heartbeat_interval@precise@rcs0.html> (i915#1755<https://gitlab.freedesktop.org/drm/intel/issues/1755>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@rcs0.html> +4 similar issues
Warnings
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
* shard-apl: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (IGT#6<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>) (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1 similar issue
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
[-- Attachment #2: Type: text/html, Size: 68742 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_plane_scaling: remove fb after test (rev2)
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
` (6 preceding siblings ...)
2023-01-04 3:45 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-01-04 11:55 ` Patchwork
7 siblings, 0 replies; 17+ messages in thread
From: Patchwork @ 2023-01-04 11:55 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 32243 bytes --]
== Series Details ==
Series: tests/kms_plane_scaling: remove fb after test (rev2)
URL : https://patchwork.freedesktop.org/series/112291/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_12536_full -> IGTPW_8287_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
Participating hosts (13 -> 10)
------------------------------
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_8287_full:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_whisper@basic-fds-priority:
- {shard-rkl}: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_whisper@basic-fds-priority.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@gem_exec_whisper@basic-fds-priority.html
* igt@i915_pm_rpm@pm-tiling:
- {shard-tglu}: [SKIP][3] ([i915#3547]) -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html
* igt@kms_properties@plane-properties-atomic:
- {shard-rkl}: [SKIP][5] ([i915#1849]) -> [SKIP][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@kms_properties@plane-properties-atomic.html
Known issues
------------
Here are the changes found in IGTPW_8287_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][7] -> ([PASS][8], [FAIL][9]) ([i915#2842])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][10] -> [FAIL][11] ([i915#2842]) +2 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-apl: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#4613])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- shard-apl: [PASS][13] -> ([INCOMPLETE][14], [PASS][15]) ([i915#7708]) +2 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> ([WARN][16], [WARN][17]) ([i915#2658])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_pwrite@basic-exhaustion.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@gem_pwrite@basic-exhaustion.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-apl: NOTRUN -> ([FAIL][18], [FAIL][19]) ([i915#7036])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271]) +19 similar issues
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#3886]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_chamelium@common-hpd-after-suspend:
- shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [fdo#111827])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@dp-frame-dump:
- shard-snb: NOTRUN -> ([SKIP][23], [SKIP][24]) ([fdo#109271] / [fdo#111827]) +2 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb5/igt@kms_chamelium@dp-frame-dump.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_chamelium@dp-frame-dump.html
* igt@kms_chamelium@vga-frame-dump:
- shard-apl: NOTRUN -> ([SKIP][25], [SKIP][26]) ([fdo#109271] / [fdo#111827]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_chamelium@vga-frame-dump.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_chamelium@vga-frame-dump.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions:
- shard-apl: [PASS][27] -> [FAIL][28] ([i915#2346])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#2346])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-apl: NOTRUN -> ([SKIP][31], [SKIP][32]) ([fdo#109271]) +20 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-snb: NOTRUN -> [SKIP][33] ([fdo#109271]) +12 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-snb: NOTRUN -> ([SKIP][34], [SKIP][35]) ([fdo#109271]) +36 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-apl: NOTRUN -> ([SKIP][36], [SKIP][37]) ([fdo#109271] / [i915#2437])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_writeback@writeback-invalid-parameters.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_writeback@writeback-invalid-parameters.html
#### Possible fixes ####
* igt@drm_fdinfo@virtual-idle:
- {shard-rkl}: [FAIL][38] ([i915#7742]) -> [PASS][39]
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html
* igt@feature_discovery@psr2:
- {shard-rkl}: [SKIP][40] ([i915#658]) -> [PASS][41]
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@feature_discovery@psr2.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@feature_discovery@psr2.html
* igt@gem_ctx_persistence@legacy-engines-hang@blt:
- {shard-rkl}: [SKIP][42] ([i915#6252]) -> [PASS][43]
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_ctx_persistence@legacy-engines-hang@blt.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][44] ([i915#5784]) -> [PASS][45]
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@gem_eio@unwedge-stress.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: [FAIL][46] ([i915#2846]) -> [PASS][47]
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@gem_exec_fair@basic-deadline.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- {shard-rkl}: [FAIL][48] ([i915#2842]) -> [PASS][49] +1 similar issue
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-apl: [FAIL][50] ([i915#2842]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- {shard-rkl}: [SKIP][52] ([fdo#109313]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- {shard-rkl}: [SKIP][54] ([i915#3281]) -> [PASS][55] +10 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- {shard-rkl}: [SKIP][56] ([i915#7276]) -> [PASS][57]
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_mmap_gtt@fault-concurrent-y:
- shard-snb: [CRASH][58] ([i915#5161]) -> [PASS][59]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-snb5/igt@gem_mmap_gtt@fault-concurrent-y.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-y.html
* igt@gem_mmap_wc@set-cache-level:
- {shard-rkl}: [SKIP][60] ([i915#1850]) -> [PASS][61]
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_mmap_wc@set-cache-level.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-apl: [INCOMPLETE][62] ([i915#7708]) -> [PASS][63]
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
- {shard-rkl}: [SKIP][64] ([i915#3282]) -> [PASS][65] +4 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
* igt@gen9_exec_parse@bb-chained:
- {shard-rkl}: [SKIP][66] ([i915#2527]) -> [PASS][67] +2 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html
* igt@i915_pm_rpm@cursor:
- {shard-tglu}: [SKIP][68] ([i915#1849]) -> [PASS][69]
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@cursor.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-3/igt@i915_pm_rpm@cursor.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- {shard-dg1}: [SKIP][70] ([i915#1397]) -> [PASS][71]
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@fences:
- {shard-rkl}: [SKIP][72] ([i915#1849]) -> [PASS][73]
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@fences.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@fences.html
* igt@i915_pm_rpm@pm-tiling:
- {shard-rkl}: [SKIP][74] ([fdo#109308]) -> [PASS][75]
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html
* igt@i915_pm_rpm@system-suspend-devices:
- {shard-rkl}: [FAIL][76] ([i915#7052]) -> [PASS][77]
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@system-suspend-devices.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html
* igt@i915_pm_sseu@full-enable:
- {shard-rkl}: [SKIP][78] ([i915#4387]) -> [PASS][79]
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@i915_pm_sseu@full-enable.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@i915_pm_sseu@full-enable.html
* igt@i915_selftest@live@evict:
- {shard-tglu}: [DMESG-WARN][80] ([i915#2867]) -> [PASS][81] +6 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-1/igt@i915_selftest@live@evict.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-7/igt@i915_selftest@live@evict.html
* igt@kms_atomic@atomic_plane_damage:
- {shard-rkl}: [SKIP][82] ([i915#4098]) -> [PASS][83]
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- {shard-rkl}: [SKIP][84] ([i915#1845] / [i915#4098]) -> [PASS][85] +26 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-glk: [FAIL][86] ([i915#72]) -> [PASS][87]
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_flip@plain-flip-ts-check@b-hdmi-a2:
- shard-glk: [FAIL][88] ([i915#2122]) -> [PASS][89]
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk8/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- {shard-rkl}: [SKIP][90] ([i915#1849] / [i915#4098]) -> [PASS][91] +12 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
- {shard-rkl}: [SKIP][92] ([i915#3558]) -> [PASS][93] +1 similar issue
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html
* igt@kms_psr@no_drrs:
- {shard-rkl}: [SKIP][94] ([i915#1072]) -> [PASS][95]
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_psr@no_drrs.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_psr@no_drrs.html
* igt@kms_vblank@pipe-a-query-forked:
- {shard-tglu}: [SKIP][96] ([i915#7651]) -> [PASS][97] +6 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-query-forked.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html
* igt@kms_vblank@pipe-a-wait-forked-busy-hang:
- {shard-tglu}: [SKIP][98] ([i915#1845] / [i915#7651]) -> [PASS][99] +1 similar issue
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-8/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html
* igt@perf@polling-small-buf:
- {shard-rkl}: [FAIL][100] ([i915#1722]) -> [PASS][101]
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@perf@polling-small-buf.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@perf@polling-small-buf.html
* igt@perf_pmu@idle@rcs0:
- {shard-dg1}: [FAIL][102] ([i915#4349]) -> [PASS][103]
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@perf_pmu@idle@rcs0.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@perf_pmu@idle@rcs0.html
- {shard-rkl}: [FAIL][104] ([i915#4349]) -> [PASS][105]
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@perf_pmu@idle@rcs0.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@perf_pmu@idle@rcs0.html
* igt@prime_vgem@basic-write:
- {shard-rkl}: [SKIP][106] ([fdo#109295] / [i915#3291] / [i915#3708]) -> [PASS][107]
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@prime_vgem@basic-write.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@prime_vgem@basic-write.html
* igt@sysfs_heartbeat_interval@precise@rcs0:
- {shard-dg1}: [FAIL][108] ([i915#1755]) -> [PASS][109] +4 similar issues
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-18/igt@sysfs_heartbeat_interval@precise@rcs0.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@rcs0.html
#### Warnings ####
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
- shard-apl: [DMESG-FAIL][110] ([IGT#6]) -> ([FAIL][111], [FAIL][112]) ([i915#4573]) +1 similar issue
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
[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#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312
[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#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#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#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#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[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#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#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[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#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[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#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[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#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#3825]: https://gitlab.freedesktop.org/drm/intel/issues/3825
[i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826
[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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426
[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#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#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[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#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117
[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#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412
[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#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036
[i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
[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#72]: https://gitlab.freedesktop.org/drm/intel/issues/72
[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#7681]: https://gitlab.freedesktop.org/drm/intel/issues/7681
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[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
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ 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_8287/index.html
[-- Attachment #2: Type: text/html, Size: 28789 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
2023-01-04 11:31 ` Veesam, RavitejaX
@ 2023-01-04 12:07 ` Yedireswarapu, SaiX Nandan
0 siblings, 0 replies; 17+ messages in thread
From: Yedireswarapu, SaiX Nandan @ 2023-01-04 12:07 UTC (permalink / raw)
To: Hajda, Andrzej, Veesam, RavitejaX
Cc: igt-dev@lists.freedesktop.org, Vudum, Lakshminarayana
[-- Attachment #1: Type: text/plain, Size: 29364 bytes --]
Hi,
Issue re-reported, https://patchwork.freedesktop.org/series/112291/
Thanks,
Y Sai Nandan
From: Veesam, RavitejaX <ravitejax.veesam@intel.com>
Sent: Wednesday, January 4, 2023 5:02 PM
To: Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>
Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Hajda, Andrzej <andrzej.hajda@intel.com>; igt-dev@lists.freedesktop.org
Subject: RE: ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
++
Thanks & regards,
Ravi
From: Hajda, Andrzej <andrzej.hajda@intel.com<mailto:andrzej.hajda@intel.com>>
Sent: Wednesday, January 4, 2023 1:08 PM
To: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org>
Cc: Veesam, RavitejaX <ravitejax.veesam@intel.com<mailto:ravitejax.veesam@intel.com>>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com<mailto:lakshminarayana.vudum@intel.com>>
Subject: Re: ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: remove fb after test (rev2)
On 04.01.2023 04:45, Patchwork wrote:
Patch Details
Series:
tests/kms_plane_scaling: remove fb after test (rev2)
URL:
https://patchwork.freedesktop.org/series/112291/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
CI Bug Log - changes from CI_DRM_12536_full -> IGTPW_8287_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_8287_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8287_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_8287/index.html
Participating hosts (13 -> 10)
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_8287_full:
IGT changes
Possible regressions
* igt@gem_partial_pwrite_pread@writes-after-reads:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads.html> -> (INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_partial_pwrite_pread@writes-after-reads.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads.html>)
Not related.
Regards
Andrzej
*
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_balancer@invalid-bonds:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-16/igt@gem_exec_balancer@invalid-bonds.html> (i915#4036<https://gitlab.freedesktop.org/drm/intel/issues/4036>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@gem_exec_balancer@invalid-bonds.html>
* igt@gem_exec_capture@capture-invisible@lmem0:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-13/igt@gem_exec_capture@capture-invisible@lmem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html> +1 similar issue
* igt@gem_exec_capture@capture-invisible@smem0:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@gem_exec_capture@capture-invisible@smem0.html>
* igt@gem_exec_whisper@basic-fds-priority:
* {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_whisper@basic-fds-priority.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@gem_exec_whisper@basic-fds-priority.html>
* igt@i915_pm_rpm@pm-tiling:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html> (i915#3547<https://gitlab.freedesktop.org/drm/intel/issues/3547>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-6/igt@i915_pm_rpm@pm-tiling.html>
* igt@i915_query@query-topology-unsupported:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@i915_query@query-topology-unsupported.html> (fdo#109302<https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-2/igt@i915_query@query-topology-unsupported.html>
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@i915_query@query-topology-unsupported.html> (fdo#109302<https://bugs.freedesktop.org/show_bug.cgi?id=109302>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_query@query-topology-unsupported.html>
* {shard-tglu}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@i915_query@query-topology-unsupported.html> +1 similar issue
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
* {shard-tglu-9}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-9/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> +1 similar issue
* igt@kms_plane@plane-position-covered@pipe-a-planes:
* {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_plane@plane-position-covered@pipe-a-planes.html> +1 similar issue
* igt@kms_plane@plane-position-hole@pipe-b-planes:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_plane@plane-position-hole@pipe-b-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@kms_plane@plane-position-hole@pipe-b-planes.html> +3 similar issues
* igt@kms_properties@crtc-properties-legacy:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_properties@crtc-properties-legacy.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@kms_properties@crtc-properties-legacy.html>
* igt@kms_properties@plane-properties-atomic:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@kms_properties@plane-properties-atomic.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@kms_properties@plane-properties-atomic.html> +1 similar issue
Known issues
Here are the changes found in IGTPW_8287_full that come from known issues:
IGT changes
Issues hit
* igt@gem_exec_fair@basic-none-solo@rcs0:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html> -> (PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html>) (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
* igt@gem_exec_fair@basic-pace-share@rcs0:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk6/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +2 similar issues
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>)
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> -> (INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>, PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html>) (i915#7708<https://gitlab.freedesktop.org/drm/intel/issues/7708>) +1 similar issue
* igt@gem_pwrite@basic-exhaustion:
* shard-snb: NOTRUN -> (WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_pwrite@basic-exhaustion.html>, WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@gem_pwrite@basic-exhaustion.html>) (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>)
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
* shard-apl: NOTRUN -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html>) (i915#7036<https://gitlab.freedesktop.org/drm/intel/issues/7036>)
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +19 similar issues
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1 similar issue
* igt@kms_chamelium@common-hpd-after-suspend:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_chamelium@common-hpd-after-suspend.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
* igt@kms_chamelium@dp-frame-dump:
* shard-snb: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb5/igt@kms_chamelium@dp-frame-dump.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_chamelium@dp-frame-dump.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +2 similar issues
* igt@kms_chamelium@vga-frame-dump:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_chamelium@vga-frame-dump.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl3/igt@kms_chamelium@vga-frame-dump.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +1 similar issue
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +20 similar issues
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +12 similar issues
* igt@kms_rotation_crc@bad-pixel-format:
* shard-snb: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb7/igt@kms_rotation_crc@bad-pixel-format.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb2/igt@kms_rotation_crc@bad-pixel-format.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +36 similar issues
* igt@kms_writeback@writeback-invalid-parameters:
* shard-apl: NOTRUN -> (SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_writeback@writeback-invalid-parameters.html>, SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_writeback@writeback-invalid-parameters.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
Possible fixes
* igt@drm_fdinfo@virtual-idle:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@drm_fdinfo@virtual-idle.html> (i915#7742<https://gitlab.freedesktop.org/drm/intel/issues/7742>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html>
* igt@feature_discovery@psr2:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@feature_discovery@psr2.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@feature_discovery@psr2.html>
* igt@gem_ctx_persistence@legacy-engines-hang@blt:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@gem_ctx_persistence@legacy-engines-hang@blt.html> (i915#6252<https://gitlab.freedesktop.org/drm/intel/issues/6252>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_ctx_persistence@legacy-engines-hang@blt.html>
* igt@gem_eio@unwedge-stress:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@gem_eio@unwedge-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-15/igt@gem_eio@unwedge-stress.html>
* igt@gem_exec_fair@basic-deadline:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/intel/issues/2846>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk2/igt@gem_exec_fair@basic-deadline.html>
* igt@gem_exec_fair@basic-pace-share@rcs0:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html> +1 similar issue
* igt@gem_exec_fair@basic-pace-solo@rcs0:
* shard-apl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html> (fdo#109313<https://bugs.freedesktop.org/show_bug.cgi?id=109313>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
* igt@gem_exec_reloc@basic-write-read-noreloc:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_reloc@basic-write-read-noreloc.html> +10 similar issues
* igt@gem_exec_schedule@semaphore-power:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_exec_schedule@semaphore-power.html> (i915#7276<https://gitlab.freedesktop.org/drm/intel/issues/7276>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_exec_schedule@semaphore-power.html>
* igt@gem_mmap_gtt@fault-concurrent-y:
* shard-snb: CRASH<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-snb5/igt@gem_mmap_gtt@fault-concurrent-y.html> (i915#5161<https://gitlab.freedesktop.org/drm/intel/issues/5161>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-y.html>
* igt@gem_mmap_wc@set-cache-level:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gem_mmap_wc@set-cache-level.html> (i915#1850<https://gitlab.freedesktop.org/drm/intel/issues/1850>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
* shard-apl: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@gem_partial_pwrite_pread@writes-after-reads-display.html> (i915#7708<https://gitlab.freedesktop.org/drm/intel/issues/7708>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html>
* igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html> +4 similar issues
* igt@gen9_exec_parse@bb-chained:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@gen9_exec_parse@bb-chained.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@gen9_exec_parse@bb-chained.html> +2 similar issues
* igt@i915_pm_rpm@cursor:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@i915_pm_rpm@cursor.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-3/igt@i915_pm_rpm@cursor.html>
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
* {shard-dg1}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html>
* igt@i915_pm_rpm@fences:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@fences.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@fences.html>
* igt@i915_pm_rpm@pm-tiling:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@i915_pm_rpm@pm-tiling.html> (fdo#109308<https://bugs.freedesktop.org/show_bug.cgi?id=109308>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@i915_pm_rpm@pm-tiling.html>
* igt@i915_pm_rpm@system-suspend-devices:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@i915_pm_rpm@system-suspend-devices.html> -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-1/igt@i915_pm_rpm@system-suspend-devices.html>
* igt@i915_pm_sseu@full-enable:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/intel/issues/4387>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@i915_pm_sseu@full-enable.html>
* igt@i915_selftest@live@evict:
* {shard-tglu}: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-1/igt@i915_selftest@live@evict.html> (i915#2867<https://gitlab.freedesktop.org/drm/intel/issues/2867>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-7/igt@i915_selftest@live@evict.html> +6 similar issues
* igt@kms_atomic@atomic_plane_damage:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-3/igt@kms_atomic@atomic_plane_damage.html> (i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_atomic@atomic_plane_damage.html>
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> +26 similar issues
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html> (i915#72<https://gitlab.freedesktop.org/drm/intel/issues/72>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
* igt@kms_flip@plain-flip-ts-check@b-hdmi-a2:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html> (i915#2122<https://gitlab.freedesktop.org/drm/intel/issues/2122>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-glk8/igt@kms_flip@plain-flip-ts-check@b-hdmi-a2.html>
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html> +12 similar issues
* igt@kms_plane@plane-panning-top-left@pipe-a-planes:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_plane@plane-panning-top-left@pipe-a-planes.html> +1 similar issue
* igt@kms_psr@no_drrs:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@kms_psr@no_drrs.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-6/igt@kms_psr@no_drrs.html>
* igt@kms_vblank@pipe-a-query-forked:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-query-forked.html> (i915#7651<https://gitlab.freedesktop.org/drm/intel/issues/7651>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-1/igt@kms_vblank@pipe-a-query-forked.html> +6 similar issues
* igt@kms_vblank@pipe-a-wait-forked-busy-hang:
* {shard-tglu}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-tglu-6/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#7651<https://gitlab.freedesktop.org/drm/intel/issues/7651>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-tglu-8/igt@kms_vblank@pipe-a-wait-forked-busy-hang.html> +1 similar issue
* igt@perf@polling-small-buf:
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-1/igt@perf@polling-small-buf.html> (i915#1722<https://gitlab.freedesktop.org/drm/intel/issues/1722>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-4/igt@perf@polling-small-buf.html>
* igt@perf_pmu@idle@rcs0:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-15/igt@perf_pmu@idle@rcs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-18/igt@perf_pmu@idle@rcs0.html>
* {shard-rkl}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-2/igt@perf_pmu@idle@rcs0.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-3/igt@perf_pmu@idle@rcs0.html>
* igt@prime_vgem@basic-write:
* {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-rkl-4/igt@prime_vgem@basic-write.html> (fdo#109295<https://bugs.freedesktop.org/show_bug.cgi?id=109295> / i915#3291<https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-rkl-5/igt@prime_vgem@basic-write.html>
* igt@sysfs_heartbeat_interval@precise@rcs0:
* {shard-dg1}: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-dg1-18/igt@sysfs_heartbeat_interval@precise@rcs0.html> (i915#1755<https://gitlab.freedesktop.org/drm/intel/issues/1755>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-dg1-17/igt@sysfs_heartbeat_interval@precise@rcs0.html> +4 similar issues
Warnings
* igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
* shard-apl: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12536/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (IGT#6<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>) (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) +1 similar issue
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_7105 -> IGTPW_8287
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_12536: 4c18d8b1c2a1f11e99f865f60fbce9fedd3376fc @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_8287: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8287/index.html
IGT_7105: 305e8d105abf033cb850d1fb118e5cbfb6c9cd40 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
[-- Attachment #2: Type: text/html, Size: 74924 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-01-04 12:08 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-29 15:58 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb after test Andrzej Hajda
2022-12-29 16:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-12-29 17:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-12-30 18:55 ` [igt-dev] [PATCH i-g-t] " Das, Nirmoy
2023-01-02 10:49 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: cleanup framebuffers " Andrzej Hajda
2023-01-02 10:51 ` Das, Nirmoy
2022-12-30 19:25 ` [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: remove fb " Swati Sharma
2023-01-02 13:09 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: remove fb after test (rev2) Patchwork
2023-01-02 19:05 ` Andrzej Hajda
2023-01-03 13:43 ` Kamil Konieczny
2023-01-03 17:26 ` Yedireswarapu, SaiX Nandan
2023-01-03 17:16 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-01-04 3:45 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-01-04 7:38 ` Andrzej Hajda
2023-01-04 11:31 ` Veesam, RavitejaX
2023-01-04 12:07 ` Yedireswarapu, SaiX Nandan
2023-01-04 11:55 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox