* [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork
@ 2024-12-18 16:08 Jonathan Cavitt
2024-12-18 23:29 ` ✗ i915.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Jonathan Cavitt @ 2024-12-18 16:08 UTC (permalink / raw)
To: igt-dev
Cc: jonathan.cavitt, saurabhg.gupta, alex.zuo, zbigniew.kempczynski,
pravalika.gurram
Several xe_cork functionalities were recently unified into the xe_spin
library. During this process, it was asserted that we always pass a
valid cork to the various xe_cork helper functions (namely,
xe_cork_sync_start, xe_cork_sync_end, and xe_cork_destroy).
While this assertion should normally hold, in xe_drm_fdinfo
specifically, some subtests declare the existence of an xe_cork but
bypass its initialization through xe_cork_create because the cork is
otherwise unused. However, the cork itself is unconditionally destroyed
at the end of the tests, as prior to the unification under xe_spin,
passing a NULL pointer to the destroy function (previously
spin_ctx_destroy) would simply exit the function early. Unfortunately,
passing a NULL pointer to the destroy function now (xe_cork_destory)
hits the new assertion, resulting in an error.
Do not run xe_cork_destroy on a NULL pointer if a NULL pointer is
expected in the subtest.
Fixes: 2feb1d6718a ("lib/xe/xe_spin: move the spinner related functions to lib")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3869
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
CC: Pravalika Gurram <pravalika.gurram@intel.com>
CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
---
tests/intel/xe_drm_fdinfo.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_drm_fdinfo.c b/tests/intel/xe_drm_fdinfo.c
index 66a181d5ba..e83c55c646 100644
--- a/tests/intel/xe_drm_fdinfo.c
+++ b/tests/intel/xe_drm_fdinfo.c
@@ -447,7 +447,9 @@ utilization_single(int fd, struct drm_xe_engine_class_instance *hwe, unsigned in
close(new_fd);
}
- xe_cork_destroy(fd, ctx);
+ if (flags & TEST_BUSY)
+ xe_cork_destroy(fd, ctx);
+
xe_vm_destroy(fd, vm);
}
@@ -663,7 +665,8 @@ utilization_multi(int fd, int gt, int class, unsigned int flags)
close(fd_spill);
}
- xe_cork_destroy(fd, ctx);
+ if (flags & TEST_BUSY)
+ xe_cork_destroy(fd, ctx);
xe_vm_destroy(fd, vm);
}
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✗ i915.CI.BAT: failure for tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-18 16:08 [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork Jonathan Cavitt @ 2024-12-18 23:29 ` Patchwork 2024-12-20 16:22 ` Kamil Konieczny 2024-12-19 1:30 ` ✓ Xe.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 1 reply; 7+ messages in thread From: Patchwork @ 2024-12-18 23:29 UTC (permalink / raw) To: Cavitt, Jonathan; +Cc: igt-dev == Series Details == Series: tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork URL : https://patchwork.freedesktop.org/series/142799/ State : failure == Summary == CI Bug Log - changes from IGT_8164 -> IGTPW_12346 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12346 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12346, 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_12346/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12346: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@gt_pm: - bat-adlp-11: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-adlp-11/igt@i915_selftest@live@gt_pm.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-adlp-11/igt@i915_selftest@live@gt_pm.html Known issues ------------ Here are the changes found in IGTPW_12346 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-adlp-11: [PASS][3] -> [DMESG-FAIL][4] ([i915#12435]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-adlp-11/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-adlp-11/igt@i915_selftest@live.html #### Possible fixes #### * igt@i915_selftest@live@late_gt_pm: - fi-cfl-8109u: [DMESG-WARN][5] ([i915#11621]) -> [PASS][6] +132 other tests pass [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [ABORT][7] ([i915#12061]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-arls-5/igt@i915_selftest@live@workarounds.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-arls-5/igt@i915_selftest@live@workarounds.html - {bat-mtlp-9}: [ABORT][9] ([i915#12061]) -> [PASS][10] +1 other test pass [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-mtlp-9/igt@i915_selftest@live@workarounds.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-mtlp-9/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#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12435 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8164 -> IGTPW_12346 * Linux: CI_DRM_15864 -> CI_DRM_15865 CI-20190529: 20190529 CI_DRM_15864: e9a5d74b7f60fe6f7d55ebe636ff871214b6caec @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15865: d8f0c44e2ed948dcc45d04a0dfa83612995a702b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12346: e0bdee76b128153a559de450199ebd3fec2ac24c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8164: e9d9934c7c6dc6878792d82424fc928e7f6996cb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ i915.CI.BAT: failure for tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-18 23:29 ` ✗ i915.CI.BAT: failure for " Patchwork @ 2024-12-20 16:22 ` Kamil Konieczny 0 siblings, 0 replies; 7+ messages in thread From: Kamil Konieczny @ 2024-12-20 16:22 UTC (permalink / raw) To: igt-dev; +Cc: Cavitt, Jonathan, I915-ci-infra Hi igt-dev, On 2024-12-18 at 23:29:51 -0000, Patchwork wrote: > == Series Details == > > Series: tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork > URL : https://patchwork.freedesktop.org/series/142799/ > State : failure > > == Summary == > > CI Bug Log - changes from IGT_8164 -> IGTPW_12346 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_12346 absolutely need to be > verified manually. Not related to change in Xe test. Regards, Kamil > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_12346, 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_12346/index.html > > Participating hosts (45 -> 44) > ------------------------------ > > Missing (1): fi-snb-2520m > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_12346: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_selftest@live@gt_pm: > - bat-adlp-11: [PASS][1] -> [DMESG-FAIL][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-adlp-11/igt@i915_selftest@live@gt_pm.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-adlp-11/igt@i915_selftest@live@gt_pm.html > > > Known issues > ------------ > > Here are the changes found in IGTPW_12346 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@i915_selftest@live: > - bat-adlp-11: [PASS][3] -> [DMESG-FAIL][4] ([i915#12435]) > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-adlp-11/igt@i915_selftest@live.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-adlp-11/igt@i915_selftest@live.html > > > #### Possible fixes #### > > * igt@i915_selftest@live@late_gt_pm: > - fi-cfl-8109u: [DMESG-WARN][5] ([i915#11621]) -> [PASS][6] +132 other tests pass > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html > > * igt@i915_selftest@live@workarounds: > - bat-arls-5: [ABORT][7] ([i915#12061]) -> [PASS][8] > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-arls-5/igt@i915_selftest@live@workarounds.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-arls-5/igt@i915_selftest@live@workarounds.html > - {bat-mtlp-9}: [ABORT][9] ([i915#12061]) -> [PASS][10] +1 other test pass > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8164/bat-mtlp-9/igt@i915_selftest@live@workarounds.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/bat-mtlp-9/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#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 > [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 > [i915#12435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12435 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_8164 -> IGTPW_12346 > * Linux: CI_DRM_15864 -> CI_DRM_15865 > > CI-20190529: 20190529 > CI_DRM_15864: e9a5d74b7f60fe6f7d55ebe636ff871214b6caec @ git://anongit.freedesktop.org/gfx-ci/linux > CI_DRM_15865: d8f0c44e2ed948dcc45d04a0dfa83612995a702b @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_12346: e0bdee76b128153a559de450199ebd3fec2ac24c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_8164: e9d9934c7c6dc6878792d82424fc928e7f6996cb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12346/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Xe.CI.BAT: success for tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-18 16:08 [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork Jonathan Cavitt 2024-12-18 23:29 ` ✗ i915.CI.BAT: failure for " Patchwork @ 2024-12-19 1:30 ` Patchwork 2024-12-19 4:21 ` [PATCH] " Zbigniew Kempczyński 2024-12-19 19:16 ` ✗ Xe.CI.Full: failure for " Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-12-19 1:30 UTC (permalink / raw) To: Cavitt, Jonathan; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2157 bytes --] == Series Details == Series: tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork URL : https://patchwork.freedesktop.org/series/142799/ State : success == Summary == CI Bug Log - changes from XEIGT_8164_BAT -> XEIGTPW_12346_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_12346_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_psr@psr-cursor-plane-move: - bat-adlp-7: [PASS][1] -> [SKIP][2] ([Intel XE#455]) +1 other test skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-primary-page-flip@edp-1: - bat-adlp-7: [PASS][3] -> [DMESG-WARN][4] ([Intel XE#3517]) +1 other test dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html [Intel XE#3517]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3517 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8164 -> IGTPW_12346 * Linux: xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec -> xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b IGTPW_12346: e0bdee76b128153a559de450199ebd3fec2ac24c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8164: e9d9934c7c6dc6878792d82424fc928e7f6996cb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec: e9a5d74b7f60fe6f7d55ebe636ff871214b6caec xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b: d8f0c44e2ed948dcc45d04a0dfa83612995a702b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/index.html [-- Attachment #2: Type: text/html, Size: 2768 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-18 16:08 [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork Jonathan Cavitt 2024-12-18 23:29 ` ✗ i915.CI.BAT: failure for " Patchwork 2024-12-19 1:30 ` ✓ Xe.CI.BAT: success " Patchwork @ 2024-12-19 4:21 ` Zbigniew Kempczyński 2024-12-19 19:16 ` ✗ Xe.CI.Full: failure for " Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Zbigniew Kempczyński @ 2024-12-19 4:21 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev, saurabhg.gupta, alex.zuo, pravalika.gurram On Wed, Dec 18, 2024 at 04:08:08PM +0000, Jonathan Cavitt wrote: > Several xe_cork functionalities were recently unified into the xe_spin > library. During this process, it was asserted that we always pass a > valid cork to the various xe_cork helper functions (namely, > xe_cork_sync_start, xe_cork_sync_end, and xe_cork_destroy). > > While this assertion should normally hold, in xe_drm_fdinfo > specifically, some subtests declare the existence of an xe_cork but > bypass its initialization through xe_cork_create because the cork is > otherwise unused. However, the cork itself is unconditionally destroyed > at the end of the tests, as prior to the unification under xe_spin, > passing a NULL pointer to the destroy function (previously > spin_ctx_destroy) would simply exit the function early. Unfortunately, > passing a NULL pointer to the destroy function now (xe_cork_destory) > hits the new assertion, resulting in an error. > > Do not run xe_cork_destroy on a NULL pointer if a NULL pointer is > expected in the subtest. Thanks for the fix. Finally I've requested to assert in destroy path instead of silently returing on NULL pointer. This caused these issues. Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew > > Fixes: 2feb1d6718a ("lib/xe/xe_spin: move the spinner related functions to lib") > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3869 > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> > CC: Pravalika Gurram <pravalika.gurram@intel.com> > CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > --- > tests/intel/xe_drm_fdinfo.c | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/tests/intel/xe_drm_fdinfo.c b/tests/intel/xe_drm_fdinfo.c > index 66a181d5ba..e83c55c646 100644 > --- a/tests/intel/xe_drm_fdinfo.c > +++ b/tests/intel/xe_drm_fdinfo.c > @@ -447,7 +447,9 @@ utilization_single(int fd, struct drm_xe_engine_class_instance *hwe, unsigned in > close(new_fd); > } > > - xe_cork_destroy(fd, ctx); > + if (flags & TEST_BUSY) > + xe_cork_destroy(fd, ctx); > + > xe_vm_destroy(fd, vm); > } > > @@ -663,7 +665,8 @@ utilization_multi(int fd, int gt, int class, unsigned int flags) > close(fd_spill); > } > > - xe_cork_destroy(fd, ctx); > + if (flags & TEST_BUSY) > + xe_cork_destroy(fd, ctx); > > xe_vm_destroy(fd, vm); > } > -- > 2.43.0 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-18 16:08 [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork Jonathan Cavitt ` (2 preceding siblings ...) 2024-12-19 4:21 ` [PATCH] " Zbigniew Kempczyński @ 2024-12-19 19:16 ` Patchwork 2024-12-20 16:21 ` Kamil Konieczny 3 siblings, 1 reply; 7+ messages in thread From: Patchwork @ 2024-12-19 19:16 UTC (permalink / raw) To: Cavitt, Jonathan; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 55673 bytes --] == Series Details == Series: tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork URL : https://patchwork.freedesktop.org/series/142799/ State : failure == Summary == CI Bug Log - changes from XEIGT_8164_full -> XEIGTPW_12346_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12346_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12346_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_12346_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode: - shard-bmg: [PASS][1] -> [INCOMPLETE][2] +3 other tests incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html * igt@kms_plane_lowres@tiling-x@pipe-a-dp-4: - shard-dg2-set2: [PASS][3] -> [INCOMPLETE][4] +2 other tests incomplete [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@kms_plane_lowres@tiling-x@pipe-a-dp-4.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_plane_lowres@tiling-x@pipe-a-dp-4.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-bmg: [PASS][5] -> [DMESG-FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-1/igt@kms_pm_rpm@system-suspend-modeset.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_vblank@ts-continuation-suspend: - shard-bmg: [PASS][7] -> [FAIL][8] +2 other tests fail [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_vblank@ts-continuation-suspend.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_vblank@ts-continuation-suspend.html * igt@xe_ccs@suspend-resume: - shard-bmg: NOTRUN -> [INCOMPLETE][9] +2 other tests incomplete [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@xe_ccs@suspend-resume.html * igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01: - shard-bmg: NOTRUN -> [FAIL][10] [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01.html * igt@xe_pm@s4-basic: - shard-bmg: [PASS][11] -> [DMESG-WARN][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@xe_pm@s4-basic.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@xe_pm@s4-basic.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-bmg: [PASS][13] -> [TIMEOUT][14] +4 other tests timeout [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@xe_pm@s4-vm-bind-unbind-all.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@xe_pm@s4-vm-bind-unbind-all.html #### Warnings #### * igt@xe_evict@evict-beng-mixed-threads-large: - shard-bmg: [INCOMPLETE][15] ([Intel XE#1473]) -> [DMESG-FAIL][16] [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@xe_evict@evict-beng-mixed-threads-large.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_evict@evict-beng-mixed-threads-large.html Known issues ------------ Here are the changes found in XEIGTPW_12346_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-dp-2: - shard-bmg: [PASS][17] -> [FAIL][18] ([Intel XE#3718]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-dp-2.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-a-dp-2.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#3767]) +23 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-6-4-mc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#2550]) +17 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html * igt@kms_async_flips@crc-atomic@pipe-a-dp-2: - shard-bmg: NOTRUN -> [INCOMPLETE][21] ([Intel XE#3781]) +1 other test incomplete [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_async_flips@crc-atomic@pipe-a-dp-2.html * igt@kms_async_flips@crc-atomic@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][22] ([Intel XE#3781]) +1 other test incomplete [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_async_flips@crc-atomic@pipe-a-hdmi-a-6.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#3768]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#2327]) +3 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#316]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2328]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1124]) +5 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#1124]) +8 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#610]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#610]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#2191]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2314] / [Intel XE#2894]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#367]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#367]) +3 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#787]) +55 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2887]) +10 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#455] / [Intel XE#787]) +15 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-dp-2: - shard-bmg: [PASS][38] -> [INCOMPLETE][39] ([Intel XE#3862]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-dp-2.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-dp-2.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#3432]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [PASS][41] -> [INCOMPLETE][42] ([Intel XE#2692]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_cdclk@mode-transition: - shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2724]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_color@ctm-0-50: - shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2325]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#306]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_edid@dp-edid-change-during-hibernate: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2252]) +8 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#373]) +6 other tests skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html * igt@kms_content_protection@content-type-change: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2341]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@legacy: - shard-dg2-set2: NOTRUN -> [FAIL][49] ([Intel XE#1178]) +1 other test fail [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-0@pipe-a-dp-2: - shard-bmg: NOTRUN -> [FAIL][50] ([Intel XE#1178]) +2 other tests fail [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_content_protection@lic-type-0@pipe-a-dp-2.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2320]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: [PASS][52] -> [DMESG-WARN][53] ([Intel XE#877]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - shard-lnl: [PASS][54] -> [FAIL][55] ([Intel XE#1475]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-2/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2286]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl: - shard-bmg: NOTRUN -> [FAIL][57] ([Intel XE#2141]) +2 other tests fail [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html * igt@kms_feature_discovery@display-4x: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#1138]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#1135]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2316]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-busy-flip: - shard-bmg: [PASS][61] -> [SKIP][62] ([Intel XE#2316]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_flip@2x-busy-flip.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [FAIL][63] ([Intel XE#2882]) +1 other test fail [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [FAIL][64] ([Intel XE#3321]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3: - shard-bmg: [PASS][65] -> [FAIL][66] ([Intel XE#3321]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3: - shard-bmg: [PASS][67] -> [INCOMPLETE][68] ([Intel XE#2597]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4: - shard-dg2-set2: [PASS][69] -> [FAIL][70] ([Intel XE#301]) +8 other tests fail [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp4.html * igt@kms_flip@flip-vs-expired-vblank@c-dp4: - shard-dg2-set2: [PASS][71] -> [FAIL][72] ([Intel XE#301] / [Intel XE#3321]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@c-dp4.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-bmg: NOTRUN -> [INCOMPLETE][73] ([Intel XE#2597]) +1 other test incomplete [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@plain-flip-ts-check@b-edp1: - shard-lnl: [PASS][74] -> [FAIL][75] ([Intel XE#886]) +2 other tests fail [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-8/igt@kms_flip@plain-flip-ts-check@b-edp1.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-3/igt@kms_flip@plain-flip-ts-check@b-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#455]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-bmg: NOTRUN -> [SKIP][77] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2293]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: - shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2311]) +21 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [FAIL][80] ([Intel XE#2333]) +13 other tests fail [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2312]) +7 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#651]) +14 other tests skip [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#653]) +11 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff: - shard-bmg: NOTRUN -> [SKIP][84] ([Intel XE#2313]) +16 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-onoff.html * igt@kms_joiner@basic-ultra-joiner: - shard-bmg: NOTRUN -> [SKIP][85] ([Intel XE#2927]) [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#346]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2-set2: [PASS][87] -> [FAIL][88] ([Intel XE#361]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#2763]) +5 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html * igt@kms_pm_backlight@bad-brightness: - shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#870]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#870]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#2391]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-retention-flops: - shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#3309]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#1489]) +3 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#1489]) +6 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-bmg: NOTRUN -> [SKIP][98] ([Intel XE#2387]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr2-basic: - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2234] / [Intel XE#2850]) +13 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_psr@fbc-psr2-basic.html * igt@kms_psr@fbc-psr2-cursor-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#2850] / [Intel XE#929]) +5 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html * igt@kms_rotation_crc@bad-pixel-format: - shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#3414]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_rotation_crc@bad-pixel-format.html - shard-dg2-set2: NOTRUN -> [SKIP][102] ([Intel XE#3414]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][103] -> [FAIL][104] ([Intel XE#2159]) +1 other test fail [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-2/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@kms_vrr@flip-suspend: - shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#1499]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_vrr@flip-suspend.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#756]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#756]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][108] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: NOTRUN -> [SKIP][109] ([Intel XE#1126]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_drm_fdinfo@utilization-others-full-load: - shard-dg2-set2: NOTRUN -> [FAIL][110] ([Intel XE#3869]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@xe_drm_fdinfo@utilization-others-full-load.html * igt@xe_eudebug@discovery-race-vmbind: - shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2905]) +7 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_eudebug@discovery-race-vmbind.html * igt@xe_eudebug_online@resume-dss: - shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#2905]) +4 other tests skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_eudebug_online@resume-dss.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [PASS][113] -> [FAIL][114] ([Intel XE#1600]) +1 other test fail [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@xe_evict@evict-beng-large-multi-vm-cm.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-bmg: NOTRUN -> [TIMEOUT][115] ([Intel XE#1473]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind: - shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#2322]) +4 other tests skip [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#288]) +10 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_oa@syncs-userptr-wait-cfg: - shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2541] / [Intel XE#3573]) +4 other tests skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_oa@syncs-userptr-wait-cfg.html * igt@xe_oa@unprivileged-single-ctx-counters: - shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#2248]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@xe_oa@unprivileged-single-ctx-counters.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: NOTRUN -> [SKIP][120] ([Intel XE#2838] / [Intel XE#979]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_pat@pat-index-xehpc.html * igt@xe_peer2peer@write: - shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#2427]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_peer2peer@write.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-bmg: NOTRUN -> [SKIP][122] ([Intel XE#2284]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s4-basic: - shard-lnl: [PASS][123] -> [ABORT][124] ([Intel XE#1358] / [Intel XE#1607]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-4/igt@xe_pm@s4-basic.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-2/igt@xe_pm@s4-basic.html * igt@xe_query@multigpu-query-cs-cycles: - shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#944]) +2 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@xe_query@multigpu-query-cs-cycles.html * igt@xe_query@multigpu-query-topology: - shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#944]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_query@multigpu-query-topology.html * igt@xe_wedged@wedged-mode-toggle: - shard-bmg: [PASS][127] -> [ABORT][128] ([Intel XE#3084]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@xe_wedged@wedged-mode-toggle.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@xe_wedged@wedged-mode-toggle.html #### Possible fixes #### * igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2: - shard-bmg: [FAIL][129] ([Intel XE#3802]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip-atomic@pipe-b-dp-2.html * igt@kms_async_flips@async-flip-with-page-flip-events: - shard-dg2-set2: [INCOMPLETE][131] -> [PASS][132] +2 other tests pass [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [FAIL][133] ([Intel XE#911]) -> [PASS][134] +3 other tests pass [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-b-dp-4: - shard-dg2-set2: [FAIL][135] -> [PASS][136] +3 other tests pass [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-433/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-bmg: [SKIP][137] ([Intel XE#2291]) -> [PASS][138] +2 other tests pass [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_display_modes@extended-mode-basic: - shard-bmg: [SKIP][139] ([Intel XE#2425]) -> [PASS][140] [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-bmg: [SKIP][141] ([Intel XE#3070]) -> [PASS][142] [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4: - shard-dg2-set2: [FAIL][143] ([Intel XE#301]) -> [PASS][144] +3 other tests pass [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][145] ([Intel XE#2882]) -> [PASS][146] +1 other test pass [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-bmg: [SKIP][147] ([Intel XE#2316]) -> [PASS][148] +1 other test pass [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_flip@2x-plain-flip-fb-recreate.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][149] ([Intel XE#886]) -> [PASS][150] +2 other tests pass [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-2/igt@kms_flip@blocking-wf_vblank.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-1/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3: - shard-bmg: [FAIL][151] ([Intel XE#3321]) -> [PASS][152] [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a3.html * igt@kms_flip@flip-vs-expired-vblank@b-dp4: - shard-dg2-set2: [FAIL][153] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][154] [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-dp4.html * igt@kms_flip@flip-vs-suspend: - shard-bmg: [INCOMPLETE][155] ([Intel XE#2597]) -> [PASS][156] [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_flip@flip-vs-suspend.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@a-dp2: - shard-bmg: [INCOMPLETE][157] -> [PASS][158] [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_flip@flip-vs-suspend@a-dp2.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_flip@flip-vs-suspend@a-dp2.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-bmg: [INCOMPLETE][159] ([Intel XE#1035]) -> [PASS][160] +2 other tests pass [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@kms_plane@plane-panning-bottom-right-suspend.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][161] ([Intel XE#361]) -> [PASS][162] [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html * igt@xe_ccs@suspend-resume: - shard-dg2-set2: [INCOMPLETE][163] ([Intel XE#1616]) -> [PASS][164] [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-436/igt@xe_ccs@suspend-resume.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@xe_ccs@suspend-resume.html * igt@xe_drm_fdinfo@parallel-utilization-single-idle: - shard-dg2-set2: [FAIL][165] ([Intel XE#3869]) -> [PASS][166] +2 other tests pass [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@xe_drm_fdinfo@parallel-utilization-single-idle.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_drm_fdinfo@parallel-utilization-single-idle.html * igt@xe_drm_fdinfo@utilization-single-idle: - shard-bmg: [FAIL][167] ([Intel XE#3869]) -> [PASS][168] +1 other test pass [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@xe_drm_fdinfo@utilization-single-idle.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_drm_fdinfo@utilization-single-idle.html - shard-lnl: [FAIL][169] ([Intel XE#3869]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-3/igt@xe_drm_fdinfo@utilization-single-idle.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-6/igt@xe_drm_fdinfo@utilization-single-idle.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][171] ([Intel XE#1473]) -> [PASS][172] [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-433/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_threads@threads-hang-fd-userptr-invalidate: - shard-dg2-set2: [DMESG-WARN][173] -> [PASS][174] [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-434/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-436/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html * igt@xe_gt_freq@freq_suspend: - shard-bmg: [INCOMPLETE][175] ([Intel XE#3865]) -> [PASS][176] [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@xe_gt_freq@freq_suspend.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_gt_freq@freq_suspend.html * igt@xe_live_ktest@xe_dma_buf: - shard-bmg: [SKIP][177] ([Intel XE#1192]) -> [PASS][178] [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-3/igt@xe_live_ktest@xe_dma_buf.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [FAIL][179] ([Intel XE#958]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html #### Warnings #### * igt@kms_async_flips@alternate-sync-async-flip-atomic: - shard-bmg: [FAIL][181] ([Intel XE#3701] / [Intel XE#3718]) -> [FAIL][182] ([Intel XE#3701] / [Intel XE#3718] / [Intel XE#827]) [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip-atomic.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip-atomic.html * igt@kms_content_protection@legacy: - shard-bmg: [SKIP][183] ([Intel XE#2341]) -> [FAIL][184] ([Intel XE#1178]) [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_content_protection@legacy.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_content_protection@legacy.html * igt@kms_content_protection@uevent: - shard-bmg: [FAIL][185] ([Intel XE#1188]) -> [SKIP][186] ([Intel XE#2341]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@kms_content_protection@uevent.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_content_protection@uevent.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][187] ([Intel XE#2312]) -> [SKIP][188] ([Intel XE#2311]) +8 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-bmg: [FAIL][189] ([Intel XE#2333]) -> [SKIP][190] ([Intel XE#2312]) +3 other tests skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-rte.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [SKIP][191] ([Intel XE#2312]) -> [FAIL][192] ([Intel XE#2333]) +5 other tests fail [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][193] ([Intel XE#2311]) -> [SKIP][194] ([Intel XE#2312]) +7 other tests skip [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen: - shard-bmg: [SKIP][195] ([Intel XE#2313]) -> [SKIP][196] ([Intel XE#2312]) +6 other tests skip [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-bmg: [SKIP][197] ([Intel XE#2312]) -> [SKIP][198] ([Intel XE#2313]) +6 other tests skip [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-bmg: [FAIL][199] -> [TIMEOUT][200] ([Intel XE#3885]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-5/igt@kms_pipe_crc_basic@suspend-read-crc.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-7/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-set2: [SKIP][201] ([Intel XE#362]) -> [FAIL][202] ([Intel XE#1729]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern.html * igt@xe_evict@evict-threads-large: - shard-bmg: [TIMEOUT][203] ([Intel XE#1473]) -> [TIMEOUT][204] ([Intel XE#1473] / [Intel XE#2472]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@xe_evict@evict-threads-large.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-1/igt@xe_evict@evict-threads-large.html * igt@xe_live_ktest@xe_eudebug: - shard-lnl: [SKIP][205] ([Intel XE#1192] / [Intel XE#3026]) -> [SKIP][206] ([Intel XE#2833]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-lnl-8/igt@xe_live_ktest@xe_eudebug.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-lnl-2/igt@xe_live_ktest@xe_eudebug.html * igt@xe_wedged@wedged-at-any-timeout: - shard-bmg: [ABORT][207] ([Intel XE#3765]) -> [ABORT][208] ([Intel XE#3421]) [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-8/igt@xe_wedged@wedged-at-any-timeout.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@xe_wedged@wedged-at-any-timeout.html [Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035 [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#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [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#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475 [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#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [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#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#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#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391 [Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425 [Intel XE#2427]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2427 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3026 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#3070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070 [Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3421 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#3701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3701 [Intel XE#3718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3718 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#3765]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3765 [Intel XE#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767 [Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768 [Intel XE#3781]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3781 [Intel XE#3802]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3802 [Intel XE#3862]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3862 [Intel XE#3865]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3865 [Intel XE#3869]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3869 [Intel XE#3885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3885 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [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#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 Build changes ------------- * IGT: IGT_8164 -> IGTPW_12346 * Linux: xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec -> xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b IGTPW_12346: e0bdee76b128153a559de450199ebd3fec2ac24c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8164: e9d9934c7c6dc6878792d82424fc928e7f6996cb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec: e9a5d74b7f60fe6f7d55ebe636ff871214b6caec xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b: d8f0c44e2ed948dcc45d04a0dfa83612995a702b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/index.html [-- Attachment #2: Type: text/html, Size: 63346 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ Xe.CI.Full: failure for tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork 2024-12-19 19:16 ` ✗ Xe.CI.Full: failure for " Patchwork @ 2024-12-20 16:21 ` Kamil Konieczny 0 siblings, 0 replies; 7+ messages in thread From: Kamil Konieczny @ 2024-12-20 16:21 UTC (permalink / raw) To: igt-dev; +Cc: Cavitt, Jonathan, I915-ci-infra Hi igt-dev, On 2024-12-19 at 19:16:07 -0000, Patchwork wrote: > == Series Details == > > Series: tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork > URL : https://patchwork.freedesktop.org/series/142799/ > State : failure > > == Summary == > > CI Bug Log - changes from XEIGT_8164_full -> XEIGTPW_12346_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with XEIGTPW_12346_full absolutely need to be > verified manually. Not related to change in xe-drm_fdinfo, Regards, Kamil > > If you think the reported changes have nothing to do with the changes > introduced in XEIGTPW_12346_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_12346_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode: > - shard-bmg: [PASS][1] -> [INCOMPLETE][2] +3 other tests incomplete > [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html > [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-valid-mode.html > > * igt@kms_plane_lowres@tiling-x@pipe-a-dp-4: > - shard-dg2-set2: [PASS][3] -> [INCOMPLETE][4] +2 other tests incomplete > [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-dg2-435/igt@kms_plane_lowres@tiling-x@pipe-a-dp-4.html > [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-dg2-463/igt@kms_plane_lowres@tiling-x@pipe-a-dp-4.html > > * igt@kms_pm_rpm@system-suspend-modeset: > - shard-bmg: [PASS][5] -> [DMESG-FAIL][6] > [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-1/igt@kms_pm_rpm@system-suspend-modeset.html > [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@kms_pm_rpm@system-suspend-modeset.html > > * igt@kms_vblank@ts-continuation-suspend: > - shard-bmg: [PASS][7] -> [FAIL][8] +2 other tests fail > [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@kms_vblank@ts-continuation-suspend.html > [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-5/igt@kms_vblank@ts-continuation-suspend.html > > * igt@xe_ccs@suspend-resume: > - shard-bmg: NOTRUN -> [INCOMPLETE][9] +2 other tests incomplete > [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@xe_ccs@suspend-resume.html > > * igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01: > - shard-bmg: NOTRUN -> [FAIL][10] > [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-3/igt@xe_ccs@suspend-resume@xmajor-compressed-compfmt0-system-vram01.html > > * igt@xe_pm@s4-basic: > - shard-bmg: [PASS][11] -> [DMESG-WARN][12] > [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@xe_pm@s4-basic.html > [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-6/igt@xe_pm@s4-basic.html > > * igt@xe_pm@s4-vm-bind-unbind-all: > - shard-bmg: [PASS][13] -> [TIMEOUT][14] +4 other tests timeout > [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-6/igt@xe_pm@s4-vm-bind-unbind-all.html > [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-2/igt@xe_pm@s4-vm-bind-unbind-all.html > > > #### Warnings #### > > * igt@xe_evict@evict-beng-mixed-threads-large: > - shard-bmg: [INCOMPLETE][15] ([Intel XE#1473]) -> [DMESG-FAIL][16] > [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8164/shard-bmg-7/igt@xe_evict@evict-beng-mixed-threads-large.html > [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/shard-bmg-8/igt@xe_evict@evict-beng-mixed-threads-large.html > > > Known issues > ------------ > > Here are the changes found in XEIGTPW_12346_full that come from known issues: > > ### IGT changes ### > ...cut... > > Build changes > ------------- > > * IGT: IGT_8164 -> IGTPW_12346 > * Linux: xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec -> xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b > > IGTPW_12346: e0bdee76b128153a559de450199ebd3fec2ac24c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_8164: e9d9934c7c6dc6878792d82424fc928e7f6996cb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > xe-2396-e9a5d74b7f60fe6f7d55ebe636ff871214b6caec: e9a5d74b7f60fe6f7d55ebe636ff871214b6caec > xe-2397-d8f0c44e2ed948dcc45d04a0dfa83612995a702b: d8f0c44e2ed948dcc45d04a0dfa83612995a702b > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12346/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-20 16:22 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-12-18 16:08 [PATCH] tests/intel/xe_drm_fdinfo: Do not destroy NULL xe_cork Jonathan Cavitt 2024-12-18 23:29 ` ✗ i915.CI.BAT: failure for " Patchwork 2024-12-20 16:22 ` Kamil Konieczny 2024-12-19 1:30 ` ✓ Xe.CI.BAT: success " Patchwork 2024-12-19 4:21 ` [PATCH] " Zbigniew Kempczyński 2024-12-19 19:16 ` ✗ Xe.CI.Full: failure for " Patchwork 2024-12-20 16:21 ` Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox