* [PATCH i-g-t] tests/amdgpu: print expect error information
@ 2024-09-13 10:07 Jesse.zhang@amd.com
2024-09-13 11:42 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jesse.zhang@amd.com @ 2024-09-13 10:07 UTC (permalink / raw)
To: igt-dev
Cc: Vitaly Prosyak, Alex Deucher, Christian Koenig, Kamil Konieczny,
Jesse.zhang@amd.com
Because they are negative tests, some errors are expected.
Print the expected errors for each test.
Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
---
tests/amdgpu/amd_queue_reset.c | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/amdgpu/amd_queue_reset.c b/tests/amdgpu/amd_queue_reset.c
index 68575d496..bd0deb271 100644
--- a/tests/amdgpu/amd_queue_reset.c
+++ b/tests/amdgpu/amd_queue_reset.c
@@ -1090,6 +1090,7 @@ igt_main
unsigned int ring_id_bad;
unsigned int ring_id_job_good;
unsigned int ring_id_job_bad;
+ int expect_error;
enum amd_ip_block_type ip_tests[2] = {AMD_IP_COMPUTE/*keep first*/, AMD_IP_GFX};
enum amd_ip_block_type ip_background = AMD_IP_COMPUTE;
@@ -1146,7 +1147,6 @@ igt_main
r = is_run_device_parameter_found(argc, argv);
snprintf(shm_name,sizeof(shm_name),"/queue_reset_shm_%d",r);
-
fd = drm_open_driver(DRIVER_AMDGPU);
err = amdgpu_device_initialize(fd, &major, &minor, &device);
@@ -1186,6 +1186,17 @@ igt_main
process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major,
&monitor_child, &test_child);
}
+ //print expect error table for each test
+ if(!argc) {// --list-subtests arg is 0
+ for (int i = 0; i < ARRAY_SIZE(ip_tests); i++)
+ for (struct dynamic_test *it = &arr_err[0]; it->name; it++) {
+ expect_error = ip_tests[i] == AMD_IP_COMPUTE ?
+ it->result.compute_reset_result : it->result.gfx_reset_result;
+ printf("test ip: %s, test: %s, expected error:%d \n",
+ ip_tests[i] == AMD_IP_COMPUTE ? "COMPUTE":"GFX", it->name, expect_error);
+ }
+ }
+
for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) {
reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad);
for (struct dynamic_test *it = &arr_err[0]; it->name; it++) {
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ CI.xeBAT: success for tests/amdgpu: print expect error information 2024-09-13 10:07 [PATCH i-g-t] tests/amdgpu: print expect error information Jesse.zhang@amd.com @ 2024-09-13 11:42 ` Patchwork 2024-09-13 12:04 ` ✗ Fi.CI.BAT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-13 11:42 UTC (permalink / raw) To: Jesse.zhang@amd.com; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 977 bytes --] == Series Details == Series: tests/amdgpu: print expect error information URL : https://patchwork.freedesktop.org/series/138639/ State : success == Summary == CI Bug Log - changes from XEIGT_8015_BAT -> XEIGTPW_11741_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Changes ------- No changes found Build changes ------------- * IGT: IGT_8015 -> IGTPW_11741 * Linux: xe-1938-7fc279c7cf796102479291b06b2969d3c27deeb8 -> xe-1943-dd2033fc398794b2420f3d3c3971b5f1fb9829c3 IGTPW_11741: 11741 IGT_8015: 8015 xe-1938-7fc279c7cf796102479291b06b2969d3c27deeb8: 7fc279c7cf796102479291b06b2969d3c27deeb8 xe-1943-dd2033fc398794b2420f3d3c3971b5f1fb9829c3: dd2033fc398794b2420f3d3c3971b5f1fb9829c3 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/index.html [-- Attachment #2: Type: text/html, Size: 1536 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.BAT: failure for tests/amdgpu: print expect error information 2024-09-13 10:07 [PATCH i-g-t] tests/amdgpu: print expect error information Jesse.zhang@amd.com 2024-09-13 11:42 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-09-13 12:04 ` Patchwork 2024-09-13 19:19 ` [PATCH i-g-t] " vitaly prosyak 2024-09-14 0:18 ` ✗ CI.xeFULL: failure for " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-13 12:04 UTC (permalink / raw) To: Jesse.zhang@amd.com; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5197 bytes --] == Series Details == Series: tests/amdgpu: print expect error information URL : https://patchwork.freedesktop.org/series/138639/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15412 -> IGTPW_11741 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11741 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11741, 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_11741/index.html Participating hosts (42 -> 40) ------------------------------ Additional (1): bat-arlh-3 Missing (3): bat-dg2-11 fi-snb-2520m fi-kbl-8809g Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11741: ### IGT changes ### #### Possible regressions #### * igt@i915_module_load@load: - bat-dg2-9: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-dg2-9/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-dg2-9/igt@i915_module_load@load.html * igt@i915_selftest@live: - bat-adlp-9: [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-adlp-9/igt@i915_selftest@live.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-adlp-9/igt@i915_selftest@live.html Known issues ------------ Here are the changes found in IGTPW_11741 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live: - bat-twl-2: [PASS][5] -> [INCOMPLETE][6] ([i915#9413]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-twl-2/igt@i915_selftest@live.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-twl-2/igt@i915_selftest@live.html * igt@i915_selftest@live@gt_lrc: - bat-twl-2: [PASS][7] -> [INCOMPLETE][8] ([i915#11981] / [i915#9413]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-twl-2/igt@i915_selftest@live@gt_lrc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-twl-2/igt@i915_selftest@live@gt_lrc.html #### Possible fixes #### * igt@i915_selftest@live: - bat-arls-2: [DMESG-WARN][9] ([i915#10341] / [i915#12133]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-arls-2/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-arls-2/igt@i915_selftest@live.html * igt@i915_selftest@live@hangcheck: - bat-arls-2: [DMESG-WARN][11] ([i915#11349]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-arls-2/igt@i915_selftest@live@hangcheck.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-arls-2/igt@i915_selftest@live@hangcheck.html #### Warnings #### * igt@fbdev@read: - bat-arls-1: [DMESG-FAIL][13] ([i915#12102]) -> [DMESG-WARN][14] ([i915#12102]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15412/bat-arls-1/igt@fbdev@read.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/bat-arls-1/igt@fbdev@read.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196 [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#10553]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10553 [i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343 [i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11666]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11666 [i915#11724]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11724 [i915#11725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11725 [i915#11981]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11981 [i915#12102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12102 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12203 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8015 -> IGTPW_11741 CI-20190529: 20190529 CI_DRM_15412: 81724f83fa3a4e27133d1d7d0d359300f0e61e4d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11741: 11741 IGT_8015: 8015 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11741/index.html [-- Attachment #2: Type: text/html, Size: 5363 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] tests/amdgpu: print expect error information 2024-09-13 10:07 [PATCH i-g-t] tests/amdgpu: print expect error information Jesse.zhang@amd.com 2024-09-13 11:42 ` ✓ CI.xeBAT: success for " Patchwork 2024-09-13 12:04 ` ✗ Fi.CI.BAT: failure " Patchwork @ 2024-09-13 19:19 ` vitaly prosyak 2024-09-14 0:18 ` ✗ CI.xeFULL: failure for " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: vitaly prosyak @ 2024-09-13 19:19 UTC (permalink / raw) To: Jesse.zhang@amd.com, igt-dev Cc: Vitaly Prosyak, Alex Deucher, Christian Koenig, Kamil Konieczny Thanks, the change looks good ! Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> On 2024-09-13 06:07, Jesse.zhang@amd.com wrote: > Because they are negative tests, some errors are expected. > Print the expected errors for each test. > > Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> > --- > tests/amdgpu/amd_queue_reset.c | 13 ++++++++++++- > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/tests/amdgpu/amd_queue_reset.c b/tests/amdgpu/amd_queue_reset.c > index 68575d496..bd0deb271 100644 > --- a/tests/amdgpu/amd_queue_reset.c > +++ b/tests/amdgpu/amd_queue_reset.c > @@ -1090,6 +1090,7 @@ igt_main > unsigned int ring_id_bad; > unsigned int ring_id_job_good; > unsigned int ring_id_job_bad; > + int expect_error; > > enum amd_ip_block_type ip_tests[2] = {AMD_IP_COMPUTE/*keep first*/, AMD_IP_GFX}; > enum amd_ip_block_type ip_background = AMD_IP_COMPUTE; > @@ -1146,7 +1147,6 @@ igt_main > > r = is_run_device_parameter_found(argc, argv); > snprintf(shm_name,sizeof(shm_name),"/queue_reset_shm_%d",r); > - > fd = drm_open_driver(DRIVER_AMDGPU); > > err = amdgpu_device_initialize(fd, &major, &minor, &device); > @@ -1186,6 +1186,17 @@ igt_main > process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, > &monitor_child, &test_child); > } > + //print expect error table for each test > + if(!argc) {// --list-subtests arg is 0 > + for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) > + for (struct dynamic_test *it = &arr_err[0]; it->name; it++) { > + expect_error = ip_tests[i] == AMD_IP_COMPUTE ? > + it->result.compute_reset_result : it->result.gfx_reset_result; > + printf("test ip: %s, test: %s, expected error:%d \n", > + ip_tests[i] == AMD_IP_COMPUTE ? "COMPUTE":"GFX", it->name, expect_error); > + } > + } > + > for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { > reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); > for (struct dynamic_test *it = &arr_err[0]; it->name; it++) { ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ CI.xeFULL: failure for tests/amdgpu: print expect error information 2024-09-13 10:07 [PATCH i-g-t] tests/amdgpu: print expect error information Jesse.zhang@amd.com ` (2 preceding siblings ...) 2024-09-13 19:19 ` [PATCH i-g-t] " vitaly prosyak @ 2024-09-14 0:18 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-09-14 0:18 UTC (permalink / raw) To: Jesse.zhang@amd.com; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 56760 bytes --] == Series Details == Series: tests/amdgpu: print expect error information URL : https://patchwork.freedesktop.org/series/138639/ State : failure == Summary == CI Bug Log - changes from XEIGT_8015_full -> XEIGTPW_11741_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11741_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11741_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_11741_full: ### IGT changes ### #### Possible regressions #### * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-dg2-set2: [PASS][1] -> [FAIL][2] +1 other test fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_wedged@wedged-at-any-timeout: - shard-lnl: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-3/igt@xe_wedged@wedged-at-any-timeout.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-4/igt@xe_wedged@wedged-at-any-timeout.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_content_protection@mei-interface: - {shard-bmg}: [SKIP][5] ([Intel XE#2341]) -> [SKIP][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-7/igt@kms_content_protection@mei-interface.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-3/igt@kms_content_protection@mei-interface.html * igt@kms_pm_rpm@universal-planes: - {shard-bmg}: [PASS][7] -> [INCOMPLETE][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-8/igt@kms_pm_rpm@universal-planes.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-2/igt@kms_pm_rpm@universal-planes.html Known issues ------------ Here are the changes found in XEIGTPW_11741_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-lnl: [PASS][9] -> [FAIL][10] ([Intel XE#1426]) +1 other test fail [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1407]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0: - shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1124]) +2 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#1399]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#373]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-1/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#309]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-5/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_flip@2x-flip-vs-suspend: - shard-dg2-set2: [PASS][16] -> [INCOMPLETE][17] ([Intel XE#1195] / [Intel XE#2597]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_flip@2x-flip-vs-suspend.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4: - shard-dg2-set2: [PASS][18] -> [INCOMPLETE][19] ([Intel XE#1195]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend@cd-hdmi-a6-dp4.html * igt@kms_flip@2x-plain-flip-ts-check: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1421]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_flip@2x-plain-flip-ts-check.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [PASS][21] -> [FAIL][22] ([Intel XE#886]) +2 other tests fail [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-dg2-set2: [PASS][23] -> [INCOMPLETE][24] ([Intel XE#2049] / [Intel XE#2597]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@d-dp4: - shard-dg2-set2: [PASS][25] -> [INCOMPLETE][26] ([Intel XE#2049]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#1401] / [Intel XE#1745]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1401]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#651]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#656]) +9 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [PASS][31] -> [SKIP][32] ([Intel XE#455]) [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_hdr@invalid-hdr.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_hdr@invalid-hdr.html * igt@kms_plane_scaling@intel-max-src-size: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#599]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#2318]) +3 other tests skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1.html * igt@kms_pm_dc@dc5-dpms-negative: - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#1131]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-5/igt@kms_pm_dc@dc5-dpms-negative.html * igt@kms_psr@fbc-pr-no-drrs: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1406]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-7/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#1435]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_vrr@flipline: - shard-lnl: [PASS][38] -> [FAIL][39] ([Intel XE#2443]) +1 other test fail [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-2/igt@kms_vrr@flipline.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_vrr@flipline.html * igt@xe_compute@ccs-mode-basic: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1447]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-2/igt@xe_compute@ccs-mode-basic.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][41] -> [TIMEOUT][42] ([Intel XE#1473]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-mixed-threads-large: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#688]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-7/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_exec_basic@multigpu-once-rebind: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#1392]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-2/igt@xe_exec_basic@multigpu-once-rebind.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#2229]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_pm@d3cold-multiple-execs: - shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#2284] / [Intel XE#366]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@xe_pm@d3cold-multiple-execs.html #### Possible fixes #### * igt@kms_async_flips@alternate-sync-async-flip: - {shard-bmg}: [FAIL][47] ([Intel XE#827]) -> [PASS][48] +1 other test pass [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-1/igt@kms_async_flips@alternate-sync-async-flip.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-3/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0: - shard-lnl: [INCOMPLETE][49] -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_cursor_edge_walk@128x128-top-bottom: - shard-lnl: [FAIL][51] ([Intel XE#2577]) -> [PASS][52] +1 other test pass [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-top-bottom.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-3/igt@kms_cursor_edge_walk@128x128-top-bottom.html * igt@kms_cursor_legacy@torture-bo@pipe-a: - shard-dg2-set2: [DMESG-WARN][53] ([Intel XE#877]) -> [PASS][54] +2 other tests pass [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_cursor_legacy@torture-bo@pipe-a.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@kms_cursor_legacy@torture-bo@pipe-a.html * igt@kms_flip@2x-flip-vs-panning-interruptible@ad-hdmi-a6-dp4: - shard-dg2-set2: [DMESG-WARN][55] -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_flip@2x-flip-vs-panning-interruptible@ad-hdmi-a6-dp4.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@kms_flip@2x-flip-vs-panning-interruptible@ad-hdmi-a6-dp4.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][57] ([Intel XE#886]) -> [PASS][58] +3 other tests pass [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - {shard-bmg}: [FAIL][59] ([Intel XE#301]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-2/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0: - {shard-bmg}: [DMESG-WARN][61] ([Intel XE#877]) -> [PASS][62] +5 other tests pass [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-3/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html * igt@kms_plane@plane-position-covered: - shard-lnl: [DMESG-FAIL][63] ([Intel XE#324]) -> [PASS][64] +1 other test pass [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-1/igt@kms_plane@plane-position-covered.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-covered@pipe-b-plane-1: - shard-lnl: [DMESG-WARN][65] ([Intel XE#324]) -> [PASS][66] +4 other tests pass [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-1/igt@kms_plane@plane-position-covered@pipe-b-plane-1.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-8/igt@kms_plane@plane-position-covered@pipe-b-plane-1.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2-set2: [FAIL][67] ([Intel XE#361]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [FAIL][69] ([Intel XE#718]) -> [PASS][70] [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-5/igt@kms_pm_dc@dc5-psr.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-4/igt@kms_pm_dc@dc5-psr.html * igt@kms_vrr@flip-basic-fastset: - shard-lnl: [FAIL][71] ([Intel XE#2443]) -> [PASS][72] +1 other test pass [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-5/igt@kms_vrr@flip-basic-fastset.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-1/igt@kms_vrr@flip-basic-fastset.html * igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr-rebind: - {shard-bmg}: [INCOMPLETE][73] -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-8/igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr-rebind.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-1/igt@xe_exec_basic@many-execqueues-bindexecqueue-userptr-rebind.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [TIMEOUT][75] ([Intel XE#2105]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_oa@oa-exponents: - {shard-bmg}: [FAIL][77] ([Intel XE#2723]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-4/igt@xe_oa@oa-exponents.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-8/igt@xe_oa@oa-exponents.html * igt@xe_oa@oa-regs-whitelisted: - shard-lnl: [FAIL][79] ([Intel XE#2514]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-lnl-1/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_oa@oa-regs-whitelisted@ccs-0: - {shard-bmg}: [FAIL][81] ([Intel XE#2514]) -> [PASS][82] +1 other test pass [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-2/igt@xe_oa@oa-regs-whitelisted@ccs-0.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-5/igt@xe_oa@oa-regs-whitelisted@ccs-0.html * igt@xe_pm@s4-multiple-execs: - shard-dg2-set2: [DMESG-WARN][83] ([Intel XE#2019]) -> [PASS][84] [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@xe_pm@s4-multiple-execs.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_pm@s4-multiple-execs.html * igt@xe_pm_residency@idle-residency@gt0: - {shard-bmg}: [FAIL][85] -> [PASS][86] +3 other tests pass [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-8/igt@xe_pm_residency@idle-residency@gt0.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-2/igt@xe_pm_residency@idle-residency@gt0.html * igt@xe_wedged@wedged-at-any-timeout: - {shard-bmg}: [DMESG-WARN][87] ([Intel XE#1760]) -> [PASS][88] [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-bmg-1/igt@xe_wedged@wedged-at-any-timeout.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-bmg-1/igt@xe_wedged@wedged-at-any-timeout.html #### Warnings #### * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: [SKIP][89] ([Intel XE#1201] / [Intel XE#873]) -> [SKIP][90] ([Intel XE#873]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@kms_async_flips@invalid-async-flip.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][91] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][92] ([Intel XE#316]) +3 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-dg2-set2: [SKIP][93] ([Intel XE#316]) -> [SKIP][94] ([Intel XE#1201] / [Intel XE#316]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-90.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2-set2: [SKIP][95] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][96] ([Intel XE#1124]) +10 other tests skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-435/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][97] ([Intel XE#610]) -> [SKIP][98] ([Intel XE#1201] / [Intel XE#610]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][99] ([Intel XE#1124]) -> [SKIP][100] ([Intel XE#1124] / [Intel XE#1201]) +9 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-dg2-set2: [SKIP][101] ([Intel XE#367]) -> [SKIP][102] ([Intel XE#1201] / [Intel XE#367]) +3 other tests skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: [SKIP][103] ([Intel XE#2191]) -> [SKIP][104] ([Intel XE#1201] / [Intel XE#2191]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-dg2-set2: [SKIP][105] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][106] ([Intel XE#2191]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_bw@linear-tiling-2-displays-2560x1440p: - shard-dg2-set2: [SKIP][107] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][108] ([Intel XE#367]) +3 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][109] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][110] ([Intel XE#787]) +83 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][111] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][112] ([Intel XE#1252]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4: - shard-dg2-set2: [SKIP][113] ([Intel XE#787]) -> [SKIP][114] ([Intel XE#1201] / [Intel XE#787]) +62 other tests skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-a-dp-4.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][115] ([Intel XE#1252]) -> [SKIP][116] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: [SKIP][117] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][118] ([Intel XE#455] / [Intel XE#787]) +23 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs: - shard-dg2-set2: [SKIP][119] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][120] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +17 other tests skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2-set2: [SKIP][121] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][122] ([Intel XE#306]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_chamelium_color@ctm-0-25.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-0-75: - shard-dg2-set2: [SKIP][123] ([Intel XE#306]) -> [SKIP][124] ([Intel XE#1201] / [Intel XE#306]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_chamelium_color@ctm-0-75.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: [SKIP][125] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][126] ([Intel XE#373]) +6 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-dg2-set2: [SKIP][127] ([Intel XE#373]) -> [SKIP][128] ([Intel XE#1201] / [Intel XE#373]) +9 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2-set2: [SKIP][129] ([Intel XE#307]) -> [SKIP][130] ([Intel XE#1201] / [Intel XE#307]) [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-1.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@mei-interface: - shard-dg2-set2: [SKIP][131] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][132] ([Intel XE#1201]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@kms_content_protection@mei-interface.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2-set2: [SKIP][133] ([Intel XE#308]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x170.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][136] ([Intel XE#308]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@kms_cursor_crc@cursor-random-512x512.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][138] ([Intel XE#323]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_feature_discovery@display-4x: - shard-dg2-set2: [SKIP][139] ([Intel XE#1138] / [Intel XE#1201]) -> [SKIP][140] ([Intel XE#1138]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_feature_discovery@display-4x.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_feature_discovery@display-4x.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][141] ([Intel XE#651]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#651]) +23 other tests skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][144] ([Intel XE#651]) +22 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-suspend.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2-set2: [SKIP][145] ([Intel XE#658]) -> [SKIP][146] ([Intel XE#1201] / [Intel XE#658]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-tiling-y.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: [SKIP][147] ([Intel XE#653]) -> [SKIP][148] ([Intel XE#1201] / [Intel XE#653]) +23 other tests skip [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-set2: [SKIP][149] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][150] ([Intel XE#658]) [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][152] ([Intel XE#653]) +22 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#356]) -> [SKIP][154] ([Intel XE#356]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][156] ([Intel XE#455] / [Intel XE#498]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][157] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][158] ([Intel XE#498]) +2 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][159] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][160] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +5 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][161] ([Intel XE#2318]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#2318]) +8 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#2318]) -> [SKIP][164] ([Intel XE#2318]) +2 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][165] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][166] ([Intel XE#2318] / [Intel XE#455]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-6.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][167] ([Intel XE#870]) -> [SKIP][168] ([Intel XE#1201] / [Intel XE#870]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_pm_backlight@fade-with-suspend.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-dg2-set2: [SKIP][169] ([Intel XE#1489]) -> [SKIP][170] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area: - shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][172] ([Intel XE#1489]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2-set2: [SKIP][173] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][174] ([Intel XE#1122]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_psr2_su@page_flip-xrgb8888.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: [SKIP][175] ([Intel XE#929]) -> [SKIP][176] ([Intel XE#1201] / [Intel XE#929]) +10 other tests skip [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-render.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@fbc-psr2-sprite-plane-onoff: - shard-dg2-set2: [SKIP][177] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][178] ([Intel XE#929]) +10 other tests skip [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][179] ([Intel XE#1127]) -> [SKIP][180] ([Intel XE#1127] / [Intel XE#1201]) [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2-set2: [SKIP][181] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][182] ([Intel XE#327]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2-set2: [SKIP][183] ([Intel XE#327]) -> [SKIP][184] ([Intel XE#1201] / [Intel XE#327]) [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][185] ([Intel XE#1201] / [Intel XE#1500]) -> [SKIP][186] ([Intel XE#1500]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][187] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][188] ([Intel XE#455]) +11 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-435/igt@kms_vrr@flip-dpms.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@flipline: - shard-dg2-set2: [SKIP][189] ([Intel XE#455]) -> [SKIP][190] ([Intel XE#1201] / [Intel XE#455]) +15 other tests skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_vrr@flipline.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_vrr@flipline.html * igt@kms_vrr@lobf: - shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#2168]) -> [SKIP][192] ([Intel XE#2168]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-435/igt@kms_vrr@lobf.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: [SKIP][193] ([Intel XE#756]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#756]) [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][196] ([Intel XE#756]) [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-434/igt@kms_writeback@writeback-pixel-formats.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@kms_writeback@writeback-pixel-formats.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: [SKIP][197] ([Intel XE#1091] / [Intel XE#1201]) -> [SKIP][198] ([Intel XE#1091]) [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-463/igt@sriov_basic@enable-vfs-autoprobe-off.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: [SKIP][199] ([Intel XE#1123]) -> [SKIP][200] ([Intel XE#1123] / [Intel XE#1201]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x3fff.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_copy_basic@mem-copy-linear-0xfd: - shard-dg2-set2: [SKIP][201] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][202] ([Intel XE#1123]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0xfd.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfd.html * igt@xe_exec_fault_mode@once-invalid-userptr-fault: - shard-dg2-set2: [SKIP][203] ([Intel XE#288]) -> [SKIP][204] ([Intel XE#1201] / [Intel XE#288]) +21 other tests skip [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html * igt@xe_exec_fault_mode@once-rebind-prefetch: - shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][206] ([Intel XE#288]) +21 other tests skip [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-466/igt@xe_exec_fault_mode@once-rebind-prefetch.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_exec_fault_mode@once-rebind-prefetch.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence: - shard-dg2-set2: [SKIP][207] ([Intel XE#2360]) -> [SKIP][208] ([Intel XE#1201] / [Intel XE#2360]) +2 other tests skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - shard-dg2-set2: [SKIP][209] ([Intel XE#2229]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#2229]) [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_module_load@load: - shard-dg2-set2: [SKIP][211] ([Intel XE#378]) -> [SKIP][212] ([Intel XE#1201] / [Intel XE#378]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_module_load@load.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@xe_module_load@load.html * igt@xe_oa@mi-rpc: - shard-dg2-set2: [SKIP][213] ([Intel XE#2541]) -> [SKIP][214] ([Intel XE#1201] / [Intel XE#2541]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_oa@mi-rpc.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@xe_oa@mi-rpc.html * igt@xe_oa@polling-small-buf: - shard-dg2-set2: [SKIP][215] ([Intel XE#1201] / [Intel XE#2541]) -> [SKIP][216] ([Intel XE#2541]) +2 other tests skip [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@xe_oa@polling-small-buf.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_oa@polling-small-buf.html * igt@xe_pat@pat-index-xelpg: - shard-dg2-set2: [SKIP][217] ([Intel XE#979]) -> [SKIP][218] ([Intel XE#1201] / [Intel XE#979]) [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-434/igt@xe_pat@pat-index-xelpg.html * igt@xe_pm@d3cold-mocs: - shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#2284]) -> [SKIP][220] ([Intel XE#2284]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@xe_pm@d3cold-mocs.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: [SKIP][221] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][222] ([Intel XE#2284] / [Intel XE#366]) [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-433/igt@xe_pm@s2idle-d3cold-basic-exec.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: [SKIP][223] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) +1 other test skip [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_pm@s3-d3cold-basic-exec.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-435/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_query@multigpu-query-hwconfig: - shard-dg2-set2: [SKIP][225] ([Intel XE#944]) -> [SKIP][226] ([Intel XE#1201] / [Intel XE#944]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-432/igt@xe_query@multigpu-query-hwconfig.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-463/igt@xe_query@multigpu-query-hwconfig.html * igt@xe_query@multigpu-query-invalid-extension: - shard-dg2-set2: [SKIP][227] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][228] ([Intel XE#944]) +3 other tests skip [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8015/shard-dg2-436/igt@xe_query@multigpu-query-invalid-extension.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/shard-dg2-432/igt@xe_query@multigpu-query-invalid-extension.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1131 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [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#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1638]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1638 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760 [Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [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#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [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#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372 [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#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2723]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2723 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873 [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#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 Build changes ------------- * IGT: IGT_8015 -> IGTPW_11741 * Linux: xe-1938-7fc279c7cf796102479291b06b2969d3c27deeb8 -> xe-1943-dd2033fc398794b2420f3d3c3971b5f1fb9829c3 IGTPW_11741: 11741 IGT_8015: 8015 xe-1938-7fc279c7cf796102479291b06b2969d3c27deeb8: 7fc279c7cf796102479291b06b2969d3c27deeb8 xe-1943-dd2033fc398794b2420f3d3c3971b5f1fb9829c3: dd2033fc398794b2420f3d3c3971b5f1fb9829c3 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11741/index.html [-- Attachment #2: Type: text/html, Size: 72492 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-09-14 0:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-09-13 10:07 [PATCH i-g-t] tests/amdgpu: print expect error information Jesse.zhang@amd.com 2024-09-13 11:42 ` ✓ CI.xeBAT: success for " Patchwork 2024-09-13 12:04 ` ✗ Fi.CI.BAT: failure " Patchwork 2024-09-13 19:19 ` [PATCH i-g-t] " vitaly prosyak 2024-09-14 0:18 ` ✗ CI.xeFULL: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox