* [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message
@ 2024-11-26 5:46 Pranay Samala
2024-11-26 6:32 ` ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Pranay Samala @ 2024-11-26 5:46 UTC (permalink / raw)
To: igt-dev
Cc: karthik.b.s, swati2.sharma, jeevan.b, sameer.lattannavar,
pranay.samala
This patch adds a proper skip message which will be
easy to debug.
v2: Small clean up in if statement
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_dsc.c | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c
index 9b48caf76..5ebb12e9d 100644
--- a/tests/intel/kms_dsc.c
+++ b/tests/intel/kms_dsc.c
@@ -280,21 +280,6 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc,
data->output = output;
data->pipe = pipe;
- if (!is_dsc_supported_by_sink(data->drm_fd, data->output) ||
- !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) ||
- igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC)
- continue;
-
- if ((test_type & TEST_DSC_OUTPUT_FORMAT) &&
- (!is_dsc_output_format_supported(data->drm_fd, data->disp_ver,
- data->output, data->output_format)))
- continue;
-
- if ((test_type & TEST_DSC_FRACTIONAL_BPP) &&
- (!is_dsc_fractional_bpp_supported(data->disp_ver,
- data->drm_fd, data->output)))
- continue;
-
if (test_type & TEST_DSC_OUTPUT_FORMAT)
snprintf(&name[0][0], LEN, "-%s", kmstest_dsc_output_format_str(data->output_format));
if (test_type & TEST_DSC_FORMAT)
@@ -303,8 +288,25 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc,
snprintf(&name[2][0], LEN, "-%dbpc", data->input_bpc);
igt_dynamic_f("pipe-%s-%s%s%s%s", kmstest_pipe_name(data->pipe), data->output->name,
- &name[0][0], &name[1][0], &name[2][0])
+ &name[0][0], &name[1][0], &name[2][0]) {
+ if (!is_dsc_supported_by_sink(data->drm_fd, data->output) ||
+ !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) ||
+ igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC)
+ continue;
+
+ if ((test_type & TEST_DSC_OUTPUT_FORMAT) &&
+ (!is_dsc_output_format_supported(data->drm_fd, data->disp_ver,
+ data->output, data->output_format)))
+ igt_skip("DSC %s output format not supported on pipe-%s\n",
+ kmstest_dsc_output_format_str(data->output_format),
+ kmstest_pipe_name(data->pipe));
+
+ if ((test_type & TEST_DSC_FRACTIONAL_BPP) &&
+ (!is_dsc_fractional_bpp_supported(data->disp_ver,
+ data->drm_fd, data->output)))
+ continue;
update_display(data, test_type);
+ }
if (data->limited)
break;
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala @ 2024-11-26 6:32 ` Patchwork 2024-11-26 7:09 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-11-26 6:32 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3468 bytes --] == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message (rev2) URL : https://patchwork.freedesktop.org/series/141738/ State : success == Summary == CI Bug Log - changes from XEIGT_8125_BAT -> XEIGTPW_12197_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 8) ------------------------------ Missing (1): bat-pvc-2 New tests --------- New tests have been introduced between XEIGT_8125_BAT and XEIGTPW_12197_BAT: ### New IGT tests (5) ### * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-edp-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in XEIGTPW_12197_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#1861]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html #### Possible fixes #### * igt@kms_dsc@dsc-basic: - bat-lnl-1: [SKIP][3] ([Intel XE#2244]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/bat-lnl-1/igt@kms_dsc@dsc-basic.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/bat-lnl-1/igt@kms_dsc@dsc-basic.html - bat-adlp-7: [SKIP][5] ([Intel XE#455]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/bat-adlp-7/igt@kms_dsc@dsc-basic.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/bat-adlp-7/igt@kms_dsc@dsc-basic.html - bat-bmg-1: [SKIP][7] ([Intel XE#2244]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/bat-bmg-1/igt@kms_dsc@dsc-basic.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/bat-bmg-1/igt@kms_dsc@dsc-basic.html - bat-dg2-oem2: [SKIP][9] ([Intel XE#455]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8125 -> IGTPW_12197 * Linux: xe-2275-6510562075d8541c218e72188f9ef339f8ba371f -> xe-2276-ae312905c5a9fc7ce599a74422f068725101c475 IGTPW_12197: 12197 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2275-6510562075d8541c218e72188f9ef339f8ba371f: 6510562075d8541c218e72188f9ef339f8ba371f xe-2276-ae312905c5a9fc7ce599a74422f068725101c475: ae312905c5a9fc7ce599a74422f068725101c475 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/index.html [-- Attachment #2: Type: text/html, Size: 4378 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-26 6:32 ` ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) Patchwork @ 2024-11-26 7:09 ` Patchwork 2024-11-26 7:24 ` ✗ Xe.CI.Full: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-11-26 7:09 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message (rev2) URL : https://patchwork.freedesktop.org/series/141738/ State : success == Summary == CI Bug Log - changes from IGT_8125 -> IGTPW_12197 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/index.html Participating hosts (45 -> 44) ------------------------------ Missing (1): fi-snb-2520m New tests --------- New tests have been introduced between IGT_8125 and IGTPW_12197: ### New IGT tests (18) ### * igt@kms_dsc@dsc-basic@pipe-a-dp-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-dp-7: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-2: - Statuses : 5 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-dp-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-dp-7: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-2: - Statuses : 5 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-dp-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-dp-7: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-2: - Statuses : 5 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-dp-2: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-dp-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-dp-7: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-edp-1: - Statuses : 5 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-1: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-2: - Statuses : 5 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_12197 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests: - bat-apl-1: [PASS][1] -> [INCOMPLETE][2] ([i915#12904]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-apl-1/igt@dmabuf@all-tests.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-apl-1/igt@dmabuf@all-tests.html * igt@i915_selftest@live@gt_mocs: - bat-twl-2: NOTRUN -> [ABORT][3] ([i915#12919]) +1 other test abort [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-twl-2/igt@i915_selftest@live@gt_mocs.html #### Possible fixes #### * igt@kms_dsc@dsc-basic: - bat-rpls-4: [SKIP][4] ([i915#3555] / [i915#3840] / [i915#9886]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-rpls-4/igt@kms_dsc@dsc-basic.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-rpls-4/igt@kms_dsc@dsc-basic.html - bat-rplp-1: [SKIP][6] ([i915#3555] / [i915#3840]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-rplp-1/igt@kms_dsc@dsc-basic.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-rplp-1/igt@kms_dsc@dsc-basic.html - fi-rkl-11600: [SKIP][8] ([i915#3555] / [i915#3840]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/fi-rkl-11600/igt@kms_dsc@dsc-basic.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/fi-rkl-11600/igt@kms_dsc@dsc-basic.html - fi-tgl-1115g4: [SKIP][10] ([i915#3555] / [i915#3840]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/fi-tgl-1115g4/igt@kms_dsc@dsc-basic.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/fi-tgl-1115g4/igt@kms_dsc@dsc-basic.html - bat-adlp-6: [SKIP][12] ([i915#3555] / [i915#3840]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-adlp-6/igt@kms_dsc@dsc-basic.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-adlp-6/igt@kms_dsc@dsc-basic.html - bat-jsl-3: [SKIP][14] ([i915#3555] / [i915#9886]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-jsl-3/igt@kms_dsc@dsc-basic.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-jsl-3/igt@kms_dsc@dsc-basic.html - bat-twl-2: [SKIP][16] ([i915#9886]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-twl-2/igt@kms_dsc@dsc-basic.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-twl-2/igt@kms_dsc@dsc-basic.html - bat-dg2-11: [SKIP][18] ([i915#3555] / [i915#3840]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-dg2-11/igt@kms_dsc@dsc-basic.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-dg2-11/igt@kms_dsc@dsc-basic.html - bat-dg2-14: [SKIP][20] ([i915#3555] / [i915#3840]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-dg2-14/igt@kms_dsc@dsc-basic.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-dg2-14/igt@kms_dsc@dsc-basic.html - {bat-mtlp-9}: [SKIP][22] ([i915#3555] / [i915#3840] / [i915#9159]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-mtlp-9/igt@kms_dsc@dsc-basic.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-mtlp-9/igt@kms_dsc@dsc-basic.html - {bat-arls-6}: [SKIP][24] ([i915#9886]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-arls-6/igt@kms_dsc@dsc-basic.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-arls-6/igt@kms_dsc@dsc-basic.html - bat-mtlp-8: [SKIP][26] ([i915#3555] / [i915#3840] / [i915#9159]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-mtlp-8/igt@kms_dsc@dsc-basic.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-mtlp-8/igt@kms_dsc@dsc-basic.html - bat-adls-6: [SKIP][28] ([i915#3555] / [i915#3840]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-adls-6/igt@kms_dsc@dsc-basic.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-adls-6/igt@kms_dsc@dsc-basic.html - bat-jsl-1: [SKIP][30] ([i915#3555] / [i915#9886]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-jsl-1/igt@kms_dsc@dsc-basic.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-jsl-1/igt@kms_dsc@dsc-basic.html - bat-arlh-3: [SKIP][32] ([i915#9886]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-arlh-3/igt@kms_dsc@dsc-basic.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-arlh-3/igt@kms_dsc@dsc-basic.html - bat-dg1-7: [SKIP][34] ([i915#3555] / [i915#3840]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-dg1-7/igt@kms_dsc@dsc-basic.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-dg1-7/igt@kms_dsc@dsc-basic.html - bat-adlp-9: [SKIP][36] ([i915#3555] / [i915#3840]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8125/bat-adlp-9/igt@kms_dsc@dsc-basic.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/bat-adlp-9/igt@kms_dsc@dsc-basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#9159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9159 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8125 -> IGTPW_12197 * Linux: CI_DRM_15743 -> CI_DRM_15744 CI-20190529: 20190529 CI_DRM_15743: 6510562075d8541c218e72188f9ef339f8ba371f @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15744: ae312905c5a9fc7ce599a74422f068725101c475 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12197: 12197 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/index.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Xe.CI.Full: failure for tests/intel/kms_dsc: Add meaningfull skip message (rev2) 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-26 6:32 ` ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) Patchwork 2024-11-26 7:09 ` ✓ i915.CI.BAT: " Patchwork @ 2024-11-26 7:24 ` Patchwork 2024-11-26 8:30 ` ✗ i915.CI.Full: " Patchwork 2024-11-26 11:53 ` [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Sharma, Swati2 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-11-26 7:24 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 186144 bytes --] == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message (rev2) URL : https://patchwork.freedesktop.org/series/141738/ State : failure == Summary == CI Bug Log - changes from XEIGT_8125_full -> XEIGTPW_12197_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12197_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12197_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_12197_full: ### IGT changes ### #### Possible regressions #### * igt@core_setmaster@master-drop-set-root: - shard-bmg: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@core_setmaster@master-drop-set-root.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@core_setmaster@master-drop-set-root.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-bmg: [PASS][3] -> [INCOMPLETE][4] +1 other test incomplete [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a6: - shard-dg2-set2: [PASS][5] -> [INCOMPLETE][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@flip-vs-suspend@d-hdmi-a6.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@flip-vs-suspend@d-hdmi-a6.html * igt@kms_plane_lowres@tiling-4@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][7] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_lowres@tiling-4@pipe-a-dp-4.html * igt@kms_psr@psr2-primary-render: - shard-lnl: [PASS][8] -> [FAIL][9] +1 other test fail [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-6/igt@kms_psr@psr2-primary-render.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-1/igt@kms_psr@psr2-primary-render.html * igt@xe_eudebug_online@pagefault-write: - shard-bmg: NOTRUN -> [SKIP][10] [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_eudebug_online@pagefault-write.html * igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm: - shard-lnl: [PASS][11] -> [DMESG-WARN][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-3/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html * igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early: - shard-bmg: [PASS][13] -> [DMESG-WARN][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html #### Warnings #### * igt@kms_plane_lowres@tiling-4: - shard-dg2-set2: [SKIP][15] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][16] [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_plane_lowres@tiling-4.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_lowres@tiling-4.html * igt@xe_module_load@reload-no-display: - shard-bmg: [DMESG-WARN][17] ([Intel XE#3467]) -> [FAIL][18] +1 other test fail [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_module_load@reload-no-display.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_module_load@reload-no-display.html New tests --------- New tests have been introduced between XEIGT_8125_full and XEIGTPW_12197_full: ### New IGT tests (252) ### * igt@kms_dsc@dsc-basic@pipe-a-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-dp-2: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-3-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-6-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-3-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-6-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-3-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-6-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-2-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-3-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-6-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-dp-2-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-dp-2-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-dp-2-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-2-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-2-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-2-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-2-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-3-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-3-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-3-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-2-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-3-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-dp-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-dp-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-3-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-3-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-6-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-6-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-dp-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-dp-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-3-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-3-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-6-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-6-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-dp-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-dp-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-3-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-3-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-6-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-6-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-dp-2-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-dp-2-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-dp-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-dp-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-3-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-3-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-6-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-6-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in XEIGTPW_12197_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@hotreplug: - shard-bmg: [PASS][19] -> [SKIP][20] ([Intel XE#1885]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@core_hotunplug@hotreplug.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@core_hotunplug@hotreplug.html - shard-dg2-set2: [PASS][21] -> [SKIP][22] ([Intel XE#1885]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@core_hotunplug@hotreplug.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@core_hotunplug@hotreplug.html * igt@core_hotunplug@hotreplug-lateclose: - shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#1885]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@core_hotunplug@hotreplug-lateclose.html * igt@core_hotunplug@unplug-rescan: - shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#1885]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@core_hotunplug@unplug-rescan.html * igt@core_setmaster@master-drop-set-shared-fd: - shard-dg2-set2: [PASS][25] -> [SKIP][26] ([Intel XE#3453]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@core_setmaster@master-drop-set-shared-fd.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@core_setmaster@master-drop-set-shared-fd.html * igt@fbdev@info: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#2134]) +2 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@fbdev@info.html * igt@fbdev@nullptr: - shard-bmg: [PASS][28] -> [SKIP][29] ([Intel XE#2134]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@fbdev@nullptr.html [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@fbdev@nullptr.html * igt@fbdev@read: - shard-dg2-set2: [PASS][30] -> [SKIP][31] ([Intel XE#2134]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@fbdev@read.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@fbdev@read.html * igt@kms_addfb_basic@unused-handle: - shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#2423]) +35 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_addfb_basic@unused-handle.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs: - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#2550]) +23 other tests skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-6-4-mc-ccs.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2327]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-0: - shard-lnl: [PASS][35] -> [FAIL][36] ([Intel XE#2076]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [PASS][37] -> [SKIP][38] ([Intel XE#2136]) +24 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-180: - shard-bmg: [PASS][39] -> [SKIP][40] ([Intel XE#2136]) +23 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_big_fb@linear-16bpp-rotate-180.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_big_fb@linear-16bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#316]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#1124]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-270: - shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#1124]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#610]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#367]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html * igt@kms_bw@linear-tiling-3-displays-2560x1440p: - shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#367]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#787]) +124 other tests skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-suspend-y-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#3432]) [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#455] / [Intel XE#787]) +20 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][51] ([Intel XE#2887]) +7 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][52] ([Intel XE#1727]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][53] ([Intel XE#1727] / [Intel XE#3113]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2724]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-negative: - shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2325]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#373]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-after-suspend: - shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2252]) +5 other tests skip [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html * igt@kms_content_protection@legacy: - shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#2341]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_content_protection@legacy.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#308]) +3 other tests skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2321]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-bmg: [PASS][61] -> [SKIP][62] ([Intel XE#2291]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#2423] / [i915#2575]) +50 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: NOTRUN -> [DMESG-WARN][64] ([Intel XE#877]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_dp_aux_dev: - shard-dg2-set2: [PASS][65] -> [SKIP][66] ([Intel XE#2423]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_dp_aux_dev.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_dp_aux_dev.html * igt@kms_fbcon_fbt@psr: - shard-bmg: NOTRUN -> [SKIP][67] ([Intel XE#776]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-blocking-absolute-wf_vblank@ac-dp2-hdmi-a3: - shard-bmg: [PASS][68] -> [DMESG-WARN][69] ([Intel XE#3468]) +21 other tests dmesg-warn [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_flip@2x-blocking-absolute-wf_vblank@ac-dp2-hdmi-a3.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_flip@2x-blocking-absolute-wf_vblank@ac-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#2316]) [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][71] ([Intel XE#3486]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][72] ([Intel XE#301]) +2 other tests fail [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][73] ([Intel XE#3321] / [Intel XE#3486]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4.html * igt@kms_flip@2x-nonexisting-fb: - shard-bmg: [PASS][74] -> [SKIP][75] ([Intel XE#2316]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_flip@2x-nonexisting-fb.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@busy-flip: - shard-dg2-set2: [PASS][76] -> [SKIP][77] ([Intel XE#2423] / [i915#2575]) +69 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@busy-flip.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_flip@busy-flip.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-dp2: - shard-bmg: NOTRUN -> [DMESG-FAIL][78] ([Intel XE#3468]) +2 other tests dmesg-fail [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_flip@flip-vs-absolute-wf_vblank@a-dp2.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [PASS][79] -> [INCOMPLETE][80] ([Intel XE#2049] / [Intel XE#2597]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@flip-vs-suspend.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-lnl: [PASS][81] -> [FAIL][82] ([Intel XE#3149] / [Intel XE#886]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@kms_flip@plain-flip-ts-check-interruptible.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-6/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1: - shard-lnl: [PASS][83] -> [FAIL][84] ([Intel XE#886]) [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-6/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling: - shard-dg2-set2: [PASS][85] -> [SKIP][86] ([Intel XE#2136] / [Intel XE#2351]) +8 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-bmg: NOTRUN -> [SKIP][87] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/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-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-bmg: NOTRUN -> [SKIP][88] ([Intel XE#2293]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][89] ([Intel XE#455]) +3 other tests skip [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2312]) +4 other tests skip [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2136]) +47 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: NOTRUN -> [SKIP][92] ([Intel XE#651]) +7 other tests skip [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render: - shard-bmg: NOTRUN -> [SKIP][93] ([Intel XE#2311]) +14 other tests skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [FAIL][94] ([Intel XE#2333]) +7 other tests fail [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#2136] / [Intel XE#2351]) +15 other tests skip [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2-set2: NOTRUN -> [SKIP][96] ([Intel XE#658]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear: - shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2136]) +34 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#653]) +3 other tests skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt: - shard-bmg: NOTRUN -> [SKIP][99] ([Intel XE#2313]) +14 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#346]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-bmg: NOTRUN -> [SKIP][101] ([Intel XE#3012]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-bmg: [PASS][102] -> [SKIP][103] ([Intel XE#2571]) [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-a: - shard-bmg: NOTRUN -> [DMESG-WARN][104] ([Intel XE#2705]) [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a: - shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#2763]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#2763] / [Intel XE#455]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a: - shard-bmg: NOTRUN -> [SKIP][107] ([Intel XE#2763]) +9 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a.html * igt@kms_pm_dc@dc5-retention-flops: - shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#3309]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_rpm@basic-rte: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][109] ([Intel XE#1727] / [Intel XE#3468]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_pm_rpm@basic-rte.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-bmg: NOTRUN -> [SKIP][110] ([Intel XE#1439]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2-set2: [PASS][111] -> [SKIP][112] ([Intel XE#2446]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_pm_rpm@dpms-non-lpsp.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@legacy-planes-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#2446]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_pm_rpm@legacy-planes-dpms.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#2446]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-bmg: [PASS][115] -> [INCOMPLETE][116] ([Intel XE#1727] / [Intel XE#3468]) [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@universal-planes-dpms: - shard-bmg: [PASS][117] -> [SKIP][118] ([Intel XE#2446]) +4 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_pm_rpm@universal-planes-dpms.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_rpm@universal-planes-dpms.html * igt@kms_prop_blob@invalid-set-prop: - shard-bmg: [PASS][119] -> [SKIP][120] ([Intel XE#2423]) +117 other tests skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_prop_blob@invalid-set-prop.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_prop_blob@invalid-set-prop.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#1489]) +5 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - shard-dg2-set2: NOTRUN -> [SKIP][122] ([Intel XE#1489]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-bmg: NOTRUN -> [SKIP][123] ([Intel XE#2387]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-psr2-sprite-plane-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][124] ([Intel XE#2850] / [Intel XE#929]) +4 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html * igt@kms_psr@psr2-no-drrs: - shard-bmg: NOTRUN -> [SKIP][125] ([Intel XE#2234] / [Intel XE#2850]) +11 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_psr@psr2-no-drrs.html * igt@kms_psr@psr2-primary-render: - shard-bmg: NOTRUN -> [SKIP][126] ([Intel XE#2234]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_psr@psr2-primary-render.html * igt@kms_sequence@get-busy@pipe-c-dp-2: - shard-bmg: NOTRUN -> [DMESG-WARN][127] ([Intel XE#3468]) +15 other tests dmesg-warn [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_sequence@get-busy@pipe-c-dp-2.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-bmg: [PASS][128] -> [SKIP][129] ([Intel XE#1435]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1: - shard-lnl: [PASS][130] -> [FAIL][131] ([Intel XE#899]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-b-edp-1.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3: - shard-bmg: [PASS][132] -> [DMESG-WARN][133] ([Intel XE#1727] / [Intel XE#3468]) +5 other tests dmesg-warn [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-hdmi-a-3.html * igt@kms_vrr@cmrr: - shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#2168]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_vrr@cmrr.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#1499]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#1091] / [Intel XE#2849]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@testdisplay: - shard-dg2-set2: NOTRUN -> [SKIP][137] ([Intel XE#2423]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@testdisplay.html * igt@xe_eudebug_online@interrupt-all-set-breakpoint: - shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#2905]) +2 other tests skip [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html * igt@xe_eudebug_online@stopped-thread: - shard-bmg: NOTRUN -> [SKIP][139] ([Intel XE#2905]) +7 other tests skip [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_eudebug_online@stopped-thread.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-bmg: NOTRUN -> [INCOMPLETE][140] ([Intel XE#1473]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_evict@evict-beng-threads-large: - shard-bmg: [PASS][141] -> [TIMEOUT][142] ([Intel XE#1473]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_evict@evict-beng-threads-large.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate: - shard-dg2-set2: [PASS][143] -> [SKIP][144] ([Intel XE#1130]) +143 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_exec_balancer@many-cm-virtual-userptr-invalidate.html * igt@xe_exec_balancer@many-execqueues-virtual-rebind: - shard-dg2-set2: NOTRUN -> [SKIP][145] ([Intel XE#1130]) +78 other tests skip [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_exec_balancer@many-execqueues-virtual-rebind.html * igt@xe_exec_basic@many-execqueues-null-defer-bind: - shard-bmg: [PASS][146] -> [SKIP][147] ([Intel XE#1130]) +264 other tests skip [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_exec_basic@many-execqueues-null-defer-bind.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_exec_basic@many-execqueues-null-defer-bind.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind: - shard-bmg: NOTRUN -> [SKIP][148] ([Intel XE#2322]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-null-rebind.html * igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch: - shard-bmg: [PASS][149] -> [DMESG-WARN][150] ([Intel XE#1727]) [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@xe_exec_fault_mode@once-bindexecqueue-rebind-prefetch.html * igt@xe_exec_fault_mode@once-userptr-imm: - shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#288]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@xe_exec_fault_mode@once-userptr-imm.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init: - shard-bmg: [PASS][152] -> [DMESG-WARN][153] ([Intel XE#3343]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute: - shard-bmg: NOTRUN -> [FAIL][154] ([Intel XE#3499]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html * igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit: - shard-bmg: [PASS][155] -> [SKIP][156] ([Intel XE#2229]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html * igt@xe_live_ktest@xe_dma_buf: - shard-bmg: [PASS][157] -> [SKIP][158] ([Intel XE#1192]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_live_ktest@xe_dma_buf.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - shard-dg2-set2: NOTRUN -> [SKIP][159] ([Intel XE#2229]) [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html - shard-bmg: NOTRUN -> [SKIP][160] ([Intel XE#2229]) [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_module_load@load: - shard-bmg: NOTRUN -> [SKIP][161] ([Intel XE#2457]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_module_load@load.html - shard-dg2-set2: NOTRUN -> [SKIP][162] ([Intel XE#378]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_module_load@load.html * igt@xe_module_load@unload: - shard-bmg: NOTRUN -> [DMESG-WARN][163] ([Intel XE#3467]) [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_module_load@unload.html * igt@xe_oa@invalid-oa-metric-set-id: - shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#3573]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@xe_oa@invalid-oa-metric-set-id.html * igt@xe_oa@oa-regs-whitelisted: - shard-bmg: [PASS][165] -> [FAIL][166] ([Intel XE#2514]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_oa@oa-regs-whitelisted.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_oa@oa-regs-whitelisted@ccs-0: - shard-bmg: NOTRUN -> [FAIL][167] ([Intel XE#2514]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_oa@oa-regs-whitelisted@ccs-0.html * igt@xe_pm@d3cold-basic: - shard-bmg: NOTRUN -> [SKIP][168] ([Intel XE#2284]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_pm@d3cold-basic.html * igt@xe_pm@s3-vm-bind-unbind-all: - shard-bmg: NOTRUN -> [DMESG-WARN][169] ([Intel XE#3468] / [Intel XE#569]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_pm@s3-vm-bind-unbind-all.html * igt@xe_query@multigpu-query-invalid-extension: - shard-bmg: NOTRUN -> [SKIP][170] ([Intel XE#944]) [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_sriov_flr@flr-vf1-clear: - shard-dg2-set2: NOTRUN -> [SKIP][171] ([Intel XE#3342]) [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@xe_sriov_flr@flr-vf1-clear.html * igt@xe_vm@bind-no-array-conflict: - shard-bmg: NOTRUN -> [SKIP][172] ([Intel XE#1130]) +70 other tests skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_vm@bind-no-array-conflict.html * igt@xe_wedged@wedged-at-any-timeout: - shard-bmg: NOTRUN -> [ABORT][173] ([Intel XE#3421]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_wedged@wedged-at-any-timeout.html #### Possible fixes #### * igt@core_getstats: - shard-dg2-set2: [SKIP][174] ([Intel XE#2423]) -> [PASS][175] +1 other test pass [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@core_getstats.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@core_getstats.html * igt@core_getversion@all-cards: - shard-dg2-set2: [FAIL][176] ([Intel XE#3440]) -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@core_getversion@all-cards.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@core_getversion@all-cards.html * igt@fbdev@unaligned-read: - shard-dg2-set2: [SKIP][178] ([Intel XE#2134]) -> [PASS][179] [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@fbdev@unaligned-read.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@fbdev@unaligned-read.html * igt@kms_cursor_crc@cursor-suspend: - shard-bmg: [INCOMPLETE][180] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][181] +4 other tests pass [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_cursor_crc@cursor-suspend.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-bmg: [SKIP][182] ([Intel XE#2291]) -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [DMESG-WARN][184] ([Intel XE#877]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_dsc@dsc-basic: - shard-dg2-set2: [SKIP][186] ([Intel XE#2351]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_dsc@dsc-basic.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: [SKIP][188] ([Intel XE#2136] / [Intel XE#2351]) -> [PASS][189] +5 other tests pass [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_dsc@dsc-with-bpc-formats.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_dsc@dsc-with-bpc-formats.html - shard-lnl: [SKIP][190] ([Intel XE#2244]) -> [PASS][191] +7 other tests pass [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-8/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-bmg: [SKIP][192] ([Intel XE#2244]) -> [PASS][193] +6 other tests pass [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_dsc@dsc-with-output-formats.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3: - shard-bmg: [FAIL][194] ([Intel XE#3321] / [Intel XE#3486]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-dg2-set2: [SKIP][196] ([Intel XE#310]) -> [PASS][197] +1 other test pass [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@2x-nonexisting-fb-interruptible.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@2x-plain-flip: - shard-bmg: [SKIP][198] ([Intel XE#2316]) -> [PASS][199] +1 other test pass [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_flip@2x-plain-flip.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-lnl: [FAIL][200] ([Intel XE#886]) -> [PASS][201] +5 other tests pass [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-8/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-bmg: [DMESG-WARN][202] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][203] +5 other tests pass [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2-set2: [SKIP][204] -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][206] ([Intel XE#2136]) -> [PASS][207] +19 other tests pass [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][208] ([Intel XE#656]) -> [PASS][209] +2 other tests pass [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_plane@pixel-format-source-clamping: - shard-bmg: [INCOMPLETE][210] ([Intel XE#1035] / [Intel XE#2566] / [Intel XE#3468]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_plane@pixel-format-source-clamping.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_plane@pixel-format-source-clamping.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format: - shard-bmg: [INCOMPLETE][212] -> [PASS][213] +2 other tests pass [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [FAIL][214] ([Intel XE#718]) -> [PASS][215] +1 other test pass [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_rpm@basic-pci-d3-state: - shard-dg2-set2: [DMESG-WARN][216] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][217] +1 other test pass [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_pm_rpm@basic-pci-d3-state.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2-set2: [SKIP][218] ([Intel XE#2446]) -> [PASS][219] [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_rotation_crc@multiplane-rotation: - shard-bmg: [DMESG-FAIL][220] ([Intel XE#3468]) -> [PASS][221] +9 other tests pass [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_rotation_crc@multiplane-rotation.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_rotation_crc@multiplane-rotation.html * igt@kms_setmode@clone-exclusive-crtc: - shard-bmg: [SKIP][222] ([Intel XE#1435]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_setmode@clone-exclusive-crtc.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_vblank@wait-forked-busy-hang: - shard-dg2-set2: [SKIP][224] ([Intel XE#2423] / [i915#2575]) -> [PASS][225] +80 other tests pass [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_vblank@wait-forked-busy-hang.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_vblank@wait-forked-busy-hang.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [FAIL][226] ([Intel XE#2159]) -> [PASS][227] +1 other test pass [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@kms_vrr@cmrr@pipe-a-edp-1.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-4/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_exec_basic@many-execqueues-bindexecqueue: - shard-lnl: [FAIL][228] -> [PASS][229] [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@xe_exec_basic@many-execqueues-bindexecqueue.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-1/igt@xe_exec_basic@many-execqueues-bindexecqueue.html * igt@xe_exec_basic@once-userptr-invalidate-race: - shard-dg2-set2: [SKIP][230] ([Intel XE#1130]) -> [PASS][231] +127 other tests pass [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_exec_basic@once-userptr-invalidate-race.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@xe_exec_basic@once-userptr-invalidate-race.html * igt@xe_exec_fault_mode@twice-bindexecqueue: - shard-bmg: [DMESG-WARN][232] ([Intel XE#1727]) -> [PASS][233] +2 other tests pass [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_exec_fault_mode@twice-bindexecqueue.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_exec_fault_mode@twice-bindexecqueue.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate: - shard-dg2-set2: [DMESG-WARN][234] ([Intel XE#3515]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html * igt@xe_exec_threads@threads-cm-shared-vm-userptr: - shard-dg2-set2: [DMESG-WARN][236] ([Intel XE#1727]) -> [PASS][237] +2 other tests pass [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_exec_threads@threads-cm-shared-vm-userptr.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@xe_exec_threads@threads-cm-shared-vm-userptr.html * igt@xe_exec_threads@threads-mixed-basic: - shard-lnl: [DMESG-WARN][238] -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-4/igt@xe_exec_threads@threads-mixed-basic.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-6/igt@xe_exec_threads@threads-mixed-basic.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init: - shard-bmg: [DMESG-WARN][240] ([Intel XE#3343]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/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_wopcm_init: - shard-bmg: [DMESG-WARN][242] ([Intel XE#3343] / [Intel XE#3468]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - shard-bmg: [INCOMPLETE][244] ([Intel XE#2998]) -> [PASS][245] +1 other test pass [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html * igt@xe_live_ktest@xe_mocs: - shard-lnl: [SKIP][246] ([Intel XE#1192]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-5/igt@xe_live_ktest@xe_mocs.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-6/igt@xe_live_ktest@xe_mocs.html * igt@xe_pat@display-vs-wb-transient: - shard-bmg: [DMESG-WARN][248] ([Intel XE#3468]) -> [PASS][249] +77 other tests pass [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_pat@display-vs-wb-transient.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pm@s3-basic-exec: - shard-bmg: [DMESG-FAIL][250] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][251] +1 other test pass [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_pm@s3-basic-exec.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_pm@s3-basic-exec.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [FAIL][252] ([Intel XE#958]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-lnl-3/igt@xe_pm_residency@toggle-gt-c6.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-lnl-1/igt@xe_pm_residency@toggle-gt-c6.html #### Warnings #### * igt@core_hotunplug@hotrebind-lateclose: - shard-bmg: [DMESG-WARN][254] ([Intel XE#3468]) -> [SKIP][255] ([Intel XE#1885]) [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@core_hotunplug@hotrebind-lateclose.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@core_hotunplug@hotrebind-lateclose.html * igt@core_hotunplug@hotunplug-rescan: - shard-dg2-set2: [INCOMPLETE][256] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][257] ([Intel XE#1885]) [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@core_hotunplug@hotunplug-rescan.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@core_hotunplug@hotunplug-rescan.html * igt@core_hotunplug@unplug-rescan: - shard-dg2-set2: [SKIP][258] ([Intel XE#1885]) -> [DMESG-WARN][259] ([Intel XE#3468]) [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@core_hotunplug@unplug-rescan.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@core_hotunplug@unplug-rescan.html * igt@fbdev@write: - shard-bmg: [DMESG-WARN][260] ([Intel XE#3468]) -> [SKIP][261] ([Intel XE#2134]) [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@fbdev@write.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@fbdev@write.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: [SKIP][262] ([Intel XE#623]) -> [SKIP][263] ([Intel XE#2423] / [i915#2575]) [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: [SKIP][264] ([Intel XE#2423] / [i915#2575]) -> [SKIP][265] ([Intel XE#873]) [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_async_flips@invalid-async-flip.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-bmg: [SKIP][266] ([Intel XE#2327]) -> [SKIP][267] ([Intel XE#2136]) +4 other tests skip [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-bmg: [DMESG-FAIL][268] ([Intel XE#3468]) -> [INCOMPLETE][269] ([Intel XE#3225]) [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2-set2: [SKIP][270] ([Intel XE#316]) -> [SKIP][271] ([Intel XE#2136]) +1 other test skip [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@linear-16bpp-rotate-270.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-dg2-set2: [SKIP][272] ([Intel XE#316]) -> [SKIP][273] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-270.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-dg2-set2: [SKIP][274] ([Intel XE#2136]) -> [SKIP][275] ([Intel XE#316]) +5 other tests skip [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_big_fb@linear-8bpp-rotate-270.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-bmg: [DMESG-WARN][276] ([Intel XE#2705] / [Intel XE#3468]) -> [SKIP][277] ([Intel XE#2136]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-64bpp-rotate-0: - shard-dg2-set2: [SKIP][278] ([Intel XE#1124]) -> [SKIP][279] ([Intel XE#2136]) +7 other tests skip [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2-set2: [SKIP][280] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][281] ([Intel XE#619]) [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-bmg: [SKIP][282] ([Intel XE#1124]) -> [SKIP][283] ([Intel XE#2136]) +20 other tests skip [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2-set2: [SKIP][284] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][285] ([Intel XE#1124]) +5 other tests skip [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][286] ([Intel XE#2136]) -> [SKIP][287] ([Intel XE#1124]) +6 other tests skip [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: [SKIP][288] ([Intel XE#619]) -> [SKIP][289] ([Intel XE#2136] / [Intel XE#2351]) [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][290] ([Intel XE#1124]) -> [SKIP][291] ([Intel XE#2136] / [Intel XE#2351]) [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-bmg: [SKIP][292] ([Intel XE#2314] / [Intel XE#2894]) -> [SKIP][293] ([Intel XE#2423]) +2 other tests skip [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: [SKIP][294] ([Intel XE#2423] / [i915#2575]) -> [SKIP][295] ([Intel XE#2191]) +1 other test skip [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p: - shard-dg2-set2: [SKIP][296] ([Intel XE#2191]) -> [SKIP][297] ([Intel XE#2423] / [i915#2575]) +1 other test skip [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-bmg: [SKIP][298] ([Intel XE#367]) -> [SKIP][299] ([Intel XE#2423]) +2 other tests skip [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-1-displays-3840x2160p: - shard-dg2-set2: [SKIP][300] ([Intel XE#367]) -> [SKIP][301] ([Intel XE#2423] / [i915#2575]) +5 other tests skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_bw@linear-tiling-1-displays-3840x2160p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc: - shard-dg2-set2: [SKIP][302] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][303] ([Intel XE#455] / [Intel XE#787]) +1 other test skip [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][304] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][305] ([Intel XE#2136]) +9 other tests skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs: - shard-bmg: [SKIP][306] ([Intel XE#2887]) -> [SKIP][307] ([Intel XE#2136]) +20 other tests skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][308] ([Intel XE#2136]) -> [SKIP][309] ([Intel XE#455] / [Intel XE#787]) +13 other tests skip [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][310] ([Intel XE#2136]) -> [SKIP][311] ([Intel XE#2907]) +1 other test skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs: - shard-dg2-set2: [SKIP][312] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][313] ([Intel XE#2136] / [Intel XE#2351]) +3 other tests skip [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][314] ([Intel XE#2907]) -> [SKIP][315] ([Intel XE#2136]) +2 other tests skip [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][316] ([Intel XE#3442]) -> [SKIP][317] ([Intel XE#2136]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-bmg: [SKIP][318] ([Intel XE#3432]) -> [SKIP][319] ([Intel XE#2136]) +2 other tests skip [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [INCOMPLETE][320] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][321] ([Intel XE#2136]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-bmg: [SKIP][322] ([Intel XE#2652] / [Intel XE#787]) -> [SKIP][323] ([Intel XE#2136]) +3 other tests skip [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [FAIL][324] ([Intel XE#616]) -> [SKIP][325] ([Intel XE#2136]) [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][326] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][327] ([Intel XE#787]) [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html * igt@kms_cdclk@mode-transition: - shard-bmg: [SKIP][328] ([Intel XE#2724]) -> [SKIP][329] ([Intel XE#2136]) [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_cdclk@mode-transition.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_color@ctm-limited-range: - shard-dg2-set2: [SKIP][330] ([Intel XE#2423] / [i915#2575]) -> [SKIP][331] ([Intel XE#306]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_chamelium_color@ctm-limited-range.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-bmg: [SKIP][332] ([Intel XE#2325]) -> [SKIP][333] ([Intel XE#2423]) +1 other test skip [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_chamelium_color@ctm-red-to-blue.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: [SKIP][334] ([Intel XE#306]) -> [SKIP][335] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_chamelium_color@gamma.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@vga-frame-dump: - shard-dg2-set2: [SKIP][336] ([Intel XE#2423] / [i915#2575]) -> [SKIP][337] ([Intel XE#373]) +9 other tests skip [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_chamelium_frames@vga-frame-dump.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_chamelium_frames@vga-frame-dump.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-bmg: [SKIP][338] ([Intel XE#2252]) -> [SKIP][339] ([Intel XE#2423]) +17 other tests skip [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_chamelium_hpd@common-hpd-after-suspend.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode: - shard-dg2-set2: [SKIP][340] ([Intel XE#373]) -> [SKIP][341] ([Intel XE#2423] / [i915#2575]) +6 other tests skip [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic: - shard-dg2-set2: [FAIL][342] ([Intel XE#1178]) -> [SKIP][343] ([Intel XE#455]) [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_content_protection@atomic.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-bmg: [FAIL][344] ([Intel XE#1178]) -> [SKIP][345] ([Intel XE#2423]) [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_content_protection@atomic-dpms.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2-set2: [SKIP][346] ([Intel XE#2423] / [i915#2575]) -> [SKIP][347] ([Intel XE#307]) +1 other test skip [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_content_protection@dp-mst-lic-type-0.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@lic-type-0: - shard-dg2-set2: [FAIL][348] ([Intel XE#1178]) -> [SKIP][349] ([Intel XE#2423] / [i915#2575]) +1 other test skip [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_content_protection@lic-type-0.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm: - shard-bmg: [INCOMPLETE][350] ([Intel XE#2715]) -> [SKIP][351] ([Intel XE#2423]) [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_content_protection@srm.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-onscreen-128x128: - shard-bmg: [DMESG-FAIL][352] ([Intel XE#3468]) -> [SKIP][353] ([Intel XE#2423]) +2 other tests skip [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-128x128.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-128x128.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2-set2: [SKIP][354] ([Intel XE#2423] / [i915#2575]) -> [SKIP][355] ([Intel XE#308]) +1 other test skip [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x170.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-bmg: [SKIP][356] ([Intel XE#2320]) -> [SKIP][357] ([Intel XE#2423]) +6 other tests skip [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_cursor_crc@cursor-sliding-256x85.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-bmg: [SKIP][358] ([Intel XE#2321]) -> [SKIP][359] ([Intel XE#2423]) +2 other tests skip [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_crc@cursor-sliding-512x512.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-suspend: - shard-dg2-set2: [INCOMPLETE][360] ([Intel XE#3468]) -> [SKIP][361] ([Intel XE#2423] / [i915#2575]) [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_cursor_crc@cursor-suspend.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-bmg: [SKIP][362] ([Intel XE#2291]) -> [SKIP][363] ([Intel XE#2423]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2-set2: [SKIP][364] ([Intel XE#309]) -> [SKIP][365] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg2-set2: [SKIP][366] ([Intel XE#323]) -> [SKIP][367] ([Intel XE#2423] / [i915#2575]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-bmg: [SKIP][368] ([Intel XE#2286]) -> [SKIP][369] ([Intel XE#2423]) +1 other test skip [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-bmg: [SKIP][370] ([Intel XE#1508]) -> [SKIP][371] ([Intel XE#2136]) [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: [SKIP][372] ([Intel XE#307]) -> [SKIP][373] ([Intel XE#2423] / [i915#2575]) +1 other test skip [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_display_modes@mst-extended-mode-negative.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_display_modes@mst-extended-mode-negative.html - shard-bmg: [SKIP][374] ([Intel XE#2323]) -> [SKIP][375] ([Intel XE#2423]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_display_modes@mst-extended-mode-negative.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: [SKIP][376] ([Intel XE#455]) -> [SKIP][377] ([Intel XE#2136]) +3 other tests skip [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: [SKIP][378] ([Intel XE#776]) -> [SKIP][379] ([Intel XE#2136]) [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_fbcon_fbt@psr.html [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-bmg: [SKIP][380] ([Intel XE#776]) -> [SKIP][381] ([Intel XE#2136]) [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_fbcon_fbt@psr-suspend.html [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-3x: - shard-bmg: [SKIP][382] ([Intel XE#2373]) -> [SKIP][383] ([Intel XE#2423]) [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_feature_discovery@display-3x.html [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@display-4x: - shard-bmg: [SKIP][384] ([Intel XE#1138]) -> [SKIP][385] ([Intel XE#2423]) [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_feature_discovery@display-4x.html [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2-set2: [SKIP][386] ([Intel XE#1137]) -> [SKIP][387] ([Intel XE#2423] / [i915#2575]) [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_feature_discovery@dp-mst.html [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-bmg: [SKIP][388] ([Intel XE#2374]) -> [SKIP][389] ([Intel XE#2423]) +1 other test skip [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_feature_discovery@psr1.html [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible: - shard-bmg: [SKIP][390] ([Intel XE#2316]) -> [SKIP][391] ([Intel XE#2423]) [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-dpms-vs-vblank-race-interruptible: - shard-dg2-set2: [SKIP][392] ([Intel XE#2423] / [i915#2575]) -> [SKIP][393] ([Intel XE#310]) +1 other test skip [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-dg2-set2: [SKIP][394] ([Intel XE#310]) -> [SKIP][395] ([Intel XE#2423] / [i915#2575]) [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip@2x-flip-vs-expired-vblank.html [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [DMESG-FAIL][396] ([Intel XE#3468]) -> [FAIL][397] ([Intel XE#2882]) [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg2-set2: [SKIP][398] ([Intel XE#2423] / [i915#2575]) -> [FAIL][399] ([Intel XE#301]) [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [DMESG-WARN][400] ([Intel XE#3468]) -> [FAIL][401] ([Intel XE#3321] / [Intel XE#3486]) [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-bmg: [DMESG-WARN][402] ([Intel XE#3468]) -> [SKIP][403] ([Intel XE#2423]) +7 other tests skip [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@absolute-wf_vblank: - shard-bmg: [DMESG-FAIL][404] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][405] ([Intel XE#2423]) [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip@absolute-wf_vblank.html [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip@absolute-wf_vblank.html * igt@kms_flip@basic-flip-vs-wf_vblank: - shard-bmg: [DMESG-WARN][406] -> [SKIP][407] ([Intel XE#2423]) [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip@basic-flip-vs-wf_vblank.html [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling: - shard-dg2-set2: [SKIP][408] ([Intel XE#455]) -> [SKIP][409] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html - shard-bmg: [INCOMPLETE][410] -> [SKIP][411] ([Intel XE#2293] / [Intel XE#2380]) [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-bmg: [INCOMPLETE][412] -> [SKIP][413] ([Intel XE#2293]) [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-dg2-set2: [SKIP][414] ([Intel XE#2136]) -> [SKIP][415] ([Intel XE#455]) [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-bmg: [SKIP][416] ([Intel XE#2380]) -> [SKIP][417] ([Intel XE#2136]) [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-bmg: [SKIP][418] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][419] ([Intel XE#2136]) +6 other tests skip [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt: - shard-bmg: [SKIP][420] ([Intel XE#2311]) -> [SKIP][421] ([Intel XE#2136]) +44 other tests skip [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-1p-rte: - shard-dg2-set2: [SKIP][422] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][423] ([Intel XE#651]) +4 other tests skip [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-1p-rte.html [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-1p-rte.html * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw: - shard-bmg: [SKIP][424] ([Intel XE#2311]) -> [SKIP][425] ([Intel XE#2312]) +7 other tests skip [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][426] ([Intel XE#651]) -> [SKIP][427] ([Intel XE#2136]) +14 other tests skip [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][428] ([Intel XE#656]) -> [SKIP][429] ([Intel XE#651]) +2 other tests skip [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-fullscreen.html [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: [SKIP][430] ([Intel XE#2136]) -> [SKIP][431] ([Intel XE#651]) +11 other tests skip [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt: - shard-bmg: [SKIP][432] ([Intel XE#2312]) -> [SKIP][433] ([Intel XE#2311]) +9 other tests skip [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][434] -> [SKIP][435] ([Intel XE#2136]) [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render: - shard-bmg: [DMESG-FAIL][436] ([Intel XE#3468]) -> [SKIP][437] ([Intel XE#2136]) +6 other tests skip [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-bmg: [INCOMPLETE][438] -> [FAIL][439] ([Intel XE#2333]) [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][440] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][441] ([Intel XE#656]) +1 other test skip [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][442] ([Intel XE#2312]) -> [FAIL][443] ([Intel XE#2333]) [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-bmg: [FAIL][444] ([Intel XE#2333]) -> [SKIP][445] ([Intel XE#2312]) +3 other tests skip [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt: - shard-bmg: [DMESG-FAIL][446] ([Intel XE#3468]) -> [FAIL][447] ([Intel XE#2333]) +3 other tests fail [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-bmg: [DMESG-FAIL][448] ([Intel XE#3468]) -> [SKIP][449] ([Intel XE#2312]) [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [FAIL][450] ([Intel XE#2333]) -> [SKIP][451] ([Intel XE#2136]) +19 other tests skip [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move: - shard-bmg: [SKIP][452] ([Intel XE#2312]) -> [SKIP][453] ([Intel XE#2136]) +5 other tests skip [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt: - shard-dg2-set2: [SKIP][454] ([Intel XE#651]) -> [SKIP][455] ([Intel XE#2136] / [Intel XE#2351]) +10 other tests skip [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-dg2-set2: [SKIP][456] ([Intel XE#658]) -> [SKIP][457] ([Intel XE#2136] / [Intel XE#2351]) [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - shard-bmg: [SKIP][458] ([Intel XE#2312]) -> [SKIP][459] ([Intel XE#2313]) +10 other tests skip [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: [SKIP][460] ([Intel XE#2136]) -> [SKIP][461] ([Intel XE#656]) [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][462] ([Intel XE#656]) -> [SKIP][463] ([Intel XE#653]) [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-dg2-set2: [SKIP][464] ([Intel XE#2136]) -> [SKIP][465] ([Intel XE#1158]) [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@plane-fbc-rte.html [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-bmg: [SKIP][466] ([Intel XE#2313]) -> [SKIP][467] ([Intel XE#2136]) +47 other tests skip [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][468] ([Intel XE#2136]) -> [SKIP][469] ([Intel XE#653]) +17 other tests skip [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][470] ([Intel XE#653]) -> [SKIP][471] ([Intel XE#2136]) +23 other tests skip [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][472] ([Intel XE#653]) -> [SKIP][473] ([Intel XE#2136] / [Intel XE#2351]) +2 other tests skip [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][474] ([Intel XE#656]) -> [SKIP][475] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-dg2-set2: [SKIP][476] ([Intel XE#656]) -> [SKIP][477] ([Intel XE#2136]) +8 other tests skip [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][478] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][479] ([Intel XE#653]) +10 other tests skip [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [SKIP][480] ([Intel XE#2313]) -> [SKIP][481] ([Intel XE#2312]) +8 other tests skip [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: [SKIP][482] ([Intel XE#2423] / [i915#2575]) -> [SKIP][483] ([Intel XE#605]) [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html [483]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2-set2: [DMESG-WARN][484] ([Intel XE#3468]) -> [SKIP][485] ([Intel XE#2423] / [i915#2575]) [484]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_hdr@bpc-switch-suspend.html [485]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@brightness-with-hdr: - shard-bmg: [SKIP][486] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][487] ([Intel XE#3544]) [486]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_hdr@brightness-with-hdr.html [487]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [SKIP][488] ([Intel XE#455]) -> [SKIP][489] ([Intel XE#2423] / [i915#2575]) +10 other tests skip [488]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_hdr@invalid-hdr.html [489]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_hdr@invalid-hdr.html - shard-bmg: [SKIP][490] ([Intel XE#1503]) -> [SKIP][491] ([Intel XE#2423]) [490]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_hdr@invalid-hdr.html [491]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_hdr@invalid-hdr.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2-set2: [SKIP][492] ([Intel XE#346]) -> [SKIP][493] ([Intel XE#2136]) [492]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_joiner@invalid-modeset-big-joiner.html [493]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg2-set2: [SKIP][494] ([Intel XE#2136]) -> [SKIP][495] ([Intel XE#2925]) [494]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html [495]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_panel_fitting@legacy: - shard-bmg: [SKIP][496] ([Intel XE#2486]) -> [SKIP][497] ([Intel XE#2423]) +1 other test skip [496]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_panel_fitting@legacy.html [497]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_panel_fitting@legacy.html * igt@kms_plane_cursor@primary: - shard-dg2-set2: [FAIL][498] ([Intel XE#616]) -> [SKIP][499] ([Intel XE#2423] / [i915#2575]) [498]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_plane_cursor@primary.html [499]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_plane_cursor@primary.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2-set2: [SKIP][500] ([Intel XE#2423] / [i915#2575]) -> [SKIP][501] ([Intel XE#455]) +6 other tests skip [500]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_plane_lowres@tiling-yf.html [501]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-bmg: [SKIP][502] ([Intel XE#2493]) -> [SKIP][503] ([Intel XE#2423]) +1 other test skip [502]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_plane_multiple@tiling-yf.html [503]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][504] ([Intel XE#2423] / [i915#2575]) -> [SKIP][505] ([Intel XE#2763] / [Intel XE#455]) [504]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [505]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-bmg: [SKIP][506] ([Intel XE#2763]) -> [SKIP][507] ([Intel XE#2423]) +6 other tests skip [506]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html [507]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html * igt@kms_pm_backlight@bad-brightness: - shard-bmg: [SKIP][508] ([Intel XE#870]) -> [SKIP][509] ([Intel XE#2136]) +1 other test skip [508]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_pm_backlight@bad-brightness.html [509]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@basic-brightness: - shard-dg2-set2: [SKIP][510] ([Intel XE#2136]) -> [SKIP][511] ([Intel XE#870]) [510]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_pm_backlight@basic-brightness.html [511]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@brightness-with-dpms: - shard-bmg: [SKIP][512] ([Intel XE#2938]) -> [SKIP][513] ([Intel XE#2136]) [512]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_pm_backlight@brightness-with-dpms.html [513]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_backlight@brightness-with-dpms.html - shard-dg2-set2: [SKIP][514] ([Intel XE#2938]) -> [SKIP][515] ([Intel XE#2136]) [514]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_pm_backlight@brightness-with-dpms.html [515]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_pm_backlight@brightness-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-bmg: [SKIP][516] ([Intel XE#2391]) -> [SKIP][517] ([Intel XE#2136]) [516]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_pm_dc@dc3co-vpb-simulation.html [517]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-bmg: [SKIP][518] ([Intel XE#2392]) -> [SKIP][519] ([Intel XE#2136]) [518]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@kms_pm_dc@dc5-psr.html [519]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@deep-pkgc: - shard-bmg: [SKIP][520] ([Intel XE#2505]) -> [SKIP][521] ([Intel XE#2136]) [520]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_pm_dc@deep-pkgc.html [521]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_dc@deep-pkgc.html * igt@kms_pm_rpm@cursor-dpms: - shard-dg2-set2: [SKIP][522] ([Intel XE#2446]) -> [INCOMPLETE][523] ([Intel XE#1727] / [Intel XE#3468]) [522]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_pm_rpm@cursor-dpms.html [523]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_pm_rpm@cursor-dpms.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-bmg: [DMESG-WARN][524] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][525] ([Intel XE#2446]) [524]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [525]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-dg2-set2: [SKIP][526] ([Intel XE#1489]) -> [SKIP][527] ([Intel XE#2136]) +6 other tests skip [526]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html [527]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - shard-dg2-set2: [SKIP][528] ([Intel XE#2136]) -> [SKIP][529] ([Intel XE#1489]) +4 other tests skip [528]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html [529]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - shard-bmg: [SKIP][530] ([Intel XE#1489]) -> [SKIP][531] ([Intel XE#2136]) +15 other tests skip [530]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html [531]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][532] ([Intel XE#2136]) -> [SKIP][533] ([Intel XE#1122]) +1 other test skip [532]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr2_su@page_flip-nv12.html [533]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2-set2: [SKIP][534] ([Intel XE#1122]) -> [SKIP][535] ([Intel XE#2136]) [534]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_psr2_su@page_flip-xrgb8888.html [535]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-sprite-plane-onoff: - shard-dg2-set2: [SKIP][536] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][537] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [536]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_psr@fbc-pr-sprite-plane-onoff.html [537]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_psr@fbc-pr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr-sprite-plane-onoff: - shard-dg2-set2: [SKIP][538] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][539] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip [538]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr@fbc-psr-sprite-plane-onoff.html [539]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_psr@fbc-psr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: [SKIP][540] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][541] ([Intel XE#2136]) +26 other tests skip [540]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_psr@fbc-psr2-cursor-plane-move.html [541]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@fbc-psr2-primary-render: - shard-dg2-set2: [SKIP][542] ([Intel XE#2136]) -> [SKIP][543] ([Intel XE#2850] / [Intel XE#929]) +6 other tests skip [542]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_psr@fbc-psr2-primary-render.html [543]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_psr@fbc-psr2-primary-render.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg2-set2: [SKIP][544] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][545] ([Intel XE#2136]) +9 other tests skip [544]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_psr@pr-cursor-plane-onoff.html [545]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_psr@psr-cursor-plane-move: - shard-dg2-set2: [SKIP][546] ([Intel XE#2351]) -> [SKIP][547] ([Intel XE#2850] / [Intel XE#929]) [546]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr@psr-cursor-plane-move.html [547]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-bmg: [SKIP][548] ([Intel XE#2414]) -> [SKIP][549] ([Intel XE#2136]) [548]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [549]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: [SKIP][550] ([Intel XE#2136]) -> [SKIP][551] ([Intel XE#2939]) [550]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [551]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][552] ([Intel XE#1127]) -> [SKIP][553] ([Intel XE#2423] / [i915#2575]) [552]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [553]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2-set2: [SKIP][554] ([Intel XE#2423] / [i915#2575]) -> [SKIP][555] ([Intel XE#3414]) [554]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [555]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-bmg: [SKIP][556] ([Intel XE#3414]) -> [SKIP][557] ([Intel XE#2423]) +2 other tests skip [556]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_rotation_crc@sprite-rotation-90.html [557]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2-set2: [SKIP][558] ([Intel XE#3414]) -> [SKIP][559] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [558]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [559]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-center: - shard-bmg: [SKIP][560] ([Intel XE#2413]) -> [SKIP][561] ([Intel XE#2423]) [560]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@kms_scaling_modes@scaling-mode-center.html [561]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_tiled_display@basic-test-pattern: - shard-bmg: [SKIP][562] ([Intel XE#2426]) -> [SKIP][563] ([Intel XE#2423]) [562]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern.html [563]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][564] ([Intel XE#1500]) -> [SKIP][565] ([Intel XE#362]) [564]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [565]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-dg2-set2: [SKIP][566] ([Intel XE#2423] / [i915#2575]) -> [SKIP][567] ([Intel XE#330]) [566]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@kms_tv_load_detect@load-detect.html [567]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_tv_load_detect@load-detect.html - shard-bmg: [SKIP][568] ([Intel XE#2450]) -> [SKIP][569] ([Intel XE#2423]) [568]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_tv_load_detect@load-detect.html [569]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_tv_load_detect@load-detect.html * igt@kms_vrr@flip-dpms: - shard-bmg: [SKIP][570] ([Intel XE#1499]) -> [SKIP][571] ([Intel XE#2423]) +1 other test skip [570]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@kms_vrr@flip-dpms.html [571]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@lobf: - shard-bmg: [SKIP][572] ([Intel XE#2168]) -> [SKIP][573] ([Intel XE#2423]) [572]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@kms_vrr@lobf.html [573]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2-set2: [SKIP][574] ([Intel XE#756]) -> [SKIP][575] ([Intel XE#2423] / [i915#2575]) [574]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@kms_writeback@writeback-check-output-xrgb2101010.html [575]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: [SKIP][576] ([Intel XE#2423] / [i915#2575]) -> [SKIP][577] ([Intel XE#756]) [576]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@kms_writeback@writeback-fb-id-xrgb2101010.html [577]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-bmg: [SKIP][578] ([Intel XE#756]) -> [SKIP][579] ([Intel XE#2423]) +2 other tests skip [578]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@kms_writeback@writeback-invalid-parameters.html [579]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@kms_writeback@writeback-invalid-parameters.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: [SKIP][580] ([Intel XE#2423] / [i915#2575]) -> [SKIP][581] ([Intel XE#1091] / [Intel XE#2849]) [580]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html [581]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-463/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_compute_preempt@compute-preempt: - shard-dg2-set2: [SKIP][582] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][583] ([Intel XE#1130]) +1 other test skip [582]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_compute_preempt@compute-preempt.html [583]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html * igt@xe_create@multigpu-create-massive-size: - shard-bmg: [SKIP][584] ([Intel XE#2504]) -> [SKIP][585] ([Intel XE#1130]) [584]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_create@multigpu-create-massive-size.html [585]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_create@multigpu-create-massive-size.html * igt@xe_eudebug_online@breakpoint-many-sessions-single-tile: - shard-bmg: [SKIP][586] ([Intel XE#2905]) -> [SKIP][587] ([Intel XE#1130]) +20 other tests skip [586]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html [587]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html * igt@xe_eudebug_online@pagefault-write: - shard-dg2-set2: [SKIP][588] -> [SKIP][589] ([Intel XE#1130]) [588]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_eudebug_online@pagefault-write.html [589]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_eudebug_online@pagefault-write.html * igt@xe_eudebug_online@preempt-breakpoint: - shard-dg2-set2: [SKIP][590] ([Intel XE#1130]) -> [SKIP][591] ([Intel XE#2905]) +9 other tests skip [590]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_eudebug_online@preempt-breakpoint.html [591]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@xe_eudebug_online@preempt-breakpoint.html * igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram: - shard-dg2-set2: [SKIP][592] ([Intel XE#2905]) -> [SKIP][593] ([Intel XE#1130]) +9 other tests skip [592]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html [593]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_eudebug_online@writes-caching-sram-bb-sram-target-sram.html * igt@xe_evict@evict-beng-large-external: - shard-dg2-set2: [DMESG-WARN][594] -> [SKIP][595] ([Intel XE#1130]) [594]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_evict@evict-beng-large-external.html [595]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_evict@evict-beng-large-external.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [FAIL][596] ([Intel XE#1600]) -> [SKIP][597] ([Intel XE#1130]) [596]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html [597]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html - shard-bmg: [FAIL][598] ([Intel XE#2364]) -> [SKIP][599] ([Intel XE#1130]) +1 other test skip [598]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_evict@evict-beng-large-multi-vm-cm.html [599]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [SKIP][600] ([Intel XE#1130]) -> [TIMEOUT][601] ([Intel XE#1473] / [Intel XE#402]) [600]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html [601]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][602] ([Intel XE#1473]) -> [SKIP][603] ([Intel XE#1130]) [602]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-large.html [603]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_balancer@twice-cm-parallel-rebind: - shard-dg2-set2: [DMESG-WARN][604] ([Intel XE#1727]) -> [SKIP][605] ([Intel XE#1130]) +1 other test skip [604]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_exec_balancer@twice-cm-parallel-rebind.html [605]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_exec_balancer@twice-cm-parallel-rebind.html * igt@xe_exec_basic@multigpu-once-basic-defer-bind: - shard-bmg: [SKIP][606] ([Intel XE#2322]) -> [SKIP][607] ([Intel XE#1130]) +15 other tests skip [606]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html [607]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html * igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate: - shard-bmg: [DMESG-WARN][608] ([Intel XE#1727]) -> [SKIP][609] ([Intel XE#1130]) [608]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate.html [609]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate.html * igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm: - shard-dg2-set2: [SKIP][610] ([Intel XE#1130]) -> [SKIP][611] ([Intel XE#288]) +28 other tests skip [610]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html [611]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@xe_exec_fault_mode@once-userptr-invalidate-race-imm.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: [SKIP][612] ([Intel XE#288]) -> [SKIP][613] ([Intel XE#1130]) +25 other tests skip [612]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html [613]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: - shard-bmg: [DMESG-WARN][614] ([Intel XE#3467] / [Intel XE#3468]) -> [DMESG-WARN][615] ([Intel XE#3467]) [614]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html [615]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init: - shard-dg2-set2: [SKIP][616] ([Intel XE#1130]) -> [DMESG-WARN][617] ([Intel XE#3343]) +1 other test dmesg-warn [616]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html [617]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ct_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: - shard-bmg: [DMESG-WARN][618] ([Intel XE#3467]) -> [SKIP][619] ([Intel XE#1130]) [618]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html [619]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init: - shard-bmg: [DMESG-WARN][620] ([Intel XE#3343] / [Intel XE#3468]) -> [SKIP][621] ([Intel XE#1130]) [620]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html [621]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_uc_fw_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init: - shard-dg2-set2: [DMESG-WARN][622] ([Intel XE#3467]) -> [SKIP][623] ([Intel XE#1130]) +3 other tests skip [622]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init.html [623]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init: - shard-dg2-set2: [DMESG-WARN][624] ([Intel XE#3343]) -> [SKIP][625] ([Intel XE#1130]) [624]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html [625]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_wopcm_init.html * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute: - shard-dg2-set2: [SKIP][626] ([Intel XE#1130]) -> [DMESG-WARN][627] ([Intel XE#3467]) [626]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html [627]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: - shard-bmg: [DMESG-FAIL][628] ([Intel XE#3467]) -> [FAIL][629] ([Intel XE#3499]) [628]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html [629]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-3/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run: - shard-bmg: [FAIL][630] ([Intel XE#3499]) -> [SKIP][631] ([Intel XE#1130]) [630]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html [631]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_run.html * igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc: - shard-bmg: [DMESG-FAIL][632] ([Intel XE#3467] / [Intel XE#3468]) -> [FAIL][633] ([Intel XE#3499]) [632]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html [633]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_fault_injection@vm-bind-fail-xe_vma_ops_alloc.html * igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch: - shard-bmg: [DMESG-WARN][634] ([Intel XE#3467]) -> [DMESG-WARN][635] ([Intel XE#3468]) [634]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-7/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html [635]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-7/igt@xe_fault_injection@vm-create-fail-xe_vm_create_scratch.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: [SKIP][636] ([Intel XE#255]) -> [SKIP][637] ([Intel XE#1130]) [636]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_huc_copy@huc_copy.html [637]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_huc_copy@huc_copy.html * igt@xe_oa@non-system-wide-paranoid: - shard-dg2-set2: [SKIP][638] ([Intel XE#3573]) -> [SKIP][639] ([Intel XE#1130]) +2 other tests skip [638]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_oa@non-system-wide-paranoid.html [639]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_oa@non-system-wide-paranoid.html * igt@xe_oa@oa-unit-exclusive-stream-sample-oa: - shard-dg2-set2: [SKIP][640] ([Intel XE#1130]) -> [SKIP][641] ([Intel XE#3573]) +6 other tests skip [640]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html [641]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][642] ([Intel XE#1130]) -> [SKIP][643] ([Intel XE#1337]) [642]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_pat@display-vs-wb-transient.html [643]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: [SKIP][644] ([Intel XE#977]) -> [SKIP][645] ([Intel XE#1130]) [644]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_pat@pat-index-xe2.html [645]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_pat@pat-index-xe2.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: [SKIP][646] ([Intel XE#2838] / [Intel XE#979]) -> [SKIP][647] ([Intel XE#1130]) [646]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_pat@pat-index-xehpc.html [647]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_pat@pat-index-xehpc.html - shard-bmg: [SKIP][648] ([Intel XE#1420]) -> [SKIP][649] ([Intel XE#1130]) [648]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_pat@pat-index-xehpc.html [649]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_pat@pat-index-xehpc.html * igt@xe_pat@pat-index-xelpg: - shard-dg2-set2: [SKIP][650] ([Intel XE#979]) -> [SKIP][651] ([Intel XE#1130]) [650]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_pat@pat-index-xelpg.html [651]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_pat@pat-index-xelpg.html * igt@xe_pm@d3cold-mocs: - shard-bmg: [SKIP][652] ([Intel XE#2284]) -> [SKIP][653] ([Intel XE#1130]) +1 other test skip [652]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_pm@d3cold-mocs.html [653]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@d3hot-mmap-vram: - shard-dg2-set2: [DMESG-WARN][654] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][655] ([Intel XE#1130]) [654]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-432/igt@xe_pm@d3hot-mmap-vram.html [655]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_pm@d3hot-mmap-vram.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: [SKIP][656] ([Intel XE#1130]) -> [SKIP][657] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip [656]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_pm@s2idle-d3cold-basic-exec.html [657]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-435/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@s2idle-vm-bind-unbind-all: - shard-bmg: [DMESG-WARN][658] ([Intel XE#1616] / [Intel XE#1727] / [Intel XE#3468]) -> [SKIP][659] ([Intel XE#1130]) [658]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-2/igt@xe_pm@s2idle-vm-bind-unbind-all.html [659]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_pm@s2idle-vm-bind-unbind-all.html - shard-dg2-set2: [SKIP][660] ([Intel XE#1130]) -> [ABORT][661] ([Intel XE#1694] / [Intel XE#1794]) [660]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_pm@s2idle-vm-bind-unbind-all.html [661]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-unbind-all.html * igt@xe_pm@s3-vm-bind-userptr: - shard-dg2-set2: [DMESG-WARN][662] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [SKIP][663] ([Intel XE#1130]) [662]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-463/igt@xe_pm@s3-vm-bind-userptr.html [663]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-434/igt@xe_pm@s3-vm-bind-userptr.html * igt@xe_pm@s4-exec-after: - shard-dg2-set2: [SKIP][664] ([Intel XE#1130]) -> [ABORT][665] ([Intel XE#1358]) [664]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-466/igt@xe_pm@s4-exec-after.html [665]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-432/igt@xe_pm@s4-exec-after.html * igt@xe_query@multigpu-query-gt-list: - shard-dg2-set2: [SKIP][666] ([Intel XE#944]) -> [SKIP][667] ([Intel XE#1130]) +3 other tests skip [666]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-435/igt@xe_query@multigpu-query-gt-list.html [667]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_query@multigpu-query-gt-list.html * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz: - shard-bmg: [SKIP][668] ([Intel XE#944]) -> [SKIP][669] ([Intel XE#1130]) +4 other tests skip [668]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-5/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html [669]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html - shard-dg2-set2: [SKIP][670] ([Intel XE#1130]) -> [SKIP][671] ([Intel XE#944]) +1 other test skip [670]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-434/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html [671]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-436/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html * igt@xe_sriov_flr@flr-each-isolation: - shard-bmg: [SKIP][672] ([Intel XE#3342]) -> [SKIP][673] ([Intel XE#1130]) [672]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_sriov_flr@flr-each-isolation.html [673]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_sriov_flr@flr-each-isolation.html * igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout: - shard-bmg: [DMESG-WARN][674] ([Intel XE#3468]) -> [SKIP][675] ([Intel XE#1130]) +8 other tests skip [674]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-3/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html [675]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_sysfs_preempt_timeout@preempt_timeout_us-timeout.html * igt@xe_wedged@wedged-at-any-timeout: - shard-dg2-set2: [ABORT][676] ([Intel XE#3421]) -> [SKIP][677] ([Intel XE#1130]) [676]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-dg2-436/igt@xe_wedged@wedged-at-any-timeout.html [677]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-dg2-466/igt@xe_wedged@wedged-at-any-timeout.html * igt@xe_wedged@wedged-mode-toggle: - shard-bmg: [DMESG-WARN][678] -> [SKIP][679] ([Intel XE#1130]) [678]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8125/shard-bmg-6/igt@xe_wedged@wedged-mode-toggle.html [679]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/shard-bmg-1/igt@xe_wedged@wedged-mode-toggle.html [Intel XE#1035]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1035 [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#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2076]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2076 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#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#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#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#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323 [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#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [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#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391 [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392 [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#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446 [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450 [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457 [Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504 [Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#2550]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2550 [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#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705 [Intel XE#2715]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2715 [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#2849]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2849 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907 [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925 [Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938 [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012 [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#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3225]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3225 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342 [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#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3421 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#3453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3453 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3467 [Intel XE#3468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3468 [Intel XE#3486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3486 [Intel XE#3499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3499 [Intel XE#3515]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3515 [Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [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#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [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#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#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#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 Build changes ------------- * IGT: IGT_8125 -> IGTPW_12197 * Linux: xe-2275-6510562075d8541c218e72188f9ef339f8ba371f -> xe-2276-ae312905c5a9fc7ce599a74422f068725101c475 IGTPW_12197: 12197 IGT_8125: fbfda23ba003aab3454436d95c233dcf5e3bee54 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2275-6510562075d8541c218e72188f9ef339f8ba371f: 6510562075d8541c218e72188f9ef339f8ba371f xe-2276-ae312905c5a9fc7ce599a74422f068725101c475: ae312905c5a9fc7ce599a74422f068725101c475 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12197/index.html [-- Attachment #2: Type: text/html, Size: 239352 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ i915.CI.Full: failure for tests/intel/kms_dsc: Add meaningfull skip message (rev2) 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala ` (2 preceding siblings ...) 2024-11-26 7:24 ` ✗ Xe.CI.Full: failure " Patchwork @ 2024-11-26 8:30 ` Patchwork 2024-11-26 11:53 ` [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Sharma, Swati2 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-11-26 8:30 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message (rev2) URL : https://patchwork.freedesktop.org/series/141738/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15744_full -> IGTPW_12197_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12197_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12197_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_12197/index.html Participating hosts (10 -> 10) ------------------------------ Additional (1): shard-dg2-9 Missing (1): shard-dg2-set2 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12197_full: ### IGT changes ### #### Possible regressions #### * igt@core_setmaster@master-drop-set-user: - shard-dg2: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-7/igt@core_setmaster@master-drop-set-user.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@core_setmaster@master-drop-set-user.html * igt@gem_tiled_swapping@non-threaded: - shard-snb: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb4/igt@gem_tiled_swapping@non-threaded.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb6/igt@gem_tiled_swapping@non-threaded.html * igt@i915_pm_rpm@gem-execbuf-stress: - shard-rkl: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-1/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@i915_selftest@live@gt_pm: - shard-rkl: [PASS][6] -> [DMESG-FAIL][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@i915_selftest@live@gt_pm.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@i915_selftest@live@gt_pm.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [INCOMPLETE][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-3.html * igt@kms_flip@flip-vs-rmfb@a-vga1: - shard-snb: [PASS][9] -> [INCOMPLETE][10] +1 other test incomplete [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb1/igt@kms_flip@flip-vs-rmfb@a-vga1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb6/igt@kms_flip@flip-vs-rmfb@a-vga1.html * igt@kms_pm_rpm@fences: - shard-rkl: [PASS][11] -> [SKIP][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_pm_rpm@fences.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_pm_rpm@fences.html * igt@perf_pmu@busy-accuracy-98: - shard-dg2: NOTRUN -> [SKIP][13] +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@perf_pmu@busy-accuracy-98.html #### Warnings #### * igt@gem_tiled_swapping@non-threaded: - shard-rkl: [DMESG-FAIL][14] ([i915#12964]) -> [FAIL][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-7/igt@gem_tiled_swapping@non-threaded.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@gem_tiled_swapping@non-threaded.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-dg2: [SKIP][16] -> [INCOMPLETE][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html New tests --------- New tests have been introduced between CI_DRM_15744_full and IGTPW_12197_full: ### New IGT tests (246) ### * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-edp-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-dp-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-dp-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-dp-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-dp-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-dp-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-dp-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-1-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-dp-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-dp-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-dp-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-1-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-1-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-1-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-dp-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-dp-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-dp-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-1-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-1-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-1-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-1: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-hdmi-a-1: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-hdmi-a-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-c-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-c-hdmi-a-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-d-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-d-hdmi-a-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-edp-1-yuyv-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-1-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-1-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-1-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-1-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-1-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-edp-1-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-edp-1-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-edp-1-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-1-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-1-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-1-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-3-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-1-xrgb16161616f: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-1-xrgb2101010: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-1-xyuv8888: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-1-yuyv: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-1-xrgb16161616f: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-1-xrgb2101010: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-1-xyuv8888: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-1-yuyv: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-1-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-1-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-1-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-1-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-edp-1-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-edp-1-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-edp-1-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-edp-1-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-1-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-1-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-1-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-1-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-3-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-dp-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-2-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-dp-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-2-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-dp-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-dp-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-edp-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-1-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-4-ycbcr444-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-1-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-1-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-3-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-3-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-1-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-1-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-3-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-3-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-3-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-3-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-edp-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-edp-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-3-ycbcr420: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-3-ycbcr444: - Statuses : 2 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_12197_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_setmaster@master-drop-set-root: - shard-dg2: [PASS][18] -> [FAIL][19] ([i915#12909]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-4/igt@core_setmaster@master-drop-set-root.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html * igt@debugfs_test@basic-hwmon: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#9318]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-6/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy@rcs0: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#8414]) +7 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-5/igt@drm_fdinfo@busy@rcs0.html * igt@drm_fdinfo@virtual-busy-all: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#8414]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@drm_fdinfo@virtual-busy-all.html - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#8414]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-3/igt@drm_fdinfo@virtual-busy-all.html * igt@drm_fdinfo@virtual-idle: - shard-dg2: [PASS][24] -> [SKIP][25] ([i915#12506]) +11 other tests skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-3/igt@drm_fdinfo@virtual-idle.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@drm_fdinfo@virtual-idle.html * igt@gem_ccs@block-multicopy-compressed: - shard-tglu: NOTRUN -> [SKIP][26] ([i915#9323]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][27] ([i915#3555] / [i915#9323]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][28] ([i915#3555] / [i915#9323]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#9323]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html - shard-rkl: NOTRUN -> [SKIP][30] ([i915#9323]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-1/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-dg2: NOTRUN -> [INCOMPLETE][31] ([i915#7297]) +1 other test incomplete [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-3/igt@gem_ccs@suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][32] ([i915#9323]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_ccs@suspend-resume.html * igt@gem_compute@compute-square: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#9310]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@gem_compute@compute-square.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-tglu-1: NOTRUN -> [SKIP][34] ([i915#6335]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_engines@execute-allforone: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#2575]) +52 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@gem_ctx_engines@execute-allforone.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-dg2: [PASS][36] -> [SKIP][37] ([i915#2575]) +153 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@gem_ctx_exec@basic-nohangcheck.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_isolation@preservation-s3: - shard-rkl: [PASS][38] -> [DMESG-FAIL][39] ([i915#12964]) +3 other tests dmesg-fail [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-2/igt@gem_ctx_isolation@preservation-s3.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@gem_ctx_isolation@preservation-s3.html * igt@gem_ctx_persistence@hostile: - shard-dg1: NOTRUN -> [FAIL][40] ([i915#11980] / [i915#12580]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_ctx_persistence@hostile.html - shard-tglu: NOTRUN -> [FAIL][41] ([i915#11980] / [i915#12580]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@processes: - shard-snb: NOTRUN -> [SKIP][42] ([i915#1099]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb1/igt@gem_ctx_persistence@processes.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#5882]) +6 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-4/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_sseu@invalid-sseu: - shard-tglu-1: NOTRUN -> [SKIP][44] ([i915#280]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#280]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-17/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4771]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4771]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#4036]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][49] ([i915#4525]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_capture@capture-invisible: - shard-tglu-1: NOTRUN -> [SKIP][50] ([i915#6334]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][51] ([i915#11965] / [i915#12558]) +2 other tests fail [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@gem_exec_capture@capture@vecs0-lmem0.html - shard-dg1: NOTRUN -> [FAIL][52] ([i915#11965] / [i915#12558]) +2 other tests fail [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_capture@capture@vecs1-smem: - shard-dg2: NOTRUN -> [FAIL][53] ([i915#11965]) +1 other test fail [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@gem_exec_capture@capture@vecs1-smem.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#3539] / [i915#4852]) +2 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#3539] / [i915#4852]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-10/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-mtlp: NOTRUN -> [SKIP][56] ([i915#5107]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html - shard-dg2: NOTRUN -> [SKIP][57] ([i915#5107]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3281]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-gtt-read: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#3281]) +7 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-gtt-wc: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#3281]) +10 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@gem_exec_reloc@basic-gtt-wc.html * igt@gem_exec_reloc@basic-wc-gtt-noreloc: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#3281]) +12 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4537] / [i915#4812]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@gem_exec_schedule@preempt-queue-chain.html - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4537] / [i915#4812]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@gem_exec_schedule@preempt-queue-chain.html - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4812]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@thriceslice: - shard-snb: NOTRUN -> [SKIP][65] +91 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb6/igt@gem_exec_schedule@thriceslice.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4860]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@gem_fence_thrash@bo-copy.html - shard-dg1: NOTRUN -> [SKIP][67] ([i915#4860]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@gem_fence_thrash@bo-copy.html - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4860]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@gem_fence_thrash@bo-copy.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#12936]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@gem_lmem_swapping@heavy-verify-random.html - shard-tglu: NOTRUN -> [SKIP][70] ([i915#4613]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-tglu-1: NOTRUN -> [SKIP][71] ([i915#4613]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#4613]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-dg1: NOTRUN -> [SKIP][73] ([i915#12193]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-17/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4613]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#4565]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-17/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@smem-oom: - shard-glk: NOTRUN -> [SKIP][76] ([i915#4613]) +3 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-glk8/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@verify-ccs: - shard-dg2: [PASS][77] -> [SKIP][78] ([i915#12936]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-7/igt@gem_lmem_swapping@verify-ccs.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_vme: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#284]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_media_vme.html - shard-tglu: NOTRUN -> [SKIP][80] ([i915#284]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@gem_media_vme.html * igt@gem_mmap@pf-nonblock: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4083]) +4 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@gem_mmap@pf-nonblock.html * igt@gem_mmap_gtt@big-bo-tiledx: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4077]) +3 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-7/igt@gem_mmap_gtt@big-bo-tiledx.html * igt@gem_mmap_gtt@cpuset-basic-small-copy: - shard-dg1: NOTRUN -> [SKIP][83] ([i915#4077]) +10 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@gem_mmap_gtt@cpuset-basic-small-copy.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#4077]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_wc@read-write-distinct: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#4083]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@gem_mmap_wc@read-write-distinct.html * igt@gem_mmap_wc@write-read: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#4083]) +9 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_mmap_wc@write-read.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#3282]) +4 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-10/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-display: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#3282]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads-display.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#3282]) +7 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gem_pread@exhaustion.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [TIMEOUT][90] ([i915#12964]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-5/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#4270]) +4 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#4270]) +5 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [TIMEOUT][93] ([i915#12917] / [i915#12964]) +3 other tests timeout [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][94] ([i915#3282]) +5 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@gem_readwrite@read-bad-handle.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#8428]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-2/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#5190] / [i915#8428]) +3 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-3/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#4079]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_set_tiling_vs_gtt.html - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#4079]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@gem_set_tiling_vs_gtt.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#4879]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@access-control: - shard-tglu-1: NOTRUN -> [SKIP][100] ([i915#3297]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu-1: NOTRUN -> [SKIP][101] ([i915#3297] / [i915#3323]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3297] / [i915#4958]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu: NOTRUN -> [SKIP][103] ([i915#3297]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-6/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][104] +14 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [PASS][105] -> [ABORT][106] ([i915#5566]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-glk3/igt@gen9_exec_parse@allowed-single.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-glk2/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-zero-length: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#2856]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-7/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-oversize: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#2527]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@gen9_exec_parse@bb-oversize.html - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#2856]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-secure: - shard-dg1: NOTRUN -> [SKIP][110] ([i915#2527]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@gen9_exec_parse@bb-secure.html - shard-tglu: NOTRUN -> [SKIP][111] ([i915#2527] / [i915#2856]) +2 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-8/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@shadow-peek: - shard-tglu-1: NOTRUN -> [SKIP][112] ([i915#2527] / [i915#2856]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@gen9_exec_parse@shadow-peek.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][113] ([i915#6412]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][114] ([i915#6412]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-9/igt@i915_module_load@resize-bar.html - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6412]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#8399]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#8399]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-dg1: [PASS][118] -> [FAIL][119] ([i915#12548] / [i915#3591]) +1 other test fail [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rpm@gem-execbuf: - shard-dg2: [PASS][120] -> [SKIP][121] ([i915#13014]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-10/igt@i915_pm_rpm@gem-execbuf.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#11681] / [i915#6621]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-5/igt@i915_pm_rps@basic-api.html * igt@i915_pm_sseu@full-enable: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4387]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-10/igt@i915_pm_sseu@full-enable.html - shard-mtlp: NOTRUN -> [SKIP][124] ([i915#8437]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-3/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][125] ([i915#9311]) +1 other test dmesg-warn [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@i915_selftest@mock@memory_region.html * igt@i915_selftest@mock@sanitycheck: - shard-tglu: [PASS][126] -> [ABORT][127] ([i915#13010]) +3 other tests abort [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-6/igt@i915_selftest@mock@sanitycheck.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@i915_selftest@mock@sanitycheck.html * igt@i915_selftest@perf: - shard-snb: [PASS][128] -> [ABORT][129] ([i915#12450]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@i915_selftest@perf.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb4/igt@i915_selftest@perf.html * igt@i915_selftest@perf@engine_cs: - shard-snb: [PASS][130] -> [ABORT][131] ([i915#11703]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@i915_selftest@perf@engine_cs.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb4/igt@i915_selftest@perf@engine_cs.html * igt@intel_hwmon@hwmon-write: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#7707]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-7/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#4212]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html - shard-dg2: NOTRUN -> [SKIP][134] ([i915#4212]) +2 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#5190]) +3 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg1: NOTRUN -> [SKIP][136] ([i915#4212]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc-ccs: - shard-tglu-1: NOTRUN -> [SKIP][137] ([i915#8709]) +7 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-1-y-rc-ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#9531]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-dg1: NOTRUN -> [SKIP][139] ([i915#9531]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-tglu: NOTRUN -> [SKIP][140] ([i915#9531]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-9/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglu: NOTRUN -> [FAIL][141] ([i915#11808]) +1 other test fail [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-glk: NOTRUN -> [SKIP][142] ([i915#1769]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-glk4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5286]) +5 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#5286]) +3 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-tglu-1: NOTRUN -> [SKIP][145] ([i915#5286]) +2 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#5286]) +7 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#3638]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180: - shard-dg2: [PASS][148] -> [SKIP][149] +27 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg2-1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@x-tiled-64bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][150] +35 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-11/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#3638]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#4538] / [i915#5190]) +4 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-2/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6187]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][154] ([i915#4538]) +6 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][156] ([i915#6095]) +39 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][157] ([i915#6095]) +59 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-2/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#12313]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-4/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-rkl: NOTRUN -> [SKIP][159] ([i915#12313]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][160] ([i915#12313]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][161] ([i915#12313]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#6095]) +29 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#6095]) +128 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][164] ([i915#12805]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#6095]) +86 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#12805]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-rkl: NOTRUN -> [SKIP][167] ([i915#12805]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][168] ([i915#12805]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-7/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#12805]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-2/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#6095]) +11 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [DMESG-WARN][171] ([i915#4423]) +2 other tests dmesg-warn [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-17/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-4.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#10307] / [i915#6095]) +135 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#12313]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-tglu-1: NOTRUN -> [SKIP][174] ([i915#12313]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#3742]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_audio@hdmi-audio: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#7828]) +7 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-10/igt@kms_chamelium_audio@hdmi-audio.html * igt@kms_chamelium_color@ctm-negative: - shard-rkl: NOTRUN -> [SKIP][177] +6 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@dp-edid-resolution-list: - shard-tglu: NOTRUN -> [SKIP][178] ([i915#7828]) +7 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_chamelium_edid@dp-edid-resolution-list.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#7828]) +5 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@hdmi-crc-single: - shard-tglu-1: NOTRUN -> [SKIP][180] ([i915#7828]) +2 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_chamelium_frames@hdmi-crc-single.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][181] ([i915#7828]) +9 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#7828]) +6 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_content_protection@dp-mst-type-0: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#3116]) +1 other test skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_content_protection@dp-mst-type-0.html - shard-dg1: NOTRUN -> [SKIP][184] ([i915#3299]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_content_protection@dp-mst-type-0.html - shard-tglu: NOTRUN -> [SKIP][185] ([i915#3116] / [i915#3299]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-9/igt@kms_content_protection@dp-mst-type-0.html - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3299]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_content_protection@dp-mst-type-0.html - shard-dg2: NOTRUN -> [SKIP][187] ([i915#3299]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@legacy: - shard-dg1: NOTRUN -> [SKIP][188] ([i915#7116] / [i915#9424]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#9424]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-1: - shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#6944] / [i915#9424]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@srm: - shard-tglu: NOTRUN -> [SKIP][191] ([i915#6944] / [i915#7116] / [i915#7118]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-9/igt@kms_content_protection@srm.html - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#6944]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#7118] / [i915#7162] / [i915#9424]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-10/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][194] ([i915#7118] / [i915#9424]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-tglu: NOTRUN -> [SKIP][195] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-5/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-tglu: NOTRUN -> [SKIP][196] ([i915#3555]) +4 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8814]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-3/igt@kms_cursor_crc@cursor-offscreen-32x32.html - shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#13049]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-tglu-1: NOTRUN -> [SKIP][200] ([i915#3555]) +3 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_cursor_crc@cursor-random-256x85: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#8814]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-256x85.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-tglu: NOTRUN -> [SKIP][202] ([i915#13049]) +2 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#13049]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg2: NOTRUN -> [SKIP][204] ([i915#13049]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#4103] / [i915#4213]) +2 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu: NOTRUN -> [SKIP][206] ([i915#4103]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#9809]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size: - shard-glk: NOTRUN -> [FAIL][208] ([i915#2346]) +1 other test fail [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-glk8/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-flip-before-cursor-toggle: - shard-dg1: [PASS][209] -> [DMESG-WARN][210] ([i915#4423]) +1 other test dmesg-warn [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-14/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html - shard-glk: [PASS][211] -> [FAIL][212] ([i915#2346]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-glk3/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-glk8/igt@kms_cursor_legacy@short-flip-before-cursor-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#9723]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-dg1: NOTRUN -> [SKIP][214] ([i915#3555]) +3 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html - shard-tglu: NOTRUN -> [SKIP][215] ([i915#1769] / [i915#3555] / [i915#3804]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html - shard-dg2: NOTRUN -> [SKIP][216] ([i915#3555]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#3804]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#3804]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#8812]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#3955]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-flip-vs-dpms: - shard-dg1: NOTRUN -> [SKIP][221] ([i915#9934]) +5 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#9934]) +3 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@2x-flip-vs-modeset: - shard-tglu: NOTRUN -> [SKIP][223] ([i915#3637]) +10 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-9/igt@kms_flip@2x-flip-vs-modeset.html - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#3637]) +5 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_flip@2x-flip-vs-modeset.html - shard-dg2: NOTRUN -> [SKIP][225] ([i915#9934]) +3 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][226] ([i915#3637]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [FAIL][227] ([i915#2122]) +2 other tests fail [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb1/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-dg1: NOTRUN -> [FAIL][228] ([i915#11989] / [i915#12517] / [i915#2122]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_flip@flip-vs-blocking-wf-vblank.html - shard-mtlp: NOTRUN -> [FAIL][229] ([i915#11989] / [i915#12740] / [i915#2122]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_flip@flip-vs-blocking-wf-vblank.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a4: - shard-dg1: NOTRUN -> [FAIL][230] ([i915#2122]) +1 other test fail [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a4.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1: - shard-mtlp: NOTRUN -> [FAIL][231] ([i915#11989]) +1 other test fail [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1: - shard-tglu: NOTRUN -> [FAIL][232] ([i915#2122]) +4 other tests fail [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-2/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@d-edp1: - shard-mtlp: NOTRUN -> [FAIL][233] ([i915#11989] / [i915#12740]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_flip@flip-vs-blocking-wf-vblank@d-edp1.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][234] ([i915#8381]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible: - shard-snb: [PASS][235] -> [FAIL][236] ([i915#2122]) +4 other tests fail [235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb1/igt@kms_flip@plain-flip-ts-check-interruptible.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible.html - shard-tglu: [PASS][237] -> [FAIL][238] ([i915#2122]) +2 other tests fail [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-tglu-7/igt@kms_flip@plain-flip-ts-check-interruptible.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@kms_flip@plain-flip-ts-check-interruptible.html - shard-mtlp: [PASS][239] -> [FAIL][240] ([i915#11989] / [i915#2122]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible.html - shard-dg1: [PASS][241] -> [FAIL][242] ([i915#11989] / [i915#12517] / [i915#2122]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-13/igt@kms_flip@plain-flip-ts-check-interruptible.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_flip@plain-flip-ts-check-interruptible.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2: - shard-rkl: [PASS][243] -> [FAIL][244] ([i915#11989]) +1 other test fail [243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-5/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a2.html * igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3: - shard-dg1: [PASS][245] -> [FAIL][246] ([i915#11989]) +2 other tests fail [245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-dg1-13/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-12/igt@kms_flip@plain-flip-ts-check-interruptible@a-hdmi-a3.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a2: - shard-rkl: [PASS][247] -> [FAIL][248] ([i915#11832] / [i915#11989]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-5/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a2.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-3/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a2.html * igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1: - shard-mtlp: [PASS][249] -> [FAIL][250] ([i915#2122]) +2 other tests fail [249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_flip@plain-flip-ts-check-interruptible@c-edp1.html * igt@kms_flip@wf_vblank-ts-check: - shard-rkl: [PASS][251] -> [FAIL][252] ([i915#11989] / [i915#2122]) +1 other test fail [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_flip@wf_vblank-ts-check.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_flip@wf_vblank-ts-check@b-hdmi-a2: - shard-rkl: [PASS][253] -> [FAIL][254] ([i915#2122]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-rkl-3/igt@kms_flip@wf_vblank-ts-check@b-hdmi-a2.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-5/igt@kms_flip@wf_vblank-ts-check@b-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][255] ([i915#2587] / [i915#2672]) +3 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2672] / [i915#3555] / [i915#8813]) +2 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html - shard-rkl: NOTRUN -> [SKIP][257] ([i915#2672] / [i915#3555]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][258] ([i915#2587] / [i915#2672]) +3 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html - shard-rkl: NOTRUN -> [SKIP][259] ([i915#2672]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][260] ([i915#2587] / [i915#2672] / [i915#3555]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2672] / [i915#8813]) +2 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling: - shard-dg2: NOTRUN -> [SKIP][262] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html - shard-tglu-1: NOTRUN -> [SKIP][263] ([i915#2587] / [i915#2672] / [i915#3555]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][264] ([i915#2672] / [i915#3555]) +2 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-dg1: NOTRUN -> [SKIP][265] ([i915#2672] / [i915#3555]) +4 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][266] ([i915#2587] / [i915#2672]) +4 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8810] / [i915#8813]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][268] ([i915#3555] / [i915#8810]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][269] ([i915#2672] / [i915#3555]) +2 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][270] ([i915#2672]) +7 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#5354]) +20 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][272] +45 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt: - shard-snb: [PASS][273] -> [SKIP][274] +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15744/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#5439]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-dg1: NOTRUN -> [SKIP][276] ([i915#5439]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][277] ([i915#5439]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#3458]) +10 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-dg1: NOTRUN -> [SKIP][279] ([i915#3458]) +16 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#8708]) +8 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][281] ([i915#8708]) +8 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][282] ([i915#1825]) +16 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-tglu-1: NOTRUN -> [SKIP][283] +37 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-tglu: NOTRUN -> [SKIP][284] ([i915#9766]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-4/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-mtlp: NOTRUN -> [SKIP][285] ([i915#1825]) +25 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][286] +89 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][287] ([i915#8708]) +20 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#3023]) +7 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][289] ([i915#6118]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-1/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdmi_inject@inject-audio: - shard-mtlp: NOTRUN -> [SKIP][290] ([i915#13012]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-7/igt@kms_hdmi_inject@inject-audio.html - shard-rkl: NOTRUN -> [SKIP][291] ([i915#13012]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-rkl-1/igt@kms_hdmi_inject@inject-audio.html - shard-dg1: NOTRUN -> [SKIP][292] ([i915#13012]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-14/igt@kms_hdmi_inject@inject-audio.html - shard-tglu: NOTRUN -> [SKIP][293] ([i915#13012]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@bpc-switch-suspend: - shard-tglu: NOTRUN -> [SKIP][294] ([i915#3555] / [i915#8228]) +1 other test skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-8/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@brightness-with-hdr: - shard-dg2: NOTRUN -> [SKIP][295] ([i915#12713]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-3/igt@kms_hdr@brightness-with-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][296] ([i915#3555] / [i915#8228]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-mtlp-8/igt@kms_hdr@invalid-metadata-sizes.html - shard-dg2: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#8228]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-8/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-swap: - shard-dg1: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8228]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-13/igt@kms_hdr@static-swap.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg1: NOTRUN -> [SKIP][299] ([i915#12388]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg1-18/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-tglu-1: NOTRUN -> [SKIP][300] ([i915#12394]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#12388]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-dg2-7/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglu: NOTRUN -> [SKIP][302] ([i915#1839]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][303] ([i915#6301]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/shard-tglu-10/igt@kms_panel_fitting@legacy.html - shard-dg2: NOTRUN -> [SKIP][304] ([i915#6301]) == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12197/index.html ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala ` (3 preceding siblings ...) 2024-11-26 8:30 ` ✗ i915.CI.Full: " Patchwork @ 2024-11-26 11:53 ` Sharma, Swati2 4 siblings, 0 replies; 6+ messages in thread From: Sharma, Swati2 @ 2024-11-26 11:53 UTC (permalink / raw) To: Pranay Samala, igt-dev; +Cc: karthik.b.s, jeevan.b, sameer.lattannavar Hi Pranay, Patch is not doing what is in the subject. I already have idea how to improve this. Is it possible to put this patch on hold? On 26-11-2024 11:16 am, Pranay Samala wrote: > This patch adds a proper skip message which will be > easy to debug. > > v2: Small clean up in if statement > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > Reviewed-by: Jeevan B <jeevan.b@intel.com> > --- > tests/intel/kms_dsc.c | 34 ++++++++++++++++++---------------- > 1 file changed, 18 insertions(+), 16 deletions(-) > > diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c > index 9b48caf76..5ebb12e9d 100644 > --- a/tests/intel/kms_dsc.c > +++ b/tests/intel/kms_dsc.c > @@ -280,21 +280,6 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc, > data->output = output; > data->pipe = pipe; > > - if (!is_dsc_supported_by_sink(data->drm_fd, data->output) || > - !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) || > - igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC) > - continue; > - > - if ((test_type & TEST_DSC_OUTPUT_FORMAT) && > - (!is_dsc_output_format_supported(data->drm_fd, data->disp_ver, > - data->output, data->output_format))) > - continue; > - > - if ((test_type & TEST_DSC_FRACTIONAL_BPP) && > - (!is_dsc_fractional_bpp_supported(data->disp_ver, > - data->drm_fd, data->output))) > - continue; > - > if (test_type & TEST_DSC_OUTPUT_FORMAT) > snprintf(&name[0][0], LEN, "-%s", kmstest_dsc_output_format_str(data->output_format)); > if (test_type & TEST_DSC_FORMAT) > @@ -303,8 +288,25 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc, > snprintf(&name[2][0], LEN, "-%dbpc", data->input_bpc); > > igt_dynamic_f("pipe-%s-%s%s%s%s", kmstest_pipe_name(data->pipe), data->output->name, > - &name[0][0], &name[1][0], &name[2][0]) > + &name[0][0], &name[1][0], &name[2][0]) { > + if (!is_dsc_supported_by_sink(data->drm_fd, data->output) || > + !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) || > + igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC) > + continue; > + > + if ((test_type & TEST_DSC_OUTPUT_FORMAT) && > + (!is_dsc_output_format_supported(data->drm_fd, data->disp_ver, > + data->output, data->output_format))) > + igt_skip("DSC %s output format not supported on pipe-%s\n", > + kmstest_dsc_output_format_str(data->output_format), > + kmstest_pipe_name(data->pipe)); > + > + if ((test_type & TEST_DSC_FRACTIONAL_BPP) && > + (!is_dsc_fractional_bpp_supported(data->disp_ver, > + data->drm_fd, data->output))) > + continue; > update_display(data, test_type); > + } > > if (data->limited) > break; ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-11-26 11:53 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-26 5:46 [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-26 6:32 ` ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message (rev2) Patchwork 2024-11-26 7:09 ` ✓ i915.CI.BAT: " Patchwork 2024-11-26 7:24 ` ✗ Xe.CI.Full: failure " Patchwork 2024-11-26 8:30 ` ✗ i915.CI.Full: " Patchwork 2024-11-26 11:53 ` [PATCH i-g-t v2] tests/intel/kms_dsc: Add meaningfull skip message Sharma, Swati2
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox