* [igt-dev] [PATCH igt] tests/xe_create: Bump max time
@ 2023-07-24 15:57 Lucas De Marchi
2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lucas De Marchi @ 2023-07-24 15:57 UTC (permalink / raw)
To: igt-dev; +Cc: Lucas De Marchi, intel-xe
For our kernel with debug and kasan enabled, 2 seconds is not enough to
create 2048 engines. In CI we are seeing it failing sometimes for ADL-P:
CRITICAL: Creating 2048 engines tooks too long: 2 [limit: 2]
And for ATS-M:
CRITICAL: Creating 2048 engines tooks too long: 3 [limit: 2]
Let's bump it to 5 to cover all cases and give it some room for
early-enabling platforms.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
tests/xe/xe_create.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/xe/xe_create.c b/tests/xe/xe_create.c
index 2e29efc90..e39e89f7a 100644
--- a/tests/xe/xe_create.c
+++ b/tests/xe/xe_create.c
@@ -120,7 +120,7 @@ static uint32_t __xe_engine_create(int fd, uint32_t vm,
}
#define MAXENGINES 2048
-#define MAXTIME 2
+#define MAXTIME 5
/**
* SUBTEST: create-engines-%s
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [Intel-xe] [PATCH igt] tests/xe_create: Bump max time 2023-07-24 15:57 [igt-dev] [PATCH igt] tests/xe_create: Bump max time Lucas De Marchi @ 2023-07-24 16:25 ` Niranjana Vishwanathapura 2023-07-24 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-07-25 2:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Niranjana Vishwanathapura @ 2023-07-24 16:25 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev, intel-xe On Mon, Jul 24, 2023 at 08:57:05AM -0700, Lucas De Marchi wrote: >For our kernel with debug and kasan enabled, 2 seconds is not enough to >create 2048 engines. In CI we are seeing it failing sometimes for ADL-P: > > CRITICAL: Creating 2048 engines tooks too long: 2 [limit: 2] > >And for ATS-M: > > CRITICAL: Creating 2048 engines tooks too long: 3 [limit: 2] > >Let's bump it to 5 to cover all cases and give it some room for >early-enabling platforms. > >Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> >--- > tests/xe/xe_create.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tests/xe/xe_create.c b/tests/xe/xe_create.c >index 2e29efc90..e39e89f7a 100644 >--- a/tests/xe/xe_create.c >+++ b/tests/xe/xe_create.c >@@ -120,7 +120,7 @@ static uint32_t __xe_engine_create(int fd, uint32_t vm, > } > > #define MAXENGINES 2048 >-#define MAXTIME 2 >+#define MAXTIME 5 > LGTM. Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> > /** > * SUBTEST: create-engines-%s >-- >2.40.1 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/xe_create: Bump max time 2023-07-24 15:57 [igt-dev] [PATCH igt] tests/xe_create: Bump max time Lucas De Marchi 2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura @ 2023-07-24 18:37 ` Patchwork 2023-07-25 2:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-07-24 18:37 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9017 bytes --] == Series Details == Series: tests/xe_create: Bump max time URL : https://patchwork.freedesktop.org/series/121266/ State : success == Summary == CI Bug Log - changes from CI_DRM_13416 -> IGTPW_9453 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html Participating hosts (42 -> 41) ------------------------------ Missing (1): fi-kbl-soraka Known issues ------------ Here are the changes found in IGTPW_9453 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-adlp-11: NOTRUN -> [SKIP][1] ([i915#7456]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@debugfs_test@basic-hwmon.html * igt@gem_tiled_pread_basic: - bat-adlp-11: NOTRUN -> [SKIP][2] ([i915#3282]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@gem_tiled_pread_basic.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-tgl-1115g4: [PASS][3] -> [FAIL][4] ([i915#7940]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-tgl-1115g4/igt@i915_pm_rpm@basic-pci-d3-state.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-tgl-1115g4/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@basic-rte: - fi-cfl-8700k: [PASS][5] -> [FAIL][6] ([i915#7940]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-cfl-8700k/igt@i915_pm_rpm@basic-rte.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-cfl-8700k/igt@i915_pm_rpm@basic-rte.html - fi-kbl-7567u: [PASS][7] -> [FAIL][8] ([i915#7940]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html * igt@i915_selftest@live@mman: - bat-rpls-2: [PASS][9] -> [TIMEOUT][10] ([i915#6794] / [i915#7392]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-rpls-2/igt@i915_selftest@live@mman.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-2/igt@i915_selftest@live@mman.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][11] -> [ABORT][12] ([i915#7982]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-mtlp-6/igt@i915_selftest@live@requests.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_suspend@basic-s2idle-without-i915: - bat-rpls-2: NOTRUN -> [WARN][13] ([i915#8747]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-2/igt@i915_suspend@basic-s2idle-without-i915.html * igt@i915_suspend@basic-s3-without-i915: - bat-rpls-1: NOTRUN -> [ABORT][14] ([i915#6687] / [i915#7978] / [i915#8668]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_frames@hdmi-crc-fast: - bat-adlp-11: NOTRUN -> [SKIP][15] ([i915#7828]) +7 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-2: NOTRUN -> [SKIP][16] ([i915#7828]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-adlp-11: NOTRUN -> [SKIP][17] ([i915#4103]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-adlp-11: NOTRUN -> [ABORT][18] ([i915#4423]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-2: NOTRUN -> [SKIP][19] ([i915#1845]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-2/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_module_load@load: - bat-adlp-11: [ABORT][20] ([i915#4423]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-adlp-11/igt@i915_module_load@load.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-11/igt@i915_module_load@load.html * igt@i915_pm_rpm@basic-pci-d3-state: - bat-adlp-9: [FAIL][22] ([i915#7940]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@basic-rte: - fi-tgl-1115g4: [FAIL][24] ([i915#7940]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-tgl-1115g4/igt@i915_pm_rpm@basic-rte.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-tgl-1115g4/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-cfl-8700k: [FAIL][26] ([i915#7940]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@requests: - bat-mtlp-8: [DMESG-FAIL][28] ([i915#7269]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-mtlp-8/igt@i915_selftest@live@requests.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-mtlp-8/igt@i915_selftest@live@requests.html - bat-rpls-1: [ABORT][30] ([i915#4983] / [i915#7911] / [i915#7920]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-rpls-1/igt@i915_selftest@live@requests.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rpls-1/igt@i915_selftest@live@requests.html #### Warnings #### * igt@i915_pm_rpm@basic-rte: - fi-kbl-guc: [FAIL][32] ([i915#7940]) -> [FAIL][33] ([i915#8843]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html * igt@kms_psr@sprite_plane_onoff: - bat-rplp-1: [SKIP][34] ([i915#1072]) -> [ABORT][35] ([i915#8442] / [i915#8668] / [i915#8712]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794 [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7920]: https://gitlab.freedesktop.org/drm/intel/issues/7920 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712 [i915#8747]: https://gitlab.freedesktop.org/drm/intel/issues/8747 [i915#8843]: https://gitlab.freedesktop.org/drm/intel/issues/8843 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7400 -> IGTPW_9453 CI-20190529: 20190529 CI_DRM_13416: 4794eef14b1ddbbc33fed8fa01bc32680aa14ca5 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9453: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html IGT_7400: 86fa0e885f8d020eeb046f27fae5729d5962ebd7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@xe_mmap@small-bar == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html [-- Attachment #2: Type: text/html, Size: 10741 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/xe_create: Bump max time 2023-07-24 15:57 [igt-dev] [PATCH igt] tests/xe_create: Bump max time Lucas De Marchi 2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura 2023-07-24 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-07-25 2:31 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-07-25 2:31 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 56172 bytes --] == Series Details == Series: tests/xe_create: Bump max time URL : https://patchwork.freedesktop.org/series/121266/ State : success == Summary == CI Bug Log - changes from CI_DRM_13416_full -> IGTPW_9453_full ==================================================== Summary ------- **WARNING** Minor unknown changes coming with IGTPW_9453_full need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9453_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): pig-kbl-iris Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9453_full: ### IGT changes ### #### Warnings #### * igt@kms_vblank@pipe-c-query-busy: - shard-snb: [SKIP][1] ([fdo#109271]) -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-snb1/igt@kms_vblank@pipe-c-query-busy.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb4/igt@kms_vblank@pipe-c-query-busy.html Known issues ------------ Here are the changes found in IGTPW_9453_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@drm_fdinfo@busy-hang@rcs0: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) +11 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@drm_fdinfo@busy-hang@rcs0.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#8414]) +20 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-3/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][6] -> [FAIL][7] ([i915#7742]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_barrier_race@remote-request@rcs0: - shard-apl: [PASS][8] -> [ABORT][9] ([i915#7461] / [i915#8211] / [i915#8234]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-apl1/igt@gem_barrier_race@remote-request@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-apl4/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#5325]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [PASS][12] -> [FAIL][13] ([i915#6268]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html - shard-mtlp: [PASS][14] -> [FAIL][15] ([i915#6121] / [i915#7916]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [PASS][16] -> [FAIL][17] ([i915#2410]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-8/igt@gem_ctx_persistence@engines-hang@vcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-2/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_ctx_persistence@engines-persistence: - shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#1099]) +2 similar issues [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb4/igt@gem_ctx_persistence@engines-persistence.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][19] ([i915#7975] / [i915#8213]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-1/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-contexts-10ms: - shard-mtlp: [PASS][20] -> [ABORT][21] ([i915#7941]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-7/igt@gem_eio@in-flight-contexts-10ms.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_eio@kms: - shard-dg2: [PASS][22] -> [INCOMPLETE][23] ([i915#1982] / [i915#7892]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-3/igt@gem_eio@kms.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-1/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#4812]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][25] -> [FAIL][26] ([i915#6032]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-8/igt@gem_exec_balancer@full-pulse.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_capture@capture@vcs1-smem: - shard-mtlp: [PASS][27] -> [DMESG-WARN][28] ([i915#5591]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-4/igt@gem_exec_capture@capture@vcs1-smem.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@gem_exec_capture@capture@vcs1-smem.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][29] -> [FAIL][30] ([i915#2846]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [PASS][31] -> [FAIL][32] ([i915#2842]) +2 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-4/igt@gem_exec_fair@basic-none@bcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [PASS][33] -> [FAIL][34] ([i915#2842]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_flush@basic-wb-ro-default: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#3539] / [i915#4852]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@gem_exec_flush@basic-wb-ro-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#7697]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][37] ([fdo#112283]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-4/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#3281]) +3 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-wc-read: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +5 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@gem_exec_reloc@basic-wc-read.html - shard-rkl: NOTRUN -> [SKIP][40] ([i915#3281]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-4/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860]) +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4613]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_mmap_gtt@cpuset-big-copy: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4077]) +7 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@gem_mmap_gtt@cpuset-big-copy.html * igt@gem_mmap_gtt@fault-concurrent: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4077]) +1 similar issue [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@gem_mmap_gtt@fault-concurrent.html * igt@gem_mmap_wc@write: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4083]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-2/igt@gem_mmap_wc@write.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4083]) +4 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-10/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#3282]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_pwrite@basic-exhaustion: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#3282]) +1 similar issue [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-1/igt@gem_pwrite@basic-exhaustion.html - shard-snb: NOTRUN -> [WARN][49] ([i915#2658]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb2/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4270]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-6/igt@gem_pxp@protected-raw-src-copy-not-readible.html - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4270]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4079]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4079]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-5/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3297]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-sync: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#3297]) +2 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@gem_userptr_blits@coherency-sync.html * igt@gen7_exec_parse@basic-rejected: - shard-dg2: NOTRUN -> [SKIP][56] ([fdo#109289]) +3 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@gen7_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-zero-length: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#2527]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-start-cmd: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#2856]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-2/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@bb-start-param: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#2856]) +2 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@gen9_exec_parse@bb-start-param.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [PASS][60] -> [FAIL][61] ([i915#7069]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#6295]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#1937]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][64] -> [SKIP][65] ([i915#1397]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@drm-resources-equal: - shard-rkl: [PASS][66] -> [FAIL][67] ([i915#7940]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-1/igt@i915_pm_rpm@drm-resources-equal.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#6621]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#6188]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@i915_query@query-topology-coherent-slice-mask.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#4212]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4212]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#8502]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-2-y-rc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][73] ([i915#8247]) +1 similar issue [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][74] ([i915#8247]) +3 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-6/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#1769]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][76] ([fdo#111614]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-mtlp: [PASS][77] -> [FAIL][78] ([i915#3743]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@linear-8bpp-rotate-180: - shard-mtlp: [PASS][79] -> [FAIL][80] ([i915#5138]) +1 similar issue [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-7/igt@kms_big_fb@linear-8bpp-rotate-180.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-2/igt@kms_big_fb@linear-8bpp-rotate-180.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][81] ([fdo#111614]) +3 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-3/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][82] ([fdo#111615]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#4538] / [i915#5190]) +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html - shard-rkl: NOTRUN -> [SKIP][84] ([fdo#110723]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#6187]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#5190]) +5 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-6/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#3886] / [i915#6095]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#5354] / [i915#6095]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-tglu-8/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#6095]) +5 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][90] ([i915#3689] / [i915#3886] / [i915#5354]) +6 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html - shard-rkl: NOTRUN -> [SKIP][91] ([i915#5354]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#5354]) +17 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#3689] / [i915#5354]) +13 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4087]) +3 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#7828]) +4 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-3/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_edid@vga-edid-read: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#7828]) +1 similar issue [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_content_protection@atomic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][97] ([i915#7173]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html * igt@kms_content_protection@mei_interface: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#7118]) +1 similar issue [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@kms_content_protection@mei_interface.html * igt@kms_content_protection@uevent@pipe-a-dp-2: - shard-dg2: NOTRUN -> [FAIL][99] ([i915#1339]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_content_protection@uevent@pipe-a-dp-2.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#3359]) +1 similar issue [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8814]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-3: - shard-dg2: [PASS][102] -> [FAIL][103] ([fdo#103375]) +2 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-8/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-3.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@kms_cursor_crc@cursor-suspend@pipe-a-hdmi-a-3.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: NOTRUN -> [SKIP][104] ([fdo#109274] / [i915#5354]) +3 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-snb: NOTRUN -> [SKIP][105] ([fdo#109271] / [fdo#111767]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][106] -> [FAIL][107] ([i915#2346]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: [PASS][108] -> [FAIL][109] ([i915#2346]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#8812]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@kms_draw_crc@draw-method-mmap-gtt.html - shard-dg2: NOTRUN -> [SKIP][111] ([i915#8812]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#3555] / [i915#3840]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#4881]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#3637]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-tglu: NOTRUN -> [SKIP][115] ([fdo#109274] / [i915#3637]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-tglu-9/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-dg2: NOTRUN -> [SKIP][116] ([fdo#109274]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#2672]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][118] ([i915#8810]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#5274]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#8708]) +8 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#8708]) +6 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#3023]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][123] ([fdo#111825] / [i915#1825]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff: - shard-mtlp: NOTRUN -> [SKIP][124] ([i915#1825]) +6 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3458]) +12 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-cpu.html * igt@kms_hdr@bpc-switch-suspend: - shard-rkl: NOTRUN -> [SKIP][126] ([i915#3555] / [i915#8228]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#3555] / [i915#8228]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#8228]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-4/igt@kms_hdr@static-toggle.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-snb: NOTRUN -> [DMESG-WARN][129] ([i915#8841]) +9 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb1/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#6953]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#5176]) +3 similar issues [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#5176]) +7 similar issues [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#5235]) +7 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][134] ([fdo#109271]) +211 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#5235]) +5 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#5235]) +7 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#658]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr@psr2_sprite_plane_move: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#1072]) +5 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#4235]) +1 similar issue [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-rpm: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#4070] / [i915#6768]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@kms_vblank@pipe-c-ts-continuation-dpms-rpm.html * igt@kms_vrr@flip-dpms: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#8808]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@kms_vrr@flip-dpms.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [PASS][142] -> [FAIL][143] ([i915#8724]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-8/igt@perf@enable-disable@0-rcs0.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html * igt@perf@unprivileged-single-ctx-counters: - shard-mtlp: NOTRUN -> [SKIP][144] ([fdo#109289]) +1 similar issue [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-5/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@ccs3: - shard-dg2: [PASS][145] -> [FAIL][146] ([i915#4349]) +2 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-12/igt@perf_pmu@busy-double-start@ccs3.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-2/igt@perf_pmu@busy-double-start@ccs3.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [INCOMPLETE][147] ([i915#5493]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#3708] / [i915#4077]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@prime_vgem@basic-gtt.html - shard-dg2: NOTRUN -> [SKIP][149] ([i915#3708] / [i915#4077]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-7/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#3708]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-5/igt@prime_vgem@fence-flip-hang.html * igt@sysfs_heartbeat_interval@mixed@ccs0: - shard-mtlp: [PASS][151] -> [ABORT][152] ([i915#8552]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@ccs0.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@ccs0.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [PASS][153] -> [FAIL][154] ([i915#1731]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@vecs0.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@sysfs_heartbeat_interval@nopreempt@bcs0: - shard-mtlp: NOTRUN -> [FAIL][155] ([i915#6015]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-4/igt@sysfs_heartbeat_interval@nopreempt@bcs0.html * igt@v3d/v3d_job_submission@array-job-submission: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#2575]) +7 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@v3d/v3d_job_submission@array-job-submission.html * igt@v3d/v3d_perfmon@get-values-invalid-perfmon: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#2575]) +2 similar issues [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@v3d/v3d_perfmon@get-values-invalid-perfmon.html * igt@vc4/vc4_tiling@get-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#7711]) +4 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-1/igt@vc4/vc4_tiling@get-bad-modifier.html * igt@vc4/vc4_tiling@set-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#7711]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@vc4/vc4_tiling@set-bad-handle.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - shard-mtlp: [ABORT][160] ([i915#6333]) -> [PASS][161] [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-7/igt@gem_barrier_race@remote-request@rcs0.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_persistence@legacy-engines-hang@bsd1: - shard-mtlp: [FAIL][162] ([i915#2410]) -> [PASS][163] [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-3/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: [FAIL][164] ([i915#7816]) -> [PASS][165] +2 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-6/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_eio@kms: - {shard-dg1}: [FAIL][166] ([i915#5784]) -> [PASS][167] [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg1-18/igt@gem_eio@kms.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg1-17/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [FAIL][168] ([i915#2842]) -> [PASS][169] [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-glk1/igt@gem_exec_fair@basic-pace@rcs0.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-glk1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - {shard-dg1}: [TIMEOUT][170] ([i915#5493]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg1-13/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap_offset@open-flood: - shard-snb: [ABORT][172] ([i915#8899]) -> [PASS][173] [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-snb7/igt@gem_mmap_offset@open-flood.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb7/igt@gem_mmap_offset@open-flood.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [FAIL][174] ([i915#7069]) -> [PASS][175] [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-4/igt@i915_hangman@engine-engine-hang@vcs0.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-7/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_pm_dc@dc9-dpms: - shard-tglu: [SKIP][176] ([i915#4281]) -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-tglu-7/igt@i915_pm_dc@dc9-dpms.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-tglu-10/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][178] ([i915#3591]) -> [PASS][179] +1 similar issue [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rpm@basic-rte: - shard-tglu: [FAIL][180] ([i915#7940]) -> [PASS][181] +1 similar issue [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-tglu-4/igt@i915_pm_rpm@basic-rte.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-tglu-8/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@gem-execbuf-stress@smem0: - {shard-dg1}: [FAIL][182] ([i915#7940]) -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg1-18/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg1-19/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html * igt@i915_pm_rpm@modeset-non-lpsp: - {shard-dg1}: [SKIP][184] ([i915#1397]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg1-12/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][186] ([i915#7790]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-snb1/igt@i915_pm_rps@reset.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-snb5/igt@i915_pm_rps@reset.html * igt@i915_selftest@live@dmabuf: - shard-mtlp: [DMESG-FAIL][188] ([i915#8558]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-3/igt@i915_selftest@live@dmabuf.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@i915_selftest@live@dmabuf.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [DMESG-FAIL][190] ([i915#6763]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-3/igt@i915_selftest@live@workarounds.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@i915_selftest@live@workarounds.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-mtlp: [FAIL][192] ([i915#3743]) -> [PASS][193] +2 similar issues [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-edp-1: - shard-mtlp: [DMESG-WARN][194] ([i915#2017]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-edp-1.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-64x21@pipe-a-edp-1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a2: - shard-glk: [FAIL][196] ([i915#79]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-glk4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a2.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-dg2: [FAIL][198] ([i915#6880]) -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-dg2: [FAIL][200] ([fdo#103375]) -> [PASS][201] +4 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-12/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html * igt@perf_pmu@all-busy-idle-check-all: - shard-mtlp: [FAIL][202] ([i915#5234]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-1/igt@perf_pmu@all-busy-idle-check-all.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: [FAIL][204] ([i915#4349]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-mtlp-4/igt@perf_pmu@busy-double-start@rcs0.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-mtlp-8/igt@perf_pmu@busy-double-start@rcs0.html #### Warnings #### * igt@kms_content_protection@content_type_change: - shard-dg2: [SKIP][206] ([i915#7118]) -> [SKIP][207] ([i915#7118] / [i915#7162]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-5/igt@kms_content_protection@content_type_change.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-11/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][208] ([i915#7118] / [i915#7162]) -> [SKIP][209] ([i915#7118]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-dg2-11/igt@kms_content_protection@type1.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-dg2-8/igt@kms_content_protection@type1.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][210] ([i915#3955]) -> [SKIP][211] ([fdo#110189] / [i915#3955]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-4/igt@kms_fbcon_fbt@psr.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-1/igt@kms_fbcon_fbt@psr.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][212] ([i915#4070] / [i915#4816]) -> [SKIP][213] ([i915#4816]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13416/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#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#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [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#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [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#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [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#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6295]: https://gitlab.freedesktop.org/drm/intel/issues/6295 [i915#6333]: https://gitlab.freedesktop.org/drm/intel/issues/6333 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552 [i915#8558]: https://gitlab.freedesktop.org/drm/intel/issues/8558 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8899]: https://gitlab.freedesktop.org/drm/intel/issues/8899 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7400 -> IGTPW_9453 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13416: 4794eef14b1ddbbc33fed8fa01bc32680aa14ca5 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9453: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html IGT_7400: 86fa0e885f8d020eeb046f27fae5729d5962ebd7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9453/index.html [-- Attachment #2: Type: text/html, Size: 64686 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-25 2:31 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-07-24 15:57 [igt-dev] [PATCH igt] tests/xe_create: Bump max time Lucas De Marchi 2023-07-24 16:25 ` [igt-dev] [Intel-xe] " Niranjana Vishwanathapura 2023-07-24 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-07-25 2:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox