* [PATCH i-g-t 0/2] prevent consecutive unplug
@ 2024-12-05 9:40 Kunal Joshi
2024-12-05 9:40 ` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Kunal Joshi
` (6 more replies)
0 siblings, 7 replies; 13+ messages in thread
From: Kunal Joshi @ 2024-12-05 9:40 UTC (permalink / raw)
To: igt-dev; +Cc: Kunal Joshi
chamelium_reset_state will unplug all the ports,
prevent unplugging multiple times
Kunal Joshi (2):
tests/chamelium/kms_chamelium_hpd: don't unplug multiple times
HAX: Please do not merge
tests/chamelium/kms_chamelium_hpd.c | 4 ----
tests/intel-ci/fast-feedback.testlist | 2 ++
tests/intel-ci/xe-fast-feedback.testlist | 3 +++
3 files changed, 5 insertions(+), 4 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi @ 2024-12-05 9:40 ` Kunal Joshi 2024-12-06 5:14 ` B, Jeevan 2024-12-05 9:40 ` [PATCH i-g-t 2/2] HAX: Please do not merge Kunal Joshi ` (5 subsequent siblings) 6 siblings, 1 reply; 13+ messages in thread From: Kunal Joshi @ 2024-12-05 9:40 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi chamelium_reset_state will unplug all the ports, prevent unplugging multiple times Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> --- tests/chamelium/kms_chamelium_hpd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/chamelium/kms_chamelium_hpd.c b/tests/chamelium/kms_chamelium_hpd.c index 52e758087..76a691043 100644 --- a/tests/chamelium/kms_chamelium_hpd.c +++ b/tests/chamelium/kms_chamelium_hpd.c @@ -329,10 +329,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data, data->ports, data->port_count); igt_hpd_storm_set_threshold(data->drm_fd, 0); - /* Disconnect if any port got connected */ - chamelium_unplug(data->chamelium, port); - chamelium_wait_for_connector_after_hotplug(data, mon, port, - DRM_MODE_DISCONNECTED); for_each_pipe(&data->display, pipe) { igt_modeset_disable_all_outputs(&data->display); -- 2.25.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* RE: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times 2024-12-05 9:40 ` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Kunal Joshi @ 2024-12-06 5:14 ` B, Jeevan 2024-12-09 8:05 ` Joshi, Kunal1 0 siblings, 1 reply; 13+ messages in thread From: B, Jeevan @ 2024-12-06 5:14 UTC (permalink / raw) To: Joshi, Kunal1, igt-dev@lists.freedesktop.org; +Cc: Joshi, Kunal1 > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Kunal > Joshi > Sent: Thursday, December 5, 2024 3:11 PM > To: igt-dev@lists.freedesktop.org > Cc: Joshi, Kunal1 <kunal1.joshi@intel.com> > Subject: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't > unplug multiple times > > chamelium_reset_state will unplug all the ports, prevent unplugging multiple > times If this is fixing any issue ?? or Just a clean up ?? > > Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> > --- > tests/chamelium/kms_chamelium_hpd.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/tests/chamelium/kms_chamelium_hpd.c > b/tests/chamelium/kms_chamelium_hpd.c > index 52e758087..76a691043 100644 > --- a/tests/chamelium/kms_chamelium_hpd.c > +++ b/tests/chamelium/kms_chamelium_hpd.c > @@ -329,10 +329,6 @@ static void > test_hotplug_for_each_pipe(chamelium_data_t *data, > data->ports, data->port_count); > > igt_hpd_storm_set_threshold(data->drm_fd, 0); > - /* Disconnect if any port got connected */ > - chamelium_unplug(data->chamelium, port); > - chamelium_wait_for_connector_after_hotplug(data, mon, port, > - > DRM_MODE_DISCONNECTED); > > for_each_pipe(&data->display, pipe) { > igt_modeset_disable_all_outputs(&data->display); > -- > 2.25.1 ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times 2024-12-06 5:14 ` B, Jeevan @ 2024-12-09 8:05 ` Joshi, Kunal1 2024-12-09 8:51 ` B, Jeevan 0 siblings, 1 reply; 13+ messages in thread From: Joshi, Kunal1 @ 2024-12-09 8:05 UTC (permalink / raw) To: B, Jeevan, igt-dev@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 1597 bytes --] Thanks Jeevan for taking a look, > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Kunal > Joshi > Sent: Thursday, December 5, 2024 3:11 PM > To: igt-dev@lists.freedesktop.org > Cc: Joshi, Kunal1 <kunal1.joshi@intel.com> > Subject: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't > unplug multiple times > > chamelium_reset_state will unplug all the ports, prevent unplugging multiple > times If this is fixing any issue ?? or Just a clean up ?? > Yes this should fix xe#3505, Will add a Fixes tag, let me know if any other issues, Will send all together in v2. Thanks and Regards Kunal Joshi > Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> > --- > tests/chamelium/kms_chamelium_hpd.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/tests/chamelium/kms_chamelium_hpd.c > b/tests/chamelium/kms_chamelium_hpd.c > index 52e758087..76a691043 100644 > --- a/tests/chamelium/kms_chamelium_hpd.c > +++ b/tests/chamelium/kms_chamelium_hpd.c > @@ -329,10 +329,6 @@ static void > test_hotplug_for_each_pipe(chamelium_data_t *data, > data->ports, data->port_count); > > igt_hpd_storm_set_threshold(data->drm_fd, 0); > - /* Disconnect if any port got connected */ > - chamelium_unplug(data->chamelium, port); > - chamelium_wait_for_connector_after_hotplug(data, mon, port, > - > DRM_MODE_DISCONNECTED); > > for_each_pipe(&data->display, pipe) { > igt_modeset_disable_all_outputs(&data->display); > -- > 2.25.1 [-- Attachment #2: Type: text/html, Size: 3024 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times 2024-12-09 8:05 ` Joshi, Kunal1 @ 2024-12-09 8:51 ` B, Jeevan 0 siblings, 0 replies; 13+ messages in thread From: B, Jeevan @ 2024-12-09 8:51 UTC (permalink / raw) To: Joshi, Kunal1, igt-dev@lists.freedesktop.org [-- Attachment #1: Type: text/plain, Size: 2102 bytes --] From: Joshi, Kunal1 <kunal1.joshi@intel.com> Sent: Monday, December 9, 2024 1:36 PM To: B, Jeevan <jeevan.b@intel.com>; igt-dev@lists.freedesktop.org Subject: Re: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Thanks Jeevan for taking a look, Apart from this it looks good to me. Reviewed-by: Jeevan B <jeevan.b@intel.com<mailto:jeevan.b@intel.com>> > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org<mailto:igt-dev-bounces@lists.freedesktop.org>> On Behalf Of Kunal > Joshi > Sent: Thursday, December 5, 2024 3:11 PM > To: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org> > Cc: Joshi, Kunal1 <kunal1.joshi@intel.com<mailto:kunal1.joshi@intel.com>> > Subject: [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't > unplug multiple times > > chamelium_reset_state will unplug all the ports, prevent unplugging multiple > times If this is fixing any issue ?? or Just a clean up ?? > Yes this should fix xe#3505, Will add a Fixes tag, let me know if any other issues, Will send all together in v2. Thanks and Regards Kunal Joshi > Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com<mailto:kunal1.joshi@intel.com>> > --- > tests/chamelium/kms_chamelium_hpd.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/tests/chamelium/kms_chamelium_hpd.c > b/tests/chamelium/kms_chamelium_hpd.c > index 52e758087..76a691043 100644 > --- a/tests/chamelium/kms_chamelium_hpd.c > +++ b/tests/chamelium/kms_chamelium_hpd.c > @@ -329,10 +329,6 @@ static void > test_hotplug_for_each_pipe(chamelium_data_t *data, > data->ports, data->port_count); > > igt_hpd_storm_set_threshold(data->drm_fd, 0); > - /* Disconnect if any port got connected */ > - chamelium_unplug(data->chamelium, port); > - chamelium_wait_for_connector_after_hotplug(data, mon, port, > - > DRM_MODE_DISCONNECTED); > > for_each_pipe(&data->display, pipe) { > igt_modeset_disable_all_outputs(&data->display); > -- > 2.25.1 [-- Attachment #2: Type: text/html, Size: 5818 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH i-g-t 2/2] HAX: Please do not merge 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi 2024-12-05 9:40 ` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Kunal Joshi @ 2024-12-05 9:40 ` Kunal Joshi 2024-12-05 22:52 ` ✗ GitLab.Pipeline: warning for prevent consecutive unplug Patchwork ` (4 subsequent siblings) 6 siblings, 0 replies; 13+ messages in thread From: Kunal Joshi @ 2024-12-05 9:40 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi --- tests/intel-ci/fast-feedback.testlist | 2 ++ tests/intel-ci/xe-fast-feedback.testlist | 3 +++ 2 files changed, 5 insertions(+) diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index be0965110..2cfff7de8 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -1,6 +1,8 @@ # Try to load the driver if it's not available yet. igt@i915_module_load@load +igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe +igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe # Keep alphabetically sorted by default igt@core_auth@basic-auth igt@debugfs_test@read_all_entries diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 727be9230..787be910d 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -1,6 +1,9 @@ # Should be the first test igt@xe_module_load@load +igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe +igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe + igt@fbdev@eof igt@fbdev@info igt@fbdev@nullptr -- 2.25.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* ✗ GitLab.Pipeline: warning for prevent consecutive unplug 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi 2024-12-05 9:40 ` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Kunal Joshi 2024-12-05 9:40 ` [PATCH i-g-t 2/2] HAX: Please do not merge Kunal Joshi @ 2024-12-05 22:52 ` Patchwork 2024-12-05 23:10 ` ✗ Xe.CI.BAT: failure " Patchwork ` (3 subsequent siblings) 6 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-12-05 22:52 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev == Series Details == Series: prevent consecutive unplug URL : https://patchwork.freedesktop.org/series/142152/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1324424 for the overview. build:tests-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/67811213): section_start:1733438886:get_sources Getting source from Git repository $ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script Checking if the user of the pipeline is allowed... Checking if the job's project is part of a well-known group... Thank you for contributing to freedesktop.org Fetching changes... Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/ Checking out f3ce3a79 as detached HEAD (ref is intel/IGTPW_12252)... Skipping Git submodules setup section_end:1733438893:get_sources section_start:1733438893:step_script Executing "step_script" stage of the job script Using docker image sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-f3ce3a79db37df48956112faa7a72dc25602924d with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora@sha256:17d64607d998df2bf29a56b88922d3a598e6f1daa3b51ece2a892c2f293daf83 ... section_end:1733438904:step_script section_start:1733438904:cleanup_file_variables Cleaning up project directory and file based variables section_end:1733438905:cleanup_file_variables ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f: image not known (docker.go:650:0s) == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1324424 ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✗ Xe.CI.BAT: failure for prevent consecutive unplug 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi ` (2 preceding siblings ...) 2024-12-05 22:52 ` ✗ GitLab.Pipeline: warning for prevent consecutive unplug Patchwork @ 2024-12-05 23:10 ` Patchwork 2024-12-05 23:24 ` ✓ i915.CI.BAT: success " Patchwork ` (2 subsequent siblings) 6 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-12-05 23:10 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4293 bytes --] == Series Details == Series: prevent consecutive unplug URL : https://patchwork.freedesktop.org/series/142152/ State : failure == Summary == CI Bug Log - changes from XEIGT_8139_BAT -> XEIGTPW_12252_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12252_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12252_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_12252_BAT: ### IGT changes ### #### Possible regressions #### * {igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe} (NEW): - bat-lnl-1: NOTRUN -> [SKIP][1] +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-lnl-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-bmg-2: NOTRUN -> [SKIP][2] +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-bmg-1: NOTRUN -> [SKIP][3] +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-bmg-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-lnl-2: NOTRUN -> [SKIP][4] +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-lnl-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-dg2-oem2: NOTRUN -> [SKIP][5] +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-dg2-oem2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - bat-lnl-1: [PASS][6] -> [DMESG-WARN][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html New tests --------- New tests have been introduced between XEIGT_8139_BAT and XEIGTPW_12252_BAT: ### New IGT tests (2) ### * igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe: - Statuses : 8 skip(s) - Exec time: [0.0] s * igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe: - Statuses : 8 skip(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in XEIGTPW_12252_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * {igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe} (NEW): - bat-atsm-2: NOTRUN -> [SKIP][8] ([Intel XE#1024]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-atsm-2/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html * {igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe} (NEW): - bat-adlp-vf: NOTRUN -> [SKIP][9] ([Intel XE#2463]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-adlp-vf/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-pvc-2: NOTRUN -> [SKIP][10] ([Intel XE#1024]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/bat-pvc-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024 [Intel XE#2463]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2463 Build changes ------------- * IGT: IGT_8139 -> IGTPW_12252 IGTPW_12252: 12252 IGT_8139: b0c59bb94e6c990589eb6825c1436ce412804dae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2328-1b7746f770882ce40dacae683e8e65657c40c2b7: 1b7746f770882ce40dacae683e8e65657c40c2b7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/index.html [-- Attachment #2: Type: text/html, Size: 5149 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✓ i915.CI.BAT: success for prevent consecutive unplug 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi ` (3 preceding siblings ...) 2024-12-05 23:10 ` ✗ Xe.CI.BAT: failure " Patchwork @ 2024-12-05 23:24 ` Patchwork 2024-12-06 0:31 ` ✗ Xe.CI.Full: failure " Patchwork 2024-12-06 0:47 ` ✗ i915.CI.Full: " Patchwork 6 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-12-05 23:24 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev == Series Details == Series: prevent consecutive unplug URL : https://patchwork.freedesktop.org/series/142152/ State : success == Summary == CI Bug Log - changes from IGT_8139 -> IGTPW_12252 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/index.html Participating hosts (44 -> 42) ------------------------------ Missing (2): bat-mtlp-9 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12252: ### IGT changes ### #### Possible regressions #### * {igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe} (NEW): - bat-twl-2: NOTRUN -> [SKIP][1] +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-twl-2/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - bat-adlp-6: NOTRUN -> [SKIP][2] +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-adlp-6/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - bat-dg2-11: NOTRUN -> [SKIP][3] +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-11/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html * {igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe} (NEW): - bat-dg2-14: NOTRUN -> [SKIP][4] +1 other test skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-14/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-dg2-8: NOTRUN -> [SKIP][5] +1 other test skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-8/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - {bat-arls-6}: NOTRUN -> [SKIP][6] +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-arls-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-mtlp-8: NOTRUN -> [SKIP][7] +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-mtlp-8/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-adls-6: NOTRUN -> [SKIP][8] +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-adls-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-arls-5: NOTRUN -> [SKIP][9] +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-arls-5/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-rkl-11600: NOTRUN -> [SKIP][10] +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-rkl-11600/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-arlh-3: NOTRUN -> [SKIP][11] +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-arlh-3/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-dg1-7: NOTRUN -> [SKIP][12] +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg1-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-adlp-9: NOTRUN -> [SKIP][13] +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-adlp-9/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-rpls-4: NOTRUN -> [SKIP][14] +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-rpls-4/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-twl-1: NOTRUN -> [SKIP][15] +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-twl-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-rplp-1: NOTRUN -> [SKIP][16] +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-rplp-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-tgl-1115g4: NOTRUN -> [SKIP][17] +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-tgl-1115g4/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-mtlp-6: NOTRUN -> [SKIP][18] +1 other test skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-mtlp-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-dg2-9: NOTRUN -> [SKIP][19] +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-9/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-adlp-11: NOTRUN -> [SKIP][20] +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-adlp-11/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html New tests --------- New tests have been introduced between IGT_8139 and IGTPW_12252: ### New IGT tests (2) ### * igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe: - Statuses : 40 skip(s) - Exec time: [0.0] s * igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe: - Statuses : 40 skip(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_12252 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rpm@module-reload: - bat-dg1-7: [PASS][21] -> [FAIL][22] ([i915#12903]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-dg1-7/igt@i915_pm_rpm@module-reload.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg1-7/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-twl-2: [PASS][23] -> [ABORT][24] ([i915#12435]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-twl-2/igt@i915_selftest@live.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-twl-2/igt@i915_selftest@live.html * igt@i915_selftest@live@hangcheck: - bat-twl-2: [PASS][25] -> [ABORT][26] ([i915#9500]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-twl-2/igt@i915_selftest@live@hangcheck.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-twl-2/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@workarounds: - bat-mtlp-6: [PASS][27] -> [ABORT][28] ([i915#12061]) +1 other test abort [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-mtlp-6/igt@i915_selftest@live@workarounds.html * igt@kms_chamelium_frames@dp-crc-fast: - bat-dg2-13: [PASS][29] -> [FAIL][30] ([i915#12440]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-13/igt@kms_chamelium_frames@dp-crc-fast.html * {igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe} (NEW): - bat-dg1-6: NOTRUN -> [SKIP][31] ([i915#12311]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg1-6/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - fi-cfl-8700k: NOTRUN -> [SKIP][32] +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-cfl-8700k/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - fi-blb-e6850: NOTRUN -> [SKIP][33] +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-blb-e6850/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - bat-kbl-2: NOTRUN -> [SKIP][34] +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-kbl-2/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html - bat-jsl-3: NOTRUN -> [SKIP][35] +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-jsl-3/igt@kms_chamelium_hpd@dp-hpd-for-each-each-pipe.html * {igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe} (NEW): - fi-ivb-3770: NOTRUN -> [SKIP][36] +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-ivb-3770/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-elk-e7500: NOTRUN -> [SKIP][37] +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-elk-e7500/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-bsw-nick: NOTRUN -> [SKIP][38] +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-bsw-nick/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-kbl-guc: NOTRUN -> [SKIP][39] +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-kbl-guc/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-adlm-1: NOTRUN -> [SKIP][40] ([i915#9900]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-adlm-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-hsw-4770: NOTRUN -> [SKIP][41] +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-hsw-4770/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-jsl-1: NOTRUN -> [SKIP][42] +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-jsl-1/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - bat-arlh-2: NOTRUN -> [SKIP][43] ([i915#11346]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-arlh-2/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-glk-j4005: NOTRUN -> [SKIP][44] +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-glk-j4005/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-cfl-8109u: NOTRUN -> [SKIP][45] +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-cfl-8109u/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-kbl-7567u: NOTRUN -> [SKIP][46] +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-kbl-7567u/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-kbl-8809g: NOTRUN -> [SKIP][47] +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-kbl-8809g/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-ilk-650: NOTRUN -> [SKIP][48] +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-ilk-650/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-cfl-guc: NOTRUN -> [SKIP][49] +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-cfl-guc/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html - fi-kbl-x1275: NOTRUN -> [SKIP][50] +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/fi-kbl-x1275/igt@kms_chamelium_hpd@hdmi-hpd-for-each-each-pipe.html #### Possible fixes #### * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: [SKIP][51] ([i915#9197]) -> [PASS][52] +3 other tests pass [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12311 [i915#12435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12435 [i915#12440]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12440 [i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9500]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9500 [i915#9900]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9900 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8139 -> IGTPW_12252 CI-20190529: 20190529 CI_DRM_15796: 1b7746f770882ce40dacae683e8e65657c40c2b7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12252: 12252 IGT_8139: b0c59bb94e6c990589eb6825c1436ce412804dae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/index.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✗ Xe.CI.Full: failure for prevent consecutive unplug 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi ` (4 preceding siblings ...) 2024-12-05 23:24 ` ✓ i915.CI.BAT: success " Patchwork @ 2024-12-06 0:31 ` Patchwork 2024-12-06 0:47 ` ✗ i915.CI.Full: " Patchwork 6 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-12-06 0:31 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 72097 bytes --] == Series Details == Series: prevent consecutive unplug URL : https://patchwork.freedesktop.org/series/142152/ State : failure == Summary == CI Bug Log - changes from XEIGT_8139_full -> XEIGTPW_12252_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12252_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12252_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_12252_full: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@test-cursor-atomic: - shard-lnl: NOTRUN -> [SKIP][1] +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_async_flips@test-cursor-atomic.html * igt@kms_plane_alpha_blend@coverage-7efc: - shard-bmg: NOTRUN -> [DMESG-WARN][2] +3 other tests dmesg-warn [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_plane_alpha_blend@coverage-7efc.html * igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-imm: - shard-bmg: [PASS][3] -> [DMESG-WARN][4] +4 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-imm.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_exec_fault_mode@many-execqueues-userptr-rebind-imm.html Known issues ------------ Here are the changes found in XEIGTPW_12252_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@hotunbind-rebind: - shard-bmg: [PASS][5] -> [DMESG-WARN][6] ([Intel XE#3467] / [Intel XE#3468]) +2 other tests dmesg-warn [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@core_hotunplug@hotunbind-rebind.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@core_hotunplug@hotunbind-rebind.html * igt@intel_hwmon@hwmon-read: - shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1125]) +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@intel_hwmon@hwmon-read.html * igt@kms_async_flips@invalid-async-flip: - shard-lnl: NOTRUN -> [SKIP][8] ([Intel XE#873]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_async_flips@invalid-async-flip.html - shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#873]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_async_flips@invalid-async-flip.html * igt@kms_async_flips@test-cursor: - shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#664]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_interruptible@universal-setplane-cursor@pipe-a-hdmi-a-3: - shard-bmg: [PASS][11] -> [DMESG-WARN][12] ([Intel XE#3468]) +82 other tests dmesg-warn [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_atomic_interruptible@universal-setplane-cursor@pipe-a-hdmi-a-3.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_atomic_interruptible@universal-setplane-cursor@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#3279]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2370]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1407]) +7 other tests skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#3658]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#2327]) +7 other tests skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-bmg: NOTRUN -> [DMESG-WARN][18] ([Intel XE#2705] / [Intel XE#3468]) +1 other test dmesg-warn [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-bmg: NOTRUN -> [SKIP][19] ([Intel XE#1124]) +18 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1124]) +15 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb: - shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#2328]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1428]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html - shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#610]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#2191]) +2 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@linear-tiling-1-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#367]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#367]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#2669]) +7 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-bmg: NOTRUN -> [INCOMPLETE][29] ([Intel XE#3468]) +2 other tests incomplete [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#3433]) +3 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: - shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#3432]) +2 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#3432]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#2652] / [Intel XE#787]) +4 other tests skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2887]) +17 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#2887]) +19 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2724]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#306]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@kms_chamelium_color@ctm-blue-to-red.html - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2325]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_frames@hdmi-aspect-ratio: - shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2252]) +14 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_chamelium_frames@hdmi-aspect-ratio.html * igt@kms_chamelium_hpd@dp-hpd: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#373]) +14 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_content_protection@dp-mst-type-1: - shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#307]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_content_protection@dp-mst-type-1.html - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2390]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2320]) +7 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#2321]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_cursor_crc@cursor-random-512x170.html - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2321]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#1424]) +8 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-suspend: - shard-bmg: [PASS][47] -> [INCOMPLETE][48] ([Intel XE#3468]) +1 other test incomplete [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_cursor_crc@cursor-suspend.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2291]) +5 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size: - shard-bmg: [PASS][50] -> [SKIP][51] ([Intel XE#2291]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-toggle: - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#309]) +5 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [DMESG-WARN][53] ([Intel XE#877]) +1 other test dmesg-warn [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-bmg: [PASS][54] -> [DMESG-FAIL][55] ([Intel XE#3468]) +15 other tests dmesg-fail [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2286]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3: - shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#1340]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#3070]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@kms_dp_linktrain_fallback@dp-fallback.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#2244]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_feature_discovery@display-3x: - shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#703]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_feature_discovery@display-3x.html - shard-bmg: NOTRUN -> [SKIP][62] ([Intel XE#2373]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@psr1: - shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#2374]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#2316]) +4 other tests skip [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1421]) +10 other tests skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-nonexisting-fb: - shard-bmg: [PASS][66] -> [SKIP][67] ([Intel XE#2316]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2: - shard-bmg: [PASS][68] -> [FAIL][69] ([Intel XE#3640]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a3: - shard-bmg: [PASS][70] -> [DMESG-WARN][71] ([Intel XE#1727] / [Intel XE#3468]) +4 other tests dmesg-warn [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html * igt@kms_flip@flip-vs-suspend@c-dp2: - shard-bmg: NOTRUN -> [DMESG-FAIL][72] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-fail [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_flip@flip-vs-suspend@c-dp2.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a3: - shard-bmg: [PASS][73] -> [DMESG-FAIL][74] ([Intel XE#1727] / [Intel XE#3468]) +2 other tests dmesg-fail [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_flip@flip-vs-suspend@c-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#1397] / [Intel XE#1745]) +4 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#2293] / [Intel XE#2380]) +4 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling: - shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#1401] / [Intel XE#1745]) +7 other tests skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1397]) +4 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2380]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1401]) +7 other tests skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode: - shard-bmg: [PASS][81] -> [DMESG-WARN][82] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3468]) +3 other tests dmesg-warn [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2293]) +4 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-connector-state: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#352]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#2311]) +28 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2312]) +23 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render: - shard-bmg: NOTRUN -> [FAIL][87] ([Intel XE#2333]) +13 other tests fail [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#656]) +56 other tests skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: NOTRUN -> [DMESG-FAIL][89] ([Intel XE#3468]) +18 other tests dmesg-fail [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt: - shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#651]) +10 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#1469]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-bmg: NOTRUN -> [SKIP][92] ([Intel XE#2350]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#2313]) +39 other tests skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_getfb@getfb-reject-ccs: - shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#605]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_getfb@getfb-reject-ccs.html - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2502]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_getfb@getfb2-accept-ccs: - shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#2340]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@kms_getfb@getfb2-accept-ccs.html - shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#2340]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdr@brightness-with-hdr: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#3374] / [Intel XE#3544]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_hdr@brightness-with-hdr.html - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#3374] / [Intel XE#3544]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@basic-big-joiner: - shard-lnl: NOTRUN -> [SKIP][100] ([Intel XE#346]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_joiner@basic-big-joiner.html - shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#346]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#2927]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_plane@pixel-format: - shard-bmg: [PASS][103] -> [INCOMPLETE][104] ([Intel XE#1035] / [Intel XE#3468]) [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_plane@pixel-format.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_plane@pixel-format.html * igt@kms_plane_lowres@tiling-none: - shard-bmg: [PASS][105] -> [INCOMPLETE][106] ([Intel XE#2705] / [Intel XE#3452] / [Intel XE#3468]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_plane_lowres@tiling-none.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_plane_lowres@tiling-none.html * igt@kms_plane_lowres@tiling-none@pipe-d-dp-2: - shard-bmg: NOTRUN -> [INCOMPLETE][107] ([Intel XE#3452] / [Intel XE#3468]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_plane_lowres@tiling-none@pipe-d-dp-2.html * igt@kms_plane_multiple@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][108] ([Intel XE#2493]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_plane_multiple@tiling-yf.html - shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#2493]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#2763]) +24 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#2763]) +23 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20: - shard-bmg: [PASS][112] -> [DMESG-WARN][113] ([Intel XE#1727] / [Intel XE#2566] / [Intel XE#3468]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: - shard-bmg: [PASS][114] -> [DMESG-WARN][115] ([Intel XE#2566]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html * igt@kms_pm_backlight@fade: - shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#870]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [PASS][117] -> [FAIL][118] ([Intel XE#718]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#1131]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_pm_rpm@cursor: - shard-bmg: [PASS][120] -> [INCOMPLETE][121] ([Intel XE#1727] / [Intel XE#3468]) +2 other tests incomplete [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_pm_rpm@cursor.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_pm_rpm@cursor.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][122] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#2893]) +5 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#1489]) +11 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-lnl: NOTRUN -> [SKIP][125] ([Intel XE#1128]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_psr2_su@page_flip-nv12.html - shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2387]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-pr-primary-page-flip: - shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#1406]) +2 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_psr@fbc-pr-primary-page-flip.html * igt@kms_psr@psr-primary-page-flip: - shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#2234] / [Intel XE#2850]) +13 other tests skip [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_psr@psr-primary-page-flip.html * igt@kms_psr@psr2-primary-render: - shard-bmg: NOTRUN -> [SKIP][129] ([Intel XE#2234]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_psr@psr2-primary-render.html * igt@kms_rotation_crc@bad-tiling: - shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#3414]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#2330]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-bmg: NOTRUN -> [SKIP][132] ([Intel XE#3414]) +2 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1127]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [PASS][134] -> [SKIP][135] ([Intel XE#1435]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_setmode@clone-exclusive-crtc.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_setmode@clone-exclusive-crtc.html - shard-lnl: NOTRUN -> [SKIP][136] ([Intel XE#1435]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#362]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#2426]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][139] -> [FAIL][140] ([Intel XE#2159]) +1 other test fail [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@flip-basic: - shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#1499]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_vrr@flip-basic.html * igt@kms_vrr@lobf: - shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#1499]) [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-invalid-parameters: - shard-bmg: NOTRUN -> [SKIP][143] ([Intel XE#756]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#756]) +1 other test skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@kms_writeback@writeback-pixel-formats.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#1091] / [Intel XE#2849]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-bmg: NOTRUN -> [SKIP][146] ([Intel XE#1091] / [Intel XE#2849]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_create@create-big-vram: - shard-lnl: NOTRUN -> [SKIP][147] ([Intel XE#1062]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@xe_create@create-big-vram.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: NOTRUN -> [SKIP][148] ([Intel XE#2504]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug@basic-client: - shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#2905]) +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@xe_eudebug@basic-client.html * igt@xe_eudebug@vm-bind-clear: - shard-bmg: NOTRUN -> [SKIP][150] ([Intel XE#2905]) +12 other tests skip [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_eudebug@vm-bind-clear.html * igt@xe_evict@evict-large-multi-vm: - shard-lnl: NOTRUN -> [SKIP][151] ([Intel XE#688]) +8 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@xe_evict@evict-large-multi-vm.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-bmg: NOTRUN -> [TIMEOUT][152] ([Intel XE#1473]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_balancer@many-parallel-userptr-invalidate: - shard-bmg: [PASS][153] -> [DMESG-WARN][154] ([Intel XE#2705] / [Intel XE#3468]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_exec_balancer@many-parallel-userptr-invalidate.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_exec_balancer@many-parallel-userptr-invalidate.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate: - shard-bmg: NOTRUN -> [SKIP][155] ([Intel XE#2322]) +11 other tests skip [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html * igt@xe_exec_basic@multigpu-once-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][156] ([Intel XE#1392]) +14 other tests skip [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html * igt@xe_fault_injection@inject-fault-probe-function-wait_for_lmem_ready: - shard-bmg: NOTRUN -> [DMESG-WARN][157] ([Intel XE#3467]) [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-wait_for_lmem_ready.html * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: - shard-bmg: NOTRUN -> [DMESG-WARN][158] ([Intel XE#3468]) +60 other tests dmesg-warn [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init: - shard-bmg: NOTRUN -> [DMESG-WARN][159] ([Intel XE#3343] / [Intel XE#3468]) [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: - shard-bmg: NOTRUN -> [DMESG-WARN][160] ([Intel XE#3467] / [Intel XE#3468]) +1 other test dmesg-warn [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#2229]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit: - shard-bmg: NOTRUN -> [SKIP][162] ([Intel XE#2229]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html * igt@xe_mmap@small-bar: - shard-lnl: NOTRUN -> [SKIP][163] ([Intel XE#512]) [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_mmap@small-bar.html - shard-bmg: NOTRUN -> [SKIP][164] ([Intel XE#586]) [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_mmap@small-bar.html * igt@xe_mmap@vram: - shard-lnl: NOTRUN -> [SKIP][165] ([Intel XE#1416]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_mmap@vram.html * igt@xe_oa@unprivileged-single-ctx-counters: - shard-lnl: NOTRUN -> [SKIP][166] ([Intel XE#2248]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_oa@unprivileged-single-ctx-counters.html - shard-bmg: NOTRUN -> [SKIP][167] ([Intel XE#2248]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_oa@unprivileged-single-ctx-counters.html * igt@xe_pat@pat-index-xelp: - shard-lnl: NOTRUN -> [SKIP][168] ([Intel XE#977]) [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-5/igt@xe_pat@pat-index-xelp.html - shard-bmg: NOTRUN -> [SKIP][169] ([Intel XE#2245]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@xe_pat@pat-index-xelp.html * igt@xe_pm@d3cold-mmap-vram: - shard-lnl: NOTRUN -> [SKIP][170] ([Intel XE#2284] / [Intel XE#366]) [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_pm@d3cold-mmap-vram.html * igt@xe_pm@s3-basic: - shard-bmg: [PASS][171] -> [DMESG-WARN][172] ([Intel XE#3468] / [Intel XE#569]) +1 other test dmesg-warn [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@xe_pm@s3-basic.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_pm@s3-basic.html * igt@xe_pm@s3-basic-exec: - shard-lnl: NOTRUN -> [SKIP][173] ([Intel XE#584]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-3/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s4-mocs: - shard-bmg: [PASS][174] -> [DMESG-WARN][175] ([Intel XE#1727] / [Intel XE#2280] / [Intel XE#3468]) [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@xe_pm@s4-mocs.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_pm@s4-mocs.html * igt@xe_pm@vram-d3cold-threshold: - shard-lnl: NOTRUN -> [SKIP][176] ([Intel XE#579]) [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-7/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_pm_residency@gt-c6-freeze@gt0: - shard-lnl: NOTRUN -> [ABORT][177] ([Intel XE#3673]) +8 other tests abort [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_pm_residency@gt-c6-freeze@gt0.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: NOTRUN -> [FAIL][178] ([Intel XE#958]) [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-cs-cycles: - shard-lnl: NOTRUN -> [SKIP][179] ([Intel XE#944]) +2 other tests skip [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-lnl-8/igt@xe_query@multigpu-query-cs-cycles.html * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz: - shard-bmg: NOTRUN -> [SKIP][180] ([Intel XE#944]) +3 other tests skip [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html * igt@xe_wedged@wedged-at-any-timeout: - shard-bmg: NOTRUN -> [ABORT][181] ([Intel XE#3421] / [Intel XE#3467]) [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@xe_wedged@wedged-at-any-timeout.html #### Possible fixes #### * igt@kms_big_fb@linear-8bpp-rotate-180: - shard-bmg: [DMESG-FAIL][182] ([Intel XE#3468]) -> [PASS][183] +3 other tests pass [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_big_fb@linear-8bpp-rotate-180.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@kms_big_fb@linear-8bpp-rotate-180.html * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p: - shard-bmg: [SKIP][184] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][185] +1 other test pass [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-bmg: [SKIP][186] ([Intel XE#2291]) -> [PASS][187] +1 other test pass [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic: - shard-bmg: [INCOMPLETE][188] -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_cursor_legacy@cursor-vs-flip-atomic.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-bmg: [SKIP][190] ([Intel XE#2316]) -> [PASS][191] +5 other tests pass [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-bmg: [FAIL][192] ([Intel XE#2882]) -> [PASS][193] +2 other tests pass [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2: - shard-bmg: [FAIL][194] ([Intel XE#3674]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-bmg: [SKIP][196] ([Intel XE#2571]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_setmode@basic: - shard-bmg: [FAIL][198] ([Intel XE#2883]) -> [PASS][199] +1 other test pass [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_setmode@basic.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_setmode@basic.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-bmg: [DMESG-WARN][200] ([Intel XE#1727]) -> [PASS][201] +2 other tests pass [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_exec_compute_mode@twice-bindexecqueue-rebind: - shard-bmg: [DMESG-WARN][202] -> [PASS][203] +2 other tests pass [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@xe_exec_compute_mode@twice-bindexecqueue-rebind.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_exec_compute_mode@twice-bindexecqueue-rebind.html * igt@xe_exec_threads@threads-bal-shared-vm-userptr: - shard-bmg: [DMESG-WARN][204] ([Intel XE#2705]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@xe_exec_threads@threads-bal-shared-vm-userptr.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_exec_threads@threads-bal-shared-vm-userptr.html * igt@xe_exec_threads@threads-hang-basic: - shard-bmg: [FAIL][206] -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@xe_exec_threads@threads-hang-basic.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_exec_threads@threads-hang-basic.html * igt@xe_exec_threads@threads-hang-userptr-rebind: - shard-bmg: [DMESG-WARN][208] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_exec_threads@threads-hang-userptr-rebind.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-7/igt@xe_exec_threads@threads-hang-userptr-rebind.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create: - shard-bmg: [DMESG-WARN][210] ([Intel XE#3467] / [Intel XE#3468]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html * igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind: - shard-bmg: [DMESG-WARN][212] ([Intel XE#3467]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html * igt@xe_live_ktest@xe_migrate: - shard-bmg: [SKIP][214] ([Intel XE#1192]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_live_ktest@xe_migrate.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_live_ktest@xe_migrate.html * igt@xe_pm@d3hot-basic-exec: - shard-bmg: [DMESG-WARN][216] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][217] +5 other tests pass [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_pm@d3hot-basic-exec.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@xe_pm@d3hot-basic-exec.html * igt@xe_pm@s3-exec-after: - shard-bmg: [DMESG-WARN][218] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@xe_pm@s3-exec-after.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@xe_pm@s3-exec-after.html * igt@xe_pm@s3-mocs: - shard-bmg: [DMESG-FAIL][220] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_pm@s3-mocs.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_pm@s3-mocs.html * igt@xe_pm@s4-vm-bind-userptr: - shard-bmg: [DMESG-WARN][222] ([Intel XE#1727] / [Intel XE#2280] / [Intel XE#3468]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_pm@s4-vm-bind-userptr.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_pm@s4-vm-bind-userptr.html * igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout: - shard-bmg: [DMESG-WARN][224] ([Intel XE#3468]) -> [PASS][225] +23 other tests pass [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html #### Warnings #### * igt@kms_content_protection@atomic-dpms: - shard-bmg: [FAIL][226] ([Intel XE#1178]) -> [SKIP][227] ([Intel XE#2341]) [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@kms_content_protection@atomic-dpms.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@uevent: - shard-bmg: [FAIL][228] ([Intel XE#1188]) -> [SKIP][229] ([Intel XE#2341]) [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_content_protection@uevent.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_content_protection@uevent.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2: - shard-bmg: [FAIL][230] ([Intel XE#2141]) -> [DMESG-FAIL][231] ([Intel XE#3468]) +1 other test dmesg-fail [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-bmg: [DMESG-WARN][232] ([Intel XE#3468]) -> [SKIP][233] ([Intel XE#2316]) [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-panning: - shard-bmg: [SKIP][234] ([Intel XE#2316]) -> [DMESG-WARN][235] ([Intel XE#3468]) [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_flip@2x-flip-vs-panning.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-1/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-bmg: [ABORT][236] ([Intel XE#3468]) -> [SKIP][237] ([Intel XE#2316]) [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend-interruptible.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][238] ([Intel XE#2311]) -> [SKIP][239] ([Intel XE#2312]) +4 other tests skip [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-bmg: [DMESG-FAIL][240] ([Intel XE#3468]) -> [FAIL][241] ([Intel XE#2333]) +3 other tests fail [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-bmg: [FAIL][242] ([Intel XE#2333]) -> [DMESG-FAIL][243] ([Intel XE#3468]) +5 other tests dmesg-fail [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [FAIL][244] ([Intel XE#2333]) -> [SKIP][245] ([Intel XE#2312]) +3 other tests skip [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [SKIP][246] ([Intel XE#2312]) -> [FAIL][247] ([Intel XE#2333]) +4 other tests fail [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render: - shard-bmg: [SKIP][248] ([Intel XE#2312]) -> [SKIP][249] ([Intel XE#2311]) +10 other tests skip [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: [SKIP][250] ([Intel XE#2312]) -> [SKIP][251] ([Intel XE#2313]) +8 other tests skip [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [SKIP][252] ([Intel XE#2313]) -> [SKIP][253] ([Intel XE#2312]) +11 other tests skip [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@xe_evict@evict-threads-large: - shard-bmg: [TIMEOUT][254] ([Intel XE#1473] / [Intel XE#2472]) -> [DMESG-FAIL][255] ([Intel XE#3468]) [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_evict@evict-threads-large.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_evict@evict-threads-large.html * igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen: - shard-bmg: [FAIL][256] -> [DMESG-WARN][257] ([Intel XE#3468]) [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-7/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-reopen.html * igt@xe_module_load@many-reload: - shard-bmg: [FAIL][258] ([Intel XE#3625]) -> [DMESG-WARN][259] ([Intel XE#3467]) [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_module_load@many-reload.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-5/igt@xe_module_load@many-reload.html * igt@xe_pm@s2idle-exec-after: - shard-bmg: [ABORT][260] ([Intel XE#3468] / [Intel XE#3673]) -> [ABORT][261] ([Intel XE#3673]) +1 other test abort [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-1/igt@xe_pm@s2idle-exec-after.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_pm@s2idle-exec-after.html * igt@xe_pm@s2idle-vm-bind-prefetch: - shard-bmg: [ABORT][262] ([Intel XE#1616] / [Intel XE#3468]) -> [ABORT][263] ([Intel XE#1616]) +1 other test abort [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_pm@s2idle-vm-bind-prefetch.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-4/igt@xe_pm@s2idle-vm-bind-prefetch.html * igt@xe_pm@s2idle-vm-bind-unbind-all: - shard-bmg: [ABORT][264] ([Intel XE#1616]) -> [ABORT][265] ([Intel XE#1616] / [Intel XE#3468]) [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-8/igt@xe_pm@s2idle-vm-bind-unbind-all.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-8/igt@xe_pm@s2idle-vm-bind-unbind-all.html * igt@xe_wedged@wedged-mode-toggle: - shard-bmg: [DMESG-WARN][266] ([Intel XE#3467]) -> [DMESG-WARN][267] ([Intel XE#3467] / [Intel XE#3468]) [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8139/shard-bmg-4/igt@xe_wedged@wedged-mode-toggle.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/shard-bmg-3/igt@xe_wedged@wedged-mode-toggle.html [Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035 [Intel XE#1062]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1062 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1428 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286 [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#3070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279 [Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3421 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433 [Intel XE#3452]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3452 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3467 [Intel XE#3468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3468 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [Intel XE#3625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3625 [Intel XE#3640]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3640 [Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#3673]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3673 [Intel XE#3674]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3674 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584 [Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_8139 -> IGTPW_12252 IGTPW_12252: 12252 IGT_8139: b0c59bb94e6c990589eb6825c1436ce412804dae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2328-1b7746f770882ce40dacae683e8e65657c40c2b7: 1b7746f770882ce40dacae683e8e65657c40c2b7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12252/index.html [-- Attachment #2: Type: text/html, Size: 85498 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* ✗ i915.CI.Full: failure for prevent consecutive unplug 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi ` (5 preceding siblings ...) 2024-12-06 0:31 ` ✗ Xe.CI.Full: failure " Patchwork @ 2024-12-06 0:47 ` Patchwork 6 siblings, 0 replies; 13+ messages in thread From: Patchwork @ 2024-12-06 0:47 UTC (permalink / raw) To: Kunal Joshi; +Cc: igt-dev == Series Details == Series: prevent consecutive unplug URL : https://patchwork.freedesktop.org/series/142152/ State : failure == Summary == CI Bug Log - changes from IGT_8139_full -> IGTPW_12252_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12252_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12252_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12252_full: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs (NEW): - {shard-dg2-9}: NOTRUN -> [SKIP][1] +11 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-9/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs-cc (NEW): - shard-dg1: NOTRUN -> [SKIP][2] +7 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs (NEW): - shard-rkl: NOTRUN -> [SKIP][3] +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs (NEW): - shard-mtlp: NOTRUN -> [SKIP][4] +12 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs (NEW): - shard-tglu: NOTRUN -> [SKIP][5] +7 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs.html New tests --------- New tests have been introduced between IGT_8139_full and IGTPW_12252_full: ### New IGT tests (96) ### * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.38] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.30] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.29] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-linear: - Statuses : 1 pass(s) - Exec time: [2.28] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-x: - Statuses : 1 pass(s) - Exec time: [2.30] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-edp-1-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.73] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-edp-1-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-1-y-ccs: - Statuses : 1 skip(s) - Exec time: [0.63] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-1-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-1-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.11] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-1-yf: - Statuses : 1 pass(s) - Exec time: [2.55] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-1-yf-ccs: - Statuses : 1 skip(s) - Exec time: [0.62] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-linear: - Statuses : 1 dmesg-warn(s) 1 skip(s) - Exec time: [0.16, 2.07] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-x: - Statuses : 2 pass(s) - Exec time: [2.07, 2.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-y: - Statuses : 2 pass(s) - Exec time: [2.12, 2.58] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-y-ccs: - Statuses : 1 skip(s) - Exec time: [0.63] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-yf: - Statuses : 1 pass(s) - Exec time: [2.57] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-2-yf-ccs: - Statuses : 1 skip(s) - Exec time: [0.67] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-linear: - Statuses : 1 pass(s) - Exec time: [2.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-x: - Statuses : 1 pass(s) - Exec time: [2.20] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y: - Statuses : 1 pass(s) - Exec time: [2.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-4: - Statuses : 1 pass(s) - Exec time: [2.26] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.36] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.28] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.26] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-linear: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-dp-4-x: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-edp-1-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.75] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-edp-1-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-1-y-ccs: - Statuses : 1 skip(s) - Exec time: [0.62] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-1-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-1-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.11] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-1-yf: - Statuses : 1 pass(s) - Exec time: [2.53] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-1-yf-ccs: - Statuses : 1 skip(s) - Exec time: [0.65] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-linear: - Statuses : 1 pass(s) 1 skip(s) - Exec time: [0.17, 2.03] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-x: - Statuses : 1 dmesg-warn(s) 1 pass(s) - Exec time: [2.05, 2.13] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y: - Statuses : 2 pass(s) - Exec time: [2.10, 2.53] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-ccs: - Statuses : 1 skip(s) - Exec time: [0.63] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-yf: - Statuses : 1 pass(s) - Exec time: [2.57] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-yf-ccs: - Statuses : 1 skip(s) - Exec time: [0.65] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-4-linear: - Statuses : 1 pass(s) - Exec time: [2.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-4-x: - Statuses : 1 pass(s) - Exec time: [2.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-4-y: - Statuses : 1 pass(s) - Exec time: [2.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-4-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.23] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-4-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-4: - Statuses : 1 pass(s) - Exec time: [2.26] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.41] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.28] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.25] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-linear: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-dp-4-x: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-edp-1-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.74] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-edp-1-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.14] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.10] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-yf: - Statuses : 1 pass(s) - Exec time: [2.63] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-linear: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-x: - Statuses : 1 pass(s) - Exec time: [2.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-y: - Statuses : 1 pass(s) - Exec time: [2.55] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-2-yf: - Statuses : 1 pass(s) - Exec time: [2.66] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-4-linear: - Statuses : 1 pass(s) - Exec time: [2.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-4-x: - Statuses : 1 pass(s) - Exec time: [2.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-4-y: - Statuses : 1 pass(s) - Exec time: [2.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-4-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.24] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-4-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-4: - Statuses : 1 pass(s) - Exec time: [2.26] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.35] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.28] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.25] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-linear: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-dp-4-x: - Statuses : 1 pass(s) - Exec time: [2.27] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4: - Statuses : 1 pass(s) - Exec time: [2.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-mc-ccs: - Statuses : 1 skip(s) - Exec time: [0.78] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-4-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.14] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-linear: - Statuses : 1 pass(s) - Exec time: [2.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-edp-1-x: - Statuses : 1 pass(s) - Exec time: [2.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.15] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-1-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.10] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-4-linear: - Statuses : 1 pass(s) - Exec time: [2.17] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-4-x: - Statuses : 1 pass(s) - Exec time: [2.18] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-4-y: - Statuses : 1 pass(s) - Exec time: [2.16] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-4-y-rc-ccs: - Statuses : 1 skip(s) - Exec time: [0.25] s * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-4-y-rc-ccs-cc: - Statuses : 1 skip(s) - Exec time: [0.17] s * igt@kms_async_flips@test-cursor-atomic@pipe-a-hdmi-a-2: - Statuses : 2 pass(s) - Exec time: [0.08, 0.21] s * igt@kms_async_flips@test-cursor-atomic@pipe-b-hdmi-a-2: - Statuses : 2 pass(s) - Exec time: [0.07, 0.21] s * igt@kms_async_flips@test-cursor-atomic@pipe-c-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [0.24] s * igt@kms_psr@fbc-psr2-primary-mmap-gtt@edp-1: - Statuses : 1 skip(s) - Exec time: [0.0] s * igt@kms_psr@psr2-cursor-mmap-gtt@edp-1: - Statuses : 1 pass(s) - Exec time: [1.65] s Known issues ------------ Here are the changes found in IGTPW_12252_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@drm_fdinfo@all-busy-idle-check-all: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8414]) +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@drm_fdinfo@all-busy-idle-check-all.html * igt@drm_fdinfo@virtual-busy-hang: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@drm_fdinfo@virtual-busy-hang.html - shard-dg1: NOTRUN -> [SKIP][9] ([i915#8414]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@drm_fdinfo@virtual-busy-hang.html * igt@gem_create@create-clear: - shard-rkl: [PASS][10] -> [DMESG-WARN][11] ([i915#12964]) +1 other test dmesg-warn [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-rkl-7/igt@gem_create@create-clear.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@gem_create@create-clear.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][12] ([i915#6335]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@gem_create@create-ext-cpu-access-big.html - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#6335]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@gem_create@create-ext-cpu-access-big.html - shard-rkl: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#8562]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@gem_create@create-ext-set-pat.html - shard-rkl: NOTRUN -> [SKIP][16] ([i915#8562]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@gem_create@create-ext-set-pat.html - shard-dg1: NOTRUN -> [SKIP][17] ([i915#8562]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@gem_create@create-ext-set-pat.html - shard-tglu: NOTRUN -> [SKIP][18] ([i915#8562]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][19] ([i915#1099]) +6 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb1/igt@gem_ctx_persistence@engines-mixed-process.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@gem_ctx_persistence@hang.html - shard-dg2: NOTRUN -> [SKIP][21] ([i915#8555]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_ctx_persistence@hang.html * igt@gem_eio@kms: - shard-dg2: NOTRUN -> [FAIL][22] ([i915#5784]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-2/igt@gem_eio@kms.html - shard-dg1: NOTRUN -> [FAIL][23] ([i915#5784]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglu-1: NOTRUN -> [SKIP][24] ([i915#4525]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][25] ([i915#11965]) +4 other tests fail [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#3539] / [i915#4852]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-before-default.html - shard-dg1: NOTRUN -> [SKIP][27] ([i915#3539] / [i915#4852]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#3281]) +9 other tests skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3281]) +10 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-gtt-active: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3281]) +7 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@gem_exec_reloc@basic-write-gtt-active.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#3281]) +10 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_suspend@basic-s4-devices: - shard-dg2: NOTRUN -> [ABORT][32] ([i915#7975] / [i915#8213]) +1 other test abort [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-4/igt@gem_exec_suspend@basic-s4-devices.html - shard-rkl: NOTRUN -> [ABORT][33] ([i915#7975] / [i915#8213]) +2 other tests abort [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: NOTRUN -> [ABORT][34] ([i915#7975] / [i915#8213]) +1 other test abort [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4860]) +2 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#4860]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4860]) +4 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_swapping@heavy-random: - shard-tglu: NOTRUN -> [SKIP][38] ([i915#4613]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@gem_lmem_swapping@heavy-random.html - shard-glk: NOTRUN -> [SKIP][39] ([i915#4613]) +4 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk5/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4613]) +4 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@massive: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#4613]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@gem_lmem_swapping@massive.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][42] ([i915#12193]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_lmem_swapping@verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][43] ([i915#4565]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html * igt@gem_mmap@big-bo: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4083]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@gem_mmap@big-bo.html - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4083]) +2 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_mmap@big-bo.html * igt@gem_mmap_gtt@basic-small-bo: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4077]) +9 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4083]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@gem_mmap_wc@write-read.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#3282]) +4 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +7 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#3282]) +8 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@exhaustion: - shard-tglu: NOTRUN -> [WARN][51] ([i915#2658]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@gem_pread@exhaustion.html - shard-glk: NOTRUN -> [WARN][52] ([i915#2658]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk5/igt@gem_pread@exhaustion.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [TIMEOUT][53] ([i915#12917] / [i915#12964]) +1 other test timeout [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-on.html - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4270]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gem_pxp@reject-modify-context-protection-on.html - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4270]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282]) +9 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-4/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#5190] / [i915#8428]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#8428]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-2/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs.html * igt@gem_set_tiling_vs_pwrite: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4079]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@gem_set_tiling_vs_pwrite.html - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4079]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4885]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_partial_pwrite_pread@reads: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4077]) +6 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@gem_tiled_partial_pwrite_pread@reads.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#3297]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3297]) +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg2: NOTRUN -> [SKIP][65] ([i915#3297] / [i915#4880]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg1: NOTRUN -> [SKIP][66] ([i915#3297] / [i915#4880]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@relocations: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3281] / [i915#3297]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@gem_userptr_blits@relocations.html - shard-dg2: NOTRUN -> [SKIP][68] ([i915#3281] / [i915#3297]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-10/igt@gem_userptr_blits@relocations.html - shard-rkl: NOTRUN -> [SKIP][69] ([i915#3281] / [i915#3297]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@gem_userptr_blits@relocations.html - shard-dg1: NOTRUN -> [SKIP][70] ([i915#3281] / [i915#3297]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#3297] / [i915#4958]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#3297]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-dg1: NOTRUN -> [SKIP][73] ([i915#3297]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-13/igt@gem_userptr_blits@unsync-unmap-after-close.html - shard-tglu: NOTRUN -> [SKIP][74] ([i915#3297]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-10/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#2527]) +2 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-3/igt@gen9_exec_parse@bb-oversize.html - shard-dg1: NOTRUN -> [SKIP][76] ([i915#2527]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@gen9_exec_parse@bb-oversize.html - shard-tglu: NOTRUN -> [SKIP][77] ([i915#2527] / [i915#2856]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@gen9_exec_parse@bb-oversize.html - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#2856]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-start-far: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#2856]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@gen9_exec_parse@bb-start-far.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#7091]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-4/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#8436]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-glk: NOTRUN -> [ABORT][82] ([i915#13218]) +24 other tests abort [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk1/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rps@fence-order: - shard-dg1: NOTRUN -> [ABORT][83] ([i915#13218]) +20 other tests abort [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@i915_pm_rps@fence-order.html * igt@i915_pm_rps@thresholds-idle-park: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#11681]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-5/igt@i915_pm_rps@thresholds-idle-park.html - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#11681]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@i915_pm_rps@thresholds-idle-park.html * igt@i915_pm_rps@thresholds-park: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#11681]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-13/igt@i915_pm_rps@thresholds-park.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][87] ([i915#8346]) +1 other test fail [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@i915_pm_rps@waitboost.html * igt@i915_pm_sseu@full-enable: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#4387]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-3/igt@i915_pm_sseu@full-enable.html - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8437]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@live@workarounds: - shard-mtlp: NOTRUN -> [ABORT][90] ([i915#12061]) +1 other test abort [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-2/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@forcewake: - shard-glk: NOTRUN -> [INCOMPLETE][91] ([i915#4817]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk8/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#4212]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#4212]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-8/igt@kms_addfb_basic@clobberred-modifier.html - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4212]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic: - shard-rkl: NOTRUN -> [DMESG-WARN][95] ([i915#12964]) +7 other tests dmesg-warn [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-tglu-1: NOTRUN -> [SKIP][96] ([i915#5286]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][97] ([i915#5286]) +5 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#4538] / [i915#5286]) +4 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#5286]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][100] +20 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-4/igt@kms_big_fb@linear-64bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][101] ([i915#3638]) +2 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_big_fb@linear-64bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3638]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][103] ([i915#5190]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6187]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5190]) +8 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#4538]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][107] ([i915#6095]) +18 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][108] ([i915#6095]) +39 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-3/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#10307] / [i915#6095]) +34 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][110] +201 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk5/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#12313]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][112] ([i915#12313]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-tglu: NOTRUN -> [SKIP][113] ([i915#12313]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#12313]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6095]) +24 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-edp-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#12313]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-4/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#6095]) +15 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg2: NOTRUN -> [SKIP][119] +12 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-8/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#7828]) +7 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#7828]) +8 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-8/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#7828]) +6 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#7828]) +5 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html - shard-tglu: NOTRUN -> [SKIP][124] ([i915#7828]) +6 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_content_protection@legacy: - shard-tglu: NOTRUN -> [SKIP][125] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_content_protection@legacy.html - shard-mtlp: NOTRUN -> [SKIP][126] ([i915#6944] / [i915#9424]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_content_protection@legacy.html - shard-dg2: NOTRUN -> [SKIP][127] ([i915#7118] / [i915#9424]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_content_protection@legacy.html - shard-rkl: NOTRUN -> [SKIP][128] ([i915#7118] / [i915#9424]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_content_protection@legacy.html * igt@kms_content_protection@mei-interface: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#9424]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@kms_content_protection@mei-interface.html - shard-dg1: NOTRUN -> [SKIP][130] ([i915#9433]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-13/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#8814]) +1 other test skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-tglu-1: NOTRUN -> [SKIP][132] ([i915#13049]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#3555]) +4 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html - shard-rkl: NOTRUN -> [SKIP][134] ([i915#3555]) +3 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html - shard-dg1: NOTRUN -> [SKIP][135] ([i915#3555]) +3 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#3555] / [i915#8814]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#13049]) +1 other test skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-tglu: NOTRUN -> [SKIP][138] ([i915#13049]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#13049]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg2: NOTRUN -> [SKIP][140] ([i915#13049]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#5354]) +24 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#4103]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html - shard-dg1: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-13/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][144] +19 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#9809]) +2 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - shard-snb: [PASS][146] -> [FAIL][147] ([i915#2346]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-snb1/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-tglu: NOTRUN -> [SKIP][148] ([i915#9723]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-3/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#3840]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-formats: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#3555] / [i915#3840]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3555] / [i915#3840]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_dsc@dsc-with-output-formats.html - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555] / [i915#3840]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_dsc@dsc-with-output-formats.html - shard-rkl: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_dsc@dsc-with-output-formats.html - shard-tglu: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#3840]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3637]) +5 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-4/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#9934]) +5 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-10/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html - shard-tglu-1: NOTRUN -> [SKIP][157] ([i915#3637]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][158] ([i915#9934]) +4 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html - shard-tglu: NOTRUN -> [SKIP][159] ([i915#3637]) +3 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#9934]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-snb: NOTRUN -> [ABORT][161] ([i915#13242]) +9 other tests abort [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb1/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@wf_vblank-ts-check-interruptible: - shard-rkl: NOTRUN -> [FAIL][162] ([i915#11989] / [i915#12840]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check-interruptible.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1: - shard-mtlp: NOTRUN -> [FAIL][163] ([i915#11989]) +1 other test fail [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-edp1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1: - shard-rkl: NOTRUN -> [FAIL][164] ([i915#11989]) +1 other test fail [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8810] / [i915#8813]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html - shard-rkl: NOTRUN -> [SKIP][166] ([i915#2672] / [i915#3555]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html - shard-dg1: NOTRUN -> [SKIP][167] ([i915#2672] / [i915#3555]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#8810]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#2672]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html - shard-dg1: NOTRUN -> [SKIP][170] ([i915#2587] / [i915#2672]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#2672] / [i915#3555] / [i915#5190]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#2672]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#2672] / [i915#3555]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#2587] / [i915#2672]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff: - shard-dg2: [PASS][175] -> [FAIL][176] ([i915#6880]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#8708]) +11 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#8708]) +6 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render: - shard-tglu-1: NOTRUN -> [SKIP][179] +4 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move: - shard-rkl: NOTRUN -> [SKIP][180] ([i915#1825]) +26 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][181] +26 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#8708]) +11 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#9766]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-dg1: NOTRUN -> [SKIP][184] ([i915#9766]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-tglu: NOTRUN -> [SKIP][185] ([i915#9766]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-dg2: NOTRUN -> [SKIP][186] ([i915#9766]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][187] +60 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#3458]) +12 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#3023]) +16 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html - shard-dg1: NOTRUN -> [SKIP][190] ([i915#3458]) +11 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#1825]) +19 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#6118]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch: - shard-tglu: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#8228]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_hdr@bpc-switch.html - shard-dg2: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8228]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_hdr@bpc-switch.html - shard-rkl: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8228]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_hdr@static-toggle-dpms.html * igt@kms_joiner@basic-big-joiner: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#10656]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-3/igt@kms_joiner@basic-big-joiner.html - shard-dg1: NOTRUN -> [SKIP][198] ([i915#10656]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_joiner@basic-big-joiner.html - shard-tglu: NOTRUN -> [SKIP][199] ([i915#10656]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_joiner@basic-big-joiner.html - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#10656]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_joiner@basic-big-joiner.html - shard-dg2: NOTRUN -> [SKIP][201] ([i915#10656]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_joiner@basic-big-joiner.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#6301]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@kms_panel_fitting@legacy.html - shard-rkl: NOTRUN -> [SKIP][203] ([i915#6301]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_panel_fitting@legacy.html - shard-tglu-1: NOTRUN -> [SKIP][204] ([i915#6301]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@kms_panel_fitting@legacy.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-tglu: NOTRUN -> [ABORT][205] ([i915#10159] / [i915#13218]) +1 other test abort [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-4/igt@kms_plane@plane-panning-bottom-right-suspend.html - shard-glk: NOTRUN -> [INCOMPLETE][206] ([i915#13026]) +1 other test incomplete [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk2/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane_alpha_blend@alpha-opaque-fb: - shard-glk: NOTRUN -> [FAIL][207] ([i915#12169]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb.html * igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][208] ([i915#10647]) +3 other tests fail [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk9/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][209] ([i915#12177]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk3/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_lowres@tiling-4: - shard-tglu: NOTRUN -> [SKIP][210] ([i915#3555]) +5 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_plane_lowres@tiling-4.html - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#10226] / [i915#11614] / [i915#3555] / [i915#8821]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_plane_lowres@tiling-4.html * igt@kms_plane_lowres@tiling-4@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][212] ([i915#11614] / [i915#3582]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][213] ([i915#12247] / [i915#6953] / [i915#9423]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][214] ([i915#12247] / [i915#6953]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#12247] / [i915#6953]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b: - shard-rkl: NOTRUN -> [SKIP][216] ([i915#12247]) +3 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html - shard-tglu: NOTRUN -> [SKIP][217] ([i915#12247]) +7 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#12247] / [i915#3555]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-tglu: NOTRUN -> [SKIP][219] ([i915#12247] / [i915#3555]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#12247] / [i915#3555]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-dg2: NOTRUN -> [SKIP][221] ([i915#12247] / [i915#3555] / [i915#9423]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#12247] / [i915#3555]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a: - shard-dg1: NOTRUN -> [SKIP][223] ([i915#12247]) +3 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#12247]) +3 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-8/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#12247]) +7 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@fade-with-suspend: - shard-tglu: NOTRUN -> [SKIP][226] ([i915#9812]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_pm_backlight@fade-with-suspend.html - shard-mtlp: NOTRUN -> [ABORT][227] ([i915#10159] / [i915#13218]) +4 other tests abort [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_pm_backlight@fade-with-suspend.html - shard-rkl: NOTRUN -> [SKIP][228] ([i915#5354]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#9685]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-5/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-rkl: NOTRUN -> [SKIP][230] ([i915#9685]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-1/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-dg1: NOTRUN -> [SKIP][231] ([i915#9685]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-12/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-tglu: NOTRUN -> [SKIP][232] ([i915#9685]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-10/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#9292]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-4/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#9519]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-8/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences: - shard-dg1: NOTRUN -> [SKIP][235] ([i915#4077]) +4 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_pm_rpm@fences.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][236] ([i915#9519]) +1 other test skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-tglu: NOTRUN -> [SKIP][237] ([i915#9519]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#9519]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#6524] / [i915#6805]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-6/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#6524]) +1 other test skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html - shard-dg1: NOTRUN -> [SKIP][241] ([i915#6524]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-18/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][242] ([i915#6524]) +1 other test skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_prime@basic-modeset-hybrid.html - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#6524]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-snb: NOTRUN -> [SKIP][244] ([i915#11520]) +12 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#11520]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][246] ([i915#11520]) +3 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - shard-mtlp: NOTRUN -> [SKIP][247] ([i915#12316]) +3 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][248] ([i915#11520]) +3 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk3/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#11520]) +3 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html - shard-dg1: NOTRUN -> [SKIP][250] ([i915#11520]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@fbc-psr2-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#9688]) +17 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-7/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html * igt@kms_psr@psr-cursor-render: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#1072] / [i915#9732]) +19 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr-primary-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#4077] / [i915#9688]) +1 other test skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html * igt@kms_psr@psr2-cursor-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][254] ([i915#1072] / [i915#9732]) +18 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-2/igt@kms_psr@psr2-cursor-mmap-gtt.html - shard-dg1: NOTRUN -> [SKIP][255] ([i915#1072] / [i915#9732]) +13 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-14/igt@kms_psr@psr2-cursor-mmap-gtt.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-tglu: NOTRUN -> [SKIP][256] ([i915#9732]) +21 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#12755]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#12755] / [i915#5190]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-dg1: NOTRUN -> [SKIP][259] ([i915#5289]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-tglu: NOTRUN -> [SKIP][260] ([i915#5289]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#12755]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][262] ([i915#5465]) +2 other tests fail [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb5/igt@kms_setmode@basic.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#3555] / [i915#8809]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][264] ([IGT#160]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_sysfs_edid_timing.html - shard-dg1: NOTRUN -> [FAIL][265] ([IGT#160] / [i915#6493]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#8623]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-3/igt@kms_tiled_display@basic-test-pattern.html - shard-glk: NOTRUN -> [FAIL][267] ([i915#10959]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk9/igt@kms_tiled_display@basic-test-pattern.html - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#8623]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][269] ([i915#9906]) +1 other test skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-3/igt@kms_vrr@flip-basic-fastset.html - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#8808] / [i915#9906]) +1 other test skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-6/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#9906]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-17/igt@kms_vrr@max-min.html - shard-dg2: NOTRUN -> [SKIP][272] ([i915#9906]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-11/igt@kms_vrr@max-min.html - shard-rkl: NOTRUN -> [SKIP][273] ([i915#9906]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-3/igt@kms_vrr@max-min.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#2437] / [i915#9412]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-rkl: NOTRUN -> [SKIP][275] ([i915#2437] / [i915#9412]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-tglu: NOTRUN -> [SKIP][276] ([i915#2437] / [i915#9412]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-9/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-glk: NOTRUN -> [SKIP][277] ([i915#2437]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-mtlp: NOTRUN -> [SKIP][278] ([i915#2437] / [i915#9412]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@stress-open-close: - shard-dg2: NOTRUN -> [ABORT][279] ([i915#13218]) +21 other tests abort [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-3/igt@perf@stress-open-close.html * igt@perf_pmu@busy-accuracy-98: - shard-snb: NOTRUN -> [SKIP][280] +439 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb4/igt@perf_pmu@busy-accuracy-98.html * igt@perf_pmu@busy-accuracy-98@rcs0: - shard-tglu: NOTRUN -> [ABORT][281] ([i915#13218]) +23 other tests abort [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-10/igt@perf_pmu@busy-accuracy-98@rcs0.html * igt@perf_pmu@event-wait: - shard-mtlp: NOTRUN -> [SKIP][282] ([i915#8807]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@perf_pmu@event-wait.html * igt@perf_pmu@event-wait@rcs0: - shard-mtlp: NOTRUN -> [SKIP][283] ([i915#3555] / [i915#8807]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@frequency@gt0: - shard-mtlp: NOTRUN -> [ABORT][284] ([i915#13218]) +26 other tests abort [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-4/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-tglu-1: NOTRUN -> [ABORT][285] ([i915#13218]) +3 other tests abort [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-tglu-1/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@perf_pmu@multi-client@rcs0: - shard-snb: NOTRUN -> [ABORT][286] ([i915#13218]) +11 other tests abort [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb1/igt@perf_pmu@multi-client@rcs0.html * igt@perf_pmu@semaphore-wait: - shard-rkl: NOTRUN -> [ABORT][287] ([i915#13218]) +23 other tests abort [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@perf_pmu@semaphore-wait.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][288] ([i915#3708]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-mtlp-3/igt@prime_vgem@fence-write-hang.html - shard-dg2: NOTRUN -> [SKIP][289] ([i915#3708]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@prime_vgem@fence-write-hang.html - shard-rkl: NOTRUN -> [SKIP][290] ([i915#3708]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-5/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][291] ([i915#9917]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg1-13/igt@sriov_basic@enable-vfs-bind-unbind-each.html - shard-rkl: NOTRUN -> [SKIP][292] ([i915#9917]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@sriov_basic@enable-vfs-bind-unbind-each.html #### Possible fixes #### * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-snb: [FAIL][293] ([i915#2346]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-snb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-rkl: [DMESG-WARN][295] ([i915#12964]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-rkl-5/igt@kms_flip@flip-vs-blocking-wf-vblank.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-rkl-4/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@plain-flip-ts-check: - shard-dg2: [FAIL][297] ([i915#11989]) -> [PASS][298] +3 other tests pass [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-dg2-7/igt@kms_flip@plain-flip-ts-check.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-dg2-7/igt@kms_flip@plain-flip-ts-check.html * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom: - shard-glk: [DMESG-WARN][299] ([i915#118] / [i915#1982]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-glk5/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk8/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html * igt@syncobj_timeline@etime-multi-wait-all-available-unsubmitted-submitted-signaled: - shard-glk: [INCOMPLETE][301] -> [PASS][302] [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8139/shard-glk5/igt@syncobj_timeline@etime-multi-wait-all-available-unsubmitted-submitted-signaled.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/shard-glk9/igt@syncobj_timeline@etime-multi-wait-all-available-unsubmitted-submitted-signaled.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#160]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/160 [i915#10159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10159 [i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118 [i915#11965]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11965 [i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169 [i915#12177]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12177 [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12840 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13218]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13218 [i915#13242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13242 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6493 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7091]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8346 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8436 [i915#8437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8437 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8807]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8807 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#9292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9292 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8139 -> IGTPW_12252 CI-20190529: 20190529 CI_DRM_15796: 1b7746f770882ce40dacae683e8e65657c40c2b7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12252: 12252 IGT_8139: b0c59bb94e6c990589eb6825c1436ce412804dae @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12252/index.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH i-g-t 0/2] make display test dynamic @ 2024-01-30 5:37 Kunal Joshi 2024-01-30 5:37 ` [PATCH i-g-t 2/2] HAX: please do not merge Kunal Joshi 0 siblings, 1 reply; 13+ messages in thread From: Kunal Joshi @ 2024-01-30 5:37 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi currently kms_feature_discovery@display checks for number of display from 1 to 4, make it dynamic to check from 1 to n also reducing unwanted skips. anyone who needs to check number of displays for a particular config can check kms_feature_discovery@display test result. Kunal Joshi (2): tests/kms_feature_discovery: make display test dynamic HAX: please do not merge tests/intel-ci/fast-feedback.testlist | 2 +- tests/kms_feature_discovery.c | 36 ++++++--------------------- 2 files changed, 8 insertions(+), 30 deletions(-) -- 2.25.1 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH i-g-t 2/2] HAX: please do not merge 2024-01-30 5:37 [PATCH i-g-t 0/2] make display test dynamic Kunal Joshi @ 2024-01-30 5:37 ` Kunal Joshi 0 siblings, 0 replies; 13+ messages in thread From: Kunal Joshi @ 2024-01-30 5:37 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi Only for testing please don't merge Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> --- tests/intel-ci/fast-feedback.testlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 662e49cc3..d0a0a9df1 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -1,6 +1,6 @@ # Try to load the driver if it's not available yet. igt@i915_module_load@load - +igt@kms_feature_discovery@display # Keep alphabetically sorted by default igt@core_auth@basic-auth igt@debugfs_test@read_all_entries -- 2.25.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH i-g-t 0/2] make display test dynamic @ 2024-01-29 16:25 Kunal Joshi 2024-01-29 16:25 ` [PATCH i-g-t 2/2] HAX: please do not merge Kunal Joshi 0 siblings, 1 reply; 13+ messages in thread From: Kunal Joshi @ 2024-01-29 16:25 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi currently kms_feature_discovery@display checks for number of display from 1 to 4, make it dynamic to check from 1 to n also reducing unwanted skips. anyone who needs to check number of displays for a particular config can check kms_feature_discovery@display test result. Kunal Joshi (2): tests/kms_feature_discovery: make display test dynamic HAX: please do not merge tests/intel-ci/fast-feedback.testlist | 2 +- tests/kms_feature_discovery.c | 35 +++++---------------------- 2 files changed, 7 insertions(+), 30 deletions(-) -- 2.25.1 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH i-g-t 2/2] HAX: please do not merge 2024-01-29 16:25 [PATCH i-g-t 0/2] make display test dynamic Kunal Joshi @ 2024-01-29 16:25 ` Kunal Joshi 0 siblings, 0 replies; 13+ messages in thread From: Kunal Joshi @ 2024-01-29 16:25 UTC (permalink / raw) To: igt-dev; +Cc: Kunal Joshi Only for testing please don't merge Signed-off-by: Kunal Joshi <kunal1.joshi@intel.com> --- tests/intel-ci/fast-feedback.testlist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 662e49cc3..d0a0a9df1 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -1,6 +1,6 @@ # Try to load the driver if it's not available yet. igt@i915_module_load@load - +igt@kms_feature_discovery@display # Keep alphabetically sorted by default igt@core_auth@basic-auth igt@debugfs_test@read_all_entries -- 2.25.1 ^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-12-09 8:51 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-12-05 9:40 [PATCH i-g-t 0/2] prevent consecutive unplug Kunal Joshi 2024-12-05 9:40 ` [PATCH i-g-t 1/2] tests/chamelium/kms_chamelium_hpd: don't unplug multiple times Kunal Joshi 2024-12-06 5:14 ` B, Jeevan 2024-12-09 8:05 ` Joshi, Kunal1 2024-12-09 8:51 ` B, Jeevan 2024-12-05 9:40 ` [PATCH i-g-t 2/2] HAX: Please do not merge Kunal Joshi 2024-12-05 22:52 ` ✗ GitLab.Pipeline: warning for prevent consecutive unplug Patchwork 2024-12-05 23:10 ` ✗ Xe.CI.BAT: failure " Patchwork 2024-12-05 23:24 ` ✓ i915.CI.BAT: success " Patchwork 2024-12-06 0:31 ` ✗ Xe.CI.Full: failure " Patchwork 2024-12-06 0:47 ` ✗ i915.CI.Full: " Patchwork -- strict thread matches above, loose matches on Subject: below -- 2024-01-30 5:37 [PATCH i-g-t 0/2] make display test dynamic Kunal Joshi 2024-01-30 5:37 ` [PATCH i-g-t 2/2] HAX: please do not merge Kunal Joshi 2024-01-29 16:25 [PATCH i-g-t 0/2] make display test dynamic Kunal Joshi 2024-01-29 16:25 ` [PATCH i-g-t 2/2] HAX: please do not merge Kunal Joshi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox