* [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message
@ 2024-11-25 3:24 Pranay Samala
2024-11-25 4:14 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Pranay Samala @ 2024-11-25 3:24 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.
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/intel/kms_dsc.c | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c
index 9b48caf76..65b0d262c 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,27 @@ 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));
+ continue;
+ }
+
+ 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] 7+ messages in thread* ✓ Xe.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala @ 2024-11-25 4:14 ` Patchwork 2024-11-25 4:29 ` ✓ i915.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-11-25 4:14 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3492 bytes --] == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message URL : https://patchwork.freedesktop.org/series/141738/ State : success == Summary == CI Bug Log - changes from XEIGT_8123_BAT -> XEIGTPW_12183_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts New tests --------- New tests have been introduced between XEIGT_8123_BAT and XEIGTPW_12183_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_12183_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@bad-pitch-0: - bat-adlp-7: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#3429]) +31 other tests dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/bat-adlp-7/igt@kms_addfb_basic@bad-pitch-0.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/bat-adlp-7/igt@kms_addfb_basic@bad-pitch-0.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_8123/bat-lnl-1/igt@kms_dsc@dsc-basic.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/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_8123/bat-adlp-7/igt@kms_dsc@dsc-basic.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/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_8123/bat-bmg-1/igt@kms_dsc@dsc-basic.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/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_8123/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#3429]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3429 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8123 -> IGTPW_12183 * Linux: xe-2263-a381faddbfc974e7bd57efe953a738415afccd6a -> xe-2269-4d723d57180a3aafc1a510bc08ef42f4b03671a7 IGTPW_12183: 12183 IGT_8123: fb343db7fc59c760ef0a0c19303e7bcec177dbd9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2263-a381faddbfc974e7bd57efe953a738415afccd6a: a381faddbfc974e7bd57efe953a738415afccd6a xe-2269-4d723d57180a3aafc1a510bc08ef42f4b03671a7: 4d723d57180a3aafc1a510bc08ef42f4b03671a7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/index.html [-- Attachment #2: Type: text/html, Size: 4402 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ i915.CI.BAT: success for tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-25 4:14 ` ✓ Xe.CI.BAT: success for " Patchwork @ 2024-11-25 4:29 ` Patchwork 2024-11-25 6:10 ` ✗ i915.CI.Full: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-11-25 4:29 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message URL : https://patchwork.freedesktop.org/series/141738/ State : success == Summary == CI Bug Log - changes from IGT_8123 -> IGTPW_12183 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/index.html Participating hosts (45 -> 43) ------------------------------ Missing (2): fi-glk-j4005 fi-snb-2520m New tests --------- New tests have been introduced between IGT_8123 and IGTPW_12183: ### 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_12183 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@eof: - bat-arls-5: [PASS][1] -> [SKIP][2] ([i915#11191] / [i915#11345]) +3 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@fbdev@eof.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@fbdev@eof.html * igt@fbdev@info: - bat-arls-5: [PASS][3] -> [SKIP][4] ([i915#1849]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@fbdev@info.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@fbdev@info.html * igt@i915_pm_rpm@module-reload: - bat-adls-6: [PASS][5] -> [FAIL][6] ([i915#12903]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-adls-6/igt@i915_pm_rpm@module-reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-adls-6/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [PASS][7] -> [ABORT][8] ([i915#12061]) +1 other test abort [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arlh-3/igt@i915_selftest@live@workarounds.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arlh-3/igt@i915_selftest@live@workarounds.html * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-arls-5: [PASS][9] -> [SKIP][10] ([i915#3637]) +3 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@kms_flip@basic-flip-vs-wf_vblank.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_frontbuffer_tracking@basic: - bat-arls-5: [PASS][11] -> [SKIP][12] ([i915#4342] / [i915#5354]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@kms_frontbuffer_tracking@basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@nonblocking-crc: - bat-arls-5: [PASS][13] -> [SKIP][14] ([i915#12732]) +13 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@kms_pipe_crc_basic@nonblocking-crc.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@kms_pipe_crc_basic@nonblocking-crc.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: [PASS][15] -> [SKIP][16] ([i915#9197]) +3 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@prime_vgem@basic-fence-flip: - bat-arls-5: [PASS][17] -> [SKIP][18] ([i915#12732] / [i915#3708]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@prime_vgem@basic-fence-flip.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@prime_vgem@basic-fence-flip.html #### Possible fixes #### * igt@gem_tiled_blits@basic: - fi-pnv-d510: [SKIP][19] -> [PASS][20] +2 other tests pass [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-pnv-d510/igt@gem_tiled_blits@basic.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-pnv-d510/igt@gem_tiled_blits@basic.html * igt@i915_module_load@reload: - fi-cfl-8109u: [DMESG-WARN][21] ([i915#11621] / [i915#1982]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-cfl-8109u/igt@i915_module_load@reload.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-cfl-8109u/igt@i915_module_load@reload.html * igt@i915_pm_rpm@module-reload: - bat-dg2-11: [FAIL][23] ([i915#12903]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-dg2-11/igt@i915_pm_rpm@module-reload.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-dg2-11/igt@i915_pm_rpm@module-reload.html - bat-rpls-4: [FAIL][25] ([i915#12903]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-rpls-4/igt@i915_pm_rpm@module-reload.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-rpls-4/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-mtlp-8: [ABORT][27] ([i915#12061]) -> [PASS][28] +1 other test pass [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-mtlp-8/igt@i915_selftest@live.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-mtlp-8/igt@i915_selftest@live.html * igt@i915_selftest@live@late_gt_pm: - fi-cfl-8109u: [DMESG-WARN][29] ([i915#11621]) -> [PASS][30] +131 other tests pass [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html * igt@kms_dsc@dsc-basic: - bat-rpls-4: [SKIP][31] ([i915#3555] / [i915#3840] / [i915#9886]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-rpls-4/igt@kms_dsc@dsc-basic.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-rpls-4/igt@kms_dsc@dsc-basic.html - bat-rplp-1: [SKIP][33] ([i915#3555] / [i915#3840]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-rplp-1/igt@kms_dsc@dsc-basic.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-rplp-1/igt@kms_dsc@dsc-basic.html - fi-rkl-11600: [SKIP][35] ([i915#3555] / [i915#3840]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-rkl-11600/igt@kms_dsc@dsc-basic.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-rkl-11600/igt@kms_dsc@dsc-basic.html - fi-tgl-1115g4: [SKIP][37] ([i915#3555] / [i915#3840]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-tgl-1115g4/igt@kms_dsc@dsc-basic.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-tgl-1115g4/igt@kms_dsc@dsc-basic.html - bat-adlp-6: [SKIP][39] ([i915#3555] / [i915#3840]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-adlp-6/igt@kms_dsc@dsc-basic.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-adlp-6/igt@kms_dsc@dsc-basic.html - bat-jsl-3: [SKIP][41] ([i915#3555] / [i915#9886]) -> [PASS][42] [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-jsl-3/igt@kms_dsc@dsc-basic.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-jsl-3/igt@kms_dsc@dsc-basic.html - bat-twl-2: [SKIP][43] ([i915#9886]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-twl-2/igt@kms_dsc@dsc-basic.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-twl-2/igt@kms_dsc@dsc-basic.html - bat-dg2-11: [SKIP][45] ([i915#3555] / [i915#3840]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-dg2-11/igt@kms_dsc@dsc-basic.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-dg2-11/igt@kms_dsc@dsc-basic.html - bat-dg2-14: [SKIP][47] ([i915#3555] / [i915#3840]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-dg2-14/igt@kms_dsc@dsc-basic.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-dg2-14/igt@kms_dsc@dsc-basic.html - {bat-mtlp-9}: [SKIP][49] ([i915#3555] / [i915#3840] / [i915#9159]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-mtlp-9/igt@kms_dsc@dsc-basic.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-mtlp-9/igt@kms_dsc@dsc-basic.html - {bat-arls-6}: [SKIP][51] ([i915#9886]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-6/igt@kms_dsc@dsc-basic.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-6/igt@kms_dsc@dsc-basic.html - bat-mtlp-8: [SKIP][53] ([i915#3555] / [i915#3840] / [i915#9159]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-mtlp-8/igt@kms_dsc@dsc-basic.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-mtlp-8/igt@kms_dsc@dsc-basic.html - bat-adls-6: [SKIP][55] ([i915#3555] / [i915#3840]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-adls-6/igt@kms_dsc@dsc-basic.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-adls-6/igt@kms_dsc@dsc-basic.html - bat-jsl-1: [SKIP][57] ([i915#3555] / [i915#9886]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-jsl-1/igt@kms_dsc@dsc-basic.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-jsl-1/igt@kms_dsc@dsc-basic.html - bat-arlh-3: [SKIP][59] ([i915#9886]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arlh-3/igt@kms_dsc@dsc-basic.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arlh-3/igt@kms_dsc@dsc-basic.html - bat-dg1-7: [SKIP][61] ([i915#3555] / [i915#3840]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-dg1-7/igt@kms_dsc@dsc-basic.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-dg1-7/igt@kms_dsc@dsc-basic.html - bat-adlp-9: [SKIP][63] ([i915#3555] / [i915#3840]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-adlp-9/igt@kms_dsc@dsc-basic.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-adlp-9/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-dpms@c-dp1: - fi-kbl-7567u: [DMESG-WARN][65] -> [PASS][66] +1 other test pass [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/fi-kbl-7567u/igt@kms_flip@basic-flip-vs-dpms@c-dp1.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/fi-kbl-7567u/igt@kms_flip@basic-flip-vs-dpms@c-dp1.html #### Warnings #### * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-arls-5: [SKIP][67] ([i915#10202]) -> [SKIP][68] ([i915#12732]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-arls-5: [SKIP][69] ([i915#9886]) -> [SKIP][70] ([i915#12732]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8123/bat-arls-5/igt@kms_dsc@dsc-basic.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/bat-arls-5/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#10202]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10202 [i915#11191]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11191 [i915#11345]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11345 [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12732 [i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#9159]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9159 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8123 -> IGTPW_12183 * Linux: CI_DRM_15731 -> CI_DRM_15737 CI-20190529: 20190529 CI_DRM_15731: a381faddbfc974e7bd57efe953a738415afccd6a @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15737: 4d723d57180a3aafc1a510bc08ef42f4b03671a7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_12183: 12183 IGT_8123: fb343db7fc59c760ef0a0c19303e7bcec177dbd9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ i915.CI.Full: failure for tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-25 4:14 ` ✓ Xe.CI.BAT: success for " Patchwork 2024-11-25 4:29 ` ✓ i915.CI.BAT: " Patchwork @ 2024-11-25 6:10 ` Patchwork 2024-11-25 7:28 ` ✗ Xe.CI.Full: " Patchwork 2024-11-25 17:36 ` [PATCH i-g-t] " B, Jeevan 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-11-25 6:10 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message URL : https://patchwork.freedesktop.org/series/141738/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15737_full -> IGTPW_12183_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_12183_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_12183_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_12183/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_12183_full: ### IGT changes ### #### Possible regressions #### * igt@device_reset@unbind-reset-rebind: - shard-dg2: [PASS][1] -> [SKIP][2] +2 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-7/igt@device_reset@unbind-reset-rebind.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@device_reset@unbind-reset-rebind.html * igt@gem_exec_suspend@basic-s3: - shard-rkl: [PASS][3] -> [DMESG-FAIL][4] +3 other tests dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-2/igt@gem_exec_suspend@basic-s3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-7/igt@gem_exec_suspend@basic-s3.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-rkl: NOTRUN -> [TIMEOUT][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_tiled_swapping@non-threaded: - shard-snb: [PASS][6] -> [FAIL][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-snb1/igt@gem_tiled_swapping@non-threaded.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb2/igt@gem_tiled_swapping@non-threaded.html * igt@i915_module_load@reload-no-display: - shard-tglu: NOTRUN -> [DMESG-WARN][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@i915_module_load@reload-no-display.html * igt@i915_pm_rpm@gem-execbuf: - shard-rkl: [PASS][9] -> [SKIP][10] +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-5/igt@i915_pm_rpm@gem-execbuf.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@i915_pm_rpm@gem-execbuf.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-dg1: NOTRUN -> [INCOMPLETE][11] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_pipe_crc_basic@read-crc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-WARN][12] +5 other tests dmesg-warn [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-7/igt@kms_pipe_crc_basic@read-crc@pipe-a-hdmi-a-1.html * igt@sysfs_heartbeat_interval@nopreempt: - shard-rkl: [PASS][13] -> [DMESG-WARN][14] +49 other tests dmesg-warn [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-4/igt@sysfs_heartbeat_interval@nopreempt.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@sysfs_heartbeat_interval@nopreempt.html #### Warnings #### * igt@i915_suspend@fence-restore-tiled2untiled: - shard-rkl: [DMESG-WARN][15] -> [DMESG-FAIL][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-1/igt@i915_suspend@fence-restore-tiled2untiled.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_hdr@brightness-with-hdr: - shard-dg2: [SKIP][17] ([i915#12713]) -> [SKIP][18] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-4/igt@kms_hdr@brightness-with-hdr.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@kms_hdr@brightness-with-hdr.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][19] ([i915#9519]) -> [SKIP][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@gem_lmem_evict@dontneed-evict-race: - {shard-dg2-9}: NOTRUN -> [INCOMPLETE][21] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-9/igt@gem_lmem_evict@dontneed-evict-race.html New tests --------- New tests have been introduced between CI_DRM_15737_full and IGTPW_12183_full: ### New IGT tests (268) ### * 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-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-a-hdmi-a-4: - 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-b-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-b-hdmi-a-4: - 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-c-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-c-hdmi-a-4: - 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-basic@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-basic@pipe-d-hdmi-a-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-1-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-a-hdmi-a-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 : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-1-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-1-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-b-hdmi-a-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 : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-c-hdmi-a-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 : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-1-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-1-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp-with-bpc@pipe-d-hdmi-a-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-2: - 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-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-hdmi-a-2: - 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-1: - 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-1: - 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-1-xrgb16161616f-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xrgb16161616f-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xrgb16161616f-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xrgb2101010-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xrgb2101010-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xrgb2101010-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xyuv8888-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xyuv8888-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-xyuv8888-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-yuyv-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-yuyv-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-hdmi-a-1-yuyv-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb16161616f-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb16161616f-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb16161616f-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb2101010-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb2101010-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xrgb2101010-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xyuv8888-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xyuv8888-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-xyuv8888-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-yuyv-10bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-yuyv-12bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-hdmi-a-1-yuyv-8bpc: - Statuses : 3 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb16161616f-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb16161616f-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb16161616f-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb2101010-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb2101010-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xrgb2101010-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xyuv8888-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xyuv8888-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-xyuv8888-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-yuyv-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-yuyv-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-hdmi-a-1-yuyv-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb16161616f-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb16161616f-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb16161616f-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb2101010-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb2101010-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xrgb2101010-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xyuv8888-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xyuv8888-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-xyuv8888-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-yuyv-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-yuyv-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-hdmi-a-1-yuyv-8bpc: - Statuses : 2 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-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-a-hdmi-a-4-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-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-b-hdmi-a-4-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-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-c-hdmi-a-4-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-4-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-4-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc@pipe-d-hdmi-a-4-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-dp-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-dp-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-dp-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-dp-4-yuyv: - 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-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-a-hdmi-a-4-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-dp-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-dp-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-dp-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-dp-4-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-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-b-hdmi-a-4-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-dp-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-dp-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-dp-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-dp-4-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-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-c-hdmi-a-4-yuyv: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-dp-4-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-4-xrgb16161616f: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-4-xrgb2101010: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-4-xyuv8888: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-formats@pipe-d-hdmi-a-4-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-hdmi-a-1-ycbcr420-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr420-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr420-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-1-ycbcr444-8bpc: - Statuses : 2 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-hdmi-a-1-ycbcr420-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr420-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr420-8bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-10bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-12bpc: - Statuses : 2 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-1-ycbcr444-8bpc: - Statuses : 2 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-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-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-hdmi-a-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-2-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-2-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-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-a-hdmi-a-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-1-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-1-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-2-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-2-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-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-b-hdmi-a-4-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 : 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-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-c-hdmi-a-4-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 : 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-4-ycbcr420: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats@pipe-d-hdmi-a-4-ycbcr444: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_12183_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_allocator@default-alignment: - shard-dg2: NOTRUN -> [SKIP][22] +40 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@api_intel_allocator@default-alignment.html * igt@api_intel_allocator@two-level-inception: - shard-dg2: [PASS][23] -> [SKIP][24] +28 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-8/igt@api_intel_allocator@two-level-inception.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@api_intel_allocator@two-level-inception.html * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#8411]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-rkl: NOTRUN -> [SKIP][26] ([i915#8411]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@crc32: - shard-tglu: NOTRUN -> [SKIP][27] ([i915#6230]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-4/igt@api_intel_bb@crc32.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][28] ([i915#11078]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-hang@bcs0: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#8414]) +7 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@drm_fdinfo@busy-hang@bcs0.html * igt@drm_fdinfo@busy@rcs0: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#8414]) +8 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@drm_fdinfo@busy@rcs0.html * igt@fbdev@info: - shard-dg2: [PASS][31] -> [SKIP][32] ([i915#1849] / [i915#2582]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-6/igt@fbdev@info.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@fbdev@info.html * igt@fbdev@unaligned-read: - shard-dg2: [PASS][33] -> [SKIP][34] ([i915#2582]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-5/igt@fbdev@unaligned-read.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@fbdev@unaligned-read.html * igt@gem_basic@multigpu-create-close: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#7697]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@block-copy-compressed: - shard-tglu-1: NOTRUN -> [SKIP][36] ([i915#3555] / [i915#9323]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gem_ccs@block-copy-compressed.html - shard-dg1: NOTRUN -> [SKIP][37] ([i915#3555] / [i915#9323]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-dg1: NOTRUN -> [SKIP][38] ([i915#9323]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#13008]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@gem_ccs@large-ctrl-surf-copy.html - shard-tglu: NOTRUN -> [SKIP][40] ([i915#13008]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-9/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_ccs@suspend-resume: - shard-tglu: NOTRUN -> [SKIP][41] ([i915#9323]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@gem_ccs@suspend-resume.html * igt@gem_ctx_freq@sysfs: - shard-dg2: [PASS][42] -> [FAIL][43] ([i915#9561]) +1 other test fail [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-10/igt@gem_ctx_freq@sysfs.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@gem_ctx_freq@sysfs.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#8555]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@hostile: - shard-dg2: NOTRUN -> [FAIL][45] ([i915#11980] / [i915#12580]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@gem_ctx_persistence@hostile.html - shard-rkl: NOTRUN -> [FAIL][46] ([i915#11980] / [i915#12580]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@gem_ctx_persistence@hostile.html - shard-dg1: NOTRUN -> [FAIL][47] ([i915#11980] / [i915#12580]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_ctx_persistence@hostile.html - shard-snb: NOTRUN -> [SKIP][48] ([i915#1099]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb4/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#280]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-tglu-1: NOTRUN -> [SKIP][50] ([i915#280]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][51] ([i915#5784]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg1: NOTRUN -> [SKIP][52] ([i915#4812]) +3 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4036]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-1/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][54] ([i915#11965] / [i915#12558]) +2 other tests fail [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_capture@capture@vecs1-smem: - shard-dg2: NOTRUN -> [FAIL][55] ([i915#11965]) +1 other test fail [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_exec_capture@capture@vecs1-smem.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4812]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3539]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3539] / [i915#4852]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#3539] / [i915#4852]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_reloc@basic-write-gtt: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#3281]) +4 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@gem_exec_reloc@basic-write-gtt.html - shard-rkl: NOTRUN -> [SKIP][61] ([i915#3281]) +3 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@gem_exec_reloc@basic-write-gtt.html * igt@gem_exec_reloc@basic-write-gtt-active: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#3281]) +15 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_exec_reloc@basic-write-gtt-active.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4537] / [i915#4812]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_exec_schedule@reorder-wide.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: [PASS][64] -> [ABORT][65] ([i915#7975] / [i915#8213]) +1 other test abort [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg1-13/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4860]) +2 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4860]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_lmem_swapping@heavy-random: - shard-dg2: [PASS][68] -> [SKIP][69] ([i915#12936]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-3/igt@gem_lmem_swapping@heavy-random.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][70] ([i915#12193]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#4565]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-multi: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#12936]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@gem_lmem_swapping@parallel-multi.html - shard-rkl: NOTRUN -> [SKIP][73] ([i915#4613]) +2 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-tglu-1: NOTRUN -> [SKIP][74] ([i915#4613]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][75] ([i915#5493]) +1 other test timeout [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-1/igt@gem_lmem_swapping@smem-oom@lmem0.html - shard-dg1: NOTRUN -> [DMESG-WARN][76] ([i915#5493]) +1 other test dmesg-warn [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][77] ([i915#4613]) +7 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-9/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-glk: NOTRUN -> [SKIP][78] ([i915#4613]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk9/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_media_vme: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#284]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gem_media_vme.html * igt@gem_mmap_gtt@big-copy: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#4077]) +5 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@gem_mmap_gtt@big-copy.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4083]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@invalid-flags: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#2575]) +55 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@gem_mmap_wc@invalid-flags.html - shard-dg1: NOTRUN -> [SKIP][83] ([i915#4083]) +4 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@gem_mmap_wc@invalid-flags.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#3282]) +4 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@gem_partial_pwrite_pread@write-uncached.html - shard-rkl: NOTRUN -> [SKIP][85] ([i915#3282]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_pread@exhaustion: - shard-glk: NOTRUN -> [WARN][86] ([i915#2658]) +1 other test warn [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk5/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-tglu-1: NOTRUN -> [WARN][87] ([i915#2658]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pwrite@basic-self: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#3282]) +7 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@gem_pwrite@basic-self.html * igt@gem_pxp@create-regular-context-1: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#4270]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@gem_pxp@create-regular-context-1.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg1: NOTRUN -> [SKIP][90] ([i915#4270]) +5 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#12975]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-tglu: [PASS][92] -> [SKIP][93] ([i915#4270]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-tglu-4/igt@gem_pxp@protected-raw-src-copy-not-readible.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4270]) +3 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#4270]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#5190] / [i915#8428]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html * igt@gem_render_copy@y-tiled-ccs-to-linear: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#2575] / [i915#5190]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@gem_render_copy@y-tiled-ccs-to-linear.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#4885]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_pread_basic: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#4079]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@gem_tiled_pread_basic.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4879]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@gem_unfence_active_buffers.html - shard-dg2: NOTRUN -> [SKIP][101] ([i915#4879]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][102] ([i915#3323]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk2/igt@gem_userptr_blits@dmabuf-sync.html - shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#3297] / [i915#3323]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#3297]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#3282] / [i915#3297]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@gem_userptr_blits@forbidden-operations.html - shard-dg2: NOTRUN -> [SKIP][106] ([i915#3282] / [i915#3297]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-tglu: NOTRUN -> [SKIP][107] ([i915#3297]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#3297] / [i915#4958]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#3297]) +2 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@gem_userptr_blits@unsync-unmap.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#2856]) +2 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#2527]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@gen9_exec_parse@bb-chained.html - shard-tglu-1: NOTRUN -> [SKIP][112] ([i915#2527] / [i915#2856]) +2 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][113] ([i915#2527]) +3 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][114] ([i915#2527] / [i915#2856]) +3 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-2/igt@gen9_exec_parse@cmd-crossing-page.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu-1: NOTRUN -> [ABORT][115] ([i915#12817] / [i915#13010] / [i915#9820]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#7178]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][117] ([i915#8399]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-tglu-1: NOTRUN -> [SKIP][118] ([i915#6590]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][119] -> [FAIL][120] ([i915#12739] / [i915#3591]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#11681] / [i915#6621]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#11681] / [i915#6621]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-park: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#11681]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-7/igt@i915_pm_rps@thresholds-park.html - shard-dg1: NOTRUN -> [SKIP][124] ([i915#11681]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@i915_pm_rps@thresholds-park.html * igt@i915_selftest@mock: - shard-tglu: NOTRUN -> [DMESG-WARN][125] ([i915#9311]) +1 other test dmesg-warn [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@i915_selftest@mock.html * igt@i915_selftest@perf: - shard-tglu: [PASS][126] -> [ABORT][127] ([i915#13010]) +1 other test abort [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-tglu-10/igt@i915_selftest@perf.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-4/igt@i915_selftest@perf.html * igt@kms_addfb_basic@addfb25-yf-tiled-legacy: - shard-dg2: [PASS][128] -> [SKIP][129] ([i915#2575] / [i915#5190]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-1/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@kms_addfb_basic@addfb25-yf-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg1: NOTRUN -> [SKIP][130] ([i915#4212]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#4212]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#8709]) +7 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#8709]) +3 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-tglu: NOTRUN -> [SKIP][134] ([i915#1769] / [i915#3555]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#5286]) +6 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][136] ([i915#5286]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-tglu-1: NOTRUN -> [SKIP][137] ([i915#5286]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#4538] / [i915#5286]) +5 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb: - shard-dg1: NOTRUN -> [SKIP][139] ([i915#5286]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#3638]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][141] ([i915#3638]) +6 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#5190]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5190]) +4 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][144] +2 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][145] ([i915#4538]) +7 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#6095]) +84 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-2/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][147] ([i915#10307] / [i915#6095]) +113 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#6095]) +151 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-4.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#10307] / [i915#10434] / [i915#6095]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#12805]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/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][151] ([i915#6095]) +72 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/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][152] ([i915#12805]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#6095]) +20 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-mc-ccs@pipe-b-dp-4.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][154] ([i915#12313]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#6095]) +29 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#12313]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-dg2: NOTRUN -> [SKIP][157] ([i915#12313]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3742]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@kms_cdclk@mode-transition.html - shard-tglu: NOTRUN -> [SKIP][159] ([i915#3742]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#11616] / [i915#7213]) +4 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-tglu: NOTRUN -> [SKIP][161] ([i915#7828]) +8 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][162] ([i915#7828]) +9 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html - shard-rkl: NOTRUN -> [SKIP][163] ([i915#7828]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#7828]) +3 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-tglu-1: NOTRUN -> [SKIP][165] ([i915#7828]) +6 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@atomic-dpms: - shard-snb: NOTRUN -> [SKIP][166] +79 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb4/igt@kms_content_protection@atomic-dpms.html - shard-dg2: NOTRUN -> [SKIP][167] ([i915#7118] / [i915#9424]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-2/igt@kms_content_protection@atomic-dpms.html - shard-rkl: NOTRUN -> [SKIP][168] ([i915#7118] / [i915#9424]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#3299]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#3299]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@lic-type-0: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#6944] / [i915#9424]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@mei-interface: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#9424]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@kms_content_protection@mei-interface.html - shard-rkl: NOTRUN -> [SKIP][173] ([i915#9424]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@kms_content_protection@mei-interface.html - shard-dg1: NOTRUN -> [SKIP][174] ([i915#9424]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-tglu: NOTRUN -> [SKIP][175] ([i915#6944] / [i915#7116] / [i915#7118]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-tglu: NOTRUN -> [SKIP][176] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#7116] / [i915#9424]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#12976]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#3555]) +2 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-tglu-1: NOTRUN -> [SKIP][180] ([i915#12976]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][181] ([i915#12976]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg1: NOTRUN -> [SKIP][182] ([i915#3555]) +6 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#3555]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-rkl: NOTRUN -> [SKIP][184] ([i915#12976]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg1: NOTRUN -> [SKIP][185] ([i915#12976]) +4 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#5354]) +23 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-toggle: - shard-dg1: NOTRUN -> [FAIL][187] ([i915#2346]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][188] ([i915#4103]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html - shard-dg1: NOTRUN -> [SKIP][189] ([i915#4103] / [i915#4213]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#4103]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-tglu: NOTRUN -> [SKIP][191] ([i915#9723]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-tglu-1: NOTRUN -> [SKIP][192] ([i915#9723]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html - shard-dg1: NOTRUN -> [SKIP][193] ([i915#9723]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#8588]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#3804]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#3555]) +4 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dp_aux_dev: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#1257]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_dp_aux_dev.html - shard-rkl: NOTRUN -> [SKIP][198] ([i915#1257]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_dp_aux_dev.html - shard-tglu: NOTRUN -> [SKIP][199] ([i915#1257]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_dp_aux_dev.html * igt@kms_draw_crc@draw-method-pwrite: - shard-rkl: [PASS][200] -> [DMESG-WARN][201] ([i915#12964]) +8 other tests dmesg-warn [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-rkl-2/igt@kms_draw_crc@draw-method-pwrite.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@kms_draw_crc@draw-method-pwrite.html * igt@kms_fbcon_fbt@psr: - shard-dg1: NOTRUN -> [SKIP][202] ([i915#3469]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#3955]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html - shard-dg2: NOTRUN -> [SKIP][204] ([i915#3469]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#2065] / [i915#4854]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_feature_discovery@chamelium.html - shard-dg2: NOTRUN -> [SKIP][206] ([i915#4854]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_feature_discovery@chamelium.html - shard-rkl: NOTRUN -> [SKIP][207] ([i915#4854]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@kms_feature_discovery@chamelium.html - shard-dg1: NOTRUN -> [SKIP][208] ([i915#4854]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-13/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-tglu-1: NOTRUN -> [SKIP][209] ([i915#1839]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg1: NOTRUN -> [SKIP][210] ([i915#9337]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_feature_discovery@dp-mst.html - shard-tglu: NOTRUN -> [SKIP][211] ([i915#9337]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-4/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#658]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][213] ([i915#658]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][214] ([i915#3637]) +9 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][215] -> [FAIL][216] ([i915#2122]) +1 other test fail [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-fences: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#8381]) +1 other test skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-plain-flip: - shard-tglu-1: NOTRUN -> [SKIP][218] ([i915#3637]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-snb: NOTRUN -> [FAIL][219] ([i915#2122]) +1 other test fail [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb2/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#9934]) +7 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][221] -> [FAIL][222] ([i915#2122]) +1 other test fail [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-glk3/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk9/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#9934]) +7 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html - shard-rkl: NOTRUN -> [SKIP][224] ([i915#9934]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-4/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#8381]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@plain-flip-fb-recreate-interruptible: - shard-tglu: NOTRUN -> [FAIL][226] ([i915#2122]) +4 other tests fail [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-2/igt@kms_flip@plain-flip-fb-recreate-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][227] ([i915#2672] / [i915#3555]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#2672] / [i915#3555] / [i915#5190]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#2672]) +1 other test skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#2587] / [i915#2672] / [i915#3555]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#2587] / [i915#2672]) +3 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglu: NOTRUN -> [SKIP][232] ([i915#2587] / [i915#2672] / [i915#3555]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][233] ([i915#2672] / [i915#3555]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/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-tglu-1: NOTRUN -> [SKIP][234] ([i915#2587] / [i915#2672]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#2587] / [i915#2672]) +3 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][236] ([i915#2672] / [i915#3555]) +2 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render: - shard-dg2: [PASS][237] -> [FAIL][238] ([i915#6880]) +1 other test fail [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-snb: [PASS][239] -> [SKIP][240] +7 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#1825]) +15 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][242] ([i915#8708]) +26 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][243] +63 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#10433] / [i915#3458]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg1: NOTRUN -> [SKIP][245] ([i915#9766]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-tglu: NOTRUN -> [SKIP][246] ([i915#9766]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#3458]) +12 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-rkl: NOTRUN -> [SKIP][248] ([i915#3023]) +5 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#8708]) +14 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#3458]) +26 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary: - shard-tglu: NOTRUN -> [SKIP][251] +115 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#3555] / [i915#8228]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-8/igt@kms_hdr@static-toggle.html - shard-dg1: NOTRUN -> [SKIP][253] ([i915#3555] / [i915#8228]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_hdr@static-toggle.html * igt@kms_joiner@basic-big-joiner: - shard-tglu: NOTRUN -> [SKIP][254] ([i915#10656]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-dg1: NOTRUN -> [SKIP][255] ([i915#12394]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-14/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#12339]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html - shard-dg1: NOTRUN -> [SKIP][257] ([i915#12339]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglu: NOTRUN -> [SKIP][258] ([i915#1839]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-dg1: NOTRUN -> [SKIP][259] ([i915#6301]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglu-1: NOTRUN -> [SKIP][260] +35 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [INCOMPLETE][261] ([i915#12756]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-3.html * igt@kms_plane_alpha_blend@alpha-basic: - shard-glk: NOTRUN -> [FAIL][262] ([i915#12178]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk2/igt@kms_plane_alpha_blend@alpha-basic.html * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][263] ([i915#7862]) +1 other test fail [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-hdmi-a-1.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][264] ([i915#12177]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk5/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][265] ([i915#10647]) +1 other test fail [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-glk5/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@intel-max-src-size: - shard-tglu: NOTRUN -> [FAIL][266] ([i915#8292]) +1 other test fail [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@invalid-num-scalers: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#2575] / [i915#9423]) +1 other test skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@kms_plane_scaling@invalid-num-scalers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#12247] / [i915#9423]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#12247]) +4 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#12247]) +12 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#12247]) +18 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats: - shard-dg2: [PASS][272] -> [SKIP][273] ([i915#2575] / [i915#9423]) +5 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-dg2-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-11/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][274] ([i915#12247] / [i915#6953]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-tglu: NOTRUN -> [SKIP][275] ([i915#12247] / [i915#6953]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d: - shard-tglu-1: NOTRUN -> [SKIP][276] ([i915#12247]) +4 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][277] ([i915#12247] / [i915#3555]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-dg2: NOTRUN -> [SKIP][278] ([i915#12247] / [i915#3555] / [i915#9423]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][279] ([i915#12247] / [i915#3555]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#12247]) +11 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][281] ([i915#5354]) +2 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-17/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade: - shard-tglu-1: NOTRUN -> [SKIP][282] ([i915#9812]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-1/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-suspend: - shard-tglu: NOTRUN -> [SKIP][283] ([i915#9812]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-6/igt@kms_pm_backlight@fade-with-suspend.html - shard-rkl: NOTRUN -> [SKIP][284] ([i915#5354]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-rkl-2/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][285] -> [SKIP][286] ([i915#4281]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15737/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][287] ([i915#9340]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg2-3/igt@kms_pm_lpsp@kms-lpsp.html - shard-tglu: NOTRUN -> [SKIP][288] ([i915#3828]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-tglu-5/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#8430]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/shard-dg1-18/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@fences-dpms: - shard-dg2: NOTRUN -> [SKIP][290] ([i915#12937]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_121 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12183/index.html ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Xe.CI.Full: failure for tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala ` (2 preceding siblings ...) 2024-11-25 6:10 ` ✗ i915.CI.Full: failure " Patchwork @ 2024-11-25 7:28 ` Patchwork 2024-11-25 17:36 ` [PATCH i-g-t] " B, Jeevan 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-11-25 7:28 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 152759 bytes --] == Series Details == Series: tests/intel/kms_dsc: Add meaningfull skip message URL : https://patchwork.freedesktop.org/series/141738/ State : failure == Summary == CI Bug Log - changes from XEIGT_8123_full -> XEIGTPW_12183_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_12183_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_12183_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_12183_full: ### IGT changes ### #### Possible regressions #### * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-a-edp-1: - shard-lnl: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-7/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-a-edp-1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs@pipe-a-edp-1.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible@cd-dp2-hdmi-a3: - shard-bmg: NOTRUN -> [DMESG-WARN][3] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible@cd-dp2-hdmi-a3.html * igt@xe_exec_reset@cm-gt-reset: - shard-bmg: [PASS][4] -> [INCOMPLETE][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@xe_exec_reset@cm-gt-reset.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_exec_reset@cm-gt-reset.html * igt@xe_exec_reset@parallel-close-execqueues-close-fd: - shard-bmg: [PASS][6] -> [ABORT][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_exec_reset@parallel-close-execqueues-close-fd.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_exec_reset@parallel-close-execqueues-close-fd.html * igt@xe_exec_threads@threads-hang-fd-userptr-invalidate: - shard-lnl: [PASS][8] -> [DMESG-WARN][9] [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-6/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-1/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate.html * igt@xe_vm@large-userptr-misaligned-binds-16777216: - shard-bmg: [PASS][10] -> [DMESG-WARN][11] [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_vm@large-userptr-misaligned-binds-16777216.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_vm@large-userptr-misaligned-binds-16777216.html #### Warnings #### * igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit: - shard-dg2-set2: [TIMEOUT][12] ([Intel XE#2961] / [Intel XE#3191]) -> [INCOMPLETE][13] +1 other test incomplete [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html New tests --------- New tests have been introduced between XEIGT_8123_full and XEIGTPW_12183_full: ### New IGT tests (304) ### * 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-dp-2: - 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-fractional-bpp@pipe-a-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-a-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-b-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-c-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-c-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-d-dp-4: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-fractional-bpp@pipe-d-hdmi-a-6: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-a-dp-4-yuyv-8bpc: - 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-dp-4-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-b-dp-4-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-dp-4-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-c-dp-4-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-dp-4-xrgb16161616f-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xrgb16161616f-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xrgb16161616f-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xrgb2101010-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xrgb2101010-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xrgb2101010-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xyuv8888-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xyuv8888-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-xyuv8888-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-yuyv-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-yuyv-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-bpc-formats@pipe-d-dp-4-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-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-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-a-hdmi-a-6-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-6-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-6-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-6-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-6-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-a-hdmi-a-6-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-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-b-hdmi-a-6-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-6-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-6-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-6-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-6-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-b-hdmi-a-6-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-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-c-hdmi-a-6-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-6-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-6-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-6-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-6-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-c-hdmi-a-6-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-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-with-bpc@pipe-d-hdmi-a-6-ycbcr420-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-6-ycbcr420-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-6-ycbcr420-8bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-6-ycbcr444-10bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-6-ycbcr444-12bpc: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_dsc@dsc-with-output-formats-with-bpc@pipe-d-hdmi-a-6-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-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-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-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-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 Known issues ------------ Here are the changes found in XEIGTPW_12183_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_getversion@basic: - shard-dg2-set2: NOTRUN -> [FAIL][14] ([Intel XE#3440]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@core_getversion@basic.html * igt@core_setmaster@master-drop-set-shared-fd: - shard-dg2-set2: [PASS][15] -> [SKIP][16] ([Intel XE#3453]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@core_setmaster@master-drop-set-shared-fd.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@core_setmaster@master-drop-set-shared-fd.html * igt@core_setmaster@master-drop-set-user: - shard-dg2-set2: [PASS][17] -> [FAIL][18] ([Intel XE#3339]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@core_setmaster@master-drop-set-user.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@core_setmaster@master-drop-set-user.html * igt@fbdev@write: - shard-dg2-set2: [PASS][19] -> [SKIP][20] ([Intel XE#2134]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@fbdev@write.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@fbdev@write.html * igt@intel_hwmon@hwmon-write: - shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#1125]) [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-6/igt@intel_hwmon@hwmon-write.html * igt@kms_atomic_interruptible@legacy-pageflip@pipe-a-dp-2: - shard-bmg: NOTRUN -> [DMESG-WARN][22] ([Intel XE#3468]) +12 other tests dmesg-warn [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_atomic_interruptible@legacy-pageflip@pipe-a-dp-2.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-dg2-set2: [PASS][23] -> [SKIP][24] ([Intel XE#2423] / [i915#2575]) +111 other tests skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs: - shard-lnl: [PASS][25] -> [FAIL][26] ([Intel XE#1701]) +1 other test fail [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-bmg: [PASS][27] -> [DMESG-WARN][28] ([Intel XE#1727] / [Intel XE#2705]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3: - shard-bmg: [PASS][29] -> [DMESG-WARN][30] ([Intel XE#1727]) +2 other tests dmesg-warn [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-3.html * igt@kms_atomic_transition@plane-use-after-nonblocking-unbind@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][31] ([Intel XE#1727]) +1 other test dmesg-warn [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind@pipe-a-hdmi-a-6.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#1407]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#316]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-0: - shard-lnl: [PASS][34] -> [FAIL][35] ([Intel XE#1874]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-1/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html * igt@kms_big_fb@y-tiled-16bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1124]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_big_fb@y-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#1124]) +4 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1477]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-8/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1124]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1512]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#367]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][42] -> [SKIP][43] ([Intel XE#2136] / [Intel XE#2351]) +14 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#2887]) +4 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2: - shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs@pipe-c-dp-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc: - shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#3432]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][47] ([Intel XE#3468]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs: - shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#2887]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#787]) +111 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.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]) +16 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][51] ([Intel XE#1727] / [Intel XE#3113]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html * igt@kms_chamelium_audio@dp-audio: - shard-lnl: NOTRUN -> [SKIP][52] ([Intel XE#373]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_chamelium_audio@dp-audio.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#306]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2252]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@uevent@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][55] ([Intel XE#1188]) [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_content_protection@uevent@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#2321]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-7/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_edge_walk@64x64-top-edge@pipe-a-dp-2: - shard-bmg: NOTRUN -> [DMESG-FAIL][57] ([Intel XE#3468]) +3 other tests dmesg-fail [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_cursor_edge_walk@64x64-top-edge@pipe-a-dp-2.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-bmg: [PASS][58] -> [SKIP][59] ([Intel XE#2291]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_dp_aux_dev: - shard-dg2-set2: NOTRUN -> [SKIP][60] ([Intel XE#2423]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_dp_aux_dev.html * igt@kms_feature_discovery@chamelium: - shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#2372]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_feature_discovery@chamelium.html * igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible: - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1421]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-panning: - shard-bmg: [PASS][63] -> [SKIP][64] ([Intel XE#2316]) +7 other tests skip [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@dpms-vs-vblank-race-interruptible@a-edp1: - shard-lnl: [PASS][65] -> [FAIL][66] ([Intel XE#3097]) +1 other test fail [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-edp1.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-1/igt@kms_flip@dpms-vs-vblank-race-interruptible@a-edp1.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-edp1: - shard-lnl: [PASS][67] -> [FAIL][68] ([Intel XE#886]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-edp1.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-edp1.html * igt@kms_flip@wf_vblank-ts-check@a-edp1: - shard-lnl: NOTRUN -> [FAIL][69] ([Intel XE#886]) +1 other test fail [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-7/igt@kms_flip@wf_vblank-ts-check@a-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1401]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling: - shard-dg2-set2: [PASS][72] -> [SKIP][73] ([Intel XE#2136]) +33 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#455]) +1 other test skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#651]) +2 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#2136] / [Intel XE#2351]) +7 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt: - shard-bmg: NOTRUN -> [FAIL][77] ([Intel XE#2333]) +2 other tests fail [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#651]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2311]) +4 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render: - shard-bmg: NOTRUN -> [SKIP][80] ([Intel XE#2312]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt: - shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2313]) +3 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-suspend: - shard-lnl: [PASS][82] -> [DMESG-WARN][83] ([Intel XE#2932]) +2 other tests dmesg-warn [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-8/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#653]) +3 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#2136]) +26 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#656]) +8 other tests skip [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_hdmi_inject@inject-4k: - shard-lnl: NOTRUN -> [SKIP][87] ([Intel XE#1470]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-7/igt@kms_hdmi_inject@inject-4k.html * igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][88] ([Intel XE#3468]) +6 other tests dmesg-warn [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_hdr@bpc-switch-suspend@pipe-a-hdmi-a-6.html * igt@kms_hdr@invalid-hdr: - shard-bmg: NOTRUN -> [SKIP][89] ([Intel XE#1503]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle-suspend: - shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#1503]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-bmg: [PASS][91] -> [SKIP][92] ([Intel XE#3012]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_joiner@invalid-modeset-force-big-joiner.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_plane_lowres@tiling-y: - shard-lnl: NOTRUN -> [SKIP][93] ([Intel XE#599]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-8/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_lowres@tiling-yf: - shard-bmg: NOTRUN -> [SKIP][94] ([Intel XE#2393]) [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-lnl: NOTRUN -> [SKIP][95] ([Intel XE#3307]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-bmg: NOTRUN -> [SKIP][96] ([Intel XE#2763]) +4 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2763] / [Intel XE#455]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#2763]) +8 other tests skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a: - shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#2763]) +3 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_plane_scaling@planes-downscale-factor-0-75@pipe-a.html * igt@kms_plane_scaling@planes-upscale-factor-0-25: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#2423] / [i915#2575]) +23 other tests skip [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_plane_scaling@planes-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5: - shard-dg2-set2: [PASS][101] -> [DMESG-WARN][102] ([Intel XE#1727] / [Intel XE#2566]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html * igt@kms_pm_dc@dc5-psr: - shard-lnl: [PASS][103] -> [FAIL][104] ([Intel XE#718]) [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-7/igt@kms_pm_dc@dc5-psr.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2-set2: [PASS][105] -> [DMESG-WARN][106] ([Intel XE#3468]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_pm_rpm@dpms-lpsp.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@legacy-planes: - shard-dg2-set2: [PASS][107] -> [SKIP][108] ([Intel XE#2446]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_pm_rpm@legacy-planes.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_pm_rpm@legacy-planes.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-bmg: NOTRUN -> [SKIP][109] ([Intel XE#1439] / [Intel XE#3141]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_pm_rpm@modeset-lpsp-stress.html - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#2446]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-lnl: NOTRUN -> [SKIP][111] ([Intel XE#1439] / [Intel XE#3141]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@universal-planes-dpms@plane-50: - shard-bmg: [PASS][112] -> [DMESG-WARN][113] ([Intel XE#1727] / [Intel XE#3468]) +5 other tests dmesg-warn [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_pm_rpm@universal-planes-dpms@plane-50.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_pm_rpm@universal-planes-dpms@plane-50.html * igt@kms_pm_rpm@universal-planes@plane-32: - shard-bmg: NOTRUN -> [DMESG-WARN][114] ([Intel XE#1727] / [Intel XE#3468]) +6 other tests dmesg-warn [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_pm_rpm@universal-planes@plane-32.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#1489]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#1122]) [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_psr2_su@page_flip-p010.html - shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#2387]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#2234] / [Intel XE#2850]) +4 other tests skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@pr-cursor-render: - shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#1406]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-7/igt@kms_psr@pr-cursor-render.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-bmg: [PASS][120] -> [SKIP][121] ([Intel XE#1435]) [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_setmode@invalid-clone-single-crtc.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tv_load_detect@load-detect: - shard-lnl: NOTRUN -> [SKIP][122] ([Intel XE#330]) [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@query-idle@pipe-a-hdmi-a-3: - shard-bmg: [PASS][123] -> [DMESG-WARN][124] ([Intel XE#3468]) +40 other tests dmesg-warn [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_vblank@query-idle@pipe-a-hdmi-a-3.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_vblank@query-idle@pipe-a-hdmi-a-3.html * igt@kms_vblank@wait-busy-hang: - shard-bmg: [PASS][125] -> [DMESG-FAIL][126] ([Intel XE#3468]) +4 other tests dmesg-fail [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_vblank@wait-busy-hang.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_vblank@wait-busy-hang.html * igt@kms_vrr@lobf: - shard-dg2-set2: NOTRUN -> [SKIP][127] ([Intel XE#2168]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_vrr@lobf.html * igt@xe_eudebug_online@breakpoint-many-sessions-single-tile: - shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#2905]) +3 other tests skip [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_eudebug_online@breakpoint-many-sessions-single-tile.html * igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram: - shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2905]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@xe_eudebug_online@writes-caching-vram-bb-sram-target-sram.html * igt@xe_evict@evict-large-multi-vm: - shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#688]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-1/igt@xe_evict@evict-large-multi-vm.html * igt@xe_exec_balancer@many-cm-parallel-rebind: - shard-dg2-set2: [PASS][131] -> [DMESG-WARN][132] ([Intel XE#1727]) +7 other tests dmesg-warn [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_exec_balancer@many-cm-parallel-rebind.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_exec_balancer@many-cm-parallel-rebind.html * igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1392]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@xe_exec_basic@multigpu-no-exec-basic-defer-bind.html * igt@xe_exec_basic@multigpu-no-exec-null: - shard-bmg: NOTRUN -> [SKIP][134] ([Intel XE#2322]) +2 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_exec_basic@multigpu-no-exec-null.html * igt@xe_exec_fault_mode@many-userptr-invalidate-imm: - shard-dg2-set2: NOTRUN -> [SKIP][135] ([Intel XE#288]) +3 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_exec_fault_mode@many-userptr-invalidate-imm.html * igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy: - shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#2905]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_exec_sip_eudebug@breakpoint-waitsip-heavy.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init: - shard-bmg: [PASS][137] -> [DMESG-WARN][138] ([Intel XE#3343]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_ads_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early: - shard-bmg: [PASS][139] -> [DMESG-WARN][140] ([Intel XE#3467]) +3 other tests dmesg-warn [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_tile_init_early.html * igt@xe_fault_injection@vm-create-fail-xe_pt_create: - shard-dg2-set2: [PASS][141] -> [DMESG-WARN][142] ([Intel XE#3467]) +1 other test dmesg-warn [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_fault_injection@vm-create-fail-xe_pt_create.html * igt@xe_live_ktest@xe_migrate: - shard-bmg: [PASS][143] -> [SKIP][144] ([Intel XE#1192]) [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@xe_live_ktest@xe_migrate.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_live_ktest@xe_migrate.html * igt@xe_media_fill@media-fill: - shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#560]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-1/igt@xe_media_fill@media-fill.html * igt@xe_module_load@reload: - shard-dg2-set2: [PASS][146] -> [FAIL][147] ([Intel XE#3546]) +1 other test fail [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_module_load@reload.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_module_load@reload.html - shard-lnl: [PASS][148] -> [DMESG-WARN][149] ([Intel XE#3560]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-6/igt@xe_module_load@reload.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-6/igt@xe_module_load@reload.html * igt@xe_oa@oa-unit-concurrent-oa-buffer-read: - shard-dg2-set2: NOTRUN -> [SKIP][150] ([Intel XE#3573]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_oa@oa-unit-concurrent-oa-buffer-read.html * igt@xe_oa@syncs-ufence-wait: - shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#1130]) +48 other tests skip [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_oa@syncs-ufence-wait.html * igt@xe_pat@pat-index-xehpc: - shard-dg2-set2: NOTRUN -> [SKIP][152] ([Intel XE#2838] / [Intel XE#979]) [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_pat@pat-index-xehpc.html * igt@xe_pm@d3cold-mmap-system: - shard-bmg: NOTRUN -> [SKIP][153] ([Intel XE#2284]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@d3cold-multiple-execs: - shard-dg2-set2: NOTRUN -> [SKIP][154] ([Intel XE#2284] / [Intel XE#366]) [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@s2idle-multiple-execs: - shard-dg2-set2: [PASS][155] -> [DMESG-WARN][156] ([Intel XE#1727] / [Intel XE#3468]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@xe_pm@s2idle-multiple-execs.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_pm@s2idle-multiple-execs.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-bmg: [PASS][157] -> [DMESG-WARN][158] ([Intel XE#1727] / [Intel XE#2280] / [Intel XE#3468]) [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_pm@s4-vm-bind-unbind-all.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][159] -> [FAIL][160] ([Intel XE#958]) [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@xe_pm_residency@toggle-gt-c6.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-invalid-extension: - shard-dg2-set2: NOTRUN -> [SKIP][161] ([Intel XE#944]) [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_query@multigpu-query-oa-units: - shard-lnl: NOTRUN -> [SKIP][162] ([Intel XE#944]) [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@xe_query@multigpu-query-oa-units.html * igt@xe_vm@munmap-style-unbind-many-either-side-partial: - shard-dg2-set2: [PASS][163] -> [SKIP][164] ([Intel XE#1130]) +197 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_vm@munmap-style-unbind-many-either-side-partial.html #### Possible fixes #### * igt@core_setmaster@master-drop-set-root: - shard-dg2-set2: [FAIL][165] ([Intel XE#3249]) -> [PASS][166] [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@core_setmaster@master-drop-set-root.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@core_setmaster@master-drop-set-root.html * igt@fbdev@eof: - shard-dg2-set2: [SKIP][167] ([Intel XE#2134]) -> [PASS][168] [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@fbdev@eof.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@fbdev@eof.html * igt@kms_3d: - shard-dg2-set2: [SKIP][169] ([Intel XE#2423]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_3d.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_3d.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [FAIL][171] ([Intel XE#911]) -> [PASS][172] +3 other tests pass [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-bmg: [DMESG-WARN][173] ([Intel XE#2705] / [Intel XE#3468]) -> [PASS][174] [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-bmg: [SKIP][175] ([Intel XE#2314] / [Intel XE#2894]) -> [PASS][176] +1 other test pass [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_cursor_crc@cursor-sliding-64x64: - shard-dg2-set2: [SKIP][177] ([Intel XE#2423] / [i915#2575]) -> [PASS][178] +64 other tests pass [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-64x64.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-64x64.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-dg2-set2: [INCOMPLETE][179] ([Intel XE#1727]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-bmg: [SKIP][181] ([Intel XE#2291]) -> [PASS][182] +2 other tests pass [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_display_modes@extended-mode-basic: - shard-bmg: [SKIP][183] ([Intel XE#2425]) -> [PASS][184] [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-lnl: [SKIP][185] ([Intel XE#2244]) -> [PASS][186] +7 other tests pass [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@kms_dsc@dsc-with-bpc-formats.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-bmg: [SKIP][187] ([Intel XE#2244]) -> [PASS][188] +5 other tests pass [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_dsc@dsc-with-output-formats.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: [SKIP][189] ([Intel XE#455]) -> [PASS][190] [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-bmg: [SKIP][191] ([Intel XE#2316]) -> [PASS][192] +7 other tests pass [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_flip@2x-blocking-wf_vblank.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp2: - shard-bmg: [DMESG-FAIL][193] ([Intel XE#3468]) -> [PASS][194] +7 other tests pass [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp2.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@blocking-absolute-wf_vblank-interruptible@a-dp2.html * igt@kms_flip@flip-vs-expired-vblank: - shard-bmg: [FAIL][195] ([Intel XE#2882]) -> [PASS][196] +1 other test pass [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank.html * igt@kms_flip@flip-vs-expired-vblank@b-dp2: - shard-bmg: [FAIL][197] ([Intel XE#3321] / [Intel XE#3487]) -> [PASS][198] [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@flip-vs-expired-vblank@b-dp2.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-lnl: [FAIL][199] ([Intel XE#3149] / [Intel XE#886]) -> [PASS][200] +1 other test pass [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-3/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-lnl: [FAIL][201] ([Intel XE#886]) -> [PASS][202] +8 other tests pass [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-8/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-5/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][203] ([Intel XE#2136]) -> [PASS][204] +30 other tests pass [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][205] ([Intel XE#2136] / [Intel XE#2351]) -> [PASS][206] +10 other tests pass [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_plane_alpha_blend@constant-alpha-min: - shard-bmg: [DMESG-WARN][207] ([Intel XE#3468]) -> [PASS][208] +62 other tests pass [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_plane_alpha_blend@constant-alpha-min.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_plane_alpha_blend@constant-alpha-min.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-bmg: [SKIP][209] ([Intel XE#2571]) -> [PASS][210] [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_plane_scaling@2x-scaler-multi-pipe.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_pm_rpm@legacy-planes-dpms@plane-59: - shard-bmg: [DMESG-WARN][211] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][212] +6 other tests pass [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_pm_rpm@legacy-planes-dpms@plane-59.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2-set2: [SKIP][213] ([Intel XE#2446]) -> [PASS][214] [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_pm_rpm@modeset-lpsp.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: [FAIL][215] ([Intel XE#899]) -> [PASS][216] +2 other tests pass [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-3/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@xe_exec_balancer@once-parallel-rebind: - shard-dg2-set2: [SKIP][217] ([Intel XE#1130]) -> [PASS][218] +136 other tests pass [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@xe_exec_balancer@once-parallel-rebind.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_exec_balancer@once-parallel-rebind.html * igt@xe_exec_basic@many-null-rebind: - shard-bmg: [DMESG-WARN][219] ([Intel XE#1727]) -> [PASS][220] [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@xe_exec_basic@many-null-rebind.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_exec_basic@many-null-rebind.html * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue: - shard-bmg: [DMESG-WARN][221] ([Intel XE#2705]) -> [PASS][222] +2 other tests pass [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue.html * igt@xe_exec_reset@cm-close-execqueues-close-fd: - shard-lnl: [FAIL][223] ([Intel XE#1081]) -> [PASS][224] [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-lnl-5/igt@xe_exec_reset@cm-close-execqueues-close-fd.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-lnl-4/igt@xe_exec_reset@cm-close-execqueues-close-fd.html * igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early: - shard-bmg: [DMESG-WARN][225] -> [PASS][226] [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_ggtt_init_early.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init: - shard-bmg: [DMESG-WARN][227] ([Intel XE#3343] / [Intel XE#3468]) -> [PASS][228] [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_relay_init.html * igt@xe_pm@s2idle-basic-exec: - shard-bmg: [DMESG-WARN][229] ([Intel XE#1616] / [Intel XE#3468]) -> [PASS][230] [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_pm@s2idle-basic-exec.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_pm@s2idle-basic-exec.html - shard-dg2-set2: [DMESG-WARN][231] ([Intel XE#1727] / [Intel XE#3468]) -> [PASS][232] [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_pm@s2idle-basic-exec.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_pm@s2idle-basic-exec.html * igt@xe_pm@s3-vm-bind-prefetch: - shard-bmg: [DMESG-WARN][233] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [PASS][234] [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@xe_pm@s3-vm-bind-prefetch.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_pm@s3-vm-bind-prefetch.html #### Warnings #### * igt@kms_async_flips@async-flip-suspend-resume: - shard-dg2-set2: [DMESG-WARN][235] ([Intel XE#3468]) -> [SKIP][236] ([Intel XE#2423] / [i915#2575]) [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_async_flips@async-flip-suspend-resume.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_atomic_transition@plane-use-after-nonblocking-unbind: - shard-dg2-set2: [SKIP][237] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][238] ([Intel XE#1727]) [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg2-set2: [SKIP][239] ([Intel XE#2136]) -> [SKIP][240] ([Intel XE#316]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-dg2-set2: [SKIP][241] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][242] ([Intel XE#316]) [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-dg2-set2: [SKIP][243] ([Intel XE#316]) -> [SKIP][244] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_big_fb@linear-16bpp-rotate-90.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][245] ([Intel XE#316]) -> [SKIP][246] ([Intel XE#2136]) +2 other tests skip [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][247] ([Intel XE#1124]) -> [SKIP][248] ([Intel XE#2136]) +9 other tests skip [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][249] ([Intel XE#1124]) -> [SKIP][250] ([Intel XE#2136] / [Intel XE#2351]) +1 other test skip [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg2-set2: [SKIP][251] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][252] ([Intel XE#1124]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][253] ([Intel XE#2136]) -> [SKIP][254] ([Intel XE#1124]) +3 other tests skip [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: [SKIP][255] ([Intel XE#367]) -> [SKIP][256] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: [SKIP][257] ([Intel XE#2191]) -> [SKIP][258] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: [SKIP][259] ([Intel XE#2423] / [i915#2575]) -> [SKIP][260] ([Intel XE#367]) +3 other tests skip [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs: - shard-dg2-set2: [SKIP][261] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][262] ([Intel XE#455] / [Intel XE#787]) +2 other tests skip [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][263] ([Intel XE#2136]) -> [SKIP][264] ([Intel XE#2907]) [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs: - shard-dg2-set2: [SKIP][265] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][266] ([Intel XE#2136] / [Intel XE#2351]) +5 other tests skip [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][267] ([Intel XE#3442]) -> [SKIP][268] ([Intel XE#2136]) [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [SKIP][269] ([Intel XE#2136]) -> [INCOMPLETE][270] ([Intel XE#3468]) [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs: - shard-dg2-set2: [SKIP][271] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][272] ([Intel XE#2136]) +15 other tests skip [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [FAIL][273] ([Intel XE#616]) -> [SKIP][274] ([Intel XE#2136]) [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs: - shard-dg2-set2: [SKIP][275] ([Intel XE#2136]) -> [SKIP][276] ([Intel XE#455] / [Intel XE#787]) +11 other tests skip [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [SKIP][277] ([Intel XE#2136] / [Intel XE#2351]) -> [INCOMPLETE][278] ([Intel XE#1727]) [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2-set2: [SKIP][279] ([Intel XE#306]) -> [SKIP][280] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_chamelium_color@ctm-0-25.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-dg2-set2: [SKIP][281] ([Intel XE#2423] / [i915#2575]) -> [SKIP][282] ([Intel XE#373]) +9 other tests skip [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_chamelium_edid@hdmi-edid-read.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-dg2-set2: [SKIP][283] ([Intel XE#373]) -> [SKIP][284] ([Intel XE#2423] / [i915#2575]) +14 other tests skip [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_content_protection@atomic: - shard-dg2-set2: [FAIL][285] ([Intel XE#1178]) -> [SKIP][286] ([Intel XE#2423] / [i915#2575]) [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_content_protection@atomic.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_content_protection@atomic.html * igt@kms_content_protection@lic-type-0: - shard-bmg: [FAIL][287] ([Intel XE#1178]) -> [SKIP][288] ([Intel XE#2341]) [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_content_protection@lic-type-0.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@uevent: - shard-dg2-set2: [SKIP][289] ([Intel XE#2423] / [i915#2575]) -> [FAIL][290] ([Intel XE#1188]) [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_content_protection@uevent.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-dg2-set2: [SKIP][291] ([Intel XE#2423] / [i915#2575]) -> [SKIP][292] ([Intel XE#308]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_cursor_crc@cursor-offscreen-512x170.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2-set2: [SKIP][293] ([Intel XE#308]) -> [SKIP][294] ([Intel XE#2423] / [i915#2575]) +1 other test skip [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x512.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-bmg: [DMESG-WARN][295] ([Intel XE#3468]) -> [SKIP][296] ([Intel XE#2291]) +1 other test skip [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2-set2: [SKIP][297] ([Intel XE#323]) -> [SKIP][298] ([Intel XE#2423] / [i915#2575]) [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3: - shard-bmg: [DMESG-FAIL][299] ([Intel XE#3468]) -> [FAIL][300] ([Intel XE#2141]) +1 other test fail [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: [SKIP][301] ([Intel XE#307]) -> [SKIP][302] ([Intel XE#2423] / [i915#2575]) [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_display_modes@mst-extended-mode-negative.html [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2-set2: [SKIP][303] ([Intel XE#455]) -> [SKIP][304] ([Intel XE#2136]) +4 other tests skip [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_dsc@dsc-with-bpc.html [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_dsc@dsc-with-bpc.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-dg2-set2: [SKIP][305] ([Intel XE#2136]) -> [INCOMPLETE][306] ([Intel XE#1727] / [Intel XE#3468]) [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_fbcon_fbt@fbc-suspend.html [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: [SKIP][307] ([Intel XE#701]) -> [SKIP][308] ([Intel XE#2423] / [i915#2575]) [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_feature_discovery@chamelium.html [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-4x: - shard-dg2-set2: [SKIP][309] ([Intel XE#2423] / [i915#2575]) -> [SKIP][310] ([Intel XE#1138]) [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_feature_discovery@display-4x.html [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_feature_discovery@display-4x.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-bmg: [FAIL][311] ([Intel XE#2882]) -> [SKIP][312] ([Intel XE#2316]) [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank.html [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-bmg: [SKIP][313] ([Intel XE#2316]) -> [DMESG-WARN][314] ([Intel XE#3468]) [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-bmg: [ABORT][315] ([Intel XE#3468]) -> [SKIP][316] ([Intel XE#2316]) [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-expired-vblank: - shard-dg2-set2: [FAIL][317] ([Intel XE#301]) -> [SKIP][318] ([Intel XE#2423] / [i915#2575]) +1 other test skip [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank.html [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank.html * igt@kms_flip@modeset-vs-vblank-race: - shard-dg2-set2: [DMESG-WARN][319] ([Intel XE#1727]) -> [SKIP][320] ([Intel XE#2423] / [i915#2575]) +1 other test skip [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_flip@modeset-vs-vblank-race.html [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_flip@modeset-vs-vblank-race.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling: - shard-dg2-set2: [SKIP][321] ([Intel XE#2136]) -> [SKIP][322] ([Intel XE#455]) +1 other test skip [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2-set2: [SKIP][323] ([Intel XE#455]) -> [SKIP][324] ([Intel XE#2136] / [Intel XE#2351]) +3 other tests skip [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt: - shard-bmg: [SKIP][325] ([Intel XE#2312]) -> [SKIP][326] ([Intel XE#2311]) +13 other tests skip [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: [SKIP][327] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][328] ([Intel XE#651]) +13 other tests skip [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-suspend.html [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-bmg: [FAIL][329] ([Intel XE#2333]) -> [DMESG-FAIL][330] ([Intel XE#3468] / [Intel XE#877]) [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt: - shard-bmg: [DMESG-FAIL][331] ([Intel XE#3468]) -> [FAIL][332] ([Intel XE#2333]) +2 other tests fail [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-bmg: [SKIP][333] ([Intel XE#2312]) -> [DMESG-FAIL][334] ([Intel XE#3468]) +1 other test dmesg-fail [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render: - shard-bmg: [FAIL][335] ([Intel XE#2333]) -> [SKIP][336] ([Intel XE#2312]) +6 other tests skip [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [DMESG-FAIL][337] ([Intel XE#3468]) -> [SKIP][338] ([Intel XE#2312]) +1 other test skip [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-bmg: [FAIL][339] ([Intel XE#2333]) -> [DMESG-FAIL][340] ([Intel XE#3468]) +5 other tests dmesg-fail [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [SKIP][341] ([Intel XE#2312]) -> [FAIL][342] ([Intel XE#2333]) +5 other tests fail [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte: - shard-dg2-set2: [SKIP][343] ([Intel XE#651]) -> [SKIP][344] ([Intel XE#2136]) +27 other tests skip [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt: - shard-bmg: [SKIP][345] ([Intel XE#2311]) -> [SKIP][346] ([Intel XE#2312]) +19 other tests skip [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc: - shard-dg2-set2: [SKIP][347] ([Intel XE#651]) -> [SKIP][348] ([Intel XE#2136] / [Intel XE#2351]) +12 other tests skip [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear: - shard-dg2-set2: [SKIP][349] ([Intel XE#2136]) -> [SKIP][350] ([Intel XE#651]) +19 other tests skip [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][351] ([Intel XE#2136]) -> [SKIP][352] ([Intel XE#653]) +17 other tests skip [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt: - shard-bmg: [SKIP][353] ([Intel XE#2313]) -> [SKIP][354] ([Intel XE#2312]) +16 other tests skip [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][355] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][356] ([Intel XE#653]) +5 other tests skip [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][357] ([Intel XE#653]) -> [SKIP][358] ([Intel XE#2136] / [Intel XE#2351]) +6 other tests skip [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][359] ([Intel XE#2312]) -> [SKIP][360] ([Intel XE#2313]) +13 other tests skip [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-slowdraw: - shard-dg2-set2: [SKIP][361] ([Intel XE#653]) -> [SKIP][362] ([Intel XE#2136]) +34 other tests skip [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-slowdraw.html [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-slowdraw.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg2-set2: [SKIP][363] ([Intel XE#2925]) -> [SKIP][364] ([Intel XE#2136]) [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_joiner@basic-force-ultra-joiner.html [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: [SKIP][365] ([Intel XE#2927]) -> [SKIP][366] ([Intel XE#2136]) [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_joiner@basic-ultra-joiner.html [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-dg2-set2: [SKIP][367] ([Intel XE#2136]) -> [SKIP][368] ([Intel XE#346]) [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_joiner@invalid-modeset-big-joiner.html [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: [SKIP][369] ([Intel XE#356]) -> [SKIP][370] ([Intel XE#2423] / [i915#2575]) [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2-set2: [SKIP][371] ([Intel XE#2763] / [Intel XE#455]) -> [SKIP][372] ([Intel XE#2423] / [i915#2575]) +2 other tests skip [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a: - shard-bmg: [DMESG-WARN][373] ([Intel XE#3468]) -> [DMESG-WARN][374] ([Intel XE#2705] / [Intel XE#3468]) [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][375] ([Intel XE#2423] / [i915#2575]) -> [SKIP][376] ([Intel XE#2763] / [Intel XE#455]) +2 other tests skip [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_pm_backlight@bad-brightness: - shard-dg2-set2: [SKIP][377] ([Intel XE#870]) -> [SKIP][378] ([Intel XE#2136]) +2 other tests skip [377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_pm_backlight@bad-brightness.html [378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][379] ([Intel XE#2136]) -> [SKIP][380] ([Intel XE#870]) [379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html [380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2-set2: [SKIP][381] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][382] ([Intel XE#908]) [381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_pm_dc@dc6-dpms.html [382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@deep-pkgc: - shard-dg2-set2: [SKIP][383] ([Intel XE#908]) -> [SKIP][384] ([Intel XE#2136]) [383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_pm_dc@deep-pkgc.html [384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_pm_dc@deep-pkgc.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2-set2: [FAIL][385] ([Intel XE#3527]) -> [SKIP][386] ([Intel XE#2136]) [385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_pm_lpsp@kms-lpsp.html [386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: [SKIP][387] ([Intel XE#2136]) -> [SKIP][388] ([Intel XE#1489]) +10 other tests skip [387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html [388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-dg2-set2: [SKIP][389] ([Intel XE#1489]) -> [SKIP][390] ([Intel XE#2136]) +12 other tests skip [389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html [390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr@fbc-pr-primary-render: - shard-dg2-set2: [SKIP][391] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][392] ([Intel XE#2136] / [Intel XE#2351]) +4 other tests skip [391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@kms_psr@fbc-pr-primary-render.html [392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_psr@fbc-pr-primary-render.html * igt@kms_psr@fbc-psr-sprite-plane-onoff: - shard-dg2-set2: [SKIP][393] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][394] ([Intel XE#2850] / [Intel XE#929]) +3 other tests skip [393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-plane-onoff.html [394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_psr@fbc-psr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: [SKIP][395] ([Intel XE#2136]) -> [SKIP][396] ([Intel XE#2850] / [Intel XE#929]) +8 other tests skip [395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_psr@fbc-psr2-sprite-plane-move.html [396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_psr@fbc-psr2-suspend: - shard-dg2-set2: [SKIP][397] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][398] ([Intel XE#2136]) +10 other tests skip [397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_psr@fbc-psr2-suspend.html [398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_psr@fbc-psr2-suspend.html * igt@kms_psr@psr-cursor-plane-move: - shard-dg2-set2: [SKIP][399] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][400] ([Intel XE#2351]) [399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_psr@psr-cursor-plane-move.html [400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2-set2: [SKIP][401] ([Intel XE#2136] / [Intel XE#2351]) -> [SKIP][402] ([Intel XE#2939]) [401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: [SKIP][403] ([Intel XE#2136]) -> [SKIP][404] ([Intel XE#2939]) [403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2-set2: [SKIP][405] ([Intel XE#3414]) -> [SKIP][406] ([Intel XE#2423] / [i915#2575]) +3 other tests skip [405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_rotation_crc@primary-rotation-270.html [406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2-set2: [SKIP][407] ([Intel XE#2423] / [i915#2575]) -> [SKIP][408] ([Intel XE#3414]) +1 other test skip [407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-set2: [DMESG-FAIL][409] ([Intel XE#1727]) -> [FAIL][410] ([Intel XE#1729]) [409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@kms_tiled_display@basic-test-pattern.html [410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-bmg: [SKIP][411] ([Intel XE#2509]) -> [SKIP][412] ([Intel XE#2426]) [411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-dg2-set2: [SKIP][413] ([Intel XE#2423] / [i915#2575]) -> [DMESG-WARN][414] ([Intel XE#3468]) +1 other test dmesg-warn [413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_vblank@ts-continuation-dpms-suspend.html [414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@kms_vrr@cmrr: - shard-dg2-set2: [SKIP][415] ([Intel XE#2423] / [i915#2575]) -> [SKIP][416] ([Intel XE#2168]) [415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_vrr@cmrr.html [416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@kms_vrr@cmrr.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][417] ([Intel XE#455]) -> [SKIP][418] ([Intel XE#2423] / [i915#2575]) +7 other tests skip [417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@kms_vrr@flip-dpms.html [418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@flipline: - shard-dg2-set2: [SKIP][419] ([Intel XE#2423] / [i915#2575]) -> [SKIP][420] ([Intel XE#455]) +6 other tests skip [419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@kms_vrr@flipline.html [420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: [SKIP][421] ([Intel XE#2423] / [i915#2575]) -> [SKIP][422] ([Intel XE#756]) +1 other test skip [421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@kms_writeback@writeback-fb-id-xrgb2101010.html [422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2-set2: [SKIP][423] ([Intel XE#756]) -> [SKIP][424] ([Intel XE#2423] / [i915#2575]) [423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@kms_writeback@writeback-invalid-parameters.html [424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@kms_writeback@writeback-invalid-parameters.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2-set2: [SKIP][425] ([Intel XE#1091] / [Intel XE#2849]) -> [SKIP][426] ([Intel XE#2423] / [i915#2575]) [425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html [426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html * igt@xe_copy_basic@mem-copy-linear-0xfd: - shard-dg2-set2: [SKIP][427] ([Intel XE#1123]) -> [SKIP][428] ([Intel XE#1130]) [427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@xe_copy_basic@mem-copy-linear-0xfd.html [428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfd.html * igt@xe_copy_basic@mem-set-linear-0x369: - shard-dg2-set2: [SKIP][429] ([Intel XE#1130]) -> [SKIP][430] ([Intel XE#1126]) [429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0x369.html [430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x369.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][431] ([Intel XE#1126]) -> [SKIP][432] ([Intel XE#1130]) +1 other test skip [431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfd.html [432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_eudebug@basic-close: - shard-dg2-set2: [SKIP][433] ([Intel XE#2905]) -> [SKIP][434] ([Intel XE#1130]) +16 other tests skip [433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_eudebug@basic-close.html [434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_eudebug@basic-close.html * igt@xe_eudebug@basic-vm-bind: - shard-dg2-set2: [SKIP][435] ([Intel XE#1130]) -> [SKIP][436] ([Intel XE#2905]) +10 other tests skip [435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_eudebug@basic-vm-bind.html [436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_eudebug@basic-vm-bind.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-dg2-set2: [INCOMPLETE][437] ([Intel XE#1473]) -> [SKIP][438] ([Intel XE#1130]) [437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_evict@evict-beng-mixed-many-threads-large.html [438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-bmg: [FAIL][439] ([Intel XE#2364]) -> [DMESG-FAIL][440] ([Intel XE#3468]) [439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-4/igt@xe_evict@evict-large-multi-vm-cm.html [440]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-6/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind: - shard-dg2-set2: [SKIP][441] ([Intel XE#1130]) -> [DMESG-WARN][442] ([Intel XE#1727]) +1 other test dmesg-warn [441]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind.html [442]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_exec_balancer@many-execqueues-cm-virtual-userptr-rebind.html * igt@xe_exec_fault_mode@once-basic: - shard-dg2-set2: [SKIP][443] ([Intel XE#288]) -> [SKIP][444] ([Intel XE#1130]) +25 other tests skip [443]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_exec_fault_mode@once-basic.html [444]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_exec_fault_mode@once-basic.html * igt@xe_exec_fault_mode@once-basic-imm: - shard-dg2-set2: [SKIP][445] ([Intel XE#1130]) -> [SKIP][446] ([Intel XE#288]) +19 other tests skip [445]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_exec_fault_mode@once-basic-imm.html [446]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_exec_fault_mode@once-basic-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: [SKIP][447] ([Intel XE#2360]) -> [SKIP][448] ([Intel XE#1130]) [447]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html [448]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence: - shard-dg2-set2: [SKIP][449] ([Intel XE#1130]) -> [SKIP][450] ([Intel XE#2360]) +1 other test skip [449]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html [450]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html * igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init: - shard-dg2-set2: [DMESG-WARN][451] ([Intel XE#3343]) -> [SKIP][452] ([Intel XE#1130]) +1 other test skip [451]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html [452]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_guc_log_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init: - shard-dg2-set2: [SKIP][453] ([Intel XE#1130]) -> [DMESG-WARN][454] ([Intel XE#3467]) +1 other test dmesg-warn [453]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html [454]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_fault_injection@inject-fault-probe-function-xe_sriov_init.html * igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init: - shard-dg2-set2: [DMESG-WARN][455] ([Intel XE#3467]) -> [SKIP][456] ([Intel XE#1130]) +1 other test skip [455]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init.html [456]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_fault_injection@inject-fault-probe-function-xe_wa_init.html * igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare: - shard-bmg: [FAIL][457] ([Intel XE#3499]) -> [DMESG-FAIL][458] ([Intel XE#3467] / [Intel XE#3468]) +1 other test dmesg-fail [457]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html [458]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-xe_pt_update_ops_prepare.html * igt@xe_oa@invalid-oa-format-id: - shard-dg2-set2: [SKIP][459] ([Intel XE#3573]) -> [SKIP][460] ([Intel XE#1130]) +8 other tests skip [459]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-436/igt@xe_oa@invalid-oa-format-id.html [460]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_oa@invalid-oa-format-id.html * igt@xe_oa@invalid-remove-userspace-config: - shard-dg2-set2: [SKIP][461] ([Intel XE#1130]) -> [SKIP][462] ([Intel XE#3573]) +4 other tests skip [461]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-466/igt@xe_oa@invalid-remove-userspace-config.html [462]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_oa@invalid-remove-userspace-config.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][463] ([Intel XE#1130]) -> [SKIP][464] ([Intel XE#1337]) [463]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@xe_pat@display-vs-wb-transient.html [464]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-436/igt@xe_pat@display-vs-wb-transient.html * igt@xe_peer2peer@read: - shard-dg2-set2: [FAIL][465] ([Intel XE#1173]) -> [SKIP][466] ([Intel XE#1061]) [465]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@xe_peer2peer@read.html [466]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_peer2peer@read.html * igt@xe_pm@d3cold-mocs: - shard-dg2-set2: [SKIP][467] ([Intel XE#1130]) -> [SKIP][468] ([Intel XE#2284]) [467]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@xe_pm@d3cold-mocs.html [468]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-435/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@d3hot-basic: - shard-dg2-set2: [DMESG-WARN][469] ([Intel XE#3468]) -> [SKIP][470] ([Intel XE#1130]) [469]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-433/igt@xe_pm@d3hot-basic.html [470]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_pm@d3hot-basic.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: [SKIP][471] ([Intel XE#1130]) -> [SKIP][472] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip [471]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@xe_pm@s3-d3cold-basic-exec.html [472]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s3-mocs: - shard-dg2-set2: [DMESG-WARN][473] ([Intel XE#1727] / [Intel XE#3468]) -> [SKIP][474] ([Intel XE#1130]) [473]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@xe_pm@s3-mocs.html [474]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_pm@s3-mocs.html * igt@xe_pm@s3-vm-bind-prefetch: - shard-dg2-set2: [DMESG-WARN][475] ([Intel XE#1727] / [Intel XE#3468] / [Intel XE#569]) -> [SKIP][476] ([Intel XE#1130]) [475]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@xe_pm@s3-vm-bind-prefetch.html [476]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_pm@s3-vm-bind-prefetch.html * igt@xe_pm@s4-exec-after: - shard-dg2-set2: [SKIP][477] ([Intel XE#1130]) -> [DMESG-WARN][478] ([Intel XE#1727] / [Intel XE#3468]) +1 other test dmesg-warn [477]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-434/igt@xe_pm@s4-exec-after.html [478]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-463/igt@xe_pm@s4-exec-after.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-dg2-set2: [SKIP][479] ([Intel XE#944]) -> [SKIP][480] ([Intel XE#1130]) +2 other tests skip [479]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-463/igt@xe_query@multigpu-query-invalid-cs-cycles.html [480]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-434/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_wedged@wedged-mode-toggle: - shard-dg2-set2: [ABORT][481] ([Intel XE#3075] / [Intel XE#3084]) -> [SKIP][482] ([Intel XE#1130]) [481]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8123/shard-dg2-435/igt@xe_wedged@wedged-mode-toggle.html [482]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/shard-dg2-466/igt@xe_wedged@wedged-mode-toggle.html [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1081]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1081 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512 [Intel XE#1616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1616 [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1874 [Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [Intel XE#2141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2141 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291 [Intel XE#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#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [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#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425 [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#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509 [Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566 [Intel XE#2571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2571 [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652 [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705 [Intel XE#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#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2932]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2932 [Intel XE#2939]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2939 [Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961 [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#3075]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3075 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#3084]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3084 [Intel XE#3097]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3097 [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141 [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#3191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#3249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3249 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [Intel XE#3307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3307 [Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321 [Intel XE#3339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3339 [Intel XE#3343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3343 [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414 [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432 [Intel XE#3440]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3440 [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442 [Intel XE#3453]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3453 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#3467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3467 [Intel XE#3468]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3468 [Intel XE#3487]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3487 [Intel XE#3499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3499 [Intel XE#3527]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3527 [Intel XE#3546]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3546 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#3560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3560 [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [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#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_8123 -> IGTPW_12183 * Linux: xe-2263-a381faddbfc974e7bd57efe953a738415afccd6a -> xe-2269-4d723d57180a3aafc1a510bc08ef42f4b03671a7 IGTPW_12183: 12183 IGT_8123: fb343db7fc59c760ef0a0c19303e7bcec177dbd9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2263-a381faddbfc974e7bd57efe953a738415afccd6a: a381faddbfc974e7bd57efe953a738415afccd6a xe-2269-4d723d57180a3aafc1a510bc08ef42f4b03671a7: 4d723d57180a3aafc1a510bc08ef42f4b03671a7 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12183/index.html [-- Attachment #2: Type: text/html, Size: 193195 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala ` (3 preceding siblings ...) 2024-11-25 7:28 ` ✗ Xe.CI.Full: " Patchwork @ 2024-11-25 17:36 ` B, Jeevan 2024-11-29 18:22 ` Kamil Konieczny 4 siblings, 1 reply; 7+ messages in thread From: B, Jeevan @ 2024-11-25 17:36 UTC (permalink / raw) To: Samala, Pranay, igt-dev@lists.freedesktop.org Cc: B S, Karthik, Sharma, Swati2, Lattannavar, Sameer > -----Original Message----- > From: Samala, Pranay <pranay.samala@intel.com> > Sent: Monday, November 25, 2024 8:54 AM > To: igt-dev@lists.freedesktop.org > Cc: B S, Karthik <karthik.b.s@intel.com>; Sharma, Swati2 > <swati2.sharma@intel.com>; B, Jeevan <jeevan.b@intel.com>; Lattannavar, > Sameer <sameer.lattannavar@intel.com>; Samala, Pranay > <pranay.samala@intel.com> > Subject: [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message > > This patch adds a proper skip message which will be easy to debug. > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/intel/kms_dsc.c | 36 ++++++++++++++++++++---------------- > 1 file changed, 20 insertions(+), 16 deletions(-) > > diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c index > 9b48caf76..65b0d262c 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,27 @@ 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)); > + continue; > + } > + > + 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); > + } This introduces new dynamic subtests, LGTM. Reviewed-by: Jeevan B <jeevan.b@intel.com> > > if (data->limited) > break; > -- > 2.34.1 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message 2024-11-25 17:36 ` [PATCH i-g-t] " B, Jeevan @ 2024-11-29 18:22 ` Kamil Konieczny 0 siblings, 0 replies; 7+ messages in thread From: Kamil Konieczny @ 2024-11-29 18:22 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org Cc: Samala, Pranay, B, Jeevan, B S, Karthik, Sharma, Swati2, Lattannavar, Sameer Hi, On 2024-11-25 at 17:36:16 +0000, B, Jeevan wrote: > > -----Original Message----- > > From: Samala, Pranay <pranay.samala@intel.com> > > Sent: Monday, November 25, 2024 8:54 AM > > To: igt-dev@lists.freedesktop.org > > Cc: B S, Karthik <karthik.b.s@intel.com>; Sharma, Swati2 > > <swati2.sharma@intel.com>; B, Jeevan <jeevan.b@intel.com>; Lattannavar, > > Sameer <sameer.lattannavar@intel.com>; Samala, Pranay > > <pranay.samala@intel.com> > > Subject: [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message > > > > This patch adds a proper skip message which will be easy to debug. After this description I would expect only skip messages will change but later on you did more then this. You should describe all changes made by a patch, see CONTRIBUTE.md for some pointers. > > > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > > --- > > tests/intel/kms_dsc.c | 36 ++++++++++++++++++++---------------- > > 1 file changed, 20 insertions(+), 16 deletions(-) > > ...cut... > > + 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); > > + } > This introduces new dynamic subtests, > LGTM. > > Reviewed-by: Jeevan B <jeevan.b@intel.com> Please split this into adding meaningfull messages and second patch for introducing new dynamic subtests. Regards, Kamil > > > > if (data->limited) > > break; > > -- > > 2.34.1 > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-29 18:23 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-25 3:24 [PATCH i-g-t] tests/intel/kms_dsc: Add meaningfull skip message Pranay Samala 2024-11-25 4:14 ` ✓ Xe.CI.BAT: success for " Patchwork 2024-11-25 4:29 ` ✓ i915.CI.BAT: " Patchwork 2024-11-25 6:10 ` ✗ i915.CI.Full: failure " Patchwork 2024-11-25 7:28 ` ✗ Xe.CI.Full: " Patchwork 2024-11-25 17:36 ` [PATCH i-g-t] " B, Jeevan 2024-11-29 18:22 ` Kamil Konieczny
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox