* [PATCH] tests/xe_exec_sip: increase timeout margin for tests
@ 2024-12-06 8:17 Andrzej Hajda
2024-12-06 8:39 ` ✗ GitLab.Pipeline: warning for tests/xe_exec_sip: increase timeout margin for tests (rev2) Patchwork
` (5 more replies)
0 siblings, 6 replies; 9+ messages in thread
From: Andrzej Hajda @ 2024-12-06 8:17 UTC (permalink / raw)
To: igt-dev; +Cc: Kamil Konieczny, Andrzej Hajda
In case engine reset happens 4s timeout margin sometimes is not enough
and test fails. It happens mostly on LNL/BMG due to devcoredump creation.
On CI it does not pass 5s, let's increase it to 8s to be on safe side.
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
tests/intel/xe_exec_sip_eudebug.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/intel/xe_exec_sip_eudebug.c b/tests/intel/xe_exec_sip_eudebug.c
index d056a14a2d7f..c317112b4154 100644
--- a/tests/intel/xe_exec_sip_eudebug.c
+++ b/tests/intel/xe_exec_sip_eudebug.c
@@ -263,8 +263,8 @@ static void test_sip(enum shader_type shader_type, enum sip_type sip_type,
debugger_enabled = xe_eudebug_debugger_available(fd);
vm_id = xe_vm_create(fd, debugger_enabled ? DRM_XE_VM_CREATE_FLAG_LR_MODE : 0, 0);
- /* Get timeout for job, and add 4s to ensure timeout processes in subtest. */
- timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 4ull * MSEC_PER_SEC;
+ /* Get timeout for job, and add 8s for devcoredump processing. */
+ timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 8ull * MSEC_PER_SEC;
timeout *= NSEC_PER_MSEC;
timeout *= igt_run_in_simulation() ? 10 : 1;
---
base-commit: e776f39da6b3666a2834f7e02a1eed9a87f21d74
change-id: 20241206-xe_exec_sip_eudebug_increase_timeout_for_devcoredump-64e46bd9721d
Best regards,
--
Andrzej Hajda <andrzej.hajda@intel.com>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✗ GitLab.Pipeline: warning for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
@ 2024-12-06 8:39 ` Patchwork
2024-12-06 9:05 ` ✓ i915.CI.BAT: success " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-12-06 8:39 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests (rev2)
URL : https://patchwork.freedesktop.org/series/139889/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1324650 for the overview.
build:tests-fedora-no-libdrm-nouveau has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/67824982):
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 60a3c62f as detached HEAD (ref is intel/IGTPW_12264)...
Removing build/
Removing lib/i915/perf-configs/__pycache__/
Removing lib/xe/oa-configs/__pycache__/
Removing meson-test-list.txt
Removing scripts/__pycache__/
Skipping Git submodules setup
section_end:1733474092:get_sources
section_start:1733474092:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora@sha256:17d64607d998df2bf29a56b88922d3a598e6f1daa3b51ece2a892c2f293daf83 ...
section_end:1733474097:step_script
section_start:1733474097:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1733474102:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4b3054d89ef79f9be95501786fbbbe22857d02c867fff99693808cd80909939f: image not known (docker.go:650:1s)
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1324650
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ i915.CI.BAT: success for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-12-06 8:39 ` ✗ GitLab.Pipeline: warning for tests/xe_exec_sip: increase timeout margin for tests (rev2) Patchwork
@ 2024-12-06 9:05 ` Patchwork
2024-12-06 9:14 ` ✗ Xe.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-12-06 9:05 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests (rev2)
URL : https://patchwork.freedesktop.org/series/139889/
State : success
== Summary ==
CI Bug Log - changes from IGT_8141 -> IGTPW_12264
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/index.html
Participating hosts (44 -> 41)
------------------------------
Missing (3): fi-ivb-3770 fi-snb-2520m fi-pnv-d510
Known issues
------------
Here are the changes found in IGTPW_12264 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_pm_rpm@module-reload:
- bat-adls-6: [PASS][1] -> [FAIL][2] ([i915#12903])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-adls-6/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-adls-6/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-2: [PASS][3] -> [ABORT][4] ([i915#12061]) +1 other test abort
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-arlh-2/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- bat-dg2-11: [FAIL][5] ([i915#12903]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-dg2-11/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-dg2-11/igt@i915_pm_rpm@module-reload.html
- bat-dg1-7: [FAIL][7] ([i915#12903]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-dg1-7/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live:
- bat-twl-1: [ABORT][9] ([i915#12435] / [i915#12919]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-twl-1/igt@i915_selftest@live.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-twl-1/igt@i915_selftest@live.html
* igt@i915_selftest@live@gt_pm:
- bat-twl-2: [ABORT][11] ([i915#12919]) -> [PASS][12] +1 other test pass
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-twl-2/igt@i915_selftest@live@gt_pm.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-twl-2/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@live@requests:
- bat-twl-1: [ABORT][13] ([i915#12919]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-twl-1/igt@i915_selftest@live@requests.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-twl-1/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [ABORT][15] ([i915#12061]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-arls-5/igt@i915_selftest@live@workarounds.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-arls-5/igt@i915_selftest@live@workarounds.html
- {bat-mtlp-9}: [ABORT][17] ([i915#12061]) -> [PASS][18] +1 other test pass
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8141/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/bat-mtlp-9/igt@i915_selftest@live@workarounds.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12435
[i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903
[i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8141 -> IGTPW_12264
* Linux: CI_DRM_15799 -> CI_DRM_15800
CI-20190529: 20190529
CI_DRM_15799: e57b4b7cd137e0ae00d2601b4b55ab7f504da422 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15800: 2e90353f058f2487798ad9236f0926df4ea54f02 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/index.html
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.BAT: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-12-06 8:39 ` ✗ GitLab.Pipeline: warning for tests/xe_exec_sip: increase timeout margin for tests (rev2) Patchwork
2024-12-06 9:05 ` ✓ i915.CI.BAT: success " Patchwork
@ 2024-12-06 9:14 ` Patchwork
2024-12-09 8:08 ` Hajda, Andrzej
2024-12-06 10:23 ` ✗ i915.CI.Full: " Patchwork
` (2 subsequent siblings)
5 siblings, 1 reply; 9+ messages in thread
From: Patchwork @ 2024-12-06 9:14 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2563 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests (rev2)
URL : https://patchwork.freedesktop.org/series/139889/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8141_BAT -> XEIGTPW_12264_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12264_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12264_BAT, 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 (8 -> 8)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12264_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@basic-flip-vs-dpms@a-edp1:
- bat-lnl-1: [PASS][1] -> [DMESG-WARN][2] +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html
Known issues
------------
Here are the changes found in XEIGTPW_12264_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
- bat-lnl-1: [DMESG-WARN][3] -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
Build changes
-------------
* IGT: IGT_8141 -> IGTPW_12264
* Linux: xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422 -> xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02
IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422: e57b4b7cd137e0ae00d2601b4b55ab7f504da422
xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02: 2e90353f058f2487798ad9236f0926df4ea54f02
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/index.html
[-- Attachment #2: Type: text/html, Size: 3187 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.Full: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
` (2 preceding siblings ...)
2024-12-06 9:14 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2024-12-06 10:23 ` Patchwork
2024-12-06 14:09 ` ✗ Xe.CI.Full: " Patchwork
2024-12-06 16:51 ` [PATCH] tests/xe_exec_sip: increase timeout margin for tests Kamil Konieczny
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-12-06 10:23 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests (rev2)
URL : https://patchwork.freedesktop.org/series/139889/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15800_full -> IGTPW_12264_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12264_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12264_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_12264/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12264_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_tiled_swapping@non-threaded:
- shard-tglu: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: NOTRUN -> [INCOMPLETE][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk2/igt@gem_workarounds@suspend-resume-context.html
New tests
---------
New tests have been introduced between CI_DRM_15800_full and IGTPW_12264_full:
### New IGT tests (2) ###
* igt@kms_psr@fbc-psr-sprite-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [1.42] s
Known issues
------------
Here are the changes found in IGTPW_12264_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8411])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-6/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
- shard-dg1: NOTRUN -> [SKIP][4] ([i915#8414]) +7 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8414]) +9 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-6/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][6] ([i915#8414]) +10 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-10/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][7] ([i915#3936])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-1/igt@gem_busy@semaphore.html
- shard-dg1: NOTRUN -> [SKIP][8] ([i915#3936])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@gem_busy@semaphore.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu-1: NOTRUN -> [SKIP][10] ([i915#9323])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][11] ([i915#6335])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-4/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#6335])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#6335])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_persistence@hostile:
- shard-dg2: NOTRUN -> [FAIL][14] ([i915#11980] / [i915#12580])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@gem_ctx_persistence@hostile.html
- shard-rkl: NOTRUN -> [FAIL][15] ([i915#11980] / [i915#12580])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@gem_ctx_persistence@hostile.html
- shard-dg1: NOTRUN -> [FAIL][16] ([i915#11980] / [i915#12580])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@gem_ctx_persistence@hostile.html
- shard-tglu: NOTRUN -> [FAIL][17] ([i915#11980] / [i915#12580])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-3/igt@gem_ctx_persistence@hostile.html
- shard-mtlp: NOTRUN -> [FAIL][18] ([i915#11980] / [i915#12580])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][19] ([i915#1099]) +4 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb2/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][20] ([i915#280]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@gem_ctx_sseu@invalid-sseu.html
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#280])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_ctx_sseu@invalid-sseu.html
- shard-mtlp: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@in-flight-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][25] ([i915#13197])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk8/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@reset-stress:
- shard-snb: NOTRUN -> [FAIL][26] ([i915#8898])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb4/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-tglu-1: NOTRUN -> [ABORT][27] ([i915#13218]) +1 other test abort
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg1: NOTRUN -> [ABORT][28] ([i915#13218]) +27 other tests abort
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#4525]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@gem_exec_balancer@parallel-keep-in-fence.html
- shard-tglu: NOTRUN -> [SKIP][30] ([i915#4525]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-6/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#4812])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539] / [i915#4852])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@gem_exec_flush@basic-uc-pro-default.html
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_params@secure-non-root:
- shard-dg2: NOTRUN -> [SKIP][35] +4 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-1/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][36] ([i915#3281]) +11 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][37] ([i915#3281]) +11 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3281]) +10 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_exec_reloc@basic-gtt-read-noreloc.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +9 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-chain.html
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-tglu: NOTRUN -> [SKIP][42] ([i915#4613]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-9/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-glk: NOTRUN -> [SKIP][43] ([i915#4613]) +1 other test skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4613]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#4613]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#12193])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4565])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#284])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@gem_media_vme.html
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#284])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@gem_media_vme.html
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#284])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#284])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_media_vme.html
- shard-tglu: NOTRUN -> [SKIP][52] ([i915#284])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-9/igt@gem_media_vme.html
* igt@gem_mmap@short-mmap:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4083]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@gem_mmap@short-mmap.html
* igt@gem_mmap_gtt@basic-wc:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#4077]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@gem_mmap_gtt@basic-wc.html
* igt@gem_mmap_gtt@cpuset-medium-copy-odd:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4077]) +6 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
* igt@gem_mmap_gtt@hang:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4077]) +5 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@gem_mmap_gtt@hang.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4083]) +5 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-8/igt@gem_mmap_wc@write-prefaulted.html
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#4083]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3282]) +6 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pread@exhaustion:
- shard-tglu-1: NOTRUN -> [WARN][60] ([i915#2658])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@gem_pread@exhaustion.html
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#3282]) +5 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@gem_pread@exhaustion.html
- shard-snb: NOTRUN -> [WARN][62] ([i915#2658]) +1 other test warn
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb4/igt@gem_pread@exhaustion.html
- shard-glk: NOTRUN -> [WARN][63] ([i915#2658])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk3/igt@gem_pread@exhaustion.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#3282]) +5 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@gem_pread@exhaustion.html
* igt@gem_pwrite_snooped:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#3282]) +8 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@gem_pwrite_snooped.html
* igt@gem_pxp@create-valid-protected-context:
- shard-rkl: NOTRUN -> [TIMEOUT][66] ([i915#12964])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4270])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-rkl: NOTRUN -> [TIMEOUT][68] ([i915#12917] / [i915#12964]) +1 other test timeout
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-5/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#4270]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#5190] / [i915#8428]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#8428])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][72] ([i915#8411])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_tiled_swapping@non-threaded:
- shard-snb: NOTRUN -> [ABORT][73] ([i915#13263])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb2/igt@gem_tiled_swapping@non-threaded.html
- shard-glk: NOTRUN -> [ABORT][74] ([i915#13263])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk4/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#3297]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@gem_userptr_blits@create-destroy-unsync.html
- shard-tglu: NOTRUN -> [SKIP][76] ([i915#3297]) +3 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#3297]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#3297]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-mtlp: NOTRUN -> [SKIP][79] ([i915#3297]) +3 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#2527]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527]) +4 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-tglu: NOTRUN -> [SKIP][82] ([i915#2527] / [i915#2856]) +4 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-10/igt@gen9_exec_parse@unaligned-jump.html
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) +2 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-6/igt@gen9_exec_parse@unaligned-jump.html
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#2856]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-7/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#11681] / [i915#6621])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@i915_pm_rps@min-max-config-loaded.html
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#11681] / [i915#6621])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#6188])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@i915_query@query-topology-coherent-slice-mask.html
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#6188])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-10/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_suspend@sysfs-reader:
- shard-glk: NOTRUN -> [INCOMPLETE][89] ([i915#4817])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk5/igt@i915_suspend@sysfs-reader.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#8709]) +3 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#8709]) +7 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#8709]) +11 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: NOTRUN -> [SKIP][93] ([i915#10333])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_async_flips@test-cursor.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#4538] / [i915#5286]) +4 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_big_fb@4-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#5286]) +4 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
- shard-mtlp: NOTRUN -> [SKIP][96] +8 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#5286]) +6 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_big_fb@4-tiled-addfb.html
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#5286])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#5190])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#4538] / [i915#5190]) +4 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][101] +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#4538]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][103] +14 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#12313])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#12313]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][106] ([i915#12313]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
- shard-tglu: NOTRUN -> [SKIP][107] ([i915#12313]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#12313]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][109] ([i915#12805])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#12805])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#12805])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#12805])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#12805])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#6095]) +14 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#6095]) +42 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#10307] / [i915#6095]) +33 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#6095]) +34 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#6095]) +56 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#6095]) +34 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-edp-1.html
* igt@kms_cdclk@plane-scaling:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#3742])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@kms_cdclk@plane-scaling.html
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#3742])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_cdclk@plane-scaling.html
- shard-tglu: NOTRUN -> [SKIP][122] ([i915#3742])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-2/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#4087]) +4 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-3/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][124] ([i915#4087]) +4 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html
* igt@kms_chamelium_edid@dp-mode-timings:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#7828]) +4 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@kms_chamelium_edid@dp-mode-timings.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#7828]) +6 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-tglu: NOTRUN -> [SKIP][127] ([i915#7828]) +5 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#7828]) +3 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#7828]) +7 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_content_protection@content-type-change:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#6944] / [i915#9424])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-6/igt@kms_content_protection@content-type-change.html
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#9424])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-10/igt@kms_content_protection@content-type-change.html
- shard-rkl: NOTRUN -> [SKIP][132] ([i915#9424])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@kms_content_protection@content-type-change.html
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#9424])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#3299]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#3116]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_content_protection@dp-mst-type-1.html
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#3299]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_content_protection@dp-mst-type-1.html
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#3116] / [i915#3299]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-10/igt@kms_content_protection@dp-mst-type-1.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#3299]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@lic-type-0:
- shard-tglu: NOTRUN -> [SKIP][139] ([i915#6944] / [i915#9424]) +1 other test skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#7118])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-11/igt@kms_content_protection@srm.html
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#7118])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_content_protection@srm.html
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#7116])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#6944])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-4/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#13049])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][145] ([i915#13049])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-tglu-1: NOTRUN -> [SKIP][146] ([i915#13049])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#13049])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-mtlp: NOTRUN -> [SKIP][148] ([i915#13049])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#8814]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3555]) +1 other test skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3555] / [i915#8814])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555]) +2 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_display_modes@extended-mode-basic.html
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#3555]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_display_modes@extended-mode-basic.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#3555]) +3 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_draw_crc@draw-method-pwrite:
- shard-rkl: NOTRUN -> [DMESG-WARN][155] ([i915#12964]) +14 other tests dmesg-warn
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_draw_crc@draw-method-pwrite.html
* igt@kms_dsc@dsc-basic:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#3555] / [i915#3840])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_dsc@dsc-basic.html
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#3840]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-5/igt@kms_dsc@dsc-basic.html
- shard-tglu: NOTRUN -> [SKIP][158] ([i915#3555] / [i915#3840]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_dsc@dsc-basic.html
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#3840] / [i915#9159])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#3555] / [i915#3840])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@kms_dsc@dsc-with-output-formats.html
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#3555] / [i915#3840])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#3637]) +6 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#9934]) +3 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-10/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#9934]) +8 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglu: NOTRUN -> [SKIP][165] ([i915#3637]) +6 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip@2x-plain-flip-ts-check-interruptible:
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#9934]) +5 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-snb: NOTRUN -> [ABORT][167] ([i915#13242]) +8 other tests abort
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb5/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1:
- shard-mtlp: NOTRUN -> [FAIL][168] ([i915#11989]) +2 other tests fail
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html
* igt@kms_flip@plain-flip-ts-check-interruptible:
- shard-rkl: NOTRUN -> [FAIL][169] ([i915#11989]) +1 other test fail
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-5/igt@kms_flip@plain-flip-ts-check-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#2672] / [i915#3555]) +4 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
- shard-tglu-1: NOTRUN -> [SKIP][171] ([i915#2672] / [i915#3555])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#2672] / [i915#3555]) +2 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#2672]) +4 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
- shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#2587] / [i915#2672])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#2587] / [i915#2672]) +2 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling:
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#2587] / [i915#2672] / [i915#3555])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#2672] / [i915#8813]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#2672]) +1 other test skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
- shard-tglu: NOTRUN -> [SKIP][180] ([i915#2587] / [i915#2672])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#5274])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#1825]) +18 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][184] ([i915#1825]) +28 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#3458]) +9 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][186] +19 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#8708]) +11 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#3023]) +17 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#3458]) +9 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-glk: NOTRUN -> [SKIP][190] +168 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#8708]) +3 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#5354]) +19 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu:
- shard-snb: NOTRUN -> [SKIP][193] +321 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][194] +46 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#8708]) +12 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#12394])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-tglu: NOTRUN -> [SKIP][197] ([i915#6301])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-6/igt@kms_panel_fitting@legacy.html
- shard-dg2: NOTRUN -> [SKIP][198] ([i915#6301])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-10/igt@kms_panel_fitting@legacy.html
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#6301])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_panel_fitting@legacy.html
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#6301])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#12247]) +8 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#12247] / [i915#9423])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a:
- shard-mtlp: NOTRUN -> [SKIP][203] ([i915#12247]) +8 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a.html
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#12247]) +3 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#12247]) +4 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
- shard-tglu: NOTRUN -> [SKIP][206] ([i915#12247]) +4 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#12247] / [i915#3555] / [i915#6953])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#5354]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3828])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_pm_dc@dc5-retention-flops.html
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#3828])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-2/igt@kms_pm_dc@dc5-retention-flops.html
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#3828])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-17/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#9340])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@kms_pm_lpsp@kms-lpsp.html
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#3828]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp.html
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#9340])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_pm_lpsp@kms-lpsp.html
- shard-tglu: NOTRUN -> [SKIP][215] ([i915#3828]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-9/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#6524] / [i915#6805])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-3/igt@kms_prime@basic-crc-hybrid.html
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#6524])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-2/igt@kms_prime@basic-crc-hybrid.html
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#6524])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@kms_prime@basic-crc-hybrid.html
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#6524])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-3/igt@kms_prime@basic-crc-hybrid.html
- shard-mtlp: NOTRUN -> [SKIP][220] ([i915#6524])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][221] ([i915#11520]) +3 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf:
- shard-snb: NOTRUN -> [SKIP][222] ([i915#11520]) +5 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#9808])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][224] ([i915#11520]) +5 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-7/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
- shard-glk: NOTRUN -> [SKIP][225] ([i915#11520]) +4 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk8/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#12316]) +3 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-4/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#11520]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-11/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#11520]) +5 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-7/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#4348]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#9683])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-5/igt@kms_psr2_su@page_flip-p010.html
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#9683]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_psr2_su@page_flip-p010.html
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#9683]) +1 other test skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_psr2_su@page_flip-p010.html
- shard-tglu: NOTRUN -> [SKIP][233] ([i915#9683]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-9/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- shard-tglu: NOTRUN -> [SKIP][234] ([i915#9732]) +13 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-4/igt@kms_psr@fbc-psr-cursor-plane-onoff.html
* igt@kms_psr@fbc-psr2-sprite-plane-onoff:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#9688]) +11 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html
* igt@kms_psr@pr-cursor-plane-onoff:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#1072] / [i915#9732]) +19 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@kms_psr@pr-cursor-plane-onoff.html
* igt@kms_psr@psr-cursor-blt:
- shard-tglu-1: NOTRUN -> [SKIP][237] ([i915#9732]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-1/igt@kms_psr@psr-cursor-blt.html
* igt@kms_psr@psr-cursor-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#1072] / [i915#9732]) +10 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-3/igt@kms_psr@psr-cursor-mmap-cpu.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#1072] / [i915#9732]) +13 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-13/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#4077] / [i915#9688]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-2/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#5289]) +1 other test skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
- shard-dg1: NOTRUN -> [SKIP][242] ([i915#5289]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-14/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#5289]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-10/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#12755])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@kms_rotation_crc@primary-rotation-270.html
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#12755])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-5/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#3555] / [i915#8809])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_vrr@lobf:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#11920])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-4/igt@kms_vrr@lobf.html
* igt@kms_vrr@max-min:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#9906])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-12/igt@kms_vrr@max-min.html
- shard-tglu: NOTRUN -> [SKIP][249] ([i915#9906])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-2/igt@kms_vrr@max-min.html
- shard-mtlp: NOTRUN -> [SKIP][250] ([i915#8808] / [i915#9906])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-3/igt@kms_vrr@max-min.html
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#9906])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-3/igt@kms_vrr@max-min.html
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#9906])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@kms_vrr@max-min.html
* igt@perf@gen12-unprivileged-single-ctx-counters:
- shard-tglu: NOTRUN -> [ABORT][253] ([i915#13218]) +32 other tests abort
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-tglu-2/igt@perf@gen12-unprivileged-single-ctx-counters.html
- shard-glk: NOTRUN -> [ABORT][254] ([i915#13218]) +24 other tests abort
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-glk3/igt@perf@gen12-unprivileged-single-ctx-counters.html
* igt@perf@invalid-remove-userspace-config:
- shard-dg2: NOTRUN -> [ABORT][255] ([i915#13218]) +24 other tests abort
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-3/igt@perf@invalid-remove-userspace-config.html
* igt@perf@non-system-wide-paranoid:
- shard-mtlp: NOTRUN -> [ABORT][256] ([i915#13218]) +28 other tests abort
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-8/igt@perf@non-system-wide-paranoid.html
* igt@perf_pmu@multi-client@rcs0:
- shard-snb: NOTRUN -> [ABORT][257] ([i915#13218]) +20 other tests abort
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-snb5/igt@perf_pmu@multi-client@rcs0.html
* igt@perf_pmu@semaphore-wait:
- shard-rkl: NOTRUN -> [ABORT][258] ([i915#13218]) +27 other tests abort
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@perf_pmu@semaphore-wait.html
* igt@prime_mmap@test_aperture_limit:
- shard-dg2: NOTRUN -> [WARN][259] ([i915#9351])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-1/igt@prime_mmap@test_aperture_limit.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: NOTRUN -> [CRASH][260] ([i915#9351])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][261] ([i915#3708]) +1 other test skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg2-6/igt@prime_vgem@fence-read-hang.html
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#3708]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-1/igt@prime_vgem@fence-read-hang.html
- shard-dg1: NOTRUN -> [SKIP][263] ([i915#3708]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-dg1-18/igt@prime_vgem@fence-read-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#3708])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-mtlp-7/igt@prime_vgem@fence-write-hang.html
#### Possible fixes ####
* igt@gem_userptr_blits@stress-mm:
- shard-rkl: [DMESG-WARN][265] ([i915#12964]) -> [PASS][266] +1 other test pass
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15800/shard-rkl-5/igt@gem_userptr_blits@stress-mm.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-3/igt@gem_userptr_blits@stress-mm.html
* igt@i915_pm_rpm@sysfs-read:
- shard-rkl: [SKIP][267] -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15800/shard-rkl-5/igt@i915_pm_rpm@sysfs-read.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/shard-rkl-5/igt@i915_pm_rpm@sysfs-read.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920
[i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394
[i915#12580]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12580
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13197
[i915#13218]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13218
[i915#13242]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13242
[i915#13263]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13263
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6188]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6188
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8898]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8898
[i915#9159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9159
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9351]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9351
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8141 -> IGTPW_12264
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_15800: 2e90353f058f2487798ad9236f0926df4ea54f02 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12264/index.html
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Xe.CI.Full: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
` (3 preceding siblings ...)
2024-12-06 10:23 ` ✗ i915.CI.Full: " Patchwork
@ 2024-12-06 14:09 ` Patchwork
2024-12-06 16:51 ` [PATCH] tests/xe_exec_sip: increase timeout margin for tests Kamil Konieczny
5 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-12-06 14:09 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 80867 bytes --]
== Series Details ==
Series: tests/xe_exec_sip: increase timeout margin for tests (rev2)
URL : https://patchwork.freedesktop.org/series/139889/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8141_full -> XEIGTPW_12264_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12264_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12264_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_12264_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@short-flip-after-cursor-toggle:
- shard-bmg: NOTRUN -> [DMESG-WARN][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_cursor_legacy@short-flip-after-cursor-toggle.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-bmg: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_vblank@ts-continuation-dpms-suspend:
- shard-lnl: NOTRUN -> [ABORT][3] +2 other tests abort
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_vblank@ts-continuation-dpms-suspend.html
* igt@xe_exec_compute_mode@non-blocking:
- shard-bmg: [PASS][4] -> [DMESG-WARN][5] +8 other tests dmesg-warn
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-1/igt@xe_exec_compute_mode@non-blocking.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_exec_compute_mode@non-blocking.html
#### Warnings ####
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b:
- shard-bmg: [SKIP][6] ([Intel XE#2763]) -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b.html
* igt@xe_exercise_blt@fast-copy-emit:
- shard-bmg: [DMESG-WARN][8] ([Intel XE#3468]) -> [DMESG-WARN][9]
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_exercise_blt@fast-copy-emit.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_exercise_blt@fast-copy-emit.html
Known issues
------------
Here are the changes found in XEIGTPW_12264_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-write:
- shard-lnl: NOTRUN -> [SKIP][10] ([Intel XE#1125])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#2233])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: NOTRUN -> [FAIL][12] ([Intel XE#3719]) +3 other tests fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: NOTRUN -> [FAIL][13] ([Intel XE#911]) +3 other tests fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#3279])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#2370])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#2327]) +8 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-bmg: NOTRUN -> [DMESG-FAIL][17] ([Intel XE#3468]) +11 other tests dmesg-fail
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1407]) +10 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-bmg: [PASS][19] -> [DMESG-WARN][20] ([Intel XE#2705] / [Intel XE#3468]) +1 other test dmesg-warn
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-0:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1124]) +15 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_big_fb@y-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1477]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#607])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#1124]) +15 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#2191])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-1-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#367]) +4 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_bw@linear-tiling-1-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#367])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-4-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1512]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#2887]) +23 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-a-dp-2:
- shard-bmg: [PASS][31] -> [DMESG-FAIL][32] ([Intel XE#3468]) +16 other tests dmesg-fail
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-1/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#3433]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2652] / [Intel XE#787]) +26 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#3432])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#3432]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2887]) +21 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#2724]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_cdclk@mode-transition-all-outputs.html
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#314])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@plane-scaling:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1152]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium_color@ctm-max:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#306]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_color@ctm-negative:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#2325]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_chamelium_color@ctm-negative.html
* igt@kms_chamelium_edid@dp-edid-resolution-list:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2252]) +14 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-resolution-list.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#373]) +20 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_content_protection@atomic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][45] ([Intel XE#1178])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_content_protection@atomic@pipe-a-dp-2.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#307]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_content_protection@dp-mst-type-1.html
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#2390]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [INCOMPLETE][48] ([Intel XE#2715] / [Intel XE#3468]) +1 other test incomplete
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@type1:
- shard-lnl: NOTRUN -> [SKIP][49] ([Intel XE#3278]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_content_protection@type1.html
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2341])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2320]) +10 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#2321]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2321]) +2 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#1424]) +11 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#309]) +6 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-bmg: NOTRUN -> [SKIP][56] ([Intel XE#2286]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2291])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#323])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#1508])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#3383])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_display_modes@extended-mode-basic.html
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2425])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-bmg: [PASS][62] -> [DMESG-WARN][63] ([Intel XE#1727])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [DMESG-WARN][64] ([Intel XE#1727])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_dither@fb-8bpc-vs-panel-8bpc@pipe-a-dp-2.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#2244]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#2244]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [FAIL][67] ([Intel XE#1695])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2372])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-lnl: NOTRUN -> [SKIP][69] ([Intel XE#703])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_feature_discovery@display-3x.html
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2373])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1138])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_feature_discovery@display-4x.html
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#1138])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: NOTRUN -> [SKIP][73] ([Intel XE#2374])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][74] ([Intel XE#3321]) +3 other tests fail
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][75] ([Intel XE#3640]) +2 other tests fail
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][76] ([Intel XE#2882]) +3 other tests fail
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-bmg: [PASS][77] -> [SKIP][78] ([Intel XE#2316]) +2 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [DMESG-WARN][79] ([Intel XE#3468]) +65 other tests dmesg-warn
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html
* igt@kms_flip@2x-plain-flip:
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#1421]) +6 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2316]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@bo-too-big-interruptible:
- shard-lnl: NOTRUN -> [TIMEOUT][82] ([Intel XE#1504]) +1 other test timeout
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_flip@bo-too-big-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@c-dp2:
- shard-bmg: [PASS][83] -> [DMESG-WARN][84] ([Intel XE#3468]) +51 other tests dmesg-warn
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@c-dp2.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@c-dp2.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a3:
- shard-bmg: NOTRUN -> [DMESG-FAIL][85] ([Intel XE#1727] / [Intel XE#3468]) +2 other tests dmesg-fail
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a3.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [PASS][86] -> [FAIL][87] ([Intel XE#886]) +1 other test fail
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-lnl-4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip@plain-flip-ts-check:
- shard-bmg: [PASS][88] -> [FAIL][89] ([Intel XE#2882]) +1 other test fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_flip@plain-flip-ts-check.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling@pipe-a-valid-mode:
- shard-bmg: [PASS][90] -> [DMESG-WARN][91] ([Intel XE#1727] / [Intel XE#3468]) +5 other tests dmesg-warn
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling@pipe-a-valid-mode.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1397] / [Intel XE#1745]) +3 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
- shard-bmg: NOTRUN -> [INCOMPLETE][93] ([Intel XE#1727] / [Intel XE#3468]) +1 other test incomplete
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][94] ([Intel XE#1397]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][95] ([Intel XE#2293]) +5 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling:
- shard-bmg: NOTRUN -> [INCOMPLETE][96] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3468]) +1 other test incomplete
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][97] ([Intel XE#2380]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1401]) +7 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode:
- shard-bmg: [PASS][99] -> [INCOMPLETE][100] ([Intel XE#1727] / [Intel XE#3468]) +1 other test incomplete
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling:
- shard-bmg: [PASS][101] -> [DMESG-WARN][102] ([Intel XE#2705])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2293] / [Intel XE#2380]) +5 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-lnl: NOTRUN -> [SKIP][104] ([Intel XE#1401] / [Intel XE#1745]) +7 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#352])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#651]) +22 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt:
- shard-lnl: NOTRUN -> [SKIP][107] ([Intel XE#656]) +69 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [FAIL][108] ([Intel XE#2333]) +14 other tests fail
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#2311]) +40 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][110] ([Intel XE#1469]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][111] ([Intel XE#2352]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: NOTRUN -> [SKIP][112] ([Intel XE#2350])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2313]) +38 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#2312]) +19 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-pgflip-blt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-lnl: NOTRUN -> [SKIP][115] ([Intel XE#605])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@brightness-with-hdr:
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#3374] / [Intel XE#3544])
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_hdr@static-toggle:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#1503]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_hdr@static-toggle.html
* igt@kms_joiner@basic-big-joiner:
- shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#346])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_joiner@basic-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-bmg: NOTRUN -> [SKIP][119] ([Intel XE#2501])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2486])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256:
- shard-bmg: [PASS][121] -> [DMESG-FAIL][122] ([Intel XE#2705] / [Intel XE#3468])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_plane_cursor@primary@pipe-a-dp-2-size-256.html
* igt@kms_plane_lowres@tiling-4@pipe-b-dp-2:
- shard-bmg: [PASS][123] -> [INCOMPLETE][124] ([Intel XE#3452] / [Intel XE#3468]) +1 other test incomplete
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_plane_lowres@tiling-4@pipe-b-dp-2.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_plane_lowres@tiling-4@pipe-b-dp-2.html
* igt@kms_plane_lowres@tiling-y:
- shard-lnl: NOTRUN -> [SKIP][125] ([Intel XE#599])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_plane_lowres@tiling-y.html
- shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2393])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#2763]) +19 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-a:
- shard-bmg: [PASS][128] -> [DMESG-WARN][129] ([Intel XE#2566] / [Intel XE#3468])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-a.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-bmg: NOTRUN -> [SKIP][130] ([Intel XE#2763]) +24 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][131] ([Intel XE#870]) +1 other test skip
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-lnl: NOTRUN -> [SKIP][132] ([Intel XE#736])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: NOTRUN -> [FAIL][133] ([Intel XE#1430])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#1439] / [Intel XE#836])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@legacy-planes@plane-50:
- shard-bmg: NOTRUN -> [DMESG-WARN][135] ([Intel XE#1727] / [Intel XE#3468]) +24 other tests dmesg-warn
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_pm_rpm@legacy-planes@plane-50.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf:
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#2893]) +3 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#1489]) +11 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-lnl: NOTRUN -> [SKIP][139] ([Intel XE#1128]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-bmg: NOTRUN -> [SKIP][140] ([Intel XE#2387]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-lnl: NOTRUN -> [SKIP][141] ([Intel XE#1406]) +10 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@psr-basic:
- shard-bmg: NOTRUN -> [SKIP][142] ([Intel XE#2234] / [Intel XE#2850]) +14 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_psr@psr-basic.html
* igt@kms_psr@psr2-suspend:
- shard-lnl: NOTRUN -> [ABORT][143] ([Intel XE#3673]) +10 other tests abort
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_psr@psr2-suspend.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-bmg: NOTRUN -> [SKIP][144] ([Intel XE#2414])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][145] ([Intel XE#2330]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
- shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#1127])
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-lnl: NOTRUN -> [SKIP][147] ([Intel XE#3414]) +4 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][148] ([Intel XE#3414]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][149] ([Intel XE#2413]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-bmg: [PASS][150] -> [SKIP][151] ([Intel XE#1435])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@kms_setmode@clone-exclusive-crtc.html
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tv_load_detect@load-detect:
- shard-lnl: NOTRUN -> [SKIP][152] ([Intel XE#330])
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@kms_tv_load_detect@load-detect.html
- shard-bmg: NOTRUN -> [SKIP][153] ([Intel XE#2450])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vblank@ts-continuation-dpms-rpm:
- shard-bmg: [PASS][154] -> [DMESG-FAIL][155] ([Intel XE#1727] / [Intel XE#3468])
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@kms_vblank@ts-continuation-dpms-rpm.html
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_vblank@ts-continuation-dpms-rpm.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [FAIL][156] ([Intel XE#2159]) +1 other test fail
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@lobf:
- shard-bmg: NOTRUN -> [SKIP][157] ([Intel XE#2168]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_vrr@lobf.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-bmg: NOTRUN -> [SKIP][158] ([Intel XE#1499]) +2 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-lnl: NOTRUN -> [SKIP][159] ([Intel XE#1499]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][160] ([Intel XE#756])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][161] ([Intel XE#2504])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_eudebug@basic-connect:
- shard-lnl: NOTRUN -> [SKIP][162] ([Intel XE#2905]) +16 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@xe_eudebug@basic-connect.html
* igt@xe_eudebug@basic-exec-queues-enable:
- shard-bmg: NOTRUN -> [SKIP][163] ([Intel XE#2905]) +13 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_eudebug@basic-exec-queues-enable.html
* igt@xe_evict@evict-beng-cm-threads-small:
- shard-lnl: NOTRUN -> [SKIP][164] ([Intel XE#688]) +24 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@xe_evict@evict-beng-cm-threads-small.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: NOTRUN -> [INCOMPLETE][165] ([Intel XE#1473] / [Intel XE#3468])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-bmg: NOTRUN -> [FAIL][166] ([Intel XE#2364])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-bmg: NOTRUN -> [TIMEOUT][167] ([Intel XE#1473] / [Intel XE#2472])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][168] ([Intel XE#2322]) +10 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-lnl: NOTRUN -> [SKIP][169] ([Intel XE#1392]) +8 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init:
- shard-bmg: [PASS][170] -> [DMESG-WARN][171] ([Intel XE#3343] / [Intel XE#3468])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init:
- shard-bmg: NOTRUN -> [DMESG-WARN][172] ([Intel XE#3343])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_pm_init_early:
- shard-bmg: NOTRUN -> [DMESG-WARN][173] ([Intel XE#3467]) +1 other test dmesg-warn
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_pm_init_early.html
* igt@xe_fault_injection@vm-create-fail-xe_pt_create:
- shard-bmg: [PASS][174] -> [DMESG-WARN][175] ([Intel XE#3467] / [Intel XE#3468])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-1/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- shard-bmg: [PASS][176] -> [INCOMPLETE][177] ([Intel XE#2998]) +1 other test incomplete
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
* igt@xe_mmap@small-bar:
- shard-lnl: NOTRUN -> [SKIP][178] ([Intel XE#512])
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@xe_mmap@small-bar.html
* igt@xe_mmap@vram:
- shard-lnl: NOTRUN -> [SKIP][179] ([Intel XE#1416])
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@xe_mmap@vram.html
* igt@xe_pat@pat-index-xehpc:
- shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#1420] / [Intel XE#2838])
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@xe_pat@pat-index-xehpc.html
- shard-bmg: NOTRUN -> [SKIP][181] ([Intel XE#1420])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-mocs:
- shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#2284])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@d3hot-mmap-vram:
- shard-lnl: NOTRUN -> [SKIP][183] ([Intel XE#1948])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@xe_pm@d3hot-mmap-vram.html
* igt@xe_pm@s2idle-basic:
- shard-lnl: NOTRUN -> [ABORT][184] ([Intel XE#1358] / [Intel XE#3673])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@xe_pm@s2idle-basic.html
* igt@xe_pm@s2idle-d3cold-basic-exec:
- shard-bmg: NOTRUN -> [SKIP][185] ([Intel XE#2284]) +2 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@xe_pm@s2idle-d3cold-basic-exec.html
* igt@xe_pm@s2idle-d3hot-basic-exec:
- shard-lnl: NOTRUN -> [ABORT][186] ([Intel XE#1358] / [Intel XE#1616])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@xe_pm@s2idle-d3hot-basic-exec.html
* igt@xe_pm@s3-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][187] ([Intel XE#584]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-5/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s4-d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][188] ([Intel XE#2284] / [Intel XE#366]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-4/igt@xe_pm@s4-d3cold-basic-exec.html
* igt@xe_query@multigpu-query-mem-usage:
- shard-bmg: NOTRUN -> [SKIP][189] ([Intel XE#944]) +5 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@xe_query@multigpu-query-mem-usage.html
* igt@xe_query@multigpu-query-topology-l3-bank-mask:
- shard-lnl: NOTRUN -> [SKIP][190] ([Intel XE#944]) +5 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-7/igt@xe_query@multigpu-query-topology-l3-bank-mask.html
#### Possible fixes ####
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-bmg: [DMESG-FAIL][191] ([Intel XE#3468]) -> [PASS][192] +13 other tests pass
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0:
- shard-bmg: [INCOMPLETE][193] ([Intel XE#1727]) -> [PASS][194] +1 other test pass
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-bmg: [DMESG-FAIL][195] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][196]
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [SKIP][197] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][198]
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
- shard-bmg: [SKIP][199] ([Intel XE#2291]) -> [PASS][200] +7 other tests pass
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: [DMESG-WARN][201] ([Intel XE#877]) -> [PASS][202]
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [SKIP][203] ([Intel XE#2316]) -> [PASS][204] +5 other tests pass
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_flip@2x-nonexisting-fb.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling@pipe-a-valid-mode:
- shard-bmg: [INCOMPLETE][205] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3468]) -> [PASS][206] +1 other test pass
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling@pipe-a-valid-mode.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-upscaling@pipe-a-valid-mode.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-bmg: [SKIP][207] ([Intel XE#2571]) -> [PASS][208]
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][209] ([Intel XE#1430]) -> [PASS][210]
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-lnl-7/igt@kms_pm_dc@dc6-dpms.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-bmg: [SKIP][211] ([Intel XE#1435]) -> [PASS][212]
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1:
- shard-lnl: [FAIL][213] ([Intel XE#899]) -> [PASS][214] +1 other test pass
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html
* igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race:
- shard-bmg: [DMESG-WARN][215] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][216]
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@xe_exec_balancer@twice-cm-virtual-userptr-invalidate-race.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early:
- shard-bmg: [DMESG-WARN][217] ([Intel XE#3467] / [Intel XE#3468]) -> [PASS][218] +2 other tests pass
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html
* igt@xe_module_load@reload-no-display:
- shard-bmg: [DMESG-WARN][219] ([Intel XE#3467]) -> [PASS][220] +4 other tests pass
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_module_load@reload-no-display.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_module_load@reload-no-display.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-bmg: [DMESG-WARN][221] ([Intel XE#2280] / [Intel XE#3468]) -> [PASS][222]
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@xe_pm@s4-vm-bind-unbind-all.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@xe_pm@s4-vm-bind-unbind-all.html
* igt@xe_prime_self_import@reimport-vs-gem_close-race:
- shard-bmg: [DMESG-WARN][223] ([Intel XE#1727]) -> [PASS][224] +3 other tests pass
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_prime_self_import@reimport-vs-gem_close-race.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@xe_prime_self_import@reimport-vs-gem_close-race.html
* igt@xe_spin_batch@spin-all:
- shard-bmg: [DMESG-WARN][225] ([Intel XE#3468]) -> [PASS][226] +94 other tests pass
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_spin_batch@spin-all.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@xe_spin_batch@spin-all.html
* igt@xe_vm@munmap-style-unbind-many-either-side-full:
- shard-bmg: [DMESG-WARN][227] -> [PASS][228] +49 other tests pass
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@xe_vm@munmap-style-unbind-many-either-side-full.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@xe_vm@munmap-style-unbind-many-either-side-full.html
#### Warnings ####
* igt@kms_atomic_transition@plane-all-transition-fencing:
- shard-bmg: [DMESG-WARN][229] ([Intel XE#3468]) -> [DMESG-WARN][230] ([Intel XE#2705] / [Intel XE#3468])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_atomic_transition@plane-all-transition-fencing.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_atomic_transition@plane-all-transition-fencing.html
* igt@kms_content_protection@atomic:
- shard-bmg: [SKIP][231] ([Intel XE#2341]) -> [FAIL][232] ([Intel XE#1178])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_content_protection@atomic.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@srm:
- shard-bmg: [FAIL][233] ([Intel XE#1178]) -> [SKIP][234] ([Intel XE#2341]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_content_protection@srm.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_content_protection@srm.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][235] ([Intel XE#877]) -> [SKIP][236] ([Intel XE#2291])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-bmg: [DMESG-WARN][237] ([Intel XE#3468]) -> [SKIP][238] ([Intel XE#2291])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-bmg: [DMESG-WARN][239] ([Intel XE#3468]) -> [SKIP][240] ([Intel XE#2316])
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-bmg: [SKIP][241] ([Intel XE#2316]) -> [DMESG-WARN][242] ([Intel XE#3468])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-bmg: [SKIP][243] ([Intel XE#2316]) -> [DMESG-FAIL][244] ([Intel XE#3468])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [SKIP][245] ([Intel XE#2316]) -> [FAIL][246] ([Intel XE#2882])
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-bmg: [SKIP][247] ([Intel XE#2316]) -> [DMESG-WARN][248] ([Intel XE#2955] / [Intel XE#3468])
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-interruptible.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-bmg: [FAIL][249] ([Intel XE#2882]) -> [DMESG-WARN][250] ([Intel XE#3468]) +1 other test dmesg-warn
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-expired-vblank@b-dp2:
- shard-bmg: [FAIL][251] ([Intel XE#3321]) -> [DMESG-WARN][252] ([Intel XE#3468])
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][253] ([Intel XE#2311]) -> [SKIP][254] ([Intel XE#2312]) +5 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc:
- shard-bmg: [FAIL][255] ([Intel XE#2333]) -> [DMESG-FAIL][256] ([Intel XE#3468]) +2 other tests dmesg-fail
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
- shard-bmg: [DMESG-FAIL][257] ([Intel XE#3468]) -> [FAIL][258] ([Intel XE#2333]) +4 other tests fail
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt:
- shard-bmg: [SKIP][259] ([Intel XE#2312]) -> [FAIL][260] ([Intel XE#2333]) +6 other tests fail
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][261] ([Intel XE#2312]) -> [DMESG-FAIL][262] ([Intel XE#3468]) +1 other test dmesg-fail
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt:
- shard-bmg: [DMESG-FAIL][263] ([Intel XE#3468]) -> [SKIP][264] ([Intel XE#2312])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [FAIL][265] ([Intel XE#2333]) -> [SKIP][266] ([Intel XE#2312]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt:
- shard-bmg: [SKIP][267] ([Intel XE#2312]) -> [SKIP][268] ([Intel XE#2311]) +17 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][269] ([Intel XE#2313]) -> [SKIP][270] ([Intel XE#2312]) +10 other tests skip
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt:
- shard-bmg: [SKIP][271] ([Intel XE#2312]) -> [SKIP][272] ([Intel XE#2313]) +15 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][273] ([Intel XE#3544]) -> [SKIP][274] ([Intel XE#3374] / [Intel XE#3544])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-bmg: [SKIP][275] ([Intel XE#2763]) -> [INCOMPLETE][276] ([Intel XE#2566])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@xe_evict@evict-beng-mixed-threads-large:
- shard-bmg: [FAIL][277] ([Intel XE#1000]) -> [TIMEOUT][278] ([Intel XE#1473])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_evict@evict-beng-mixed-threads-large.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-5/igt@xe_evict@evict-beng-mixed-threads-large.html
* igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init:
- shard-bmg: [DMESG-WARN][279] -> [DMESG-WARN][280] ([Intel XE#3468]) +1 other test dmesg-warn
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/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: [DMESG-WARN][281] ([Intel XE#3468]) -> [DMESG-WARN][282] ([Intel XE#3467] / [Intel XE#3468])
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-8/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_create.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: [SKIP][283] ([Intel XE#2833]) -> [SKIP][284] ([Intel XE#1192])
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-4/igt@xe_live_ktest@xe_eudebug.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-3/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_module_load@many-reload:
- shard-bmg: [DMESG-WARN][285] ([Intel XE#3467]) -> [DMESG-WARN][286] ([Intel XE#3467] / [Intel XE#3468]) +1 other test dmesg-warn
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-2/igt@xe_module_load@many-reload.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_module_load@many-reload.html
* igt@xe_pm@s2idle-exec-after:
- shard-bmg: [ABORT][287] ([Intel XE#3468] / [Intel XE#3673]) -> [ABORT][288] ([Intel XE#3673]) +1 other test abort
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_pm@s2idle-exec-after.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-7/igt@xe_pm@s2idle-exec-after.html
* igt@xe_pm@s2idle-mocs:
- shard-bmg: [ABORT][289] ([Intel XE#3673]) -> [ABORT][290] ([Intel XE#3468] / [Intel XE#3673])
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-3/igt@xe_pm@s2idle-mocs.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-2/igt@xe_pm@s2idle-mocs.html
* igt@xe_pm@s2idle-vm-bind-unbind-all:
- shard-bmg: [ABORT][291] ([Intel XE#1616]) -> [ABORT][292] ([Intel XE#1616] / [Intel XE#3468]) +1 other test abort
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-8/igt@xe_pm@s2idle-vm-bind-unbind-all.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-1/igt@xe_pm@s2idle-vm-bind-unbind-all.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-bmg: [DMESG-WARN][293] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [DMESG-WARN][294] ([Intel XE#3468] / [Intel XE#569])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/shard-bmg-7/igt@xe_pm@s3-vm-bind-unbind-all.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/shard-bmg-4/igt@xe_pm@s3-vm-bind-unbind-all.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[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#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[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#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1504
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[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#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1948
[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#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[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#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571
[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#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
[Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998
[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#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3383
[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#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433
[Intel XE#3452]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3452
[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#352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/352
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3640]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3640
[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#3673]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3673
[Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[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#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#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#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8141 -> IGTPW_12264
* Linux: xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422 -> xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02
IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422: e57b4b7cd137e0ae00d2601b4b55ab7f504da422
xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02: 2e90353f058f2487798ad9236f0926df4ea54f02
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/index.html
[-- Attachment #2: Type: text/html, Size: 96566 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] tests/xe_exec_sip: increase timeout margin for tests
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
` (4 preceding siblings ...)
2024-12-06 14:09 ` ✗ Xe.CI.Full: " Patchwork
@ 2024-12-06 16:51 ` Kamil Konieczny
5 siblings, 0 replies; 9+ messages in thread
From: Kamil Konieczny @ 2024-12-06 16:51 UTC (permalink / raw)
To: Andrzej Hajda; +Cc: igt-dev
Hi Andrzej,
On 2024-12-06 at 09:17:48 +0100, Andrzej Hajda wrote:
> In case engine reset happens 4s timeout margin sometimes is not enough
> and test fails. It happens mostly on LNL/BMG due to devcoredump creation.
> On CI it does not pass 5s, let's increase it to 8s to be on safe side.
>
> Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> tests/intel/xe_exec_sip_eudebug.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/intel/xe_exec_sip_eudebug.c b/tests/intel/xe_exec_sip_eudebug.c
> index d056a14a2d7f..c317112b4154 100644
> --- a/tests/intel/xe_exec_sip_eudebug.c
> +++ b/tests/intel/xe_exec_sip_eudebug.c
> @@ -263,8 +263,8 @@ static void test_sip(enum shader_type shader_type, enum sip_type sip_type,
> debugger_enabled = xe_eudebug_debugger_available(fd);
> vm_id = xe_vm_create(fd, debugger_enabled ? DRM_XE_VM_CREATE_FLAG_LR_MODE : 0, 0);
>
> - /* Get timeout for job, and add 4s to ensure timeout processes in subtest. */
> - timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 4ull * MSEC_PER_SEC;
> + /* Get timeout for job, and add 8s for devcoredump processing. */
> + timeout = xe_sysfs_get_job_timeout_ms(fd, eci) + 8ull * MSEC_PER_SEC;
> timeout *= NSEC_PER_MSEC;
> timeout *= igt_run_in_simulation() ? 10 : 1;
>
>
> ---
> base-commit: e776f39da6b3666a2834f7e02a1eed9a87f21d74
> change-id: 20241206-xe_exec_sip_eudebug_increase_timeout_for_devcoredump-64e46bd9721d
>
> Best regards,
> --
> Andrzej Hajda <andrzej.hajda@intel.com>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ✗ Xe.CI.BAT: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-06 9:14 ` ✗ Xe.CI.BAT: failure " Patchwork
@ 2024-12-09 8:08 ` Hajda, Andrzej
2024-12-09 8:24 ` Saarinen, Jani
0 siblings, 1 reply; 9+ messages in thread
From: Hajda, Andrzej @ 2024-12-09 8:08 UTC (permalink / raw)
To: igt-dev, I915-ci-infra
W dniu 06.12.2024 o 10:14, Patchwork pisze:
> Project List - Patchwork *Patch Details*
> *Series:* tests/xe_exec_sip: increase timeout margin for tests (rev2)
> *URL:* https://patchwork.freedesktop.org/series/139889/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/index.html
>
>
> CI Bug Log - changes from XEIGT_8141_BAT -> XEIGTPW_12264_BAT
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with XEIGTPW_12264_BAT absolutely need
> to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in XEIGTPW_12264_BAT, 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 (8 -> 8)
>
> No changes in participating hosts
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> XEIGTPW_12264_BAT:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@kms_flip@basic-flip-vs-dpms@a-edp1:
> o bat-lnl-1: PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html>
> +1 other test dmesg-warn
>
All regressions (this and next emails) reported for this patch are
obviously not related - the patch touches only xe_exec_sip_eudebug tests.
Regards
Andrzej
> *
>
>
> Known issues
>
> Here are the changes found in XEIGTPW_12264_BAT that come from known
> issues:
>
>
> IGT changes
>
>
> Possible fixes
>
> * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
> o bat-lnl-1: DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
> -> PASS
> <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
>
>
> Build changes
>
> * IGT: IGT_8141 -> IGTPW_12264
> * Linux: xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422 ->
> xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02
>
> IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422:
> e57b4b7cd137e0ae00d2601b4b55ab7f504da422
> xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02:
> 2e90353f058f2487798ad9236f0926df4ea54f02
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: ✗ Xe.CI.BAT: failure for tests/xe_exec_sip: increase timeout margin for tests (rev2)
2024-12-09 8:08 ` Hajda, Andrzej
@ 2024-12-09 8:24 ` Saarinen, Jani
0 siblings, 0 replies; 9+ messages in thread
From: Saarinen, Jani @ 2024-12-09 8:24 UTC (permalink / raw)
To: Hajda, Andrzej, igt-dev@lists.freedesktop.org,
I915-ci-infra@lists.freedesktop.org
Hi,
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Hajda,
> Andrzej
> Sent: Monday, 9 December 2024 10.08
> To: igt-dev@lists.freedesktop.org; I915-ci-infra@lists.freedesktop.org
> Subject: Re: ✗ Xe.CI.BAT: failure for tests/xe_exec_sip: increase timeout margin
> for tests (rev2)
>
>
> W dniu 06.12.2024 o 10:14, Patchwork pisze:
> > Project List - Patchwork *Patch Details*
> > *Series:* tests/xe_exec_sip: increase timeout margin for tests (rev2)
> > *URL:* https://patchwork.freedesktop.org/series/139889/
> > *State:* failure
> > *Details:*
> > https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/index.html
> >
> >
> > CI Bug Log - changes from XEIGT_8141_BAT -> XEIGTPW_12264_BAT
> >
> >
> > Summary
> >
> > *FAILURE*
> >
> > Serious unknown changes coming with XEIGTPW_12264_BAT absolutely
> need
> > to be verified manually.
> >
> > If you think the reported changes have nothing to do with the changes
> > introduced in XEIGTPW_12264_BAT, 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 (8 -> 8)
> >
> > No changes in participating hosts
> >
> >
> > Possible new issues
> >
> > Here are the unknown changes that may have been introduced in
> > XEIGTPW_12264_BAT:
> >
> >
> > IGT changes
> >
> >
> > Possible regressions
> >
> > * igt@kms_flip@basic-flip-vs-dpms@a-edp1:
> > o bat-lnl-1: PASS
> > <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-
> 1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html>
> > -> DMESG-WARN
> > <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-
> 1/igt@kms_flip@basic-flip-vs-dpms@a-edp1.html>
> > +1 other test dmesg-warn
This is https://gitlab.freedesktop.org/drm/xe/kernel/issues/3729
> >
>
> All regressions (this and next emails) reported for this patch are
> obviously not related - the patch touches only xe_exec_sip_eudebug tests.
>
>
> Regards
>
> Andrzej
>
>
> > *
> >
> >
> > Known issues
> >
> > Here are the changes found in XEIGTPW_12264_BAT that come from known
> > issues:
> >
> >
> > IGT changes
> >
> >
> > Possible fixes
> >
> > * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
> > o bat-lnl-1: DMESG-WARN
> > <https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8141/bat-lnl-
> 1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
> > -> PASS
> > <https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12264/bat-lnl-
> 1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html>
> >
> >
> > Build changes
> >
> > * IGT: IGT_8141 -> IGTPW_12264
> > * Linux: xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422 ->
> > xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02
> >
> > IGTPW_12264: 60a3c62fe2c882953d9a9f1da6d66a3c0c9c1baf @
> > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> > IGT_8141: e776f39da6b3666a2834f7e02a1eed9a87f21d74 @
> > https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> > xe-2331-e57b4b7cd137e0ae00d2601b4b55ab7f504da422:
> > e57b4b7cd137e0ae00d2601b4b55ab7f504da422
> > xe-2332-2e90353f058f2487798ad9236f0926df4ea54f02:
> > 2e90353f058f2487798ad9236f0926df4ea54f02
> >
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-12-09 8:24 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 8:17 [PATCH] tests/xe_exec_sip: increase timeout margin for tests Andrzej Hajda
2024-12-06 8:39 ` ✗ GitLab.Pipeline: warning for tests/xe_exec_sip: increase timeout margin for tests (rev2) Patchwork
2024-12-06 9:05 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-06 9:14 ` ✗ Xe.CI.BAT: failure " Patchwork
2024-12-09 8:08 ` Hajda, Andrzej
2024-12-09 8:24 ` Saarinen, Jani
2024-12-06 10:23 ` ✗ i915.CI.Full: " Patchwork
2024-12-06 14:09 ` ✗ Xe.CI.Full: " Patchwork
2024-12-06 16:51 ` [PATCH] tests/xe_exec_sip: increase timeout margin for tests Kamil Konieczny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox