* [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination
@ 2024-11-18 12:16 Krzysztof Niemiec
2024-11-19 1:09 ` ✓ CI.xeBAT: success for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Krzysztof Niemiec @ 2024-11-18 12:16 UTC (permalink / raw)
To: igt-dev; +Cc: Chris Wilson, Nirmoy Das, Krzysztof Niemiec
In some of the subtests, there is a race condition - if a non-persistent
context is not terminated by the driver before the associated spinner is
ended and probed for status, the status will be incorrectly reported as
completed.
Add a sleep instruction before the assert to give the kernel time to
clean up.
v2:
- Update the patch description,
- Change the previous expression to a simpler usleep(),
- Add a usleep() call in test_saturated_hostile_all(), as this behavior
is also shown in this subtest.
Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com>
---
tests/intel/gem_ctx_persistence.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/intel/gem_ctx_persistence.c b/tests/intel/gem_ctx_persistence.c
index 974444cf1..d90b78267 100644
--- a/tests/intel/gem_ctx_persistence.c
+++ b/tests/intel/gem_ctx_persistence.c
@@ -1029,6 +1029,9 @@ test_saturated_hostile_all(int i915, const intel_ctx_t *base_ctx,
igt_spin_busywait_until_started(spin);
intel_ctx_destroy(i915, ctx);
+ /* Give the kernel some time to terminate the context */
+ usleep(reset_timeout_ms * 1000);
+
/* Hostile request requires a GPU reset to terminate */
igt_assert_eq(wait_for_status(spin->out_fence, reset_timeout_ms), -EIO);
@@ -1173,6 +1176,9 @@ static void __smoker(int i915, const intel_ctx_cfg_t *cfg,
drm_close_driver(fd);
flush_delayed_fput(i915);
+ /* Give the kernel some time to terminate the context */
+ usleep(reset_timeout_ms * 1000);
+
igt_spin_end(spin);
igt_assert_eq(wait_for_status(spin->out_fence, timeout), expected);
--
2.45.2
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ CI.xeBAT: success for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) 2024-11-18 12:16 [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Krzysztof Niemiec @ 2024-11-19 1:09 ` Patchwork 2024-11-19 1:20 ` ✗ Fi.CI.BAT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-11-19 1:09 UTC (permalink / raw) To: Krzysztof Niemiec; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3521 bytes --] == Series Details == Series: tests/intel/gem_ctx_persistence: Wait for context termination (rev3) URL : https://patchwork.freedesktop.org/series/140582/ State : success == Summary == CI Bug Log - changes from XEIGT_8115_BAT -> XEIGTPW_12126_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_12126_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][1] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - bat-adlp-vf: NOTRUN -> [SKIP][2] ([Intel XE#2229]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [DMESG-FAIL][3] ([Intel XE#1033]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html * igt@xe_live_ktest@xe_migrate: - bat-adlp-vf: [SKIP][5] ([Intel XE#1192]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html * igt@xe_pat@pat-index-xelp@render: - bat-adlp-vf: [DMESG-WARN][7] ([Intel XE#358]) -> [PASS][8] +1 other test pass [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html #### Warnings #### * igt@xe_live_ktest@xe_bo: - bat-adlp-vf: [SKIP][9] ([Intel XE#1192]) -> [SKIP][10] ([Intel XE#2229] / [Intel XE#455]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8115 -> IGTPW_12126 * Linux: xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4 -> xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 IGTPW_12126: 12126 IGT_8115: 4942fc57c20f9cb2195e70991c4e4df03dd3db21 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4: 6abefc8e3bf638090d5277bc3e6fd02bb25579a4 xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6: 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/index.html [-- Attachment #2: Type: text/html, Size: 4514 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) 2024-11-18 12:16 [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Krzysztof Niemiec 2024-11-19 1:09 ` ✓ CI.xeBAT: success for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork @ 2024-11-19 1:20 ` Patchwork 2024-11-20 9:56 ` Krzysztof Niemiec 2024-11-19 12:15 ` [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Nirmoy Das 2024-11-19 12:25 ` ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork 3 siblings, 1 reply; 7+ messages in thread From: Patchwork @ 2024-11-19 1:20 UTC (permalink / raw) To: Krzysztof Niemiec; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4924 bytes --] == Series Details == Series: tests/intel/gem_ctx_persistence: Wait for context termination (rev3) URL : https://patchwork.freedesktop.org/series/140582/ State : failure == Summary == CI Bug Log - changes from IGT_8115 -> IGTPW_12126 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12126 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12126, 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_12126/index.html Participating hosts (46 -> 45) ------------------------------ Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12126: ### IGT changes ### #### Possible regressions #### * igt@i915_pm_rpm@module-reload: - bat-dg2-11: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-dg2-11/igt@i915_pm_rpm@module-reload.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-dg2-11/igt@i915_pm_rpm@module-reload.html - bat-adls-6: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-adls-6/igt@i915_pm_rpm@module-reload.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-adls-6/igt@i915_pm_rpm@module-reload.html - bat-rpls-4: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-rpls-4/igt@i915_pm_rpm@module-reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-rpls-4/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-jsl-1: [PASS][7] -> [DMESG-FAIL][8] +1 other test dmesg-fail [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-jsl-1/igt@i915_selftest@live.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-jsl-1/igt@i915_selftest@live.html - bat-twl-1: NOTRUN -> [ABORT][9] +1 other test abort [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-twl-1/igt@i915_selftest@live.html Known issues ------------ Here are the changes found in IGTPW_12126 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-arls-5: [PASS][10] -> [ABORT][11] ([i915#12829]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-arls-5/igt@i915_selftest@live.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-arls-5/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [PASS][12] -> [ABORT][13] ([i915#12061]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-arls-5/igt@i915_selftest@live@workarounds.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-arls-5/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - bat-dg1-7: [FAIL][14] -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-dg1-7/igt@i915_pm_rpm@module-reload.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-dg1-7/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-mtlp-6: [ABORT][16] ([i915#12829]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-mtlp-6/igt@i915_selftest@live.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-mtlp-6/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-mtlp-6: [ABORT][18] -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-mtlp-6/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12829]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12829 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8115 -> IGTPW_12126 * Linux: CI_DRM_15716 -> CI_DRM_15717 CI-20190529: 20190529 CI_DRM_15716: 6abefc8e3bf638090d5277bc3e6fd02bb25579a4 @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15717: 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12126: 12126 IGT_8115: 4942fc57c20f9cb2195e70991c4e4df03dd3db21 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/index.html [-- Attachment #2: Type: text/html, Size: 5832 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ Fi.CI.BAT: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) 2024-11-19 1:20 ` ✗ Fi.CI.BAT: failure " Patchwork @ 2024-11-20 9:56 ` Krzysztof Niemiec 0 siblings, 0 replies; 7+ messages in thread From: Krzysztof Niemiec @ 2024-11-20 9:56 UTC (permalink / raw) To: igt-dev; +Cc: I915-ci-infra On 2024-11-19 at 01:20:58 GMT, Patchwork wrote: > == Series Details == > > Series: tests/intel/gem_ctx_persistence: Wait for context termination (rev3) > URL : https://patchwork.freedesktop.org/series/140582/ > State : failure > > == Summary == > > CI Bug Log - changes from IGT_8115 -> IGTPW_12126 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_12126 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_12126, 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_12126/index.html > > Participating hosts (46 -> 45) > ------------------------------ > > Missing (1): fi-snb-2520m > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_12126: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_pm_rpm@module-reload: > - bat-dg2-11: [PASS][1] -> [FAIL][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-dg2-11/igt@i915_pm_rpm@module-reload.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-dg2-11/igt@i915_pm_rpm@module-reload.html > - bat-adls-6: [PASS][3] -> [FAIL][4] > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-adls-6/igt@i915_pm_rpm@module-reload.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-adls-6/igt@i915_pm_rpm@module-reload.html > - bat-rpls-4: [PASS][5] -> [FAIL][6] > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-rpls-4/igt@i915_pm_rpm@module-reload.html > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-rpls-4/igt@i915_pm_rpm@module-reload.html > > * igt@i915_selftest@live: > - bat-jsl-1: [PASS][7] -> [DMESG-FAIL][8] +1 other test dmesg-fail > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8115/bat-jsl-1/igt@i915_selftest@live.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-jsl-1/igt@i915_selftest@live.html > - bat-twl-1: NOTRUN -> [ABORT][9] +1 other test abort > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/bat-twl-1/igt@i915_selftest@live.html > > Those are unrelated, please run the full suite for i915. Thanks Krzysztof > Known issues > ------------ > (snip) > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_8115 -> IGTPW_12126 > * Linux: CI_DRM_15716 -> CI_DRM_15717 > > CI-20190529: 20190529 > CI_DRM_15716: 6abefc8e3bf638090d5277bc3e6fd02bb25579a4 @ git://anongit.freedesktop.org/gfx-ci/linux > CI_DRM_15717: 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_12126: 12126 > IGT_8115: 4942fc57c20f9cb2195e70991c4e4df03dd3db21 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12126/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination 2024-11-18 12:16 [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Krzysztof Niemiec 2024-11-19 1:09 ` ✓ CI.xeBAT: success for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork 2024-11-19 1:20 ` ✗ Fi.CI.BAT: failure " Patchwork @ 2024-11-19 12:15 ` Nirmoy Das 2024-11-19 12:25 ` ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Nirmoy Das @ 2024-11-19 12:15 UTC (permalink / raw) To: Krzysztof Niemiec, igt-dev; +Cc: Chris Wilson On 11/18/2024 1:16 PM, Krzysztof Niemiec wrote: > In some of the subtests, there is a race condition - if a non-persistent > context is not terminated by the driver before the associated spinner is > ended and probed for status, the status will be incorrectly reported as > completed. > > Add a sleep instruction before the assert to give the kernel time to > clean up. > > v2: > - Update the patch description, > - Change the previous expression to a simpler usleep(), > - Add a usleep() call in test_saturated_hostile_all(), as this behavior > is also shown in this subtest. > > Signed-off-by: Krzysztof Niemiec <krzysztof.niemiec@intel.com> Reviewed-by: Nirmoy Das <nirmoy.das@intel.com> > --- > tests/intel/gem_ctx_persistence.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/tests/intel/gem_ctx_persistence.c b/tests/intel/gem_ctx_persistence.c > index 974444cf1..d90b78267 100644 > --- a/tests/intel/gem_ctx_persistence.c > +++ b/tests/intel/gem_ctx_persistence.c > @@ -1029,6 +1029,9 @@ test_saturated_hostile_all(int i915, const intel_ctx_t *base_ctx, > igt_spin_busywait_until_started(spin); > intel_ctx_destroy(i915, ctx); > > + /* Give the kernel some time to terminate the context */ > + usleep(reset_timeout_ms * 1000); > + > /* Hostile request requires a GPU reset to terminate */ > igt_assert_eq(wait_for_status(spin->out_fence, reset_timeout_ms), -EIO); > > @@ -1173,6 +1176,9 @@ static void __smoker(int i915, const intel_ctx_cfg_t *cfg, > drm_close_driver(fd); > flush_delayed_fput(i915); > > + /* Give the kernel some time to terminate the context */ > + usleep(reset_timeout_ms * 1000); > + > igt_spin_end(spin); > > igt_assert_eq(wait_for_status(spin->out_fence, timeout), expected); ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) 2024-11-18 12:16 [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Krzysztof Niemiec ` (2 preceding siblings ...) 2024-11-19 12:15 ` [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Nirmoy Das @ 2024-11-19 12:25 ` Patchwork 2024-11-20 9:58 ` Krzysztof Niemiec 3 siblings, 1 reply; 7+ messages in thread From: Patchwork @ 2024-11-19 12:25 UTC (permalink / raw) To: Krzysztof Niemiec; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 133178 bytes --] == Series Details == Series: tests/intel/gem_ctx_persistence: Wait for context termination (rev3) URL : https://patchwork.freedesktop.org/series/140582/ State : failure == Summary == CI Bug Log - changes from XEIGT_8115_full -> XEIGTPW_12126_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12126_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12126_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_12126_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_crc@cursor-sliding-256x256: - shard-bmg: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-256x256.html * igt@kms_cursor_crc@cursor-suspend: - shard-bmg: [PASS][2] -> [INCOMPLETE][3] +8 other tests incomplete [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_cursor_crc@cursor-suspend.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_edge_walk@256x256-right-edge: - shard-bmg: [PASS][4] -> [SKIP][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@kms_cursor_edge_walk@256x256-right-edge.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_edge_walk@256x256-right-edge.html * igt@kms_cursor_edge_walk@64x64-right-edge@pipe-a-hdmi-a-3: - shard-bmg: NOTRUN -> [DMESG-WARN][6] +12 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-a-hdmi-a-3.html * igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3: - shard-bmg: [PASS][7] -> [DMESG-FAIL][8] +15 other tests dmesg-fail [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3: - shard-bmg: [PASS][9] -> [ABORT][10] +1 other test abort [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [DMESG-FAIL][11] +3 other tests dmesg-fail [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_psr@psr2-suspend@edp-1: - shard-lnl: [PASS][12] -> [FAIL][13] +1 other test fail [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-6/igt@kms_psr@psr2-suspend@edp-1.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_psr@psr2-suspend@edp-1.html * igt@xe_evict@evict-threads-small-multi-vm: - shard-dg2-set2: [PASS][14] -> [DMESG-WARN][15] +4 other tests dmesg-warn [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@xe_evict@evict-threads-small-multi-vm.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_evict@evict-threads-small-multi-vm.html * igt@xe_exec_compute_mode@once-userptr: - shard-dg2-set2: [PASS][16] -> [DMESG-FAIL][17] [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_exec_compute_mode@once-userptr.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_exec_compute_mode@once-userptr.html * igt@xe_vm@large-userptr-split-misaligned-binds-67108864: - shard-bmg: [PASS][18] -> [DMESG-WARN][19] +76 other tests dmesg-warn [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_vm@large-userptr-split-misaligned-binds-67108864.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@xe_vm@large-userptr-split-misaligned-binds-67108864.html #### Warnings #### * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][20] ([Intel XE#3442]) -> [SKIP][21] [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: - shard-dg2-set2: [SKIP][22] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][23] +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions: - shard-bmg: [INCOMPLETE][24] ([Intel XE#1727]) -> [DMESG-WARN][25] [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [FAIL][26] ([Intel XE#2333]) -> [DMESG-FAIL][27] +7 other tests dmesg-fail [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2-set2: [SKIP][28] ([Intel XE#2446]) -> [ABORT][29] [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp.html [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_pm_rpm@modeset-lpsp.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-bmg: [FAIL][30] ([Intel XE#2364]) -> [DMESG-FAIL][31] [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@xe_evict@evict-beng-large-multi-vm-cm.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-bmg: [FAIL][32] ([Intel XE#2364]) -> [DMESG-WARN][33] [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_evict@evict-large-multi-vm-cm.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_vm@munmap-style-unbind-userptr-inval-front: - shard-dg2-set2: [SKIP][34] ([Intel XE#1130]) -> [DMESG-WARN][35] [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html Known issues ------------ Here are the changes found in XEIGTPW_12126_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_getversion@all-cards: - shard-dg2-set2: [PASS][36] -> [FAIL][37] ([Intel XE#3440]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@core_getversion@all-cards.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@core_getversion@all-cards.html * igt@core_hotunplug@hotreplug: - shard-dg2-set2: [PASS][38] -> [SKIP][39] ([Intel XE#1885]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@core_hotunplug@hotreplug.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@core_hotunplug@hotreplug.html * igt@core_hotunplug@unplug-rescan: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1885]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@core_hotunplug@unplug-rescan.html * igt@core_setmaster@master-drop-set-user: - shard-dg2-set2: [PASS][41] -> [FAIL][42] ([Intel XE#3339]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@core_setmaster@master-drop-set-user.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@core_setmaster@master-drop-set-user.html * igt@fbdev@nullptr: - shard-dg2-set2: [PASS][43] -> [SKIP][44] ([Intel XE#2134]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@fbdev@nullptr.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@fbdev@nullptr.html * igt@fbdev@unaligned-write: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#2134]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@fbdev@unaligned-write.html * igt@kms_async_flips@test-cursor: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#664]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#2423] / [i915#2575]) +59 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2370]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2327]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-bmg: NOTRUN -> [DMESG-FAIL][50] ([Intel XE#3468]) +3 other tests dmesg-fail [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-180: - shard-bmg: [PASS][51] -> [DMESG-WARN][52] ([Intel XE#877]) +2 other tests dmesg-warn [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb: - shard-lnl: NOTRUN -> [SKIP][53] ([Intel XE#1467]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180: - shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1124]) +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#1124]) +11 other tests skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#607]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#1124]) +4 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#2314] / [Intel XE#2894]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#2191]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2314] / [Intel XE#2894]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html - shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#2191]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@linear-tiling-2-displays-1920x1080p: - shard-bmg: NOTRUN -> [SKIP][63] ([Intel XE#367]) +2 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html * igt@kms_bw@linear-tiling-3-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#367]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#455] / [Intel XE#787]) +16 other tests skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#2887]) +5 other tests skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#3432]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: [PASS][68] -> [INCOMPLETE][69] ([Intel XE#1195]) +1 other test incomplete [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#3432]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#2669]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2887]) +15 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#787]) +83 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [PASS][74] -> [INCOMPLETE][75] ([Intel XE#1195] / [Intel XE#1727]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4: - shard-dg2-set2: [PASS][76] -> [INCOMPLETE][77] ([Intel XE#1195] / [Intel XE#3113]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html * igt@kms_chamelium_color@ctm-limited-range: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#306]) [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@ctm-negative: - shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2325]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2252]) +5 other tests skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#373]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_chamelium_hpd@vga-hpd-without-ddc: - shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#373]) +4 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-bmg: NOTRUN -> [SKIP][83] ([Intel XE#2390]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@lic-type-0: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#3278]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm: - shard-bmg: NOTRUN -> [FAIL][85] ([Intel XE#1178]) +1 other test fail [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-bmg: NOTRUN -> [SKIP][86] ([Intel XE#2320]) +2 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#308]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-lnl: NOTRUN -> [SKIP][88] ([Intel XE#1424]) +2 other tests skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#2321]) +2 other tests skip [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#455]) +5 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-lnl: NOTRUN -> [SKIP][91] ([Intel XE#2321]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#309]) +2 other tests skip [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-bmg: [PASS][93] -> [SKIP][94] ([Intel XE#2291]) +1 other test skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2286]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions: - shard-dg2-set2: [PASS][96] -> [SKIP][97] ([Intel XE#2423] / [i915#2575]) +142 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2291]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [DMESG-WARN][99] ([Intel XE#877]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#323]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#2244]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-lnl: NOTRUN -> [SKIP][102] ([Intel XE#2244]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: NOTRUN -> [SKIP][103] ([Intel XE#776]) [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#701]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_feature_discovery@chamelium.html - shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#701]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr1: - shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#1135]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#1421]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-bmg: [PASS][108] -> [SKIP][109] ([Intel XE#2316]) +3 other tests skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_flip@2x-plain-flip-interruptible.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@bd-dp2-hdmi-a3: - shard-bmg: [PASS][110] -> [DMESG-WARN][111] ([Intel XE#3468]) +16 other tests dmesg-warn [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@kms_flip@2x-plain-flip-ts-check-interruptible@bd-dp2-hdmi-a3.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_flip@2x-plain-flip-ts-check-interruptible@bd-dp2-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling: - shard-dg2-set2: [PASS][112] -> [SKIP][113] ([Intel XE#2136]) +53 other tests skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#2293] / [Intel XE#2380]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2293]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#1401]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#352]) [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - shard-dg2-set2: [PASS][119] -> [SKIP][120] ([Intel XE#2351]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_frontbuffer_tracking@basic.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_frontbuffer_tracking@basic.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#2312]) +6 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#2136]) +66 other tests skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html - shard-lnl: NOTRUN -> [SKIP][123] ([Intel XE#651]) +9 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [PASS][124] -> [SKIP][125] ([Intel XE#2136] / [Intel XE#2351]) +17 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2-set2: NOTRUN -> [ABORT][126] ([Intel XE#3468]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#656]) +21 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt: - shard-bmg: NOTRUN -> [FAIL][128] ([Intel XE#2333]) +4 other tests fail [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#651]) +4 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#2311]) +20 other tests skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#1469]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#2136] / [Intel XE#2351]) +22 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#2313]) +21 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][134] ([Intel XE#653]) +7 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_hdr@brightness-with-hdr@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][135] ([Intel XE#3312]) +1 other test fail [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_hdr@brightness-with-hdr@pipe-a-dp-2.html * igt@kms_hdr@static-swap: - shard-lnl: NOTRUN -> [SKIP][136] ([Intel XE#1503]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_hdr@static-swap.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#2927]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#2501]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#356]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#2486]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_panel_fitting@legacy.html * igt@kms_plane_cursor@overlay: - shard-lnl: [PASS][141] -> [FAIL][142] ([Intel XE#1471]) +1 other test fail [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-2/igt@kms_plane_cursor@overlay.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@kms_plane_cursor@overlay.html * igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256: - shard-dg2-set2: NOTRUN -> [FAIL][143] ([Intel XE#616]) +2 other tests fail [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html * igt@kms_plane_lowres@tiling-none@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][144] ([Intel XE#599]) +3 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html * igt@kms_plane_multiple@tiling-y: - shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#2493]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-bmg: NOTRUN -> [SKIP][146] ([Intel XE#2493]) [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][147] ([Intel XE#2763]) +5 other tests skip [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-lnl: NOTRUN -> [SKIP][149] ([Intel XE#2763]) +7 other tests skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_pm_backlight@fade-with-suspend: - shard-bmg: NOTRUN -> [SKIP][150] ([Intel XE#870]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-bmg: NOTRUN -> [SKIP][151] ([Intel XE#2392]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_pm_dc@dc5-psr.html - shard-lnl: [PASS][152] -> [FAIL][153] ([Intel XE#718]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][154] -> [FAIL][155] ([Intel XE#1430]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_rpm@i2c: - shard-dg2-set2: NOTRUN -> [SKIP][156] ([Intel XE#2446]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2-set2: [PASS][157] -> [SKIP][158] ([Intel XE#2446]) +7 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-dg2-set2: NOTRUN -> [SKIP][159] ([Intel XE#1489]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html - shard-lnl: NOTRUN -> [SKIP][160] ([Intel XE#2893]) +2 other tests skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][161] ([Intel XE#1489]) +10 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr@fbc-pr-cursor-plane-move: - shard-lnl: NOTRUN -> [SKIP][162] ([Intel XE#1406]) +2 other tests skip [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_psr@fbc-pr-cursor-plane-move.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: NOTRUN -> [SKIP][163] ([Intel XE#2234] / [Intel XE#2850]) +9 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-bmg: NOTRUN -> [SKIP][165] ([Intel XE#2330]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_tiled_display@basic-test-pattern: - shard-bmg: NOTRUN -> [SKIP][166] ([Intel XE#2426]) [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@query-busy-hang: - shard-bmg: [PASS][167] -> [DMESG-FAIL][168] ([Intel XE#3468]) +1 other test dmesg-fail [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_vblank@query-busy-hang.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_vblank@query-busy-hang.html * igt@kms_vblank@query-forked-busy@pipe-c-edp-1: - shard-lnl: NOTRUN -> [DMESG-WARN][169] ([Intel XE#3466]) +3 other tests dmesg-warn [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@kms_vblank@query-forked-busy@pipe-c-edp-1.html * igt@kms_vblank@ts-continuation-suspend: - shard-bmg: NOTRUN -> [DMESG-WARN][170] ([Intel XE#3468]) +19 other tests dmesg-warn [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_vblank@ts-continuation-suspend.html * igt@kms_vblank@wait-forked-busy-hang@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][171] ([Intel XE#1195]) +2 other tests incomplete [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_vblank@wait-forked-busy-hang@pipe-a-hdmi-a-6.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-bmg: NOTRUN -> [SKIP][172] ([Intel XE#1499]) +1 other test skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-invalid-parameters: - shard-lnl: NOTRUN -> [SKIP][173] ([Intel XE#756]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@kms_writeback@writeback-invalid-parameters.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-lnl: NOTRUN -> [SKIP][174] ([Intel XE#1091] / [Intel XE#2849]) [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@testdisplay: - shard-dg2-set2: [PASS][175] -> [SKIP][176] ([Intel XE#2423]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@testdisplay.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@testdisplay.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: NOTRUN -> [SKIP][177] ([Intel XE#2504]) [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_create@multigpu-create-massive-size.html * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-lnl: [PASS][178] -> [FAIL][179] ([Intel XE#2667]) [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-2/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_eudebug@basic-vm-access-parameters: - shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#2905]) +6 other tests skip [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@xe_eudebug@basic-vm-access-parameters.html * igt@xe_eudebug@basic-vm-bind-discovery: - shard-bmg: NOTRUN -> [SKIP][181] ([Intel XE#2905]) +11 other tests skip [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_eudebug@basic-vm-bind-discovery.html * igt@xe_eudebug_online@reset-with-attention: - shard-dg2-set2: NOTRUN -> [SKIP][182] ([Intel XE#2905]) +2 other tests skip [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@xe_eudebug_online@reset-with-attention.html * igt@xe_evict@evict-beng-mixed-threads-large: - shard-bmg: [PASS][183] -> [TIMEOUT][184] ([Intel XE#1473]) [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@xe_evict@evict-beng-mixed-threads-large.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_evict@evict-beng-threads-large-multi-vm: - shard-lnl: NOTRUN -> [SKIP][185] ([Intel XE#688]) +3 other tests skip [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@xe_evict@evict-beng-threads-large-multi-vm.html * igt@xe_evict@evict-mixed-threads-large: - shard-bmg: [PASS][186] -> [TIMEOUT][187] ([Intel XE#1473] / [Intel XE#2472]) [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@xe_evict@evict-mixed-threads-large.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap: - shard-lnl: NOTRUN -> [SKIP][188] ([Intel XE#1392]) +6 other tests skip [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-3/igt@xe_exec_basic@multigpu-no-exec-null-defer-mmap.html * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate: - shard-bmg: NOTRUN -> [SKIP][189] ([Intel XE#2322]) +8 other tests skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html * igt@xe_exec_basic@twice-null-defer-mmap: - shard-bmg: [PASS][190] -> [DMESG-WARN][191] ([Intel XE#1727]) +1 other test dmesg-warn [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_exec_basic@twice-null-defer-mmap.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@xe_exec_basic@twice-null-defer-mmap.html * igt@xe_exec_fault_mode@many-userptr-invalidate: - shard-lnl: [PASS][192] -> [DMESG-FAIL][193] ([Intel XE#3466]) +1 other test dmesg-fail [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-6/igt@xe_exec_fault_mode@many-userptr-invalidate.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@xe_exec_fault_mode@many-userptr-invalidate.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][194] ([Intel XE#288]) +4 other tests skip [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate: - shard-dg2-set2: [PASS][195] -> [DMESG-FAIL][196] ([Intel XE#3371]) [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-hang-shared-vm-userptr-rebind: - shard-dg2-set2: [PASS][197] -> [DMESG-WARN][198] ([Intel XE#358]) [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@xe_exec_threads@threads-hang-shared-vm-userptr-rebind.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@xe_exec_threads@threads-hang-shared-vm-userptr-rebind.html * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: - shard-dg2-set2: [PASS][199] -> [DMESG-WARN][200] ([Intel XE#3467]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: - shard-bmg: NOTRUN -> [DMESG-WARN][201] ([Intel XE#3343]) +1 other test dmesg-warn [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html * igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][202] ([Intel XE#3467]) [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html * igt@xe_fault_injection@vm-create-fail-xe_pt_create: - shard-bmg: [PASS][203] -> [DMESG-WARN][204] ([Intel XE#3467]) +1 other test dmesg-warn [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - shard-dg2-set2: [PASS][205] -> [SKIP][206] ([Intel XE#2229]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_live_ktest@xe_dma_buf: - shard-bmg: [PASS][207] -> [SKIP][208] ([Intel XE#1192]) [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@xe_live_ktest@xe_dma_buf.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_module_load@load: - shard-bmg: NOTRUN -> [SKIP][209] ([Intel XE#2457]) [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@xe_module_load@load.html * igt@xe_noexec_ping_pong: - shard-lnl: NOTRUN -> [SKIP][210] ([Intel XE#379]) [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@xe_noexec_ping_pong.html * igt@xe_oa@invalid-oa-exponent: - shard-dg2-set2: NOTRUN -> [SKIP][211] ([Intel XE#2541]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_oa@invalid-oa-exponent.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: NOTRUN -> [SKIP][212] ([Intel XE#1337]) [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pm@d3cold-mocs: - shard-bmg: NOTRUN -> [SKIP][213] ([Intel XE#2284]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@s2idle-exec-after: - shard-dg2-set2: [PASS][214] -> [SKIP][215] ([Intel XE#1130]) +259 other tests skip [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_pm@s2idle-exec-after.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_pm@s2idle-exec-after.html - shard-lnl: [PASS][216] -> [DMESG-WARN][217] ([Intel XE#3466]) +25 other tests dmesg-warn [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-6/igt@xe_pm@s2idle-exec-after.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-7/igt@xe_pm@s2idle-exec-after.html * igt@xe_pm@s3-basic-exec: - shard-bmg: NOTRUN -> [DMESG-WARN][218] ([Intel XE#569]) [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s3-multiple-execs: - shard-bmg: [PASS][219] -> [DMESG-WARN][220] ([Intel XE#569]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@xe_pm@s3-multiple-execs.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@xe_pm@s3-multiple-execs.html * igt@xe_pm@s4-d3cold-basic-exec: - shard-lnl: NOTRUN -> [SKIP][221] ([Intel XE#2284] / [Intel XE#366]) [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-2/igt@xe_pm@s4-d3cold-basic-exec.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-lnl: [PASS][222] -> [ABORT][223] ([Intel XE#1358] / [Intel XE#1607]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-5/igt@xe_pm@s4-d3hot-basic-exec.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-2/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_pm@s4-mocs: - shard-bmg: [PASS][224] -> [DMESG-WARN][225] ([Intel XE#2280]) [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_pm@s4-mocs.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@xe_pm@s4-mocs.html * igt@xe_query@multigpu-query-invalid-size: - shard-bmg: NOTRUN -> [SKIP][226] ([Intel XE#944]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@xe_query@multigpu-query-invalid-size.html * igt@xe_query@multigpu-query-oa-units: - shard-dg2-set2: NOTRUN -> [SKIP][227] ([Intel XE#944]) [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-436/igt@xe_query@multigpu-query-oa-units.html * igt@xe_query@multigpu-query-topology-l3-bank-mask: - shard-lnl: NOTRUN -> [SKIP][228] ([Intel XE#944]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-6/igt@xe_query@multigpu-query-topology-l3-bank-mask.html * igt@xe_vm@munmap-style-unbind-userptr-inval-many-either-side-partial: - shard-dg2-set2: NOTRUN -> [SKIP][229] ([Intel XE#1130]) +116 other tests skip [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_vm@munmap-style-unbind-userptr-inval-many-either-side-partial.html #### Possible fixes #### * igt@core_hotunplug@hotreplug-lateclose: - shard-bmg: [INCOMPLETE][230] -> [PASS][231] [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@core_hotunplug@hotreplug-lateclose.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@core_hotunplug@hotreplug-lateclose.html * igt@fbdev@read: - shard-dg2-set2: [SKIP][232] ([Intel XE#2134]) -> [PASS][233] +1 other test pass [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@fbdev@read.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@fbdev@read.html * igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-a-dp-2: - shard-bmg: [DMESG-WARN][234] ([Intel XE#877]) -> [PASS][235] +1 other test pass [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-a-dp-2.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_atomic_transition@plane-all-transition-nonblocking-fencing@pipe-a-dp-2.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-lnl: [INCOMPLETE][236] ([Intel XE#3225]) -> [PASS][237] +3 other tests pass [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@linear-16bpp-rotate-180: - shard-bmg: [DMESG-FAIL][238] ([Intel XE#3468]) -> [PASS][239] +23 other tests pass [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_big_fb@linear-16bpp-rotate-180.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_cursor_crc@cursor-sliding-64x64: - shard-dg2-set2: [SKIP][240] ([Intel XE#2423] / [i915#2575]) -> [PASS][241] +48 other tests pass [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-64x64.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-64x64.html * igt@kms_draw_crc@draw-method-mmap-wc@xrgb2101010-4tiled: - shard-bmg: [DMESG-WARN][242] ([Intel XE#2705]) -> [PASS][243] +3 other tests pass [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_draw_crc@draw-method-mmap-wc@xrgb2101010-4tiled.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_draw_crc@draw-method-mmap-wc@xrgb2101010-4tiled.html * igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][244] ([Intel XE#3468]) -> [PASS][245] +171 other tests pass [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-edp1: - shard-lnl: [FAIL][246] ([Intel XE#886]) -> [PASS][247] +4 other tests pass [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-edp1.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-edp1.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-bmg: [DMESG-FAIL][248] ([Intel XE#1727]) -> [PASS][249] +5 other tests pass [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html - shard-dg2-set2: [DMESG-FAIL][250] ([Intel XE#1727]) -> [PASS][251] +4 other tests pass [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a6: - shard-dg2-set2: [DMESG-FAIL][252] ([Intel XE#3468]) -> [PASS][253] +1 other test pass [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a6.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a6.html * igt@kms_flip@plain-flip-interruptible@d-hdmi-a3: - shard-bmg: [DMESG-WARN][254] -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_flip@plain-flip-interruptible@d-hdmi-a3.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_flip@plain-flip-interruptible@d-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling: - shard-dg2-set2: [SKIP][256] ([Intel XE#2136] / [Intel XE#2351]) -> [PASS][257] +6 other tests pass [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html * igt@kms_flip_tiling@flip-change-tiling@pipe-a-dp-2-x-to-4: - shard-bmg: [DMESG-FAIL][258] ([Intel XE#2705]) -> [PASS][259] +1 other test pass [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip_tiling@flip-change-tiling@pipe-a-dp-2-x-to-4.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_flip_tiling@flip-change-tiling@pipe-a-dp-2-x-to-4.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt: - shard-dg2-set2: [INCOMPLETE][260] ([Intel XE#1195]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary: - shard-dg2-set2: [SKIP][262] ([Intel XE#2136]) -> [PASS][263] +9 other tests pass [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4: - shard-dg2-set2: [DMESG-WARN][264] ([Intel XE#3468]) -> [PASS][265] +4 other tests pass [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-bmg: [INCOMPLETE][266] ([Intel XE#1727]) -> [PASS][267] [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_pm_backlight@basic-brightness: - shard-lnl: [DMESG-WARN][268] -> [PASS][269] +5 other tests pass [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-1/igt@kms_pm_backlight@basic-brightness.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_rpm@cursor: - shard-dg2-set2: [SKIP][270] ([Intel XE#2446]) -> [PASS][271] +1 other test pass [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_pm_rpm@cursor.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_pm_rpm@cursor.html * igt@xe_exec_balancer@once-parallel-rebind: - shard-dg2-set2: [SKIP][272] ([Intel XE#1130]) -> [PASS][273] +91 other tests pass [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_exec_balancer@once-parallel-rebind.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_exec_balancer@once-parallel-rebind.html * igt@xe_exec_compute_mode@many-rebind: - shard-lnl: [DMESG-WARN][274] ([Intel XE#3514]) -> [PASS][275] +24 other tests pass [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-1/igt@xe_exec_compute_mode@many-rebind.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@xe_exec_compute_mode@many-rebind.html * igt@xe_exec_fault_mode@once-bindexecqueue-prefetch: - shard-lnl: [DMESG-FAIL][276] ([Intel XE#3466]) -> [PASS][277] +6 other tests pass [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-3/igt@xe_exec_fault_mode@once-bindexecqueue-prefetch.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-8/igt@xe_exec_fault_mode@once-bindexecqueue-prefetch.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind: - shard-bmg: [DMESG-WARN][278] ([Intel XE#1727]) -> [PASS][279] +17 other tests pass [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-5/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-rebind.html * igt@xe_exec_threads@threads-cm-userptr: - shard-dg2-set2: [DMESG-WARN][280] ([Intel XE#1727]) -> [PASS][281] +1 other test pass [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@xe_exec_threads@threads-cm-userptr.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_exec_threads@threads-cm-userptr.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [TIMEOUT][282] ([Intel XE#2961] / [Intel XE#3191]) -> [PASS][283] +1 other test pass [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_live_ktest@xe_bo.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_live_ktest@xe_bo.html * igt@xe_module_load@reload-no-display: - shard-bmg: [DMESG-WARN][284] ([Intel XE#3467]) -> [PASS][285] +3 other tests pass [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@xe_module_load@reload-no-display.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@xe_module_load@reload-no-display.html * igt@xe_module_load@unload: - shard-dg2-set2: [DMESG-WARN][286] ([Intel XE#3467]) -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_module_load@unload.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_module_load@unload.html * igt@xe_oa@stress-open-close: - shard-lnl: [DMESG-WARN][288] ([Intel XE#3466]) -> [PASS][289] +104 other tests pass [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-7/igt@xe_oa@stress-open-close.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-5/igt@xe_oa@stress-open-close.html * igt@xe_pm@s2idle-mocs: - shard-lnl: [DMESG-WARN][290] ([Intel XE#2932]) -> [PASS][291] [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-4/igt@xe_pm@s2idle-mocs.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@xe_pm@s2idle-mocs.html * igt@xe_pm@s2idle-multiple-execs: - shard-bmg: [DMESG-WARN][292] ([Intel XE#1616]) -> [PASS][293] +1 other test pass [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_pm@s2idle-multiple-execs.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_pm@s2idle-multiple-execs.html * igt@xe_pm@s3-vm-bind-unbind-all: - shard-dg2-set2: [DMESG-WARN][294] ([Intel XE#569]) -> [PASS][295] [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_pm@s3-vm-bind-unbind-all.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_pm@s3-vm-bind-unbind-all.html - shard-bmg: [DMESG-WARN][296] ([Intel XE#569]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@xe_pm@s3-vm-bind-unbind-all.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_pm@s3-vm-bind-unbind-all.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-bmg: [DMESG-WARN][298] ([Intel XE#2280]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@xe_pm@s4-vm-bind-unbind-all.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@xe_pm@s4-vm-bind-unbind-all.html - shard-lnl: [DMESG-WARN][300] ([Intel XE#2280]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-1/igt@xe_pm@s4-vm-bind-unbind-all.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [FAIL][302] ([Intel XE#958]) -> [PASS][303] [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html #### Warnings #### * igt@kms_addfb_basic@legacy-format: - shard-dg2-set2: [DMESG-WARN][304] ([Intel XE#1727]) -> [SKIP][305] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_addfb_basic@legacy-format.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_addfb_basic@legacy-format.html * igt@kms_async_flips@async-flip-suspend-resume: - shard-dg2-set2: [DMESG-WARN][306] ([Intel XE#3468]) -> [SKIP][307] ([Intel XE#2423] / [i915#2575]) [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_async_flips@async-flip-suspend-resume.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_atomic@plane-invalid-params: - shard-dg2-set2: [SKIP][308] ([Intel XE#2423] / [i915#2575]) -> [INCOMPLETE][309] ([Intel XE#1195]) [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_atomic@plane-invalid-params.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_atomic@plane-invalid-params.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2-set2: [SKIP][310] ([Intel XE#316]) -> [SKIP][311] ([Intel XE#2136]) +5 other tests skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_big_fb@linear-16bpp-rotate-270.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-180: - shard-dg2-set2: [SKIP][312] ([Intel XE#2136] / [Intel XE#2351]) -> [INCOMPLETE][313] ([Intel XE#1195] / [Intel XE#3225] / [Intel XE#402]) [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][314] ([Intel XE#2136]) -> [SKIP][315] ([Intel XE#316]) +5 other tests skip [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg2-set2: [SKIP][316] ([Intel XE#316]) -> [SKIP][317] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: [SKIP][318] ([Intel XE#607]) -> [SKIP][319] ([Intel XE#2136] / [Intel XE#2351]) [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][320] ([Intel XE#610]) -> [SKIP][321] ([Intel XE#2136]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][322] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][323] ([Intel XE#1124]) +2 other tests skip [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][324] ([Intel XE#1124]) -> [SKIP][325] ([Intel XE#2136]) +11 other tests skip [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg2-set2: [SKIP][326] ([Intel XE#1124]) -> [SKIP][327] ([Intel XE#2136] / [Intel XE#2351]) +5 other tests skip [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg2-set2: [SKIP][328] ([Intel XE#2136]) -> [SKIP][329] ([Intel XE#1124]) +4 other tests skip [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: [SKIP][330] ([Intel XE#2191]) -> [SKIP][331] ([Intel XE#2423] / [i915#2575]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: [SKIP][332] ([Intel XE#2423] / [i915#2575]) -> [SKIP][333] ([Intel XE#2191]) [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][334] ([Intel XE#367]) -> [SKIP][335] ([Intel XE#2423] / [i915#2575]) +6 other tests skip [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: [SKIP][336] ([Intel XE#2423] / [i915#2575]) -> [SKIP][337] ([Intel XE#367]) +2 other tests skip [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][338] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][339] ([Intel XE#2136]) +13 other tests skip [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][340] ([Intel XE#2907]) -> [SKIP][341] ([Intel XE#2136]) +3 other tests skip [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][342] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][343] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs: - shard-dg2-set2: [SKIP][344] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][345] ([Intel XE#455] / [Intel XE#787]) +1 other test skip [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][346] ([Intel XE#2136]) -> [SKIP][347] ([Intel XE#2907]) +1 other test skip [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc: - shard-dg2-set2: [SKIP][348] ([Intel XE#2136]) -> [SKIP][349] ([Intel XE#455] / [Intel XE#787]) +4 other tests skip [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html * igt@kms_chamelium_audio@dp-audio: - shard-dg2-set2: [SKIP][350] ([Intel XE#2423] / [i915#2575]) -> [SKIP][351] ([Intel XE#373]) +6 other tests skip [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_chamelium_audio@dp-audio.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_color@degamma: - shard-dg2-set2: [SKIP][352] ([Intel XE#306]) -> [SKIP][353] ([Intel XE#2423] / [i915#2575]) +5 other tests skip [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_chamelium_color@degamma.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_hpd@dp-hpd-fast: - shard-dg2-set2: [SKIP][354] ([Intel XE#373]) -> [SKIP][355] ([Intel XE#2423] / [i915#2575]) +16 other tests skip [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_chamelium_hpd@dp-hpd-fast.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_content_protection@atomic: - shard-bmg: [INCOMPLETE][356] ([Intel XE#2715]) -> [FAIL][357] ([Intel XE#1178]) +1 other test fail [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_content_protection@atomic.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-1/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2-set2: [SKIP][358] ([Intel XE#307]) -> [SKIP][359] ([Intel XE#2423] / [i915#2575]) [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_content_protection@dp-mst-lic-type-1.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy: - shard-bmg: [FAIL][360] ([Intel XE#1178]) -> [INCOMPLETE][361] ([Intel XE#2715]) +1 other test incomplete [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_content_protection@legacy.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-0: - shard-dg2-set2: [FAIL][362] ([Intel XE#1178]) -> [SKIP][363] ([Intel XE#2423] / [i915#2575]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_content_protection@lic-type-0.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@uevent: - shard-dg2-set2: [FAIL][364] ([Intel XE#1188]) -> [SKIP][365] ([Intel XE#2423] / [i915#2575]) [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_content_protection@uevent.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_content_protection@uevent.html - shard-bmg: [DMESG-FAIL][366] ([Intel XE#3468]) -> [FAIL][367] ([Intel XE#1188]) +1 other test fail [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_content_protection@uevent.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: [SKIP][368] ([Intel XE#308]) -> [SKIP][369] ([Intel XE#2423] / [i915#2575]) +1 other test skip [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_cursor_crc@cursor-sliding-512x170.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2-set2: [SKIP][370] ([Intel XE#323]) -> [SKIP][371] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-flip-before-cursor-legacy: - shard-dg2-set2: [SKIP][372] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][373] ([Intel XE#1727]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_cursor_legacy@basic-flip-before-cursor-legacy.html * igt@kms_draw_crc@draw-method-mmap-wc@rgb565-4tiled: - shard-bmg: [DMESG-FAIL][374] ([Intel XE#2705]) -> [DMESG-WARN][375] ([Intel XE#2705]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_draw_crc@draw-method-mmap-wc@rgb565-4tiled.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_draw_crc@draw-method-mmap-wc@rgb565-4tiled.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: [SKIP][376] ([Intel XE#2136]) -> [SKIP][377] ([Intel XE#776]) [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_fbcon_fbt@psr-suspend.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-4x: - shard-dg2-set2: [SKIP][378] ([Intel XE#2423] / [i915#2575]) -> [SKIP][379] ([Intel XE#1138]) [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_feature_discovery@display-4x.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [FAIL][380] ([Intel XE#2882]) -> [SKIP][381] ([Intel XE#2316]) [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg2-set2: [FAIL][382] ([Intel XE#301]) -> [SKIP][383] ([Intel XE#2423] / [i915#2575]) [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [INCOMPLETE][384] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597] / [Intel XE#3468]) -> [SKIP][385] ([Intel XE#2423] / [i915#2575]) [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_flip@flip-vs-suspend.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode: - shard-bmg: [INCOMPLETE][386] ([Intel XE#1727]) -> [DMESG-WARN][387] ([Intel XE#1727]) +1 other test dmesg-warn [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2-set2: [SKIP][388] ([Intel XE#2136]) -> [SKIP][389] ([Intel XE#455]) +2 other tests skip [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2-set2: [SKIP][390] ([Intel XE#455]) -> [SKIP][391] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2-set2: [SKIP][392] ([Intel XE#455]) -> [SKIP][393] ([Intel XE#2136]) +6 other tests skip [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][394] ([Intel XE#651]) -> [SKIP][395] ([Intel XE#2136] / [Intel XE#2351]) +16 other tests skip [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: [SKIP][396] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][397] ([Intel XE#651]) +5 other tests skip [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-suspend.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [INCOMPLETE][398] ([Intel XE#2050] / [Intel XE#3468]) -> [DMESG-FAIL][399] ([Intel XE#3468]) [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-bmg: [FAIL][400] ([Intel XE#2333]) -> [SKIP][401] ([Intel XE#2312]) +1 other test skip [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: [DMESG-FAIL][402] ([Intel XE#3468]) -> [FAIL][403] ([Intel XE#2333]) +9 other tests fail [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [DMESG-FAIL][404] ([Intel XE#3468]) -> [SKIP][405] ([Intel XE#2312]) +3 other tests skip [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-modesetfrombusy: - shard-bmg: [FAIL][406] ([Intel XE#2333]) -> [DMESG-FAIL][407] ([Intel XE#3468]) +1 other test dmesg-fail [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte: - shard-dg2-set2: [SKIP][408] ([Intel XE#2136]) -> [SKIP][409] ([Intel XE#651]) +12 other tests skip [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][410] ([Intel XE#651]) -> [SKIP][411] ([Intel XE#2136]) +28 other tests skip [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt: - shard-bmg: [SKIP][412] ([Intel XE#2311]) -> [SKIP][413] ([Intel XE#2312]) +6 other tests skip [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff: - shard-bmg: [SKIP][414] ([Intel XE#2313]) -> [SKIP][415] ([Intel XE#2312]) +8 other tests skip [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-dg2-set2: [SKIP][416] ([Intel XE#653]) -> [SKIP][417] ([Intel XE#2136] / [Intel XE#2351]) +10 other tests skip [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-dg2-set2: [SKIP][418] ([Intel XE#1158]) -> [SKIP][419] ([Intel XE#2136]) [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_frontbuffer_tracking@plane-fbc-rte.html [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][420] ([Intel XE#2136]) -> [SKIP][421] ([Intel XE#653]) +5 other tests skip [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][422] ([Intel XE#653]) -> [SKIP][423] ([Intel XE#2136]) +41 other tests skip [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render: - shard-dg2-set2: [SKIP][424] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][425] ([Intel XE#653]) +8 other tests skip [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_joiner@basic-big-joiner: - shard-dg2-set2: [SKIP][426] ([Intel XE#2136]) -> [SKIP][427] ([Intel XE#346]) [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_joiner@basic-big-joiner.html [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2-set2: [SKIP][428] ([Intel XE#2925]) -> [SKIP][429] ([Intel XE#2136]) +1 other test skip [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_joiner@basic-force-ultra-joiner.html [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: [SKIP][430] ([Intel XE#2927]) -> [SKIP][431] ([Intel XE#2136]) [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_joiner@basic-ultra-joiner.html [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2-set2: [SKIP][432] ([Intel XE#346]) -> [SKIP][433] ([Intel XE#2136]) [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_joiner@invalid-modeset-big-joiner.html [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_plane_cursor@primary: - shard-dg2-set2: [SKIP][434] ([Intel XE#2423] / [i915#2575]) -> [FAIL][435] ([Intel XE#616]) [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_plane_cursor@primary.html [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_plane_cursor@primary.html * igt@kms_plane_cursor@viewport@pipe-a-dp-2-size-64: - shard-bmg: [DMESG-FAIL][436] ([Intel XE#3468]) -> [DMESG-WARN][437] ([Intel XE#3468]) [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@kms_plane_cursor@viewport@pipe-a-dp-2-size-64.html [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_plane_cursor@viewport@pipe-a-dp-2-size-64.html * igt@kms_plane_lowres@tiling-y: - shard-dg2-set2: [SKIP][438] ([Intel XE#455]) -> [SKIP][439] ([Intel XE#2423] / [i915#2575]) +10 other tests skip [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_plane_lowres@tiling-y.html [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][440] ([Intel XE#2423] / [i915#2575]) -> [SKIP][441] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-dg2-set2: [SKIP][442] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][443] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: [SKIP][444] ([Intel XE#870]) -> [SKIP][445] ([Intel XE#2136]) +1 other test skip [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_pm_backlight@fade.html [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_pm_backlight@fade.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2-set2: [FAIL][446] -> [SKIP][447] ([Intel XE#2136]) [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_pm_lpsp@kms-lpsp.html [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - shard-dg2-set2: [SKIP][448] ([Intel XE#1489]) -> [SKIP][449] ([Intel XE#2136]) +16 other tests skip [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: [SKIP][450] ([Intel XE#2136]) -> [SKIP][451] ([Intel XE#1489]) +7 other tests skip [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][452] ([Intel XE#1122]) -> [SKIP][453] ([Intel XE#2136]) +1 other test skip [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_psr2_su@page_flip-nv12.html [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2-set2: [SKIP][454] ([Intel XE#2136]) -> [SKIP][455] ([Intel XE#1122]) [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_psr2_su@page_flip-xrgb8888.html [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-sprite-plane-move: - shard-dg2-set2: [SKIP][456] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][457] ([Intel XE#2850] / [Intel XE#929]) +2 other tests skip [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_psr@fbc-psr-sprite-plane-move.html [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@kms_psr@fbc-psr-sprite-plane-move.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: [SKIP][458] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][459] ([Intel XE#2136]) +15 other tests skip [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_psr@fbc-psr2-sprite-plane-move.html [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@pr-basic: - shard-dg2-set2: [SKIP][460] ([Intel XE#2136]) -> [SKIP][461] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_psr@pr-basic.html [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_psr@pr-basic.html * igt@kms_psr@psr-cursor-plane-move: - shard-dg2-set2: [SKIP][462] ([Intel XE#2351]) -> [SKIP][463] ([Intel XE#2850] / [Intel XE#929]) [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_psr@psr-cursor-plane-move.html [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: [SKIP][464] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][465] ([Intel XE#2136] / [Intel XE#2351]) +10 other tests skip [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_psr@psr-dpms.html [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_psr@psr-dpms.html * igt@kms_psr@psr-primary-page-flip: - shard-dg2-set2: [SKIP][466] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][467] ([Intel XE#2351]) [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@kms_psr@psr-primary-page-flip.html [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_psr@psr-primary-page-flip.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2-set2: [SKIP][468] ([Intel XE#2939]) -> [SKIP][469] ([Intel XE#2136] / [Intel XE#2351]) [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][470] ([Intel XE#2423] / [i915#2575]) -> [SKIP][471] ([Intel XE#1127]) [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][472] ([Intel XE#2423] / [i915#2575]) -> [SKIP][473] ([Intel XE#3414]) +1 other test skip [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-270.html [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2-set2: [SKIP][474] ([Intel XE#3414]) -> [SKIP][475] ([Intel XE#2423] / [i915#2575]) +1 other test skip [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-set2: [SKIP][476] ([Intel XE#362]) -> [SKIP][477] ([Intel XE#2423] / [i915#2575]) [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][478] ([Intel XE#1500]) -> [SKIP][479] ([Intel XE#2423] / [i915#2575]) [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-dg2-set2: [SKIP][480] ([Intel XE#330]) -> [SKIP][481] ([Intel XE#2423] / [i915#2575]) [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][482] ([Intel XE#2423] / [i915#2575]) -> [SKIP][483] ([Intel XE#455]) +5 other tests skip [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_vrr@flip-dpms.html [483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@lobf: - shard-dg2-set2: [SKIP][484] ([Intel XE#2168]) -> [SKIP][485] ([Intel XE#2423] / [i915#2575]) [484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@kms_vrr@lobf.html [485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: [SKIP][486] ([Intel XE#756]) -> [SKIP][487] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@kms_writeback@writeback-fb-id.html [487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_writeback@writeback-fb-id.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: [SKIP][488] ([Intel XE#2423] / [i915#2575]) -> [SKIP][489] ([Intel XE#1091] / [Intel XE#2849]) [488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@sriov_basic@enable-vfs-autoprobe-off.html [489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: [SKIP][490] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][491] ([Intel XE#1130]) +1 other test skip [490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_compute_preempt@compute-preempt-many.html [491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][492] ([Intel XE#1123]) -> [SKIP][493] ([Intel XE#1130]) +1 other test skip [492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: [SKIP][494] ([Intel XE#1126]) -> [SKIP][495] ([Intel XE#1130]) [494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0x3fff.html [495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][496] ([Intel XE#1130]) -> [SKIP][497] ([Intel XE#1126]) +1 other test skip [496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html [497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_eudebug@basic-close: - shard-dg2-set2: [SKIP][498] ([Intel XE#2905]) -> [SKIP][499] ([Intel XE#1130]) +12 other tests skip [498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_eudebug@basic-close.html [499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_eudebug@basic-close.html * igt@xe_eudebug@basic-vm-bind-extended-discovery: - shard-dg2-set2: [SKIP][500] ([Intel XE#1130]) -> [SKIP][501] ([Intel XE#2905]) +5 other tests skip [500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_eudebug@basic-vm-bind-extended-discovery.html [501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_eudebug@basic-vm-bind-extended-discovery.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][502] ([Intel XE#1473]) -> [SKIP][503] ([Intel XE#1130]) [502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-large.html [503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_fault_mode@once-bindexecqueue-imm: - shard-dg2-set2: [SKIP][504] ([Intel XE#1130]) -> [SKIP][505] ([Intel XE#288]) +15 other tests skip [504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html [505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: [SKIP][506] ([Intel XE#288]) -> [SKIP][507] ([Intel XE#1130]) +41 other tests skip [506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html [507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: [SKIP][508] ([Intel XE#1130]) -> [SKIP][509] ([Intel XE#2360]) [508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html [509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_exec_threads@threads-bal-fd-userptr: - shard-dg2-set2: [FAIL][510] -> [SKIP][511] ([Intel XE#1130]) [510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@xe_exec_threads@threads-bal-fd-userptr.html [511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_exec_threads@threads-bal-fd-userptr.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init: - shard-dg2-set2: [SKIP][512] ([Intel XE#1130]) -> [DMESG-WARN][513] ([Intel XE#3343]) [512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html [513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init: - shard-dg2-set2: [DMESG-WARN][514] ([Intel XE#3343]) -> [SKIP][515] ([Intel XE#1130]) +1 other test skip [514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html [515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create: - shard-bmg: [FAIL][516] ([Intel XE#3499]) -> [DMESG-FAIL][517] ([Intel XE#3467]) [516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html [517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute: - shard-bmg: [DMESG-FAIL][518] ([Intel XE#3467]) -> [FAIL][519] ([Intel XE#3499]) [518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html [519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html * igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind: - shard-bmg: [DMESG-WARN][520] -> [DMESG-WARN][521] ([Intel XE#3467]) [520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html [521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@xe_fault_injection@vm-create-fail-xe_exec_queue_create_bind.html * igt@xe_fault_injection@vm-create-fail-xe_pt_create: - shard-dg2-set2: [DMESG-WARN][522] ([Intel XE#3467]) -> [SKIP][523] ([Intel XE#1130]) +2 other tests skip [522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html [523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html * igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch: - shard-dg2-set2: [SKIP][524] ([Intel XE#1130]) -> [DMESG-WARN][525] ([Intel XE#3467]) [524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html [525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html * igt@xe_live_ktest@xe_bo: - shard-bmg: [INCOMPLETE][526] ([Intel XE#2998]) -> [SKIP][527] ([Intel XE#1192]) [526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@xe_live_ktest@xe_bo.html [527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_live_ktest@xe_bo.html * igt@xe_media_fill@media-fill: - shard-dg2-set2: [SKIP][528] ([Intel XE#1130]) -> [SKIP][529] ([Intel XE#560]) [528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_media_fill@media-fill.html [529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@xe_media_fill@media-fill.html * igt@xe_mmap@small-bar: - shard-dg2-set2: [SKIP][530] ([Intel XE#512]) -> [SKIP][531] ([Intel XE#1130]) [530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_mmap@small-bar.html [531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_mmap@small-bar.html * igt@xe_module_load@reload-no-display: - shard-dg2-set2: [DMESG-WARN][532] ([Intel XE#3467]) -> [FAIL][533] ([Intel XE#2136]) [532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_module_load@reload-no-display.html [533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_module_load@reload-no-display.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: [SKIP][534] ([Intel XE#2541]) -> [SKIP][535] ([Intel XE#1130]) +12 other tests skip [534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@xe_oa@closed-fd-and-unmapped-access.html [535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_oa@non-privileged-access-vaddr: - shard-dg2-set2: [SKIP][536] ([Intel XE#1130]) -> [SKIP][537] ([Intel XE#2541]) +4 other tests skip [536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_oa@non-privileged-access-vaddr.html [537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@xe_oa@non-privileged-access-vaddr.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: [SKIP][538] ([Intel XE#2839] / [Intel XE#977]) -> [SKIP][539] ([Intel XE#1130]) [538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_pat@pat-index-xe2.html [539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xelpg: - shard-dg2-set2: [SKIP][540] ([Intel XE#979]) -> [SKIP][541] ([Intel XE#1130]) [540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-436/igt@xe_pat@pat-index-xelpg.html [541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_pat@pat-index-xelpg.html * igt@xe_peer2peer@write: - shard-dg2-set2: [FAIL][542] ([Intel XE#1173]) -> [SKIP][543] ([Intel XE#1061]) [542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_peer2peer@write.html [543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_peer2peer@write.html * igt@xe_pm@s2idle-basic: - shard-dg2-set2: [SKIP][544] ([Intel XE#1130]) -> [DMESG-WARN][545] ([Intel XE#3468]) [544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_pm@s2idle-basic.html [545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_pm@s2idle-basic.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: [SKIP][546] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][547] ([Intel XE#1130]) +2 other tests skip [546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_pm@s2idle-d3cold-basic-exec.html [547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: [DMESG-WARN][548] ([Intel XE#569]) -> [SKIP][549] ([Intel XE#1130]) +1 other test skip [548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@xe_pm@s3-basic-exec.html [549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s4-mocs: - shard-dg2-set2: [SKIP][550] ([Intel XE#1130]) -> [DMESG-WARN][551] ([Intel XE#2280]) [550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_pm@s4-mocs.html [551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@xe_pm@s4-mocs.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-dg2-set2: [DMESG-WARN][552] ([Intel XE#2280]) -> [SKIP][553] ([Intel XE#1130]) [552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_pm@s4-vm-bind-unbind-all.html [553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_pm@vram-d3cold-threshold: - shard-dg2-set2: [SKIP][554] ([Intel XE#579]) -> [SKIP][555] ([Intel XE#1130]) [554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_pm@vram-d3cold-threshold.html [555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_query@multigpu-query-engines: - shard-dg2-set2: [SKIP][556] ([Intel XE#944]) -> [SKIP][557] ([Intel XE#1130]) +6 other tests skip [556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-463/igt@xe_query@multigpu-query-engines.html [557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@xe_query@multigpu-query-engines.html * igt@xe_vm@large-split-misaligned-binds-8388608: - shard-dg2-set2: [DMESG-WARN][558] ([Intel XE#1727]) -> [SKIP][559] ([Intel XE#1130]) +1 other test skip [558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-433/igt@xe_vm@large-split-misaligned-binds-8388608.html [559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@xe_vm@large-split-misaligned-binds-8388608.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [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#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467 [Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469 [Intel XE#1471]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1471 [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#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [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#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [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#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#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667 [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#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2839]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2839 [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#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [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#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2932]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2932 [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939 [Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [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#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191 [Intel XE#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#3312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3312 [Intel XE#3339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3339 [Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343 [Intel XE#3371]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3371 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3466 [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#3499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3499 [Intel XE#3514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3514 [Intel XE#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [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#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#379]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/379 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512 [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560 [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#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [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#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [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#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [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 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8115 -> IGTPW_12126 * Linux: xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4 -> xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 IGTPW_12126: 12126 IGT_8115: 4942fc57c20f9cb2195e70991c4e4df03dd3db21 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4: 6abefc8e3bf638090d5277bc3e6fd02bb25579a4 xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6: 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/index.html [-- Attachment #2: Type: text/html, Size: 167134 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) 2024-11-19 12:25 ` ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork @ 2024-11-20 9:58 ` Krzysztof Niemiec 0 siblings, 0 replies; 7+ messages in thread From: Krzysztof Niemiec @ 2024-11-20 9:58 UTC (permalink / raw) To: igt-dev; +Cc: I915-ci-infra On 2024-11-19 at 12:25:45 GMT, Patchwork wrote: > == Series Details == > > Series: tests/intel/gem_ctx_persistence: Wait for context termination (rev3) > URL : https://patchwork.freedesktop.org/series/140582/ > State : failure > > == Summary == > > CI Bug Log - changes from XEIGT_8115_full -> XEIGTPW_12126_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with XEIGTPW_12126_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in XEIGTPW_12126_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_12126_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@kms_cursor_crc@cursor-sliding-256x256: > - shard-bmg: NOTRUN -> [SKIP][1] > [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-256x256.html > > * igt@kms_cursor_crc@cursor-suspend: > - shard-bmg: [PASS][2] -> [INCOMPLETE][3] +8 other tests incomplete > [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@kms_cursor_crc@cursor-suspend.html > [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-7/igt@kms_cursor_crc@cursor-suspend.html > > * igt@kms_cursor_edge_walk@256x256-right-edge: > - shard-bmg: [PASS][4] -> [SKIP][5] > [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@kms_cursor_edge_walk@256x256-right-edge.html > [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_edge_walk@256x256-right-edge.html > > * igt@kms_cursor_edge_walk@64x64-right-edge@pipe-a-hdmi-a-3: > - shard-bmg: NOTRUN -> [DMESG-WARN][6] +12 other tests dmesg-warn > [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-6/igt@kms_cursor_edge_walk@64x64-right-edge@pipe-a-hdmi-a-3.html > > * igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3: > - shard-bmg: [PASS][7] -> [DMESG-FAIL][8] +15 other tests dmesg-fail > [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3.html > [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend@ac-dp2-hdmi-a3.html > > * igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3: > - shard-bmg: [PASS][9] -> [ABORT][10] +1 other test abort > [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3.html > [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend@cd-dp2-hdmi-a3.html > > * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: > - shard-bmg: NOTRUN -> [DMESG-FAIL][11] +3 other tests dmesg-fail > [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html > > * igt@kms_psr@psr2-suspend@edp-1: > - shard-lnl: [PASS][12] -> [FAIL][13] +1 other test fail > [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-lnl-6/igt@kms_psr@psr2-suspend@edp-1.html > [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-lnl-4/igt@kms_psr@psr2-suspend@edp-1.html > > * igt@xe_evict@evict-threads-small-multi-vm: > - shard-dg2-set2: [PASS][14] -> [DMESG-WARN][15] +4 other tests dmesg-warn > [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-464/igt@xe_evict@evict-threads-small-multi-vm.html > [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-433/igt@xe_evict@evict-threads-small-multi-vm.html > > * igt@xe_exec_compute_mode@once-userptr: > - shard-dg2-set2: [PASS][16] -> [DMESG-FAIL][17] > [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@xe_exec_compute_mode@once-userptr.html > [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-435/igt@xe_exec_compute_mode@once-userptr.html > > * igt@xe_vm@large-userptr-split-misaligned-binds-67108864: > - shard-bmg: [PASS][18] -> [DMESG-WARN][19] +76 other tests dmesg-warn > [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_vm@large-userptr-split-misaligned-binds-67108864.html > [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-8/igt@xe_vm@large-userptr-split-misaligned-binds-67108864.html > > > #### Warnings #### > > * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: > - shard-dg2-set2: [SKIP][20] ([Intel XE#3442]) -> [SKIP][21] > [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html > [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html > > * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: > - shard-dg2-set2: [SKIP][22] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][23] +2 other tests skip > [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html > [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html > > * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions: > - shard-bmg: [INCOMPLETE][24] ([Intel XE#1727]) -> [DMESG-WARN][25] > [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html > [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions.html > > * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: > - shard-bmg: [FAIL][26] ([Intel XE#2333]) -> [DMESG-FAIL][27] +7 other tests dmesg-fail > [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html > [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html > > * igt@kms_pm_rpm@modeset-lpsp: > - shard-dg2-set2: [SKIP][28] ([Intel XE#2446]) -> [ABORT][29] > [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp.html > [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-464/igt@kms_pm_rpm@modeset-lpsp.html > > * igt@xe_evict@evict-beng-large-multi-vm-cm: > - shard-bmg: [FAIL][30] ([Intel XE#2364]) -> [DMESG-FAIL][31] > [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-4/igt@xe_evict@evict-beng-large-multi-vm-cm.html > [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-3/igt@xe_evict@evict-beng-large-multi-vm-cm.html > > * igt@xe_evict@evict-large-multi-vm-cm: > - shard-bmg: [FAIL][32] ([Intel XE#2364]) -> [DMESG-WARN][33] > [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-bmg-7/igt@xe_evict@evict-large-multi-vm-cm.html > [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-bmg-2/igt@xe_evict@evict-large-multi-vm-cm.html > > * igt@xe_vm@munmap-style-unbind-userptr-inval-front: > - shard-dg2-set2: [SKIP][34] ([Intel XE#1130]) -> [DMESG-WARN][35] > [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8115/shard-dg2-466/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html > [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/shard-dg2-463/igt@xe_vm@munmap-style-unbind-userptr-inval-front.html > > Unrelated, I didn't touch these tests at all. Thanks Krzysztof > Known issues > ------------ (snip) > Build changes > ------------- > > * IGT: IGT_8115 -> IGTPW_12126 > * Linux: xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4 -> xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 > > IGTPW_12126: 12126 > IGT_8115: 4942fc57c20f9cb2195e70991c4e4df03dd3db21 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > xe-2248-6abefc8e3bf638090d5277bc3e6fd02bb25579a4: 6abefc8e3bf638090d5277bc3e6fd02bb25579a4 > xe-2249-1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6: 1fe9a6cc7d136c9a34c47ccd6ee5a2b7d02c0bd6 > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12126/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-20 9:58 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-18 12:16 [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Krzysztof Niemiec 2024-11-19 1:09 ` ✓ CI.xeBAT: success for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork 2024-11-19 1:20 ` ✗ Fi.CI.BAT: failure " Patchwork 2024-11-20 9:56 ` Krzysztof Niemiec 2024-11-19 12:15 ` [PATCH i-g-t v2] tests/intel/gem_ctx_persistence: Wait for context termination Nirmoy Das 2024-11-19 12:25 ` ✗ CI.xeFULL: failure for tests/intel/gem_ctx_persistence: Wait for context termination (rev3) Patchwork 2024-11-20 9:58 ` Krzysztof Niemiec
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox