* [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind
@ 2024-11-25 18:54 Matt Roper
2024-11-26 1:03 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Matt Roper @ 2024-11-25 18:54 UTC (permalink / raw)
To: igt-dev; +Cc: matthew.d.roper
The vm_bind helper function in the fault injection test failed to
specify a PAT index to use for the bind, effectively leaving the index
as 0. On Xe2 and Xe3 platforms, index 0 provides non-coherent behavior
which is incompatible with vm_bind operations on userptr, resulting in a
test failure before the test even got to the point of intentionally
injecting errors.
Fixes: 13e3d5126 ("tests/intel/xe_fault_injection: Inject errors during vm bind IOCTL")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3499
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
---
tests/intel/xe_fault_injection.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/intel/xe_fault_injection.c b/tests/intel/xe_fault_injection.c
index 7d6c90276..7ae941367 100644
--- a/tests/intel/xe_fault_injection.c
+++ b/tests/intel/xe_fault_injection.c
@@ -18,6 +18,7 @@
#include "igt_kmod.h"
#include "igt_sysfs.h"
#include "lib/igt_syncobj.h"
+#include "lib/intel_pat.h"
#include "xe/xe_ioctl.h"
#include "xe/xe_query.h"
@@ -238,6 +239,7 @@ simple_vm_bind(int fd, uint32_t vm)
.bind.range = BO_SIZE,
.bind.addr = BO_ADDR,
.bind.op = DRM_XE_VM_BIND_OP_MAP_USERPTR,
+ .bind.pat_index = intel_get_pat_idx_wb(fd),
.bind.flags = 0,
.num_syncs = 1,
.syncs = (uintptr_t)&syncobj,
--
2.47.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✓ Xe.CI.BAT: success for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper @ 2024-11-26 1:03 ` Patchwork 2024-11-26 1:24 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-11-26 1:03 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1083 bytes --] == Series Details == Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind URL : https://patchwork.freedesktop.org/series/141767/ State : success == Summary == CI Bug Log - changes from XEIGT_8125_BAT -> XEIGTPW_12196_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 8) ------------------------------ Missing (1): bat-pvc-2 Changes ------- No changes found Build changes ------------- * IGT: IGT_8125 -> IGTPW_12196 * Linux: xe-2275-6510562075d8541c218e72188f9ef339f8ba371f -> xe-2276-ae312905c5a9fc7ce599a74422f068725101c475 IGTPW_12196: 12196 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2275-6510562075d8541c218e72188f9ef339f8ba371f: 6510562075d8541c218e72188f9ef339f8ba371f xe-2276-ae312905c5a9fc7ce599a74422f068725101c475: ae312905c5a9fc7ce599a74422f068725101c475 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/index.html [-- Attachment #2: Type: text/html, Size: 1642 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper 2024-11-26 1:03 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2024-11-26 1:24 ` Patchwork 2024-11-26 3:04 ` ✗ i915.CI.Full: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2024-11-26 1:24 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev == Series Details == Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind URL : https://patchwork.freedesktop.org/series/141767/ State : success == Summary == CI Bug Log - changes from IGT_8125 -> IGTPW_12196 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_12196 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests@dma_fence_chain: - fi-bsw-nick: [PASS][1] -> [INCOMPLETE][2] ([i915#12904]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html * igt@gem_tiled_blits@basic: - fi-pnv-d510: [PASS][3] -> [SKIP][4] +2 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/fi-pnv-d510/igt@gem_tiled_blits@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/fi-pnv-d510/igt@gem_tiled_blits@basic.html * igt@i915_pm_rpm@module-reload: - bat-dg2-11: [PASS][5] -> [FAIL][6] ([i915#12903]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-dg2-11/igt@i915_pm_rpm@module-reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-dg2-11/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][7] -> [ABORT][8] ([i915#12061]) +1 other test abort [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-mtlp-8/igt@i915_selftest@live.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-mtlp-8/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [PASS][9] -> [ABORT][10] ([i915#12061]) +1 other test abort [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-arlh-3/igt@i915_selftest@live@workarounds.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-arlh-3/igt@i915_selftest@live@workarounds.html - bat-mtlp-6: [PASS][11] -> [ABORT][12] ([i915#12061]) +1 other test abort [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-mtlp-6/igt@i915_selftest@live@workarounds.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-mtlp-6/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - bat-dg1-7: [FAIL][13] ([i915#12903]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-dg1-7/igt@i915_pm_rpm@module-reload.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-dg1-7/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@workarounds: - {bat-arls-6}: [ABORT][15] ([i915#12061]) -> [PASS][16] +1 other test pass [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-arls-6/igt@i915_selftest@live@workarounds.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/bat-arls-6/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8125 -> IGTPW_12196 * Linux: CI_DRM_15743 -> CI_DRM_15744 CI-20190529: 20190529 CI_DRM_15743: 6510562075d8541c218e72188f9ef339f8ba371f @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15744: ae312905c5a9fc7ce599a74422f068725101c475 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12196: 12196 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/index.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ i915.CI.Full: failure for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper 2024-11-26 1:03 ` ✓ Xe.CI.BAT: success for " Patchwork 2024-11-26 1:24 ` ✓ i915.CI.BAT: " Patchwork @ 2024-11-26 3:04 ` Patchwork 2024-11-29 16:19 ` Kamil Konieczny 2024-11-26 4:43 ` ✗ Xe.CI.Full: " Patchwork 2024-11-29 16:18 ` [PATCH i-g-t] " Kamil Konieczny 4 siblings, 1 reply; 8+ messages in thread From: Patchwork @ 2024-11-26 3:04 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev == Series Details == Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind URL : https://patchwork.freedesktop.org/series/141767/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15744_full -> IGTPW_12196_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12196_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12196_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_12196/index.html Participating hosts (10 -> 10) ------------------------------ Additional (1): shard-dg2-9 Missing (1): shard-dg2-set2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12196_full: ### IGT changes ### #### Possible regressions #### * igt@core_getversion@basic: - shard-dg2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-4/igt@core_getversion@basic.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@core_getversion@basic.html * igt@core_setmaster@master-drop-set-shared-fd: - shard-dg2: [PASS][3] -> [SKIP][4] +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@core_setmaster@master-drop-set-shared-fd.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html * igt@gem_tiled_swapping@non-threaded: - shard-snb: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb4/igt@gem_tiled_swapping@non-threaded.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb1/igt@gem_tiled_swapping@non-threaded.html * igt@i915_pm_rpm@system-suspend-devices: - shard-rkl: [PASS][7] -> [SKIP][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-5/igt@i915_pm_rpm@system-suspend-devices.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@i915_pm_rpm@system-suspend-devices.html * igt@i915_suspend@basic-s2idle-without-i915: - shard-tglu: NOTRUN -> [DMESG-WARN][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@i915_suspend@basic-s2idle-without-i915.html * igt@kms_plane@pixel-format-source-clamping: - shard-tglu: [PASS][10] -> [ABORT][11] +3 other tests abort [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-6/igt@kms_plane@pixel-format-source-clamping.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: NOTRUN -> [SKIP][12] +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_psr@psr2-sprite-blt: - shard-mtlp: [PASS][13] -> [FAIL][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-4/igt@kms_psr@psr2-sprite-blt.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_psr@psr2-sprite-blt.html * igt@perf_pmu@busy-idle-no-semaphores: - shard-dg2: NOTRUN -> [SKIP][15] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@perf_pmu@busy-idle-no-semaphores.html #### Warnings #### * igt@gem_tiled_swapping@non-threaded: - shard-rkl: [DMESG-FAIL][16] ([i915#12964]) -> [FAIL][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-7/igt@gem_tiled_swapping@non-threaded.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_tiled_swapping@non-threaded.html Known issues ------------ Here are the changes found in IGTPW_12196_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][18] ([i915#11078]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@virtual-busy-all: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#8414]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@drm_fdinfo@virtual-busy-all.html - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8414]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@drm_fdinfo@virtual-busy-all.html * igt@drm_fdinfo@virtual-busy-idle-all: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#8414]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@drm_fdinfo@virtual-busy-idle-all.html * igt@fbdev@unaligned-write: - shard-dg2: [PASS][22] -> [SKIP][23] ([i915#2582]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@fbdev@unaligned-write.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@fbdev@unaligned-write.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#7697]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@block-multicopy-compressed: - shard-tglu: NOTRUN -> [SKIP][25] ([i915#9323]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-5/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][26] ([i915#3555] / [i915#9323]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-2/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][27] ([i915#3555] / [i915#9323]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#9323]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html - shard-rkl: NOTRUN -> [SKIP][29] ([i915#9323]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-dg2: NOTRUN -> [INCOMPLETE][30] ([i915#7297]) +1 other test incomplete [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-2/igt@gem_ccs@suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][31] ([i915#9323]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@gem_ccs@suspend-resume.html * igt@gem_compute@compute-square: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#9310]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@gem_compute@compute-square.html * igt@gem_ctx_persistence@hostile: - shard-dg1: NOTRUN -> [FAIL][33] ([i915#11980] / [i915#12580]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@gem_ctx_persistence@hostile.html - shard-tglu: NOTRUN -> [FAIL][34] ([i915#11980] / [i915#12580]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][35] ([i915#1099]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb7/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#5882]) +6 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_sseu@mmap-args: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#280]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-dg1: [PASS][38] -> [ABORT][39] ([i915#7975] / [i915#8213]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-18/igt@gem_eio@hibernate.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4771]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@gem_exec_balancer@bonded-sync.html - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4771]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#4525]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_big@single: - shard-tglu-1: NOTRUN -> [ABORT][44] ([i915#11713]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-1/igt@gem_exec_big@single.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg1: NOTRUN -> [FAIL][45] ([i915#11965] / [i915#12558]) +2 other tests fail [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fence@submit3: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@gem_exec_fence@submit3.html - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4812]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#3539] / [i915#4852]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3539] / [i915#4852]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#5107]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#3281]) +3 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-wc: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3281]) +9 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@gem_exec_reloc@basic-gtt-wc.html * igt@gem_exec_reloc@basic-wc: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#3281]) +5 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@gem_exec_reloc@basic-wc.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#3281]) +9 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue-chain.html - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4537] / [i915#4812]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@thriceslice: - shard-snb: NOTRUN -> [SKIP][57] +87 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb2/igt@gem_exec_schedule@thriceslice.html * igt@gem_exec_whisper@basic-queues-priority: - shard-rkl: [PASS][58] -> [DMESG-WARN][59] ([i915#12917] / [i915#12964]) +4 other tests dmesg-warn [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-1/igt@gem_exec_whisper@basic-queues-priority.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@gem_exec_whisper@basic-queues-priority.html * igt@gem_fence_thrash@bo-copy: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4860]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4860]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4860]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-dg2: [PASS][63] -> [SKIP][64] ([i915#12936]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-7/igt@gem_lmem_swapping@heavy-verify-multi.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#4613]) +3 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#12936]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4613]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@random: - shard-glk: NOTRUN -> [SKIP][68] ([i915#4613]) +2 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk8/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@verify: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#4613]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-2/igt@gem_lmem_swapping@verify.html * igt@gem_media_vme: - shard-dg1: NOTRUN -> [SKIP][70] ([i915#284]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@gem_media_vme.html - shard-tglu: NOTRUN -> [SKIP][71] ([i915#284]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-3/igt@gem_media_vme.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4083]) +6 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@gem_mmap@bad-object.html * igt@gem_mmap@pf-nonblock: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#4083]) +5 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@gem_mmap@pf-nonblock.html * igt@gem_mmap_gtt@big-bo-tiledx: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#4077]) +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-1/igt@gem_mmap_gtt@big-bo-tiledx.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4077]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_wc@read-write-distinct: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4083]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@gem_mmap_wc@read-write-distinct.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#3282]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#3282]) +9 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#3282]) +4 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-1/igt@gem_pread@snoop.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [TIMEOUT][80] ([i915#12964]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@create-regular-context-2: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#4270]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_pxp@create-regular-context-2.html * igt@gem_pxp@create-valid-protected-context: - shard-tglu: NOTRUN -> [SKIP][82] ([i915#4270]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-tglu: [PASS][83] -> [SKIP][84] ([i915#4270]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-3/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#4270]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [TIMEOUT][86] ([i915#12917] / [i915#12964]) +2 other tests timeout [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#4270]) +3 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#3282]) +5 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8428]) +3 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html - shard-dg2: NOTRUN -> [SKIP][90] ([i915#2575] / [i915#5190]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#5190] / [i915#8428]) +2 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4079]) +2 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_set_tiling_vs_gtt.html - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#4079]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@gem_set_tiling_vs_gtt.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4077]) +9 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#4879]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#3297] / [i915#4958]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu: NOTRUN -> [SKIP][97] ([i915#3297]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][98] +13 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#2527] / [i915#2856]) +5 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#2527]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#2856]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@gen9_exec_parse@bb-oversize.html - shard-dg2: NOTRUN -> [SKIP][102] ([i915#2856]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-secure: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#2527]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gen9_exec_parse@bb-secure.html * igt@i915_module_load@reload: - shard-dg2: [PASS][104] -> [FAIL][105] ([i915#12870]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@i915_module_load@reload.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@i915_module_load@reload.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][106] -> [ABORT][107] ([i915#9820]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#6412]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][109] ([i915#7178]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][110] ([i915#6412]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@i915_module_load@resize-bar.html - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6412]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#8399]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][113] ([i915#8399]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [PASS][114] -> [INCOMPLETE][115] ([i915#12455]) +1 other test incomplete [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@i915_pm_freq_api@freq-suspend@gt0.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rpm@sysfs-read: - shard-dg2: [PASS][116] -> [SKIP][117] ([i915#13014]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-6/igt@i915_pm_rpm@sysfs-read.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@i915_pm_rpm@sysfs-read.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#13014]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#11681] / [i915#6621]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-2/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@thresholds-idle: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#11681]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_sseu@full-enable: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#4387]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@i915_pm_sseu@full-enable.html - shard-tglu: NOTRUN -> [SKIP][122] ([i915#4387]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@i915_pm_sseu@full-enable.html - shard-mtlp: NOTRUN -> [SKIP][123] ([i915#8437]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [PASS][124] -> [ABORT][125] ([i915#12061]) +1 other test abort [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-6/igt@i915_selftest@live@workarounds.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@i915_selftest@live@workarounds.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][126] ([i915#9311]) +1 other test dmesg-warn [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@i915_selftest@mock@memory_region.html * igt@i915_selftest@mock@sanitycheck: - shard-tglu: [PASS][127] -> [ABORT][128] ([i915#13010]) +1 other test abort [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-6/igt@i915_selftest@mock@sanitycheck.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@i915_selftest@mock@sanitycheck.html * igt@intel_hwmon@hwmon-write: - shard-tglu: NOTRUN -> [SKIP][129] ([i915#7707]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-5/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#5190]) +2 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#4212]) +1 other test skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_addfb_basic@tile-pitch-mismatch.html - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#4212]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@alternate-sync-async-flip: - shard-tglu: NOTRUN -> [FAIL][133] ([i915#10991]) +1 other test fail [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg1: NOTRUN -> [SKIP][134] ([i915#9531]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][135] ([i915#9531]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-transition@pipe-a-hdmi-a-1: - shard-rkl: [PASS][136] -> [DMESG-WARN][137] ([i915#12964]) +57 other tests dmesg-warn [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition@pipe-a-hdmi-a-1.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@kms_atomic_transition@plane-all-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [PASS][138] -> [FAIL][139] ([i915#5956]) +1 other test fail [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-4/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#5286]) +3 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#5286]) +6 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#4538] / [i915#5286]) +8 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#3638]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#3638]) +2 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#4538] / [i915#5190]) +4 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#6187]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#4538]) +7 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#6095]) +119 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#6095]) +34 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#6095]) +64 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-3/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#12313]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#12313]) +2 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs: - shard-dg2: [PASS][153] -> [SKIP][154] +22 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#10307] / [i915#6095]) +108 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#12805]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#12805]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-rkl: NOTRUN -> [SKIP][158] ([i915#12805]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][159] ([i915#12805]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#12805]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-4: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#6095]) +7 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-4.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#6095]) +84 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#12313]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][165] ([i915#12313]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#12313]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#3742]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#4087]) +3 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html * igt@kms_chamelium_audio@hdmi-audio: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#7828]) +9 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@kms_chamelium_audio@hdmi-audio.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-tglu: NOTRUN -> [SKIP][170] ([i915#7828]) +9 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][171] ([i915#7828]) +8 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd: - shard-mtlp: NOTRUN -> [SKIP][172] ([i915#7828]) +6 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#7828]) +5 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@dp-mst-type-0: - shard-rkl: NOTRUN -> [SKIP][174] ([i915#3116]) +1 other test skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0.html - shard-dg1: NOTRUN -> [SKIP][175] ([i915#3299]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_content_protection@dp-mst-type-0.html - shard-tglu: NOTRUN -> [SKIP][176] ([i915#3116] / [i915#3299]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_content_protection@dp-mst-type-0.html - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#3299]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#9424]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-0@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][179] ([i915#7173]) +1 other test timeout [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html * igt@kms_content_protection@srm: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#7116]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_content_protection@srm.html - shard-tglu: NOTRUN -> [SKIP][181] ([i915#6944] / [i915#7116] / [i915#7118]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@kms_content_protection@srm.html - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#6944]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#7118] / [i915#9424]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][184] ([i915#7118] / [i915#9424]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-9/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#3555]) +3 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-tglu: NOTRUN -> [SKIP][187] ([i915#3555]) +3 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#8814]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-dg2: NOTRUN -> [SKIP][189] ([i915#3555]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-rkl: NOTRUN -> [SKIP][190] ([i915#3555]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#13049]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#8814]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-tglu: NOTRUN -> [SKIP][193] ([i915#13049]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#13049]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg2: NOTRUN -> [SKIP][195] ([i915#13049]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][196] +7 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu: NOTRUN -> [SKIP][197] ([i915#4103]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#9809]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#4103] / [i915#4213]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-tglu: NOTRUN -> [SKIP][200] ([i915#9723]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#9723]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-tglu: NOTRUN -> [SKIP][202] ([i915#1769] / [i915#3555] / [i915#3804]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][203] ([i915#3804]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-tglu: NOTRUN -> [SKIP][204] ([i915#1257]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@kms_dp_aux_dev.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#8812]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#3840]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_dsc@dsc-basic.html - shard-dg1: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#3840]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_dsc@dsc-basic.html - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#3840] / [i915#9159]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-tglu: NOTRUN -> [SKIP][209] ([i915#3840]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#3840]) +2 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-9/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840]) +2 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-rkl: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#3840]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-rkl: [PASS][213] -> [DMESG-FAIL][214] ([i915#12964]) +1 other test dmesg-fail [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_fbcon_fbt@fbc-suspend.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][215] ([i915#3955]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg2: NOTRUN -> [SKIP][216] ([i915#3469]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@dp-mst: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#9337]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_feature_discovery@dp-mst.html - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#9337]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#9934]) +2 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#9934]) +5 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-fences: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#8381]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-modeset: - shard-tglu: NOTRUN -> [SKIP][222] ([i915#3637]) +7 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@kms_flip@2x-flip-vs-modeset.html - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3637]) +5 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#9934]) +3 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-rkl: [PASS][225] -> [FAIL][226] ([i915#2122]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-7/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1: - shard-snb: [PASS][227] -> [FAIL][228] ([i915#2122]) +4 other tests fail [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb1/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-rkl: NOTRUN -> [FAIL][229] ([i915#11989] / [i915#2122]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-snb: NOTRUN -> [FAIL][230] ([i915#2122]) +3 other tests fail [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb2/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a2: - shard-rkl: NOTRUN -> [FAIL][231] ([i915#11989]) +2 other tests fail [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a2.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1: - shard-tglu: NOTRUN -> [FAIL][232] ([i915#2122]) +3 other tests fail [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html * igt@kms_flip@plain-flip-ts-check: - shard-rkl: [PASS][233] -> [FAIL][234] ([i915#11989] / [i915#2122]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_flip@plain-flip-ts-check.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_flip@plain-flip-ts-check.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-tglu: [PASS][235] -> [FAIL][236] ([i915#2122]) +1 other test fail [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-7/igt@kms_flip@plain-flip-ts-check-interruptible.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check@a-hdmi-a2: - shard-rkl: [PASS][237] -> [FAIL][238] ([i915#11989]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_flip@plain-flip-ts-check@a-hdmi-a2.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_flip@plain-flip-ts-check@a-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][239] ([i915#2587] / [i915#2672]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][240] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html - shard-rkl: NOTRUN -> [SKIP][241] ([i915#2672] / [i915#3555]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][242] ([i915#2672]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][243] ([i915#2587] / [i915#2672] / [i915#3555]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#2672] / [i915#8813]) +2 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#2672] / [i915#3555] / [i915#5190]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][246] ([i915#2672] / [i915#3555]) +2 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-9/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][247] ([i915#3555] / [i915#8810] / [i915#8813]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#3555] / [i915#8810]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-dg1: NOTRUN -> [SKIP][249] ([i915#2672] / [i915#3555]) +5 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#2587] / [i915#2672]) +5 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#2672]) +4 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt: - shard-dg2: [PASS][252] -> [FAIL][253] ([i915#6880]) +1 other test fail [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-dg2: NOTRUN -> [FAIL][254] ([i915#6880]) +1 other test fail [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#8708]) +10 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][256] +46 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt: - shard-snb: [PASS][257] -> [SKIP][258] +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt: - shard-dg1: NOTRUN -> [SKIP][259] +49 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][260] ([i915#5439]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-dg1: NOTRUN -> [SKIP][261] ([i915#5439]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][262] ([i915#5439]) +1 other test skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][263] ([i915#5354]) +21 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#8708]) +7 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][265] ([i915#1825]) +17 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][266] ([i915#3458]) +15 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][267] ([i915#9766]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#3458]) +6 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-mtlp: NOTRUN -> [SKIP][269] ([i915#1825]) +27 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][270] +90 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#8708]) +25 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][272] ([i915#3023]) +6 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#6118]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch-suspend: - shard-tglu: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#8228]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-5/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#3555] / [i915#8228]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@kms_hdr@invalid-metadata-sizes.html - shard-dg2: NOTRUN -> [SKIP][276] ([i915#3555] / [i915#8228]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-swap: - shard-dg1: NOTRUN -> [SKIP][277] ([i915#3555] / [i915#8228]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_hdr@static-swap.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg1: NOTRUN -> [SKIP][278] ([i915#12388]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglu: NOTRUN -> [SKIP][279] ([i915#1839]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#6301]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][281] ([i915#6301]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_panel_fitting@legacy.html * igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3: - shard-tglu: [PASS][282] -> [DMESG-WARN][283] ([i915#10354] / [i915#1982]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-6/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3.html * igt@kms_plane_alpha_blend@alpha-basic: - shard-glk: NOTRUN -> [FAIL][284] ([i915#12178]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk2/igt@kms_plane_alpha_blend@alpha-basic.html * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][285] ([i915#7862]) +1 other test fail [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html * igt@kms_plane_alpha_blend@alpha-opaque-fb: - shard-glk: NOTRUN -> [FAIL][286] ([i915#12169]) +1 other test fail [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk4/igt@kms_plane_alpha_blend@alpha-opaque-fb.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][287] ([i915#12177]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][288] ([i915#10647]) +5 other tests fail [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk2/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#6953]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a: - shard-dg1: NOTRUN -> [SKIP][290] ([i915#12247]) +8 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation: - shard-tglu: NOTRUN -> [SKIP][291] ([i915#12247]) +9 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20: - shard-dg2: [PASS][292] -> [SKIP][293] ([i915#2575] / [i915#9423]) +6 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#6953]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#12247] / [i915#3555]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][296] ([i915#12247]) +7 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-mtlp: NOTRUN -> [SKIP][297] ([i915#12247] / [i915#6953]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c: - shard-mtlp: NOTRUN -> [SKIP][298] ([i915#12247]) +7 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg1: NOTRUN -> [SKIP][299] ([i915#12343]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][300] ([i915#5354]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-retention-flops: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#3828]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_pm_dc@dc5-retention-flops.html - shard-rkl: NOTRUN -> [SKIP][302] ([i915#3828]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_lpsp@screens-disabled: - shard-tglu: NOTRUN -> [SKIP][303] ([i915#8430]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@cursor-dpms: - shard-dg2: [PASS][304] -> [SKIP][305] ([i915#12937]) +2 other tests skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@kms_pm_rpm@cursor-dpms.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][306] ([i915#9519]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][307] ([i915#12937]) +1 other test skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-tglu: NOTRUN -> [SKIP][308] ([i915#9519]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg1: NOTRUN -> [SKIP][309] ([i915#9519]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [PASS][310] -> [SKIP][311] ([i915#9519]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-crc-hybrid: - shard-rkl: NOTRUN -> [SKIP][312] ([i915#6524]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_prime@basic-crc-hybrid.html - shard-tglu: NOTRUN -> [SKIP][313] ([i915#6524]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-6/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][314] ([i915#11520]) +5 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][315] ([i915#11520]) +6 other tests skip [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk2/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][316] ([i915#11520]) +2 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html - shard-snb: NOTRUN -> [SKIP][317] ([i915#11520]) +3 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][318] ([i915#9808]) +2 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][319] ([i915#11520]) +12 other tests skip [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - shard-mtlp: NOTRUN -> [SKIP][320] ([i915#12316]) +8 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][321] ([i915#11520]) +9 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-5/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2: NOTRUN -> [SKIP][322] ([i915#9683]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-2/igt@kms_psr2_su@page_flip-nv12.html - shard-dg1: NOTRUN -> [SKIP][323] ([i915#9683]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-pr-no-drrs: - shard-rkl: NOTRUN -> [SKIP][324] ([i915#1072] / [i915#9732]) +9 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_psr@fbc-psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][325] ([i915#1072] / [i915#9732]) +14 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_psr@fbc-psr-primary-mmap-cpu.html * igt@kms_psr@fbc-psr2-cursor-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][326] ([i915#9688]) +17 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_psr@fbc-psr2-cursor-mmap-cpu.html * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][327] +277 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk2/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][328] ([i915#1072] / [i915#9732]) +22 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr2-primary-render: - shard-tglu: NOTRUN -> [SKIP][329] ([i915#9732]) +27 other tests skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-2/igt@kms_psr@psr2-primary-render.html * igt@kms_psr@psr2-sprite-blt@edp-1: - shard-mtlp: [PASS][330] -> [FAIL][331] ([i915#10105]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-4/igt@kms_psr@psr2-sprite-blt@edp-1.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_psr@psr2-sprite-blt@edp-1.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2: NOTRUN -> [SKIP][332] ([i915#9685]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-mtlp: NOTRUN -> [SKIP][333] ([i915#12755]) [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-5/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_selftest@drm_framebuffer: - shard-tglu: NOTRUN -> [ABORT][334] ([i915#12231]) +1 other test abort [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-3/igt@kms_selftest@drm_framebuffer.html * igt@kms_vblank@ts-continuation-modeset: - shard-dg2: NOTRUN -> [SKIP][335] ([i915#2575]) +56 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@kms_vblank@ts-continuation-modeset.html * igt@kms_vblank@ts-continuation-suspend: - shard-dg2: NOTRUN -> [INCOMPLETE][336] ([i915#12276]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_vblank@ts-continuation-suspend.html * igt@kms_vblank@ts-continuation-suspend@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [INCOMPLETE][337] ([i915#10056] / [i915#12276]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@kms_vblank@ts-continuation-suspend@pipe-d-hdmi-a-3.html * igt@kms_vrr@negative-basic: - shard-dg1: NOTRUN -> [SKIP][338] ([i915#3555] / [i915#9906]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-virtual: - shard-dg2: NOTRUN -> [SKIP][339] ([i915#9906]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-rkl: NOTRUN -> [SKIP][340] ([i915#9906]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-dg1: NOTRUN -> [SKIP][341] ([i915#9906]) +1 other test skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_vrr@seamless-rr-switch-virtual.html - shard-mtlp: NOTRUN -> [SKIP][342] ([i915#8808] / [i915#9906]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-4/igt@kms_vrr@seamless-rr-switch-virtual.html * igt@kms_writeback@writeback-check-output: - shard-glk: NOTRUN -> [SKIP][343] ([i915#2437]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-glk4/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-tglu: NOTRUN -> [SKIP][344] ([i915#2437]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-mtlp: NOTRUN -> [SKIP][345] ([i915#2437] / [i915#9412]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@invalid-remove-userspace-config: - shard-dg2: NOTRUN -> [SKIP][346] ([i915#12506]) +2 other tests skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@perf@invalid-remove-userspace-config.html * igt@perf@low-oa-exponent-permissions: - shard-dg2: [PASS][347] -> [SKIP][348] ([i915#12506]) +9 other tests skip [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-6/igt@perf@low-oa-exponent-permissions.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@perf@low-oa-exponent-permissions.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][349] ([i915#9100]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-hang@vcs1: - shard-mtlp: NOTRUN -> [FAIL][350] ([i915#4349]) +3 other tests fail [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@perf_pmu@busy-hang@vcs1.html - shard-dg2: NOTRUN -> [FAIL][351] ([i915#4349]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-1/igt@perf_pmu@busy-hang@vcs1.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][352] ([i915#11823]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@perf_pmu@module-unload.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][353] ([i915#8516]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-3/igt@perf_pmu@rc6-all-gts.html * igt@prime_busy@before: - shard-dg2: [PASS][354] -> [SKIP][355] ([i915#2575]) +156 other tests skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-4/igt@prime_busy@before.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@prime_busy@before.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][356] ([i915#3708]) +1 other test skip [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-8/igt@prime_vgem@fence-read-hang.html - shard-dg1: NOTRUN -> [SKIP][357] ([i915#3708]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][358] ([i915#9917]) [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each: - shard-dg1: NOTRUN -> [SKIP][359] ([i915#9917]) +1 other test skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@sriov_basic@enable-vfs-bind-unbind-each.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-tglu: NOTRUN -> [FAIL][360] ([i915#12910]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@testdisplay: - shard-rkl: NOTRUN -> [DMESG-WARN][361] ([i915#12964]) +4 other tests dmesg-warn [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@testdisplay.html #### Possible fixes #### * igt@device_reset@unbind-reset-rebind: - shard-tglu: [ABORT][362] ([i915#12817] / [i915#5507]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-9/igt@device_reset@unbind-reset-rebind.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@device_reset@unbind-reset-rebind.html * igt@fbdev@nullptr: - shard-dg2: [SKIP][364] ([i915#2582]) -> [PASS][365] [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@fbdev@nullptr.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@fbdev@nullptr.html * igt@gem_ctx_freq@sysfs: - shard-dg2: [FAIL][366] ([i915#9561]) -> [PASS][367] +1 other test pass [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-7/igt@gem_ctx_freq@sysfs.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@gem_ctx_freq@sysfs.html * igt@gem_eio@kms: - shard-dg1: [FAIL][368] ([i915#5784]) -> [PASS][369] [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-14/igt@gem_eio@kms.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@gem_eio@kms.html * igt@gem_lmem_swapping@heavy-multi: - shard-dg2: [SKIP][370] ([i915#12936]) -> [PASS][371] +1 other test pass [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_lmem_swapping@heavy-multi.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@gem_lmem_swapping@heavy-multi.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [ABORT][372] ([i915#9820]) -> [PASS][373] [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb2/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [ABORT][374] ([i915#12817] / [i915#9820]) -> [PASS][375] [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][376] ([i915#10131] / [i915#10887]) -> [PASS][377] [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@gem-idle: - shard-rkl: [SKIP][378] -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@i915_pm_rpm@gem-idle.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@i915_pm_rpm@gem-idle.html * igt@i915_selftest@perf: - shard-dg2: [FAIL][380] ([i915#12867]) -> [PASS][381] +4 other tests pass [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@i915_selftest@perf.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-7/igt@i915_selftest@perf.html * igt@kms_async_flips@alternate-sync-async-flip: - shard-dg1: [FAIL][382] ([i915#12518] / [i915#12766]) -> [PASS][383] [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-12/igt@kms_async_flips@alternate-sync-async-flip.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-3: - shard-dg1: [FAIL][384] ([i915#12518]) -> [PASS][385] [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-12/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-3.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-12/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-3.html * igt@kms_cursor_crc@cursor-suspend: - shard-dg1: [INCOMPLETE][386] ([i915#12358]) -> [PASS][387] [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-13/igt@kms_cursor_crc@cursor-suspend.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-17/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1: - shard-snb: [FAIL][388] ([i915#2122]) -> [PASS][389] +4 other tests pass [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip_tiling@flip-change-tiling: - shard-rkl: [DMESG-WARN][390] ([i915#12917] / [i915#12964]) -> [PASS][391] +3 other tests pass [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-4/igt@kms_flip_tiling@flip-change-tiling.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-3/igt@kms_flip_tiling@flip-change-tiling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-dg2: [FAIL][392] ([i915#6880]) -> [PASS][393] +1 other test pass [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: [SKIP][394] -> [PASS][395] +26 other tests pass [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5: - shard-dg2: [SKIP][396] ([i915#2575] / [i915#9423]) -> [PASS][397] +5 other tests pass [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html * igt@kms_pm_dc@dc6-dpms: - shard-tglu: [FAIL][398] ([i915#9295]) -> [PASS][399] [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@basic-rte: - shard-rkl: [DMESG-FAIL][400] ([i915#12964]) -> [PASS][401] [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_pm_rpm@basic-rte.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@kms_pm_rpm@basic-rte.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg1: [DMESG-WARN][402] ([i915#4423]) -> [PASS][403] [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-12/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg1-18/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][404] ([i915#12937]) -> [PASS][405] +3 other tests pass [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@kms_pm_rpm@modeset-non-lpsp.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][406] ([i915#9519]) -> [PASS][407] +1 other test pass [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_selftest@drm_format: - shard-rkl: [DMESG-WARN][408] ([i915#12964]) -> [PASS][409] +50 other tests pass [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_selftest@drm_format.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-2/igt@kms_selftest@drm_format.html * igt@kms_vblank@ts-continuation-idle-hang: - shard-dg2: [SKIP][410] ([i915#2575]) -> [PASS][411] +163 other tests pass [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@kms_vblank@ts-continuation-idle-hang.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@kms_vblank@ts-continuation-idle-hang.html * igt@perf_pmu@all-busy-check-all: - shard-dg2: [SKIP][412] ([i915#12506]) -> [PASS][413] +7 other tests pass [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@perf_pmu@all-busy-check-all.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@perf_pmu@all-busy-check-all.html * igt@perf_pmu@busy-idle@ccs0: - shard-mtlp: [FAIL][414] ([i915#4349]) -> [PASS][415] +1 other test pass [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-7/igt@perf_pmu@busy-idle@ccs0.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-2/igt@perf_pmu@busy-idle@ccs0.html - shard-dg2: [FAIL][416] ([i915#4349]) -> [PASS][417] +1 other test pass [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@perf_pmu@busy-idle@ccs0.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-5/igt@perf_pmu@busy-idle@ccs0.html * igt@perf_pmu@module-unload: - shard-snb: [ABORT][418] ([i915#12450]) -> [PASS][419] [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb4/igt@perf_pmu@module-unload.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb4/igt@perf_pmu@module-unload.html - shard-tglu: [ABORT][420] ([i915#13010]) -> [PASS][421] [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-8/igt@perf_pmu@module-unload.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-8/igt@perf_pmu@module-unload.html #### Warnings #### * igt@drm_fdinfo@virtual-busy-all: - shard-dg2: [SKIP][422] ([i915#8414]) -> [SKIP][423] ([i915#12506]) +4 other tests skip [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@drm_fdinfo@virtual-busy-all.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@drm_fdinfo@virtual-busy-all.html * igt@gem_busy@semaphore: - shard-dg2: [SKIP][424] ([i915#2575]) -> [SKIP][425] ([i915#3936]) [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_busy@semaphore.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-2/igt@gem_busy@semaphore.html * igt@gem_ctx_persistence@hang: - shard-dg2: [SKIP][426] ([i915#8555]) -> [SKIP][427] ([i915#2575]) +1 other test skip [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-8/igt@gem_ctx_persistence@hang.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@hostile: - shard-dg2: [FAIL][428] ([i915#11980] / [i915#12580]) -> [SKIP][429] ([i915#2575]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-6/igt@gem_ctx_persistence@hostile.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt: - shard-dg2: [SKIP][430] ([i915#2575]) -> [SKIP][431] ([i915#5882]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: [SKIP][432] ([i915#280]) -> [SKIP][433] ([i915#2575]) +1 other test skip [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@gem_ctx_sseu@invalid-sseu.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: [SKIP][434] ([i915#2575]) -> [SKIP][435] ([i915#280]) +1 other test skip [434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html [435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@kms: - shard-dg2: [FAIL][436] ([i915#5784]) -> [SKIP][437] ([i915#2575]) [436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@gem_eio@kms.html [437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_eio@kms.html * igt@gem_exec_fence@submit3: - shard-dg2: [SKIP][438] ([i915#2575]) -> [SKIP][439] ([i915#4812]) +2 other tests skip [438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_exec_fence@submit3.html [439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-6/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: [SKIP][440] ([i915#3539] / [i915#4852]) -> [SKIP][441] ([i915#2575]) [440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@gem_exec_flush@basic-uc-pro-default.html [441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: [SKIP][442] ([i915#2575]) -> [SKIP][443] ([i915#3539] / [i915#4852]) +3 other tests skip [442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_exec_flush@basic-uc-ro-default.html [443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-3/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg2: [SKIP][444] ([i915#3539]) -> [SKIP][445] ([i915#2575]) [444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-8/igt@gem_exec_flush@basic-uc-set-default.html [445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_reloc@basic-write-gtt: - shard-dg2: [SKIP][446] ([i915#2575]) -> [SKIP][447] ([i915#3281]) +4 other tests skip [446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_exec_reloc@basic-write-gtt.html [447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-10/igt@gem_exec_reloc@basic-write-gtt.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: [SKIP][448] ([i915#3281]) -> [SKIP][449] ([i915#2575]) +7 other tests skip [448]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@gem_exec_reloc@basic-write-read-active.html [449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@semaphore-power: - shard-dg2: [SKIP][450] ([i915#2575]) -> [SKIP][451] ([i915#4537] / [i915#4812]) [450]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_exec_schedule@semaphore-power.html [451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-4/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg2: [SKIP][452] ([i915#4860]) -> [SKIP][453] ([i915#2575]) [452]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-3/igt@gem_fence_thrash@bo-write-verify-threaded-none.html [453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-dg2: [SKIP][454] ([i915#2575]) -> [SKIP][455] ([i915#4860]) [454]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fen == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/index.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ i915.CI.Full: failure for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-26 3:04 ` ✗ i915.CI.Full: failure " Patchwork @ 2024-11-29 16:19 ` Kamil Konieczny 0 siblings, 0 replies; 8+ messages in thread From: Kamil Konieczny @ 2024-11-29 16:19 UTC (permalink / raw) To: igt-dev; +Cc: Matt Roper, I915-ci-infra Hi igt-dev, On 2024-11-26 at 03:04:25 -0000, Patchwork wrote: > == Series Details == > > Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind > URL : https://patchwork.freedesktop.org/series/141767/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_15744_full -> IGTPW_12196_full Below are unrelated to Xe test change, no need for respin. Regards, Kamil > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_12196_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_12196_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_12196/index.html > > Participating hosts (10 -> 10) > ------------------------------ > > Additional (1): shard-dg2-9 > Missing (1): shard-dg2-set2 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_12196_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@core_getversion@basic: > - shard-dg2: [PASS][1] -> [FAIL][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-4/igt@core_getversion@basic.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@core_getversion@basic.html > > * igt@core_setmaster@master-drop-set-shared-fd: > - shard-dg2: [PASS][3] -> [SKIP][4] +1 other test skip > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-2/igt@core_setmaster@master-drop-set-shared-fd.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@core_setmaster@master-drop-set-shared-fd.html > > * igt@gem_tiled_swapping@non-threaded: > - shard-snb: [PASS][5] -> [FAIL][6] > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb4/igt@gem_tiled_swapping@non-threaded.html > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-snb1/igt@gem_tiled_swapping@non-threaded.html > > * igt@i915_pm_rpm@system-suspend-devices: > - shard-rkl: [PASS][7] -> [SKIP][8] > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-5/igt@i915_pm_rpm@system-suspend-devices.html > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-5/igt@i915_pm_rpm@system-suspend-devices.html > > * igt@i915_suspend@basic-s2idle-without-i915: > - shard-tglu: NOTRUN -> [DMESG-WARN][9] > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-10/igt@i915_suspend@basic-s2idle-without-i915.html > > * igt@kms_plane@pixel-format-source-clamping: > - shard-tglu: [PASS][10] -> [ABORT][11] +3 other tests abort > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-6/igt@kms_plane@pixel-format-source-clamping.html > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-tglu-4/igt@kms_plane@pixel-format-source-clamping.html > > * igt@kms_pm_rpm@dpms-lpsp: > - shard-rkl: NOTRUN -> [SKIP][12] +1 other test skip > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-7/igt@kms_pm_rpm@dpms-lpsp.html > > * igt@kms_psr@psr2-sprite-blt: > - shard-mtlp: [PASS][13] -> [FAIL][14] > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-4/igt@kms_psr@psr2-sprite-blt.html > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-mtlp-7/igt@kms_psr@psr2-sprite-blt.html > > * igt@perf_pmu@busy-idle-no-semaphores: > - shard-dg2: NOTRUN -> [SKIP][15] > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-dg2-11/igt@perf_pmu@busy-idle-no-semaphores.html > > > #### Warnings #### > > * igt@gem_tiled_swapping@non-threaded: > - shard-rkl: [DMESG-FAIL][16] ([i915#12964]) -> [FAIL][17] > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-7/igt@gem_tiled_swapping@non-threaded.html > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/shard-rkl-1/igt@gem_tiled_swapping@non-threaded.html > > > Known issues > ------------ > > Here are the changes found in IGTPW_12196_full that come from known issues: > ...cut... > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12196/index.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Xe.CI.Full: failure for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper ` (2 preceding siblings ...) 2024-11-26 3:04 ` ✗ i915.CI.Full: failure " Patchwork @ 2024-11-26 4:43 ` Patchwork 2024-11-29 16:36 ` Kamil Konieczny 2024-11-29 16:18 ` [PATCH i-g-t] " Kamil Konieczny 4 siblings, 1 reply; 8+ messages in thread From: Patchwork @ 2024-11-26 4:43 UTC (permalink / raw) To: Matt Roper; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 137692 bytes --] == Series Details == Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind URL : https://patchwork.freedesktop.org/series/141767/ State : failure == Summary == CI Bug Log - changes from XEIGT_8125_full -> XEIGTPW_12196_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12196_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12196_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_12196_full: ### IGT changes ### #### Possible regressions #### * igt@kms_bw@linear-tiling-1-displays-3840x2160p: - shard-lnl: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-6/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [ABORT][3] +1 other test abort [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html * igt@kms_vblank@wait-forked-busy-hang: - shard-bmg: [PASS][4] -> [INCOMPLETE][5] +2 other tests incomplete [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_vblank@wait-forked-busy-hang.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_vblank@wait-forked-busy-hang.html * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race: - shard-lnl: [PASS][6] -> [FAIL][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-1/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html * igt@xe_wedged@wedged-at-any-timeout: - shard-bmg: NOTRUN -> [ABORT][8] [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_wedged@wedged-at-any-timeout.html #### Warnings #### * igt@xe_eudebug_online@pagefault-read: - shard-dg2-set2: [SKIP][9] ([Intel XE#1130]) -> [SKIP][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_eudebug_online@pagefault-read.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_eudebug_online@pagefault-read.html Known issues ------------ Here are the changes found in XEIGTPW_12196_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_getclient: - shard-dg2-set2: [PASS][11] -> [SKIP][12] ([Intel XE#2423]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@core_getclient.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@core_getclient.html * igt@core_hotunplug@hotreplug: - shard-dg2-set2: [PASS][13] -> [SKIP][14] ([Intel XE#1885]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@core_hotunplug@hotreplug.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@core_hotunplug@hotreplug.html * igt@core_setmaster@master-drop-set-shared-fd: - shard-dg2-set2: [PASS][15] -> [SKIP][16] ([Intel XE#3453]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@core_setmaster@master-drop-set-shared-fd.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@core_setmaster@master-drop-set-shared-fd.html * igt@fbdev@info: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#2134]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@fbdev@info.html * igt@fbdev@unaligned-write: - shard-dg2-set2: [PASS][18] -> [SKIP][19] ([Intel XE#2134]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@fbdev@unaligned-write.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@fbdev@unaligned-write.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2: - shard-bmg: [PASS][20] -> [DMESG-FAIL][21] ([Intel XE#1727] / [Intel XE#3468]) +2 other tests dmesg-fail [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-dp-2.html * igt@kms_atomic@plane-invalid-params-fence: - shard-dg2-set2: [PASS][22] -> [SKIP][23] ([Intel XE#2423] / [i915#2575]) +88 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_atomic@plane-invalid-params-fence.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_atomic@plane-invalid-params-fence.html * igt@kms_atomic_interruptible@legacy-setmode@pipe-a-dp-2: - shard-bmg: NOTRUN -> [DMESG-WARN][24] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-warn [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_atomic_interruptible@legacy-setmode@pipe-a-dp-2.html * igt@kms_atomic_interruptible@legacy-setmode@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][25] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-warn [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_atomic_interruptible@legacy-setmode@pipe-a-hdmi-a-6.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2370]) [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#2327]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#1124]) +5 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-bmg: NOTRUN -> [SKIP][29] ([Intel XE#607]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1124]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p: - shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html * igt@kms_bw@linear-tiling-2-displays-2560x1440p: - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#367]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html * igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#787]) +102 other tests skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_ccs@bad-rotation-90-y-tiled-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2887]) +11 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][35] ([Intel XE#3468]) +1 other test dmesg-warn [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][36] ([Intel XE#1727] / [Intel XE#3468]) +1 other test incomplete [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2: - shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#3432]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][39] ([Intel XE#616]) +5 other tests fail [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#455] / [Intel XE#787]) +18 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2724]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-negative: - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2325]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#306]) [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate: - shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2252]) +6 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#373]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2320]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#308]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2321]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_edge_walk@64x64-left-edge@pipe-a-dp-2: - shard-bmg: NOTRUN -> [DMESG-FAIL][49] ([Intel XE#3468]) +4 other tests dmesg-fail [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_cursor_edge_walk@64x64-left-edge@pipe-a-dp-2.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#2423] / [i915#2575]) +56 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-bmg: [PASS][51] -> [SKIP][52] ([Intel XE#2291]) +5 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@torture-bo@pipe-c: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][53] ([Intel XE#3184]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_cursor_legacy@torture-bo@pipe-c.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-bmg: [PASS][54] -> [SKIP][55] ([Intel XE#3070]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_dp_linktrain_fallback@dp-fallback.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2244]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-bmg: [PASS][57] -> [SKIP][58] ([Intel XE#2316]) +5 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_flip@2x-blocking-wf_vblank.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2: - shard-bmg: NOTRUN -> [FAIL][59] ([Intel XE#3486]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp2.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6: - shard-dg2-set2: NOTRUN -> [FAIL][60] ([Intel XE#3486]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a6.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2: - shard-bmg: NOTRUN -> [DMESG-WARN][61] ([Intel XE#3468]) +23 other tests dmesg-warn [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][62] ([Intel XE#301] / [Intel XE#3486]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp4.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a6: - shard-dg2-set2: NOTRUN -> [FAIL][63] ([Intel XE#301]) +5 other tests fail [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a6.html * igt@kms_flip@flip-vs-panning-interruptible: - shard-bmg: [PASS][64] -> [DMESG-WARN][65] ([Intel XE#2705] / [Intel XE#2955] / [Intel XE#3468]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_flip@flip-vs-panning-interruptible.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@flip-vs-panning-interruptible.html * igt@kms_flip@plain-flip-ts-check@a-edp1: - shard-lnl: [PASS][66] -> [FAIL][67] ([Intel XE#886]) +7 other tests fail [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-1/igt@kms_flip@plain-flip-ts-check@a-edp1.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-3/igt@kms_flip@plain-flip-ts-check@a-edp1.html * igt@kms_flip@wf_vblank-ts-check: - shard-bmg: NOTRUN -> [DMESG-FAIL][68] ([Intel XE#2705] / [Intel XE#3468]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#2136] / [Intel XE#2351]) +25 other tests skip [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#455]) +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-bmg: NOTRUN -> [SKIP][71] ([Intel XE#2293] / [Intel XE#2380]) +2 other tests skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2293]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2312]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][74] ([Intel XE#2311]) +26 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#651]) +5 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-bmg: NOTRUN -> [FAIL][76] ([Intel XE#2333]) +13 other tests fail [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [PASS][77] -> [INCOMPLETE][78] ([Intel XE#1727]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render: - shard-dg2-set2: [PASS][79] -> [SKIP][80] ([Intel XE#2136]) +31 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [PASS][81] -> [SKIP][82] ([Intel XE#656]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2-set2: [PASS][83] -> [SKIP][84] ([Intel XE#2136] / [Intel XE#2351]) +9 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#2136]) +43 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#653]) +6 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2313]) +22 other tests skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_getfb@getfb2-handle-not-fb: - shard-bmg: [PASS][88] -> [DMESG-WARN][89] ([Intel XE#1727]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_getfb@getfb2-handle-not-fb.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_getfb@getfb2-handle-not-fb.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#346]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_plane@pixel-format@pipe-b-plane-3: - shard-bmg: NOTRUN -> [DMESG-WARN][91] ([Intel XE#877]) +1 other test dmesg-warn [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_plane@pixel-format@pipe-b-plane-3.html * igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256: - shard-bmg: [PASS][92] -> [DMESG-FAIL][93] ([Intel XE#2705] / [Intel XE#3468]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#2763]) +9 other tests skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling: - shard-bmg: [PASS][95] -> [DMESG-WARN][96] ([Intel XE#2566] / [Intel XE#3468]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2763]) +5 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@fade-with-suspend: - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#870]) [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-retention-flops: - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#3309]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_rpm@cursor-dpms: - shard-bmg: NOTRUN -> [INCOMPLETE][101] ([Intel XE#1727] / [Intel XE#3468]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#1439]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2-set2: [PASS][103] -> [SKIP][104] ([Intel XE#2446]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_pm_rpm@dpms-non-lpsp.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][105] ([Intel XE#1439] / [Intel XE#3141]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2-set2: [PASS][106] -> [SKIP][107] ([Intel XE#836]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_pm_rpm@modeset-non-lpsp.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@system-suspend-modeset: - shard-bmg: [PASS][108] -> [INCOMPLETE][109] ([Intel XE#2864]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_pm_rpm@system-suspend-modeset.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_pm_rpm@system-suspend-modeset.html * igt@kms_pm_rpm@universal-planes: - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#2446]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_pm_rpm@universal-planes.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#1489]) +5 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#1489]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2387]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-psr2-sprite-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html * igt@kms_psr@psr2-no-drrs: - shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2234] / [Intel XE#2850]) +10 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_psr@psr2-no-drrs.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-bmg: NOTRUN -> [SKIP][116] ([Intel XE#2330]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@basic: - shard-bmg: NOTRUN -> [FAIL][117] ([Intel XE#2883]) +4 other tests fail [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-lnl: [PASS][118] -> [FAIL][119] ([Intel XE#2883]) +2 other tests fail [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@kms_setmode@basic@pipe-b-edp-1.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-7/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][120] ([Intel XE#1727]) +1 other test incomplete [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-lnl: [PASS][121] -> [FAIL][122] ([Intel XE#899]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@kms_vblank@query-forked-busy@pipe-a-dp-2: - shard-bmg: [PASS][123] -> [DMESG-FAIL][124] ([Intel XE#3468]) +18 other tests dmesg-fail [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_vblank@query-forked-busy@pipe-a-dp-2.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_vblank@query-forked-busy@pipe-a-dp-2.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3: - shard-bmg: [PASS][125] -> [DMESG-WARN][126] ([Intel XE#1727] / [Intel XE#3468]) +3 other tests dmesg-warn [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3.html * igt@kms_vrr@lobf: - shard-dg2-set2: NOTRUN -> [SKIP][127] ([Intel XE#2168]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_vrr@lobf.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#1499]) +1 other test skip [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#756]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_writeback@writeback-fb-id.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#1091] / [Intel XE#2849]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@testdisplay: - shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#2423]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@testdisplay.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#1280] / [Intel XE#455]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_eudebug_online@interrupt-all-set-breakpoint: - shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#2905]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html * igt@xe_eudebug_online@stopped-thread: - shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#2905]) +8 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@xe_eudebug_online@stopped-thread.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-bmg: NOTRUN -> [INCOMPLETE][135] ([Intel XE#1473] / [Intel XE#3468]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_exec_balancer@many-execqueues-parallel-userptr-rebind: - shard-dg2-set2: [PASS][136] -> [DMESG-WARN][137] ([Intel XE#1727]) +2 other tests dmesg-warn [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-parallel-userptr-rebind.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_exec_balancer@many-execqueues-parallel-userptr-rebind.html * igt@xe_exec_balancer@many-execqueues-virtual-rebind: - shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#1130]) +90 other tests skip [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html * igt@xe_exec_balancer@once-parallel-rebind: - shard-dg2-set2: [PASS][139] -> [SKIP][140] ([Intel XE#1130]) +166 other tests skip [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_exec_balancer@once-parallel-rebind.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_exec_balancer@once-parallel-rebind.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind: - shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#2322]) +4 other tests skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html * igt@xe_exec_fault_mode@many-rebind-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][142] ([Intel XE#288]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_exec_fault_mode@many-rebind-prefetch.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate: - shard-lnl: [PASS][143] -> [DMESG-WARN][144] ([Intel XE#3515]) [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-4/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-3/igt@xe_exec_threads@threads-cm-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate: - shard-bmg: [PASS][145] -> [DMESG-FAIL][146] ([Intel XE#3371]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_exec_threads@threads-mixed-shared-vm-userptr-invalidate.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][147] ([Intel XE#3343]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html - shard-bmg: [PASS][148] -> [DMESG-WARN][149] ([Intel XE#3343] / [Intel XE#3468]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early: - shard-bmg: [PASS][150] -> [DMESG-WARN][151] ([Intel XE#3467] / [Intel XE#3468]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: NOTRUN -> [SKIP][152] ([Intel XE#1192]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_live_ktest@xe_migrate.html - shard-bmg: NOTRUN -> [SKIP][153] ([Intel XE#1192]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_live_ktest@xe_migrate.html * igt@xe_module_load@load: - shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#378]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_module_load@load.html * igt@xe_module_load@unload: - shard-bmg: NOTRUN -> [DMESG-WARN][155] ([Intel XE#3467]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@xe_module_load@unload.html * igt@xe_oa@oa-regs-whitelisted@rcs-0: - shard-bmg: [PASS][156] -> [FAIL][157] ([Intel XE#2514]) +1 other test fail [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_oa@oa-regs-whitelisted@rcs-0.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_oa@oa-regs-whitelisted@rcs-0.html * igt@xe_oa@unprivileged-single-ctx-counters: - shard-dg2-set2: NOTRUN -> [SKIP][158] ([Intel XE#3573]) +3 other tests skip [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_oa@unprivileged-single-ctx-counters.html * igt@xe_pm@d3cold-multiple-execs: - shard-bmg: NOTRUN -> [SKIP][159] ([Intel XE#2284]) +2 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@s2idle-basic-exec: - shard-bmg: [PASS][160] -> [DMESG-WARN][161] ([Intel XE#1616] / [Intel XE#1727] / [Intel XE#3468]) [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_pm@s2idle-basic-exec.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s2idle-mocs: - shard-lnl: [PASS][162] -> [DMESG-WARN][163] ([Intel XE#2932]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-5/igt@xe_pm@s2idle-mocs.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-1/igt@xe_pm@s2idle-mocs.html * igt@xe_pm@s3-d3hot-basic-exec: - shard-bmg: NOTRUN -> [DMESG-WARN][164] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_pm@s3-d3hot-basic-exec.html - shard-dg2-set2: [PASS][165] -> [DMESG-WARN][166] ([Intel XE#3468] / [Intel XE#569]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_pm@s3-d3hot-basic-exec.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_pm@s3-d3hot-basic-exec.html * igt@xe_pm@s3-exec-after: - shard-bmg: [PASS][167] -> [DMESG-WARN][168] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_pm@s3-exec-after.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_pm@s3-exec-after.html * igt@xe_query@multigpu-query-invalid-extension: - shard-bmg: NOTRUN -> [SKIP][169] ([Intel XE#944]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_query@query-gt-list: - shard-bmg: [PASS][170] -> [DMESG-WARN][171] ([Intel XE#3468]) +85 other tests dmesg-warn [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_query@query-gt-list.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_query@query-gt-list.html #### Possible fixes #### * igt@core_getversion@all-cards: - shard-dg2-set2: [FAIL][172] ([Intel XE#3440]) -> [PASS][173] +1 other test pass [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@core_getversion@all-cards.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@core_getversion@all-cards.html * igt@core_hotunplug@hotrebind: - shard-dg2-set2: [SKIP][174] ([Intel XE#1885]) -> [PASS][175] [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@core_hotunplug@hotrebind.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@core_hotunplug@hotrebind.html * igt@core_setmaster@master-drop-set-user: - shard-dg2-set2: [FAIL][176] ([Intel XE#3339]) -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@core_setmaster@master-drop-set-user.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@core_setmaster@master-drop-set-user.html * igt@fbdev@unaligned-read: - shard-dg2-set2: [SKIP][178] ([Intel XE#2134]) -> [PASS][179] [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@fbdev@unaligned-read.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@fbdev@unaligned-read.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-dg2-set2: [SKIP][180] ([Intel XE#2136] / [Intel XE#2351]) -> [PASS][181] +8 other tests pass [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-bmg: [DMESG-WARN][182] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_cursor_crc@cursor-onscreen-128x128: - shard-bmg: [DMESG-FAIL][184] ([Intel XE#3468]) -> [PASS][185] +16 other tests pass [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-128x128.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-128x128.html * igt@kms_cursor_crc@cursor-suspend: - shard-bmg: [INCOMPLETE][186] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][187] +3 other tests pass [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_cursor_crc@cursor-suspend.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-bmg: [SKIP][188] ([Intel XE#2291]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2-set2: [SKIP][190] ([Intel XE#309]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible: - shard-bmg: [SKIP][192] ([Intel XE#2316]) -> [PASS][193] +3 other tests pass [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-dg2-set2: [SKIP][194] ([Intel XE#310]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@2x-blocking-wf_vblank.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3: - shard-bmg: [FAIL][196] ([Intel XE#3486]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html * igt@kms_flip@absolute-wf_vblank@a-dp2: - shard-bmg: [DMESG-FAIL][198] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][199] +2 other tests pass [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip@absolute-wf_vblank@a-dp2.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@absolute-wf_vblank@a-dp2.html * igt@kms_flip@basic-flip-vs-wf_vblank: - shard-bmg: [DMESG-WARN][200] -> [PASS][201] +2 other tests pass [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip@basic-flip-vs-wf_vblank.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [FAIL][202] ([Intel XE#886]) -> [PASS][203] +3 other tests pass [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-8/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-bmg: [DMESG-WARN][204] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][205] +6 other tests pass [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][206] ([Intel XE#2136]) -> [PASS][207] +21 other tests pass [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][208] ([Intel XE#656]) -> [PASS][209] +1 other test pass [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_hdr@bpc-switch-suspend: - shard-bmg: [DMESG-FAIL][210] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_hdr@bpc-switch-suspend.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-hdr: - shard-bmg: [SKIP][212] ([Intel XE#1503]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_hdr@invalid-hdr.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_hdr@invalid-hdr.html * igt@kms_lease@invalid-create-leases: - shard-dg2-set2: [SKIP][214] ([Intel XE#2423] / [i915#2575]) -> [PASS][215] +83 other tests pass [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_lease@invalid-create-leases.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_lease@invalid-create-leases.html * igt@kms_plane@pixel-format: - shard-dg2-set2: [INCOMPLETE][216] ([Intel XE#1035] / [Intel XE#1727]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_plane@pixel-format.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_plane@pixel-format.html * igt@kms_plane@pixel-format-source-clamping: - shard-bmg: [INCOMPLETE][218] ([Intel XE#1035] / [Intel XE#2566] / [Intel XE#3468]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_plane@pixel-format-source-clamping.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format: - shard-bmg: [INCOMPLETE][220] -> [PASS][221] +2 other tests pass [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html * igt@kms_pm_dc@dc6-dpms: - shard-lnl: [FAIL][222] ([Intel XE#1430]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@kms_pm_dc@dc6-dpms.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2-set2: [SKIP][224] ([Intel XE#2446]) -> [PASS][225] +2 other tests pass [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [SKIP][226] ([Intel XE#1435]) -> [PASS][227] [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: [FAIL][228] ([Intel XE#899]) -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [FAIL][230] ([Intel XE#2159]) -> [PASS][231] +1 other test pass [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_evict@evict-beng-large-external: - shard-dg2-set2: [DMESG-WARN][232] -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_evict@evict-beng-large-external.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_evict@evict-beng-large-external.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-bmg: [TIMEOUT][234] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_evict@evict-mixed-many-threads-small.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_balancer@twice-virtual-basic: - shard-bmg: [DMESG-WARN][236] ([Intel XE#1727]) -> [PASS][237] +3 other tests pass [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_exec_balancer@twice-virtual-basic.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@xe_exec_balancer@twice-virtual-basic.html * igt@xe_exec_basic@many-execqueues-bindexecqueue: - shard-lnl: [FAIL][238] -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@xe_exec_basic@many-execqueues-bindexecqueue.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-8/igt@xe_exec_basic@many-execqueues-bindexecqueue.html * igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue: - shard-dg2-set2: [DMESG-WARN][240] ([Intel XE#1727]) -> [PASS][241] +1 other test pass [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue.html * igt@xe_exec_threads@threads-mixed-basic: - shard-lnl: [DMESG-WARN][242] -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-4/igt@xe_exec_threads@threads-mixed-basic.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-1/igt@xe_exec_threads@threads-mixed-basic.html * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: - shard-bmg: [DMESG-WARN][244] ([Intel XE#3467] / [Intel XE#3468]) -> [PASS][245] +1 other test pass [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: - shard-bmg: [DMESG-WARN][246] ([Intel XE#3467]) -> [PASS][247] +3 other tests pass [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: - shard-bmg: [DMESG-WARN][248] ([Intel XE#3343] / [Intel XE#3468]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: - shard-lnl: [FAIL][250] ([Intel XE#3499]) -> [PASS][251] +4 other tests pass [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-6/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-6/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run: - shard-bmg: [FAIL][252] ([Intel XE#3499]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html * igt@xe_gt_freq@freq_suspend: - shard-dg2-set2: [DMESG-WARN][254] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_gt_freq@freq_suspend.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_gt_freq@freq_suspend.html * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - shard-bmg: [INCOMPLETE][256] ([Intel XE#2998]) -> [PASS][257] +1 other test pass [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html * igt@xe_live_ktest@xe_mocs: - shard-lnl: [SKIP][258] ([Intel XE#1192]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-5/igt@xe_live_ktest@xe_mocs.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-4/igt@xe_live_ktest@xe_mocs.html * igt@xe_module_load@reload-no-display: - shard-dg2-set2: [DMESG-WARN][260] ([Intel XE#3467]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_module_load@reload-no-display.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_module_load@reload-no-display.html * igt@xe_pm@s2idle-vm-bind-unbind-all: - shard-bmg: [DMESG-WARN][262] ([Intel XE#1616] / [Intel XE#1727] / [Intel XE#3468]) -> [PASS][263] +1 other test pass [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_pm@s2idle-vm-bind-unbind-all.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_pm@s2idle-vm-bind-unbind-all.html * igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout: - shard-bmg: [DMESG-WARN][264] ([Intel XE#3468]) -> [PASS][265] +125 other tests pass [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html * igt@xe_vm@large-split-binds-536870912: - shard-dg2-set2: [SKIP][266] ([Intel XE#1130]) -> [PASS][267] +141 other tests pass [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_vm@large-split-binds-536870912.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_vm@large-split-binds-536870912.html #### Warnings #### * igt@core_hotunplug@hotunplug-rescan: - shard-dg2-set2: [INCOMPLETE][268] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][269] ([Intel XE#1885]) [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@core_hotunplug@hotunplug-rescan.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@core_hotunplug@hotunplug-rescan.html * igt@kms_atomic_interruptible@legacy-setmode: - shard-bmg: [DMESG-WARN][270] ([Intel XE#3468]) -> [DMESG-WARN][271] ([Intel XE#1727] / [Intel XE#3468]) [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_atomic_interruptible@legacy-setmode.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_atomic_interruptible@legacy-setmode.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][272] ([Intel XE#316]) -> [SKIP][273] ([Intel XE#2136]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-dg2-set2: [SKIP][274] ([Intel XE#316]) -> [SKIP][275] ([Intel XE#2136] / [Intel XE#2351]) [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-270.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2-set2: [SKIP][276] ([Intel XE#2136]) -> [SKIP][277] ([Intel XE#316]) +3 other tests skip [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg2-set2: [SKIP][278] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][279] ([Intel XE#316]) [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2-set2: [SKIP][280] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][281] ([Intel XE#607]) [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: [SKIP][282] ([Intel XE#1124]) -> [SKIP][283] ([Intel XE#2136]) +6 other tests skip [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: [SKIP][284] ([Intel XE#619]) -> [SKIP][285] ([Intel XE#2136] / [Intel XE#2351]) [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][286] ([Intel XE#1124]) -> [SKIP][287] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][288] ([Intel XE#2136]) -> [SKIP][289] ([Intel XE#1124]) +4 other tests skip [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p: - shard-dg2-set2: [SKIP][290] ([Intel XE#2191]) -> [SKIP][291] ([Intel XE#2423] / [i915#2575]) +1 other test skip [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: [SKIP][292] ([Intel XE#2423] / [i915#2575]) -> [SKIP][293] ([Intel XE#2191]) +1 other test skip [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html * igt@kms_bw@linear-tiling-2-displays-1920x1080p: - shard-dg2-set2: [SKIP][294] ([Intel XE#367]) -> [SKIP][295] ([Intel XE#2423] / [i915#2575]) +5 other tests skip [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][296] ([Intel XE#2423] / [i915#2575]) -> [SKIP][297] ([Intel XE#367]) +3 other tests skip [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][298] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][299] ([Intel XE#2136]) +10 other tests skip [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][300] ([Intel XE#2136]) -> [SKIP][301] ([Intel XE#455] / [Intel XE#787]) +10 other tests skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][302] ([Intel XE#2907]) -> [SKIP][303] ([Intel XE#2136]) +2 other tests skip [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs: - shard-dg2-set2: [SKIP][304] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][305] ([Intel XE#2136] / [Intel XE#2351]) +5 other tests skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs: - shard-dg2-set2: [SKIP][306] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][307] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][308] ([Intel XE#3442]) -> [SKIP][309] ([Intel XE#2136]) [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [SKIP][310] ([Intel XE#2136]) -> [INCOMPLETE][311] ([Intel XE#1727] / [Intel XE#3468]) [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: [DMESG-WARN][312] ([Intel XE#3468]) -> [FAIL][313] ([Intel XE#616]) [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6: - shard-dg2-set2: [INCOMPLETE][314] ([Intel XE#1727] / [Intel XE#3468]) -> [FAIL][315] ([Intel XE#616]) +1 other test fail [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][316] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][317] ([Intel XE#787]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][318] ([Intel XE#2136]) -> [SKIP][319] ([Intel XE#2907]) +1 other test skip [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: [SKIP][320] ([Intel XE#2423] / [i915#2575]) -> [SKIP][321] ([Intel XE#306]) +1 other test skip [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_chamelium_color@ctm-0-50.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: [SKIP][322] ([Intel XE#306]) -> [SKIP][323] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_chamelium_color@gamma.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@hdmi-cmp-planes-random: - shard-dg2-set2: [SKIP][324] ([Intel XE#373]) -> [SKIP][325] ([Intel XE#2423] / [i915#2575]) +12 other tests skip [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html * igt@kms_chamelium_hpd@hdmi-hpd: - shard-dg2-set2: [SKIP][326] ([Intel XE#2423] / [i915#2575]) -> [SKIP][327] ([Intel XE#373]) +10 other tests skip [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_chamelium_hpd@hdmi-hpd.html * igt@kms_content_protection@lic-type-0: - shard-dg2-set2: [FAIL][328] ([Intel XE#1178]) -> [SKIP][329] ([Intel XE#2423] / [i915#2575]) [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_content_protection@lic-type-0.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm@pipe-a-dp-2: - shard-bmg: [INCOMPLETE][330] ([Intel XE#2715]) -> [FAIL][331] ([Intel XE#1178]) +1 other test fail [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_content_protection@srm@pipe-a-dp-2.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_content_protection@srm@pipe-a-dp-2.html * igt@kms_cursor_crc@cursor-suspend: - shard-dg2-set2: [INCOMPLETE][332] ([Intel XE#3468]) -> [SKIP][333] ([Intel XE#2423] / [i915#2575]) [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_cursor_crc@cursor-suspend.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-dg2-set2: [SKIP][334] ([Intel XE#2423] / [i915#2575]) -> [SKIP][335] ([Intel XE#309]) [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-bmg: [SKIP][336] ([Intel XE#2291]) -> [DMESG-WARN][337] ([Intel XE#3468]) [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2-set2: [SKIP][338] ([Intel XE#2423] / [i915#2575]) -> [SKIP][339] ([Intel XE#323]) +2 other tests skip [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-dg2-set2: [SKIP][340] ([Intel XE#309]) -> [SKIP][341] ([Intel XE#2423] / [i915#2575]) +1 other test skip [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-bmg: [SKIP][342] ([Intel XE#2291]) -> [DMESG-WARN][343] ([Intel XE#877]) [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2-set2: [SKIP][344] ([Intel XE#323]) -> [SKIP][345] ([Intel XE#2423] / [i915#2575]) +1 other test skip [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@torture-bo: - shard-dg2-set2: [SKIP][346] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][347] ([Intel XE#3184]) [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_cursor_legacy@torture-bo.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_cursor_legacy@torture-bo.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2: - shard-bmg: [DMESG-FAIL][348] ([Intel XE#3468]) -> [FAIL][349] ([Intel XE#2141]) +2 other tests fail [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-2.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: [SKIP][350] ([Intel XE#307]) -> [SKIP][351] ([Intel XE#2423] / [i915#2575]) +1 other test skip [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_display_modes@mst-extended-mode-negative.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-basic: - shard-dg2-set2: [SKIP][352] ([Intel XE#2351]) -> [SKIP][353] ([Intel XE#455]) [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_dsc@dsc-basic.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2-set2: [SKIP][354] ([Intel XE#2136]) -> [SKIP][355] ([Intel XE#455]) +5 other tests skip [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_dsc@dsc-fractional-bpp.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: [SKIP][356] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][357] ([Intel XE#455]) +2 other tests skip [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_dsc@dsc-with-bpc-formats.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: [SKIP][358] ([Intel XE#455]) -> [SKIP][359] ([Intel XE#2136]) +3 other tests skip [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-bmg: [FAIL][360] ([Intel XE#1695]) -> [DMESG-FAIL][361] ([Intel XE#3468]) [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: [SKIP][362] ([Intel XE#776]) -> [SKIP][363] ([Intel XE#2136]) [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_fbcon_fbt@psr.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: [SKIP][364] ([Intel XE#2136]) -> [SKIP][365] ([Intel XE#776]) [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_fbcon_fbt@psr-suspend.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-bmg: [DMESG-WARN][366] ([Intel XE#3468]) -> [SKIP][367] ([Intel XE#2316]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [DMESG-FAIL][368] ([Intel XE#3468]) -> [FAIL][369] ([Intel XE#2882]) +2 other tests fail [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][370] ([Intel XE#3468]) -> [FAIL][371] ([Intel XE#3321] / [Intel XE#3486]) [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][372] ([Intel XE#3468]) -> [FAIL][373] ([Intel XE#3321] / [Intel XE#3487]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][374] ([Intel XE#3468]) -> [FAIL][375] ([Intel XE#2882]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3: - shard-bmg: [DMESG-FAIL][376] ([Intel XE#3468]) -> [DMESG-WARN][377] ([Intel XE#3468]) [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@cd-dp2-hdmi-a3.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-dg2-set2: [SKIP][378] ([Intel XE#310]) -> [SKIP][379] ([Intel XE#2423] / [i915#2575]) +1 other test skip [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@2x-nonexisting-fb-interruptible.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2-set2: [SKIP][380] ([Intel XE#2423] / [i915#2575]) -> [SKIP][381] ([Intel XE#310]) +2 other tests skip [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-dg2-set2: [SKIP][382] ([Intel XE#2423] / [i915#2575]) -> [FAIL][383] ([Intel XE#301]) [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling: - shard-bmg: [INCOMPLETE][384] ([Intel XE#1727] / [Intel XE#3468]) -> [INCOMPLETE][385] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3468]) +1 other test incomplete [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html - shard-dg2-set2: [SKIP][386] ([Intel XE#2136] / [Intel XE#2351]) -> [INCOMPLETE][387] ([Intel XE#1727] / [Intel XE#3468]) [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-bmg: [INCOMPLETE][388] -> [SKIP][389] ([Intel XE#2293] / [Intel XE#2380]) [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-bmg: [INCOMPLETE][390] -> [SKIP][391] ([Intel XE#2293]) [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg2-set2: [SKIP][392] ([Intel XE#455]) -> [SKIP][393] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][394] ([Intel XE#651]) -> [SKIP][395] ([Intel XE#2136]) +18 other tests skip [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-move: - shard-bmg: [SKIP][396] ([Intel XE#2311]) -> [SKIP][397] ([Intel XE#2312]) +9 other tests skip [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-move.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render: - shard-dg2-set2: [SKIP][398] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][399] ([Intel XE#656]) +1 other test skip [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt: - shard-bmg: [SKIP][400] ([Intel XE#2312]) -> [SKIP][401] ([Intel XE#2311]) +10 other tests skip [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][402] -> [SKIP][403] ([Intel XE#2136]) +1 other test skip [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render: - shard-bmg: [DMESG-FAIL][404] ([Intel XE#3468]) -> [FAIL][405] ([Intel XE#2333]) +9 other tests fail [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt: - shard-bmg: [FAIL][406] ([Intel XE#2333]) -> [INCOMPLETE][407] ([Intel XE#1727] / [Intel XE#2050]) [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt: - shard-bmg: [FAIL][408] ([Intel XE#2333]) -> [DMESG-FAIL][409] ([Intel XE#3468]) +4 other tests dmesg-fail [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-bmg: [INCOMPLETE][410] -> [FAIL][411] ([Intel XE#2333]) [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][412] ([Intel XE#656]) -> [SKIP][413] ([Intel XE#2136] / [Intel XE#2351]) +5 other tests skip [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff: - shard-bmg: [SKIP][414] ([Intel XE#2312]) -> [FAIL][415] ([Intel XE#2333]) +2 other tests fail [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-bmg: [DMESG-FAIL][416] ([Intel XE#3468]) -> [SKIP][417] ([Intel XE#2312]) [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [FAIL][418] ([Intel XE#2333]) -> [SKIP][419] ([Intel XE#2312]) +6 other tests skip [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff: - shard-dg2-set2: [SKIP][420] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][421] ([Intel XE#651]) +7 other tests skip [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move: - shard-dg2-set2: [SKIP][422] ([Intel XE#651]) -> [SKIP][423] ([Intel XE#656]) [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt: - shard-dg2-set2: [SKIP][424] ([Intel XE#651]) -> [SKIP][425] ([Intel XE#2136] / [Intel XE#2351]) +11 other tests skip [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary: - shard-dg2-set2: [SKIP][426] ([Intel XE#2136]) -> [SKIP][427] ([Intel XE#651]) +17 other tests skip [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-shrfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-dg2-set2: [SKIP][428] ([Intel XE#658]) -> [SKIP][429] ([Intel XE#2136] / [Intel XE#2351]) [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][430] ([Intel XE#2136]) -> [SKIP][431] ([Intel XE#656]) +4 other tests skip [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][432] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][433] ([Intel XE#653]) +8 other tests skip [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][434] ([Intel XE#2312]) -> [SKIP][435] ([Intel XE#2313]) +9 other tests skip [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][436] ([Intel XE#656]) -> [SKIP][437] ([Intel XE#653]) +1 other test skip [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][438] ([Intel XE#653]) -> [SKIP][439] ([Intel XE#2136]) +31 other tests skip [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][440] ([Intel XE#653]) -> [SKIP][441] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-dg2-set2: [SKIP][442] ([Intel XE#656]) -> [SKIP][443] ([Intel XE#2136]) +8 other tests skip [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [SKIP][444] ([Intel XE#2313]) -> [SKIP][445] ([Intel XE#2312]) +6 other tests skip [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][446] ([Intel XE#653]) -> [SKIP][447] ([Intel XE#656]) [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-dg2-set2: [SKIP][448] ([Intel XE#2136]) -> [SKIP][449] ([Intel XE#653]) +21 other tests skip [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-suspend.html [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: [SKIP][450] ([Intel XE#2423] / [i915#2575]) -> [SKIP][451] ([Intel XE#605]) [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2-set2: [DMESG-WARN][452] ([Intel XE#3468]) -> [SKIP][453] ([Intel XE#2423] / [i915#2575]) [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_hdr@bpc-switch-suspend.html [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][454] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][455] ([Intel XE#3544]) [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2-set2: [SKIP][456] ([Intel XE#2136]) -> [SKIP][457] ([Intel XE#2925]) [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_joiner@basic-force-ultra-joiner.html [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: [SKIP][458] ([Intel XE#2927]) -> [SKIP][459] ([Intel XE#2136]) [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_joiner@basic-ultra-joiner.html [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-dg2-set2: [SKIP][460] ([Intel XE#2136]) -> [SKIP][461] ([Intel XE#2927]) [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_joiner@invalid-modeset-ultra-joiner.html [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: [SKIP][462] ([Intel XE#356]) -> [SKIP][463] ([Intel XE#2423] / [i915#2575]) [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_multiple@tiling-y: - shard-dg2-set2: [SKIP][464] ([Intel XE#2423] / [i915#2575]) -> [SKIP][465] ([Intel XE#455]) +4 other tests skip [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_plane_multiple@tiling-y.html [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg2-set2: [SKIP][466] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][467] ([Intel XE#2423] / [i915#2575]) [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2-set2: [SKIP][468] ([Intel XE#2423] / [i915#2575]) -> [SKIP][469] ([Intel XE#2763] / [Intel XE#455]) +1 other test skip [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25.html [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-dg2-set2: [SKIP][470] ([Intel XE#2938]) -> [SKIP][471] ([Intel XE#2136]) [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_pm_backlight@brightness-with-dpms.html [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][472] ([Intel XE#2136]) -> [SKIP][473] ([Intel XE#870]) +1 other test skip [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_pm_backlight@fade-with-suspend.html [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2-set2: [SKIP][474] ([Intel XE#1122]) -> [SKIP][475] ([Intel XE#2136] / [Intel XE#2351]) [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_pm_dc@dc3co-vpb-simulation.html [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@deep-pkgc: - shard-dg2-set2: [SKIP][476] ([Intel XE#908]) -> [SKIP][477] ([Intel XE#2136]) [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_pm_dc@deep-pkgc.html [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_pm_dc@deep-pkgc.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2-set2: [FAIL][478] ([Intel XE#3527]) -> [SKIP][479] ([Intel XE#2136]) [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_pm_lpsp@kms-lpsp.html [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@basic-pci-d3-state: - shard-dg2-set2: [DMESG-WARN][480] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][481] ([Intel XE#2446]) [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_pm_rpm@basic-pci-d3-state.html [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-dg2-set2: [SKIP][482] ([Intel XE#1489]) -> [SKIP][483] ([Intel XE#2136]) +6 other tests skip [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html [483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - shard-dg2-set2: [SKIP][484] ([Intel XE#2136]) -> [SKIP][485] ([Intel XE#1489]) +8 other tests skip [484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html [485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-set2: [SKIP][486] ([Intel XE#2136]) -> [SKIP][487] ([Intel XE#1122]) [486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr2_su@page_flip-p010.html [487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2-set2: [SKIP][488] ([Intel XE#1122]) -> [SKIP][489] ([Intel XE#2136]) [488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_psr2_su@page_flip-xrgb8888.html [489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-no-drrs: - shard-dg2-set2: [SKIP][490] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][491] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_psr@fbc-pr-no-drrs.html [491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: [SKIP][492] ([Intel XE#2136]) -> [SKIP][493] ([Intel XE#2850] / [Intel XE#929]) +10 other tests skip [492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-render.html [493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg2-set2: [SKIP][494] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][495] ([Intel XE#2136]) +11 other tests skip [494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_psr@pr-cursor-plane-onoff.html [495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_psr@psr-cursor-render: - shard-dg2-set2: [SKIP][496] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][497] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_psr@psr-cursor-render.html [497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr-sprite-plane-onoff: - shard-dg2-set2: [SKIP][498] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][499] ([Intel XE#2351]) [498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_psr@psr-sprite-plane-onoff.html [499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][500] ([Intel XE#1127]) -> [SKIP][501] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2-set2: [SKIP][502] ([Intel XE#3414]) -> [SKIP][503] ([Intel XE#2423] / [i915#2575]) +1 other test skip [502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-90.html [503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][504] ([Intel XE#2426]) -> [SKIP][505] ([Intel XE#2509]) [504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html - shard-dg2-set2: [SKIP][506] ([Intel XE#1500]) -> [SKIP][507] ([Intel XE#2423] / [i915#2575]) [506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][508] ([Intel XE#455]) -> [SKIP][509] ([Intel XE#2423] / [i915#2575]) +10 other tests skip [508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_vrr@flip-dpms.html [509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2-set2: [SKIP][510] ([Intel XE#756]) -> [SKIP][511] ([Intel XE#2423] / [i915#2575]) +1 other test skip [510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_writeback@writeback-check-output-xrgb2101010.html [511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: [SKIP][512] ([Intel XE#2423] / [i915#2575]) -> [SKIP][513] ([Intel XE#1091] / [Intel XE#2849]) [512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html [513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: [SKIP][514] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][515] ([Intel XE#1130]) [514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_compute_preempt@compute-preempt-many.html [515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_compute_preempt@compute-threadgroup-preempt: - shard-dg2-set2: [SKIP][516] ([Intel XE#1130]) -> [SKIP][517] ([Intel XE#1280] / [Intel XE#455]) [516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_compute_preempt@compute-threadgroup-preempt.html [517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_compute_preempt@compute-threadgroup-preempt.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][518] ([Intel XE#1123]) -> [SKIP][519] ([Intel XE#1130]) +1 other test skip [518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_eudebug@basic-close: - shard-dg2-set2: [SKIP][520] ([Intel XE#2905]) -> [SKIP][521] ([Intel XE#1130]) +13 other tests skip [520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_eudebug@basic-close.html [521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_eudebug@basic-close.html * igt@xe_eudebug_online@basic-breakpoint: - shard-dg2-set2: [SKIP][522] ([Intel XE#1130]) -> [SKIP][523] ([Intel XE#2905]) +11 other tests skip [522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_eudebug_online@basic-breakpoint.html [523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_eudebug_online@basic-breakpoint.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-dg2-set2: [SKIP][524] ([Intel XE#1130]) -> [TIMEOUT][525] ([Intel XE#1473]) [524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_evict@evict-beng-mixed-many-threads-large.html [525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-bmg: [TIMEOUT][526] ([Intel XE#1473]) -> [INCOMPLETE][527] ([Intel XE#1473] / [Intel XE#3468]) [526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_evict@evict-mixed-many-threads-large.html [527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_balancer@many-cm-parallel-userptr-invalidate: - shard-dg2-set2: [SKIP][528] ([Intel XE#1130]) -> [DMESG-WARN][529] ([Intel XE#1727]) +1 other test dmesg-warn [528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_exec_balancer@many-cm-parallel-userptr-invalidate.html [529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_exec_balancer@many-cm-parallel-userptr-invalidate.html * igt@xe_exec_fault_mode@once-basic-imm: - shard-dg2-set2: [SKIP][530] ([Intel XE#1130]) -> [SKIP][531] ([Intel XE#288]) +25 other tests skip [530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_exec_fault_mode@once-basic-imm.html [531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_exec_fault_mode@once-basic-imm.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: [SKIP][532] ([Intel XE#288]) -> [SKIP][533] ([Intel XE#1130]) +26 other tests skip [532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html [533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence: - shard-dg2-set2: [SKIP][534] ([Intel XE#2360]) -> [SKIP][535] ([Intel XE#1130]) [534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html [535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-lr: - shard-dg2-set2: [SKIP][536] ([Intel XE#1130]) -> [SKIP][537] ([Intel XE#2360]) [536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html [537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html * igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init: - shard-bmg: [DMESG-WARN][538] ([Intel XE#3343] / [Intel XE#3468]) -> [DMESG-WARN][539] ([Intel XE#3343]) [538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html [539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html - shard-dg2-set2: [SKIP][540] ([Intel XE#1130]) -> [DMESG-WARN][541] ([Intel XE#3343]) [540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html [541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: - shard-dg2-set2: [DMESG-WARN][542] ([Intel XE#3343]) -> [SKIP][543] ([Intel XE#1130]) [542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html [543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create: - shard-bmg: [FAIL][544] ([Intel XE#3499]) -> [DMESG-WARN][545] ([Intel XE#3467] / [Intel XE#3468]) [544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html [545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: - shard-bmg: [DMESG-FAIL][546] ([Intel XE#3467]) -> [DMESG-WARN][547] ([Intel XE#3467] / [Intel XE#3468]) [546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html [547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run: - shard-dg2-set2: [DMESG-WARN][548] ([Intel XE#3467]) -> [SKIP][549] ([Intel XE#1130]) +3 other tests skip [548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html [549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: [SKIP][550] ([Intel XE#255]) -> [SKIP][551] ([Intel XE#1130]) [550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_huc_copy@huc_copy.html [551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_huc_copy@huc_copy.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: [SKIP][552] ([Intel XE#1130]) -> [SKIP][553] ([Intel XE#3573]) +9 other tests skip [552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_oa@closed-fd-and-unmapped-access.html [553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_oa@syncs-ufence-wait: - shard-dg2-set2: [SKIP][554] ([Intel XE#3573]) -> [SKIP][555] ([Intel XE#1130]) +4 other tests skip [554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_oa@syncs-ufence-wait.html [555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_oa@syncs-ufence-wait.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: [SKIP][556] ([Intel XE#2838] / [Intel XE#979]) -> [SKIP][557] ([Intel XE#1130]) [556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html [557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html * igt@xe_peer2peer@write: - shard-dg2-set2: [FAIL][558] ([Intel XE#1173]) -> [SKIP][559] ([Intel XE#1061]) [558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_peer2peer@write.html [559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-mocs: - shard-dg2-set2: [SKIP][560] ([Intel XE#2284]) -> [SKIP][561] ([Intel XE#1130]) [560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_pm@d3cold-mocs.html [561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@d3cold-multiple-execs: - shard-dg2-set2: [SKIP][562] ([Intel XE#1130]) -> [SKIP][563] ([Intel XE#2284] / [Intel XE#366]) [562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_pm@d3cold-multiple-execs.html [563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@d3hot-mmap-vram: - shard-dg2-set2: [DMESG-WARN][564] ([Intel XE#1727] / [Intel XE#3468]) -> [DMESG-WARN][565] ([Intel XE#3468]) [564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_pm@d3hot-mmap-vram.html [565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-436/igt@xe_pm@d3hot-mmap-vram.html * igt@xe_pm@s2idle-basic-exec: - shard-dg2-set2: [SKIP][566] ([Intel XE#1130]) -> [DMESG-WARN][567] ([Intel XE#1727] / [Intel XE#3468]) [566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_pm@s2idle-basic-exec.html [567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: [SKIP][568] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][569] ([Intel XE#1130]) [568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html [569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s3-exec-after: - shard-dg2-set2: [SKIP][570] ([Intel XE#1130]) -> [DMESG-WARN][571] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) [570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_pm@s3-exec-after.html [571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_pm@s3-exec-after.html * igt@xe_pm@s3-vm-bind-userptr: - shard-dg2-set2: [DMESG-WARN][572] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [SKIP][573] ([Intel XE#1130]) [572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_pm@s3-vm-bind-userptr.html [573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_pm@s3-vm-bind-userptr.html * igt@xe_query@multigpu-query-oa-units: - shard-dg2-set2: [SKIP][574] ([Intel XE#944]) -> [SKIP][575] ([Intel XE#1130]) +3 other tests skip [574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html [575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_query@multigpu-query-oa-units.html * igt@xe_query@multigpu-query-uc-fw-version-huc: - shard-dg2-set2: [SKIP][576] ([Intel XE#1130]) -> [SKIP][577] ([Intel XE#944]) +2 other tests skip [576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_query@multigpu-query-uc-fw-version-huc.html [577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-huc.html * igt@xe_sriov_flr@flr-each-isolation: - shard-dg2-set2: [SKIP][578] ([Intel XE#3342]) -> [SKIP][579] ([Intel XE#1130]) [578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_sriov_flr@flr-each-isolation.html [579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_sriov_flr@flr-each-isolation.html * igt@xe_vm@mixed-misaligned-binds-1611661312: - shard-dg2-set2: [DMESG-WARN][580] ([Intel XE#1727]) -> [SKIP][581] ([Intel XE#1130]) +3 other tests skip [580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_vm@mixed-misaligned-binds-1611661312.html [581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_vm@mixed-misaligned-binds-1611661312.html * igt@xe_wedged@wedged-mode-toggle: - shard-dg2-set2: [ABORT][582] ([Intel XE#3075] / [Intel XE#3084]) -> [SKIP][583] ([Intel XE#1130]) [582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_wedged@wedged-mode-toggle.html [583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_wedged@wedged-mode-toggle.html [Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035 [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885 [Intel XE#2050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2050 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705 [Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882 [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2932]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2932 [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938 [Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#3070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070 [Intel XE#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3339 [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342 [Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343 [Intel XE#3371]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3371 [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#3453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3453 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3467 [Intel XE#3468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3468 [Intel XE#3486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3486 [Intel XE#3487]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3487 [Intel XE#3499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3499 [Intel XE#3515]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3515 [Intel XE#3527]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3527 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8125 -> IGTPW_12196 * Linux: xe-2275-6510562075d8541c218e72188f9ef339f8ba371f -> xe-2276-ae312905c5a9fc7ce599a74422f068725101c475 IGTPW_12196: 12196 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2275-6510562075d8541c218e72188f9ef339f8ba371f: 6510562075d8541c218e72188f9ef339f8ba371f xe-2276-ae312905c5a9fc7ce599a74422f068725101c475: ae312905c5a9fc7ce599a74422f068725101c475 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/index.html [-- Attachment #2: Type: text/html, Size: 178769 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ✗ Xe.CI.Full: failure for tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-26 4:43 ` ✗ Xe.CI.Full: " Patchwork @ 2024-11-29 16:36 ` Kamil Konieczny 0 siblings, 0 replies; 8+ messages in thread From: Kamil Konieczny @ 2024-11-29 16:36 UTC (permalink / raw) To: igt-dev; +Cc: Matt Roper, I915-ci-infra Hi igt-dev, On 2024-11-26 at 04:43:17 -0000, Patchwork wrote: > == Series Details == Tests other than xe_fault_injection are unrelated, for this particular one see comments below. > > Series: tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind > URL : https://patchwork.freedesktop.org/series/141767/ > State : failure > > == Summary == > > CI Bug Log - changes from XEIGT_8125_full -> XEIGTPW_12196_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with XEIGTPW_12196_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in XEIGTPW_12196_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them > to document this new failure mode, which will reduce false positives in CI. > > > > Participating hosts (4 -> 4) > ------------------------------ > > No changes in participating hosts > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in XEIGTPW_12196_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@kms_bw@linear-tiling-1-displays-3840x2160p: > - shard-lnl: [PASS][1] -> [DMESG-WARN][2] > [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html > [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-6/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html > > * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6: > - shard-dg2-set2: NOTRUN -> [ABORT][3] +1 other test abort > [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs@pipe-d-hdmi-a-6.html > > * igt@kms_vblank@wait-forked-busy-hang: > - shard-bmg: [PASS][4] -> [INCOMPLETE][5] +2 other tests incomplete > [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_vblank@wait-forked-busy-hang.html > [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@kms_vblank@wait-forked-busy-hang.html > > * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race: > - shard-lnl: [PASS][6] -> [FAIL][7] > [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html > [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-1/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-invalidate-race.html > > * igt@xe_wedged@wedged-at-any-timeout: > - shard-bmg: NOTRUN -> [ABORT][8] > [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_wedged@wedged-at-any-timeout.html > > > #### Warnings #### > > * igt@xe_eudebug_online@pagefault-read: > - shard-dg2-set2: [SKIP][9] ([Intel XE#1130]) -> [SKIP][10] > [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_eudebug_online@pagefault-read.html > [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-435/igt@xe_eudebug_online@pagefault-read.html > > > Known issues > ------------ > > Here are the changes found in XEIGTPW_12196_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > ...cut... > * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init: > - shard-dg2-set2: NOTRUN -> [DMESG-WARN][147] ([Intel XE#3343]) > [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html > - shard-bmg: [PASS][148] -> [DMESG-WARN][149] ([Intel XE#3343] / [Intel XE#3468]) > [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html > [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html > > * igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early: > - shard-bmg: [PASS][150] -> [DMESG-WARN][151] ([Intel XE#3467] / [Intel XE#3468]) > [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html > [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html > These are imho some valid bugs with pm audio. > * igt@xe_live_ktest@xe_migrate: ...cut... > > #### Possible fixes #### > > * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: > - shard-bmg: [DMESG-WARN][244] ([Intel XE#3467] / [Intel XE#3468]) -> [PASS][245] +1 other test pass > [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html > [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html > XE#3468 is audio power refcount bug. WARNING:.* at drivers/gpu/drm/i915/display/intel_display_power.c.* __intel_display_power_put_domain > * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: > - shard-bmg: [DMESG-WARN][246] ([Intel XE#3467]) -> [PASS][247] +3 other tests pass > [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html > [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html > XE#3467 is audio power refcount bug. *ERROR* audio power refcount 1 after unbind > * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: > - shard-bmg: [DMESG-WARN][248] ([Intel XE#3343] / [Intel XE#3468]) -> [PASS][249] > [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html > [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html XE#3343 was fixed by other patch. > > * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: > - shard-lnl: [FAIL][250] ([Intel XE#3499]) -> [PASS][251] +4 other tests pass > [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-6/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html > [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-lnl-6/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html XE#3399 was fixed by this patch. > > * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run: > - shard-bmg: [FAIL][252] ([Intel XE#3499]) -> [PASS][253] > [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html > [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html > Same here. > * igt@xe_gt_freq@freq_suspend: > > #### Warnings #### > ...cut... > * igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init: > - shard-bmg: [DMESG-WARN][538] ([Intel XE#3343] / [Intel XE#3468]) -> [DMESG-WARN][539] ([Intel XE#3343]) > [538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html > [539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html > - shard-dg2-set2: [SKIP][540] ([Intel XE#1130]) -> [DMESG-WARN][541] ([Intel XE#3343]) > [540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html > [541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-432/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html > > * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: > - shard-dg2-set2: [DMESG-WARN][542] ([Intel XE#3343]) -> [SKIP][543] ([Intel XE#1130]) > [542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html > [543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html > > * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create: > - shard-bmg: [FAIL][544] ([Intel XE#3499]) -> [DMESG-WARN][545] ([Intel XE#3467] / [Intel XE#3468]) > [544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html > [545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html > > * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: > - shard-bmg: [DMESG-FAIL][546] ([Intel XE#3467]) -> [DMESG-WARN][547] ([Intel XE#3467] / [Intel XE#3468]) > [546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html > [547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-bmg-1/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html > > * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run: > - shard-dg2-set2: [DMESG-WARN][548] ([Intel XE#3467]) -> [SKIP][549] ([Intel XE#1130]) +3 other tests skip > [548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html > [549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/shard-dg2-434/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html > > * igt@xe_huc_copy@huc_copy: ...cut... > > Build changes > ------------- > > * IGT: IGT_8125 -> IGTPW_12196 > * Linux: xe-2275-6510562075d8541c218e72188f9ef339f8ba371f -> xe-2276-ae312905c5a9fc7ce599a74422f068725101c475 > > IGTPW_12196: 12196 > IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > xe-2275-6510562075d8541c218e72188f9ef339f8ba371f: 6510562075d8541c218e72188f9ef339f8ba371f > xe-2276-ae312905c5a9fc7ce599a74422f068725101c475: ae312905c5a9fc7ce599a74422f068725101c475 > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12196/index.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper ` (3 preceding siblings ...) 2024-11-26 4:43 ` ✗ Xe.CI.Full: " Patchwork @ 2024-11-29 16:18 ` Kamil Konieczny 4 siblings, 0 replies; 8+ messages in thread From: Kamil Konieczny @ 2024-11-29 16:18 UTC (permalink / raw) To: igt-dev; +Cc: Matt Roper Hi Matt, On 2024-11-25 at 10:54:32 -0800, Matt Roper wrote: > The vm_bind helper function in the fault injection test failed to > specify a PAT index to use for the bind, effectively leaving the index > as 0. On Xe2 and Xe3 platforms, index 0 provides non-coherent behavior > which is incompatible with vm_bind operations on userptr, resulting in a > test failure before the test even got to the point of intentionally > injecting errors. > > Fixes: 13e3d5126 ("tests/intel/xe_fault_injection: Inject errors during vm bind IOCTL") > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3499 > Signed-off-by: Matt Roper <matthew.d.roper@intel.com> LGTM, Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> > --- > tests/intel/xe_fault_injection.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/intel/xe_fault_injection.c b/tests/intel/xe_fault_injection.c > index 7d6c90276..7ae941367 100644 > --- a/tests/intel/xe_fault_injection.c > +++ b/tests/intel/xe_fault_injection.c > @@ -18,6 +18,7 @@ > #include "igt_kmod.h" > #include "igt_sysfs.h" > #include "lib/igt_syncobj.h" > +#include "lib/intel_pat.h" > #include "xe/xe_ioctl.h" > #include "xe/xe_query.h" > > @@ -238,6 +239,7 @@ simple_vm_bind(int fd, uint32_t vm) > .bind.range = BO_SIZE, > .bind.addr = BO_ADDR, > .bind.op = DRM_XE_VM_BIND_OP_MAP_USERPTR, > + .bind.pat_index = intel_get_pat_idx_wb(fd), > .bind.flags = 0, > .num_syncs = 1, > .syncs = (uintptr_t)&syncobj, > -- > 2.47.0 > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-11-29 16:36 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-25 18:54 [PATCH i-g-t] tests/intel/xe_fault_injection: Pick a valid PAT index for vm_bind Matt Roper 2024-11-26 1:03 ` ✓ Xe.CI.BAT: success for " Patchwork 2024-11-26 1:24 ` ✓ i915.CI.BAT: " Patchwork 2024-11-26 3:04 ` ✗ i915.CI.Full: failure " Patchwork 2024-11-29 16:19 ` Kamil Konieczny 2024-11-26 4:43 ` ✗ Xe.CI.Full: " Patchwork 2024-11-29 16:36 ` Kamil Konieczny 2024-11-29 16:18 ` [PATCH i-g-t] " Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox