* [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset
@ 2024-01-12 15:46 Jonathan Cavitt
2024-01-12 17:07 ` ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Jonathan Cavitt @ 2024-01-12 15:46 UTC (permalink / raw)
To: igt-dev; +Cc: saurabhg.gupta, jonathan.cavitt
In the cm-gt-reset test, data validation is blocked because a GT reset
means that we cannot verify the completion of the exec operations.
Extend this logic to all other tests that perform GT resets in
xe_exec_reset.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
---
tests/intel/xe_exec_reset.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index 0cd5b10517..168523c64c 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -294,8 +294,10 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs,
xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1);
igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL));
- for (i = bad_batches; i < n_execs; i++)
- igt_assert_eq(data[i].data, 0xc0ffee);
+ if (!(flags & GT_RESET)) {
+ for (i = bad_batches; i < n_execs; i++)
+ igt_assert_eq(data[i].data, 0xc0ffee);
+ }
syncobj_destroy(fd, sync[0].handle);
for (i = 0; i < n_exec_queues; i++) {
@@ -462,8 +464,10 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci,
xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1);
igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL));
- for (i = 1; i < n_execs; i++)
- igt_assert_eq(data[i].data, 0xc0ffee);
+ if (!(flags & GT_RESET)) {
+ for (i = 1; i < n_execs; i++)
+ igt_assert_eq(data[i].data, 0xc0ffee);
+ }
syncobj_destroy(fd, sync[0].handle);
for (i = 0; i < n_exec_queues; i++) {
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ Fi.CI.BAT: success for tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 15:46 [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset Jonathan Cavitt @ 2024-01-12 17:07 ` Patchwork 2024-01-12 17:10 ` ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-01-12 17:07 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9048 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Do not validate data on GT reset URL : https://patchwork.freedesktop.org/series/128730/ State : success == Summary == CI Bug Log - changes from IGT_7672 -> IGTPW_10526 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html Participating hosts (37 -> 37) ------------------------------ Additional (1): bat-mtlp-8 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_10526 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-mtlp-8: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@debugfs_test@basic-hwmon.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-adlm-1: NOTRUN -> [SKIP][2] ([i915#4613]) +3 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - bat-mtlp-8: NOTRUN -> [SKIP][3] ([i915#4613]) +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@basic: - bat-mtlp-8: NOTRUN -> [SKIP][4] ([i915#4083]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-mtlp-8: NOTRUN -> [SKIP][5] ([i915#4077]) +2 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@gem_mmap_gtt@basic.html * igt@gem_render_tiled_blits@basic: - bat-mtlp-8: NOTRUN -> [SKIP][6] ([i915#4079]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@gem_render_tiled_blits@basic.html * igt@i915_pm_rps@basic-api: - bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#6621]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@i915_pm_rps@basic-api.html - bat-adlm-1: NOTRUN -> [SKIP][8] ([i915#6621]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@i915_pm_rps@basic-api.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][9] ([i915#6645]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-mtlp-8: NOTRUN -> [SKIP][10] ([i915#5190]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-mtlp-8: NOTRUN -> [SKIP][11] ([i915#4212]) +8 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#4213]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-mtlp-8: NOTRUN -> [SKIP][13] ([i915#3555] / [i915#3840] / [i915#9159]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-adlm-1: NOTRUN -> [SKIP][14] ([fdo#109285]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@kms_force_connector_basic@force-load-detect.html - bat-mtlp-8: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#5274]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-adlm-1: NOTRUN -> [SKIP][17] ([i915#1849] / [i915#4342]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@hang-read-crc: - bat-adlm-1: NOTRUN -> [SKIP][18] ([i915#9875] / [i915#9900]) +7 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@kms_pipe_crc_basic@hang-read-crc.html * igt@kms_pm_backlight@basic-brightness: - bat-adlm-1: NOTRUN -> [SKIP][19] ([i915#5354]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_setmode@basic-clone-single-crtc: - bat-mtlp-8: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#8809]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@kms_setmode@basic-clone-single-crtc.html - bat-adlm-1: NOTRUN -> [SKIP][21] ([i915#3555]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-adlm-1: NOTRUN -> [SKIP][22] ([i915#3708] / [i915#9900]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#3708] / [i915#4077]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708]) +2 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-write: - bat-adlm-1: NOTRUN -> [SKIP][25] ([i915#3708]) +2 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adlm-1/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live@gt_lrc: - bat-adln-1: [INCOMPLETE][26] ([i915#9413]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/bat-adln-1/igt@i915_selftest@live@gt_lrc.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/bat-adln-1/igt@i915_selftest@live@gt_lrc.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4342]: https://gitlab.freedesktop.org/drm/intel/issues/4342 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809 [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9413]: https://gitlab.freedesktop.org/drm/intel/issues/9413 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9875]: https://gitlab.freedesktop.org/drm/intel/issues/9875 [i915#9900]: https://gitlab.freedesktop.org/drm/intel/issues/9900 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7672 -> IGTPW_10526 CI-20190529: 20190529 CI_DRM_14118: 962785f4613664f29663206aa3355dc292a252c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10526: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html IGT_7672: 16d7484a28cc1aaf2dfb9e9c73c011daf602d926 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html [-- Attachment #2: Type: text/html, Size: 10702 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 15:46 [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset Jonathan Cavitt 2024-01-12 17:07 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2024-01-12 17:10 ` Patchwork 2024-01-12 19:27 ` [PATCH i-g-t] " Welty, Brian 2024-01-12 21:00 ` ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-01-12 17:10 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1646 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Do not validate data on GT reset URL : https://patchwork.freedesktop.org/series/128730/ State : success == Summary == CI Bug Log - changes from XEIGT_7672_BAT -> XEIGTPW_10526_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_10526_BAT: ### IGT changes ### #### Possible regressions #### * {igt@xe_exec_compute_mode} (NEW): - bat-dg2-oem2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10526/bat-dg2-oem2/igt@xe_exec_compute_mode.html New tests --------- New tests have been introduced between XEIGT_7672_BAT and XEIGTPW_10526_BAT: ### New IGT tests (1) ### * igt@xe_exec_compute_mode: - Statuses : 1 incomplete(s) - Exec time: [0.0] s {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). Build changes ------------- * IGT: IGT_7672 -> IGTPW_10526 IGTPW_10526: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html IGT_7672: 16d7484a28cc1aaf2dfb9e9c73c011daf602d926 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-624-7a20187068bed91b523795a18219e570f1e84eb1: 7a20187068bed91b523795a18219e570f1e84eb1 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10526/index.html [-- Attachment #2: Type: text/html, Size: 2247 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 15:46 [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset Jonathan Cavitt 2024-01-12 17:07 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-01-12 17:10 ` ✓ CI.xeBAT: " Patchwork @ 2024-01-12 19:27 ` Welty, Brian 2024-01-12 19:27 ` Welty, Brian 2024-01-12 21:00 ` ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 1 reply; 7+ messages in thread From: Welty, Brian @ 2024-01-12 19:27 UTC (permalink / raw) To: Jonathan Cavitt, igt-dev; +Cc: saurabhg.gupta On 1/12/2024 7:46 AM, Jonathan Cavitt wrote: > In the cm-gt-reset test, data validation is blocked because a GT reset > means that we cannot verify the completion of the exec operations. > Extend this logic to all other tests that perform GT resets in > xe_exec_reset. > > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Thanks for extending the fix to the other subtests. Reviewed-by: Brian Welty <brian.welty@intel.com> > --- > tests/intel/xe_exec_reset.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c > index 0cd5b10517..168523c64c 100644 > --- a/tests/intel/xe_exec_reset.c > +++ b/tests/intel/xe_exec_reset.c > @@ -294,8 +294,10 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs, > xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > > - for (i = bad_batches; i < n_execs; i++) > - igt_assert_eq(data[i].data, 0xc0ffee); > + if (!(flags & GT_RESET)) { > + for (i = bad_batches; i < n_execs; i++) > + igt_assert_eq(data[i].data, 0xc0ffee); > + } > > syncobj_destroy(fd, sync[0].handle); > for (i = 0; i < n_exec_queues; i++) { > @@ -462,8 +464,10 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci, > xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > > - for (i = 1; i < n_execs; i++) > - igt_assert_eq(data[i].data, 0xc0ffee); > + if (!(flags & GT_RESET)) { > + for (i = 1; i < n_execs; i++) > + igt_assert_eq(data[i].data, 0xc0ffee); > + } > > syncobj_destroy(fd, sync[0].handle); > for (i = 0; i < n_exec_queues; i++) { ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 19:27 ` [PATCH i-g-t] " Welty, Brian @ 2024-01-12 19:27 ` Welty, Brian 0 siblings, 0 replies; 7+ messages in thread From: Welty, Brian @ 2024-01-12 19:27 UTC (permalink / raw) To: Jonathan Cavitt, igt-dev; +Cc: saurabhg.gupta On 1/12/2024 7:46 AM, Jonathan Cavitt wrote: > In the cm-gt-reset test, data validation is blocked because a GT reset > means that we cannot verify the completion of the exec operations. > Extend this logic to all other tests that perform GT resets in > xe_exec_reset. > > Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Thanks for extending the fix to the other subtests. Reviewed-by: Brian Welty <brian.welty@intel.com> > --- > tests/intel/xe_exec_reset.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c > index 0cd5b10517..168523c64c 100644 > --- a/tests/intel/xe_exec_reset.c > +++ b/tests/intel/xe_exec_reset.c > @@ -294,8 +294,10 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs, > xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > > - for (i = bad_batches; i < n_execs; i++) > - igt_assert_eq(data[i].data, 0xc0ffee); > + if (!(flags & GT_RESET)) { > + for (i = bad_batches; i < n_execs; i++) > + igt_assert_eq(data[i].data, 0xc0ffee); > + } > > syncobj_destroy(fd, sync[0].handle); > for (i = 0; i < n_exec_queues; i++) { > @@ -462,8 +464,10 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci, > xe_vm_unbind_async(fd, vm, 0, 0, addr, bo_size, sync, 1); > igt_assert(syncobj_wait(fd, &sync[0].handle, 1, INT64_MAX, 0, NULL)); > > - for (i = 1; i < n_execs; i++) > - igt_assert_eq(data[i].data, 0xc0ffee); > + if (!(flags & GT_RESET)) { > + for (i = 1; i < n_execs; i++) > + igt_assert_eq(data[i].data, 0xc0ffee); > + } > > syncobj_destroy(fd, sync[0].handle); > for (i = 0; i < n_exec_queues; i++) { ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 15:46 [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset Jonathan Cavitt ` (2 preceding siblings ...) 2024-01-12 19:27 ` [PATCH i-g-t] " Welty, Brian @ 2024-01-12 21:00 ` Patchwork 2024-01-15 13:48 ` Kamil Konieczny 3 siblings, 1 reply; 7+ messages in thread From: Patchwork @ 2024-01-12 21:00 UTC (permalink / raw) To: Jonathan Cavitt; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 86758 bytes --] == Series Details == Series: tests/intel/xe_exec_reset: Do not validate data on GT reset URL : https://patchwork.freedesktop.org/series/128730/ State : failure == Summary == CI Bug Log - changes from IGT_7672_full -> IGTPW_10526_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10526_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10526_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10526_full: ### IGT changes ### #### Possible regressions #### * igt@i915_pm_rc6_residency@rc6-accuracy@gt0: - shard-dg2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html * igt@perf@non-zero-reason@0-rcs0: - shard-glk: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-glk4/igt@perf@non-zero-reason@0-rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@perf@non-zero-reason@0-rcs0.html Known issues ------------ Here are the changes found in IGTPW_10526_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@blit-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-dg1: NOTRUN -> [SKIP][7] ([i915#7701]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-19/igt@device_reset@cold-reset-bound.html - shard-tglu: NOTRUN -> [SKIP][8] ([i915#7701]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-2/igt@device_reset@cold-reset-bound.html - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#7701]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@device_reset@cold-reset-bound.html - shard-dg2: NOTRUN -> [SKIP][10] ([i915#7701]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@virtual-busy-all: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +2 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@drm_fdinfo@virtual-busy-all.html * igt@drm_fdinfo@virtual-busy-hang-all: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#8414]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-19/igt@drm_fdinfo@virtual-busy-hang-all.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#3936]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@gem_busy@semaphore.html * igt@gem_ccs@suspend-resume: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@gem_close_race@multigpu-basic-process.html - shard-dg1: NOTRUN -> [SKIP][16] ([i915#7697]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [PASS][17] -> [FAIL][18] ([i915#6268]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-tglu-7/igt@gem_ctx_exec@basic-nohangcheck.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_param@set-priority-not-supported: - shard-dg1: NOTRUN -> [SKIP][19] ([fdo#109314]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_ctx_persistence@hang.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][21] ([i915#10030] / [i915#7975] / [i915#8213]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@gem_eio@hibernate.html * igt@gem_eio@unwedge-stress: - shard-mtlp: [PASS][22] -> [ABORT][23] ([i915#9414]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-4/igt@gem_eio@unwedge-stress.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#4771]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_exec_balancer@bonded-dual.html - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4771]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#4812]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-2/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-rkl: NOTRUN -> [FAIL][28] ([i915#2842]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-pace-share: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3539] / [i915#4852]) +3 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@gem_exec_fair@basic-pace-share.html - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4473] / [i915#4771]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@gem_exec_fair@basic-pace-share.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: NOTRUN -> [FAIL][31] ([i915#2842]) +1 other test fail [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][32] -> [FAIL][33] ([i915#2842]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-glk3/igt@gem_exec_fair@basic-pace@rcs0.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [PASS][34] -> [FAIL][35] ([i915#2842]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-rkl: NOTRUN -> [SKIP][36] ([fdo#109313]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#7697]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-master: - shard-rkl: NOTRUN -> [SKIP][38] ([fdo#112283]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-gtt-noreloc: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#3281]) +9 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-noreloc.html * igt@gem_exec_reloc@basic-wc-active: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@gem_exec_reloc@basic-wc-active.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3281]) +11 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +11 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4860]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4613]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@random-engines: - shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-glk: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#4613]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk3/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#8289]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@basic-small-bo: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4077]) +16 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_gtt@basic-write-cpu-read-gtt: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4077]) +9 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_mmap_gtt@basic-write-cpu-read-gtt.html * igt@gem_mmap_gtt@big-copy-xy: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#4077]) +2 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-12/igt@gem_mmap_gtt@big-copy-xy.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@gem_mmap_wc@copy.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4083]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-8/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_partial_pwrite_pread@reads: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#3282]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@gem_partial_pwrite_pread@reads.html * igt@gem_partial_pwrite_pread@reads-display: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3282]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#3282]) +5 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_pwrite@basic-random: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3282]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@gem_pwrite@basic-random.html * igt@gem_pxp@create-regular-context-1: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4270]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@gem_pxp@create-regular-context-1.html - shard-dg2: NOTRUN -> [SKIP][59] ([i915#4270]) +3 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@gem_pxp@create-regular-context-1.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#4270]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4270]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-off-3.html - shard-tglu: NOTRUN -> [SKIP][62] ([i915#4270]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#8428]) +3 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4079]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html - shard-rkl: NOTRUN -> [SKIP][65] ([i915#8411]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4885]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4079]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@gem_tiled_pread_basic.html * igt@gem_tiled_pread_pwrite: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#4079]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@gem_tiled_pread_pwrite.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4879]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@coherency-unsync: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#3297]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-2/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][72] ([i915#3323]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@gem_userptr_blits@dmabuf-sync.html - shard-glk: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#3323]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk8/igt@gem_userptr_blits@dmabuf-sync.html - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3297]) +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3297]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3297] / [i915#4958]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@gem_userptr_blits@sd-probe.html * igt@gen3_render_tiledx_blits: - shard-dg2: NOTRUN -> [SKIP][77] ([fdo#109289]) +4 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@gen3_render_tiledx_blits.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-mtlp: NOTRUN -> [SKIP][78] ([fdo#109289]) +4 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@gen7_exec_parse@cmd-crossing-page.html - shard-tglu: NOTRUN -> [SKIP][79] ([fdo#109289]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-5/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@allowed-all: - shard-glk: NOTRUN -> [INCOMPLETE][80] ([i915#5566]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk3/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@batch-zero-length: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#2856]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-oversize: - shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@gen9_exec_parse@bb-oversize.html * igt@i915_module_load@load: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#6227]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@i915_module_load@load.html - shard-rkl: NOTRUN -> [SKIP][85] ([i915#6227]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [PASS][86] -> [INCOMPLETE][87] ([i915#9200] / [i915#9849]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-glk9/igt@i915_module_load@reload-with-fault-injection.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk8/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#8399]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-rkl: NOTRUN -> [SKIP][89] ([fdo#109289]) +3 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][90] -> [FAIL][91] ([i915#3591]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-mtlp: NOTRUN -> [SKIP][92] ([fdo#109293]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-dg2: NOTRUN -> [SKIP][93] ([fdo#109293] / [fdo#109506]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html - shard-tglu: NOTRUN -> [SKIP][94] ([fdo#109293] / [fdo#109506]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#6621]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-loaded: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#6621]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][97] -> [INCOMPLETE][98] ([i915#7790]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb1/igt@i915_pm_rps@reset.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb1/igt@i915_pm_rps@reset.html * igt@i915_pm_sseu@full-enable: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#8437]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@i915_pm_sseu@full-enable.html * igt@i915_power@sanity: - shard-mtlp: [PASS][100] -> [SKIP][101] ([i915#7984]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-7/igt@i915_power@sanity.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@i915_power@sanity.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#5723]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-2/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][103] ([i915#9311]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6645]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@clobberred-modifier: - shard-mtlp: NOTRUN -> [SKIP][105] ([i915#4212]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-3/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#4212]) +3 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#8709]) +11 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][108] ([i915#1769] / [i915#3555]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#4538] / [i915#5286]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-17/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#5286]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][111] ([fdo#111614]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-8bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][112] ([fdo#111614]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_big_fb@linear-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][113] ([fdo#111614] / [i915#3638]) +3 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#5190]) +13 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [PASS][115] -> [FAIL][116] ([i915#3743]) +2 other tests fail [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5190]) +7 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][118] ([fdo#111615]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [SKIP][119] ([fdo#111615]) +2 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][120] ([fdo#110723]) +1 other test skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#4538]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][122] ([fdo#111615]) +8 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_joiner@2x-modeset: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#2705]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_big_joiner@2x-modeset.html - shard-tglu: NOTRUN -> [SKIP][124] ([i915#2705]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-8/igt@kms_big_joiner@2x-modeset.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#2705]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-rotation-90-yf-tiled-ccs: - shard-tglu: NOTRUN -> [SKIP][126] ([i915#5354] / [i915#6095]) +17 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-10/igt@kms_ccs@pipe-a-bad-rotation-90-yf-tiled-ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf-tiled-ccs: - shard-rkl: NOTRUN -> [SKIP][127] ([i915#5354] / [i915#6095]) +19 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-5/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf-tiled-ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#5354] / [i915#6095]) +16 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-13/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#5354] / [i915#6095]) +32 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@pipe-d-bad-aux-stride-y-tiled-gen12-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5354]) +22 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_ccs@pipe-d-bad-aux-stride-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#4087] / [i915#7213]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3742]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#4087]) +3 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg1: NOTRUN -> [SKIP][134] ([fdo#111827]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-13/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-tglu: NOTRUN -> [SKIP][135] ([fdo#111827]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@ctm-max: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#111827]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-3/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@ctm-negative: - shard-mtlp: NOTRUN -> [SKIP][137] ([fdo#111827]) +1 other test skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_color@gamma: - shard-rkl: NOTRUN -> [SKIP][138] ([fdo#111827]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-2/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-4k: - shard-rkl: NOTRUN -> [SKIP][139] ([i915#7828]) +6 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html * igt@kms_chamelium_frames@dp-crc-multiple: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#7828]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@kms_chamelium_frames@dp-crc-multiple.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#7828]) +4 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_content_protection@content-type-change: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#9424]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#3299]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#3299]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#7118]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@kms_content_protection@srm.html - shard-rkl: NOTRUN -> [SKIP][147] ([i915#7118]) +2 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-2/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3359]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#3555]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-17/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#3359]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#3359]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#3555]) +4 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#3555]) +7 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#8814]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8814]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][156] ([fdo#109274] / [i915#5354]) +4 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html - shard-tglu: NOTRUN -> [SKIP][157] ([fdo#109274]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#4103] / [i915#4213]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#4103] / [i915#4213]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#9809]) +2 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-dg1: NOTRUN -> [SKIP][161] ([fdo#111825]) +6 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-17/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-rkl: NOTRUN -> [SKIP][162] ([fdo#111767] / [fdo#111825]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#9067]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][164] ([i915#9067]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#4213]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#4103]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#9723]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#1257]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-fractional-bpp: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#3840]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-formats: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#3840] / [i915#9053]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-rkl: NOTRUN -> [SKIP][172] ([i915#3840] / [i915#9053]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-6/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#3469]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#4854]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#1839]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_feature_discovery@display-3x.html * igt@kms_flip@2x-busy-flip: - shard-tglu: NOTRUN -> [SKIP][176] ([fdo#109274] / [i915#3637]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@kms_flip@2x-busy-flip.html * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][177] ([fdo#109274]) +7 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race-interruptible: - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#3637]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-3/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#8381]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@kms_flip@flip-vs-fences-interruptible.html - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#8381]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-3/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][181] ([i915#2587] / [i915#2672]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#2672]) +6 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html - shard-rkl: NOTRUN -> [SKIP][183] ([i915#2672]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#2672]) +2 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#2587] / [i915#2672]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#8810]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#2672] / [i915#3555]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#2672] / [i915#3555]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#8708]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#1825]) +22 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#5354]) +85 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-snb: [PASS][192] -> [SKIP][193] ([fdo#109271]) +9 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#5439]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#8708]) +21 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][196] ([fdo#111825]) +8 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#9766]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#10070]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][199] ([fdo#110189]) +5 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw: - shard-glk: NOTRUN -> [SKIP][200] ([fdo#109271]) +145 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#3458]) +3 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][202] ([fdo#111825] / [i915#1825]) +31 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][203] ([fdo#109280]) +11 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#8708]) +5 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#3458]) +23 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#3023]) +19 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#8228]) +3 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@kms_hdr@static-toggle.html - shard-rkl: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#8228]) +1 other test skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_hdr@static-toggle.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#8228]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@kms_hdr@static-toggle-dpms.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#4816]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_lowres@tiling-none@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#3582]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8821]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: [PASS][213] -> [FAIL][214] ([i915#8292]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-14/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#5176]) +3 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#9423]) +3 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#9423]) +7 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#9423]) +15 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][219] ([i915#9423]) +7 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#3555] / [i915#5235]) +1 other test skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#5235]) +9 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#5235]) +3 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#5235] / [i915#9423]) +11 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#5354]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-tglu: NOTRUN -> [SKIP][225] ([i915#9812]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-4/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#3361]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#9685]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][228] -> [SKIP][229] ([i915#4281]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@screens-disabled: - shard-mtlp: NOTRUN -> [SKIP][230] ([i915#8430]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_pm_lpsp@screens-disabled.html - shard-dg2: NOTRUN -> [SKIP][231] ([i915#8430]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-rkl: [PASS][232] -> [SKIP][233] ([i915#9519]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-rkl-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-3/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-tglu: NOTRUN -> [SKIP][234] ([i915#9519]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#9519]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [PASS][236] -> [SKIP][237] ([i915#9519]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][238] ([i915#9683]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-2/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9683]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@kms_psr2_sf@cursor-plane-update-sf.html - shard-rkl: NOTRUN -> [SKIP][240] ([fdo#111068] / [i915#9683]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#9683]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-13/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#9685]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#5289]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][244] ([fdo#111615] / [i915#5289]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#4235] / [i915#5190]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg1: NOTRUN -> [SKIP][246] ([fdo#111615] / [i915#5289]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-tglu: NOTRUN -> [SKIP][247] ([fdo#111615] / [i915#5289]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#4235]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#4235]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-6/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_scaling_modes@scaling-mode-full-aspect: - shard-tglu: NOTRUN -> [SKIP][250] ([i915#3555]) +2 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@kms_scaling_modes@scaling-mode-full-aspect.html * igt@kms_setmode@clone-exclusive-crtc: - shard-snb: NOTRUN -> [SKIP][251] ([fdo#109271]) +12 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb6/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][252] ([i915#9196]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-12/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-3.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [PASS][253] -> [FAIL][254] ([i915#9196]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#9906]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@kms_vrr@flip-basic-fastset.html - shard-rkl: NOTRUN -> [SKIP][256] ([i915#9906]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#3555] / [i915#8808]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#2437] / [i915#9412]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_writeback@writeback-check-output-xrgb2101010.html - shard-rkl: NOTRUN -> [SKIP][259] ([i915#2437] / [i915#9412]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-3/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][260] ([i915#2437] / [i915#9412]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-8/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-glk: NOTRUN -> [SKIP][261] ([fdo#109271] / [i915#2437]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-mtlp: NOTRUN -> [SKIP][262] ([i915#2437] / [i915#9412]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][263] ([i915#2437]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#7387]) +1 other test skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-5/igt@perf@global-sseu-config-invalid.html * igt@perf@mi-rpc: - shard-mtlp: NOTRUN -> [SKIP][265] ([i915#2434]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-3/igt@perf@mi-rpc.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#8516]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-1/igt@perf_pmu@rc6@other-idle-gt0.html - shard-tglu: NOTRUN -> [SKIP][267] ([i915#8516]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-5/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [INCOMPLETE][268] ([i915#5493]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-3/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][269] ([i915#3708]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-1/igt@prime_vgem@basic-read.html - shard-dg2: NOTRUN -> [SKIP][270] ([i915#3291] / [i915#3708]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@prime_vgem@basic-read.html - shard-dg1: NOTRUN -> [SKIP][271] ([i915#3708]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-13/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][272] ([fdo#109295] / [fdo#111656] / [i915#3708]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#3708]) +2 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@prime_vgem@fence-read-hang.html - shard-rkl: NOTRUN -> [SKIP][274] ([fdo#109295] / [i915#3708]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-7/igt@prime_vgem@fence-read-hang.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-dg2: NOTRUN -> [FAIL][275] ([i915#9781]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@v3d/v3d_create_bo@create-bo-4096: - shard-dg1: NOTRUN -> [SKIP][276] ([i915#2575]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-19/igt@v3d/v3d_create_bo@create-bo-4096.html * igt@v3d/v3d_get_param@base-params: - shard-mtlp: NOTRUN -> [SKIP][277] ([i915#2575]) +6 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-3/igt@v3d/v3d_get_param@base-params.html * igt@v3d/v3d_submit_cl@bad-multisync-extension: - shard-tglu: NOTRUN -> [SKIP][278] ([fdo#109315] / [i915#2575]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-3/igt@v3d/v3d_submit_cl@bad-multisync-extension.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][279] ([i915#2575]) +8 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_wait_bo@used-bo-1ns: - shard-rkl: NOTRUN -> [SKIP][280] ([fdo#109315]) +7 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@v3d/v3d_wait_bo@used-bo-1ns.html * igt@vc4/vc4_label_bo@set-bad-handle: - shard-tglu: NOTRUN -> [SKIP][281] ([i915#2575]) +2 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@vc4/vc4_label_bo@set-bad-handle.html - shard-dg1: NOTRUN -> [SKIP][282] ([i915#7711]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@vc4/vc4_label_bo@set-bad-handle.html * igt@vc4/vc4_mmap@mmap-bo: - shard-dg2: NOTRUN -> [SKIP][283] ([i915#7711]) +8 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-5/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][284] ([i915#7711]) +5 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_perfmon@create-two-perfmon: - shard-rkl: NOTRUN -> [SKIP][285] ([i915#7711]) +5 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@vc4/vc4_perfmon@create-two-perfmon.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: [FAIL][286] ([i915#2842]) -> [PASS][287] +1 other test pass [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-tglu-7/igt@gem_exec_fair@basic-none-share@rcs0.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-6/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [FAIL][288] ([i915#2842]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][290] ([i915#5493]) -> [PASS][291] [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: [INCOMPLETE][292] ([i915#9849]) -> [PASS][293] [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-15/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][294] ([i915#9820]) -> [PASS][295] [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-dg1: [FAIL][296] ([i915#3591]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [FAIL][298] ([i915#10031]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [FAIL][300] ([i915#5138]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_cursor_crc@cursor-sliding-64x64@pipe-d-edp-1: - shard-mtlp: [FAIL][302] -> [PASS][303] +2 other tests pass [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-64x64@pipe-d-edp-1.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-64x64@pipe-d-edp-1.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: [INCOMPLETE][304] ([i915#4839]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb7/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-snb: [SKIP][306] ([fdo#109271]) -> [PASS][307] +11 other tests pass [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [SKIP][308] ([i915#9519]) -> [PASS][309] [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@i2c: - shard-dg2: [FAIL][310] ([i915#8717]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg2-2/igt@kms_pm_rpm@i2c.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][312] ([i915#9519]) -> [PASS][313] +1 other test pass [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-mtlp: [SKIP][314] -> [PASS][315] [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][316] ([i915#9196]) -> [PASS][317] [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1: - shard-mtlp: [FAIL][318] ([i915#9196]) -> [PASS][319] +1 other test pass [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html * igt@perf_pmu@busy-double-start@ccs0: - shard-mtlp: [FAIL][320] ([i915#4349]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-mtlp-7/igt@perf_pmu@busy-double-start@ccs0.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-mtlp-6/igt@perf_pmu@busy-double-start@ccs0.html #### Warnings #### * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][322] ([i915#9433]) -> [SKIP][323] ([i915#9424]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg1-12/igt@kms_content_protection@mei-interface.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg1-19/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-snb: [SKIP][324] ([fdo#109271]) -> [INCOMPLETE][325] ([i915#8816]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-snb2/igt@kms_content_protection@srm.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-snb7/igt@kms_content_protection@srm.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#10030]: https://gitlab.freedesktop.org/drm/intel/issues/10030 [i915#10031]: https://gitlab.freedesktop.org/drm/intel/issues/10031 [i915#10070]: https://gitlab.freedesktop.org/drm/intel/issues/10070 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/intel/issues/8430 [i915#8437]: https://gitlab.freedesktop.org/drm/intel/issues/8437 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/intel/issues/9766 [i915#9781]: https://gitlab.freedesktop.org/drm/intel/issues/9781 [i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/intel/issues/9812 [i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7672 -> IGTPW_10526 CI-20190529: 20190529 CI_DRM_14118: 962785f4613664f29663206aa3355dc292a252c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10526: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html IGT_7672: 16d7484a28cc1aaf2dfb9e9c73c011daf602d926 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html [-- Attachment #2: Type: text/html, Size: 105904 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: ✗ Fi.CI.IGT: failure for tests/intel/xe_exec_reset: Do not validate data on GT reset 2024-01-12 21:00 ` ✗ Fi.CI.IGT: failure for " Patchwork @ 2024-01-15 13:48 ` Kamil Konieczny 0 siblings, 0 replies; 7+ messages in thread From: Kamil Konieczny @ 2024-01-15 13:48 UTC (permalink / raw) To: igt-dev; +Cc: I915-ci-infra, lgci.bug.filing, Jonathan Cavitt Hi igt-dev, On 2024-01-12 at 21:00:59 -0000, Patchwork wrote: > == Series Details == > > Series: tests/intel/xe_exec_reset: Do not validate data on GT reset > URL : https://patchwork.freedesktop.org/series/128730/ > State : failure > > == Summary == > > CI Bug Log - changes from IGT_7672_full -> IGTPW_10526_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_10526_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_10526_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them > to document this new failure mode, which will reduce false positives in CI. > > External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html > > Participating hosts (8 -> 8) > ------------------------------ > > No changes in participating hosts > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_10526_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@i915_pm_rc6_residency@rc6-accuracy@gt0: > - shard-dg2: [PASS][1] -> [FAIL][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html > > * igt@perf@non-zero-reason@0-rcs0: > - shard-glk: [PASS][3] -> [INCOMPLETE][4] > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7672/shard-glk4/igt@perf@non-zero-reason@0-rcs0.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-glk4/igt@perf@non-zero-reason@0-rcs0.html > This is unrelated to Xe test, no need for respin. Regards, Kamil > > Known issues > ------------ > > Here are the changes found in IGTPW_10526_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@api_intel_bb@blit-reloc-keep-cache: > - shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411]) > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/shard-dg2-7/igt@api_intel_bb@blit-reloc-keep-cache.html > ...cut... > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_7672 -> IGTPW_10526 > > CI-20190529: 20190529 > CI_DRM_14118: 962785f4613664f29663206aa3355dc292a252c0 @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_10526: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html > IGT_7672: 16d7484a28cc1aaf2dfb9e9c73c011daf602d926 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10526/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-01-15 13:48 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-12 15:46 [PATCH i-g-t] tests/intel/xe_exec_reset: Do not validate data on GT reset Jonathan Cavitt 2024-01-12 17:07 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-01-12 17:10 ` ✓ CI.xeBAT: " Patchwork 2024-01-12 19:27 ` [PATCH i-g-t] " Welty, Brian 2024-01-12 19:27 ` Welty, Brian 2024-01-12 21:00 ` ✗ Fi.CI.IGT: failure for " Patchwork 2024-01-15 13:48 ` Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox