* [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases
@ 2022-04-18 7:53 Nidhi Gupta
2022-04-18 8:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Nidhi Gupta @ 2022-04-18 7:53 UTC (permalink / raw)
To: igt-dev; +Cc: Nidhi Gupta
Modified kms_sequence and kms_concurrent to include
dynamic test cases.
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
---
tests/kms_concurrent.c | 6 ++++--
tests/kms_sequence.c | 13 ++++++++++---
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index dc1e36f2..5536a369 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -339,9 +339,11 @@ run_tests_for_pipe(data_t *data, enum pipe pipe)
igt_describe("Test atomic mode setting concurrently with multiple planes and screen "
"resolution.");
- igt_subtest_f("pipe-%s", kmstest_pipe_name(pipe))
+ igt_subtest_with_dynamic_f("pipe-%s", kmstest_pipe_name(pipe)) {
for_each_valid_output_on_pipe(&data->display, pipe, output)
- run_test(data, pipe, output);
+ igt_dynamic_f("%s", igt_output_name(output))
+ run_test(data, pipe, output);
+ }
}
static int opt_handler(int option, int option_index, void *input)
diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c
index 9c287480..aeabce23 100644
--- a/tests/kms_sequence.c
+++ b/tests/kms_sequence.c
@@ -253,6 +253,7 @@ static void sequence_queue(data_t *data, int fd, int nchildren)
igt_main
{
int fd;
+ igt_output_t *output;
data_t data;
const struct {
const char *name;
@@ -278,6 +279,7 @@ igt_main
fd = drm_open_driver_master(DRIVER_ANY);
kmstest_set_vt_graphics_mode();
igt_display_require(&data.display, fd);
+ igt_display_require_output(&data.display);
}
for (f = funcs; f->name; f++) {
@@ -287,9 +289,14 @@ igt_main
igt_describe("This is a test of drmCrtcGetSequence and "
"drmCrtcQueueSequence");
- igt_subtest_f("%s-%s", f->name, m->name) {
- data.flags = m->flags;
- run_test(&data, fd, f->func);
+ igt_subtest_with_dynamic_f("%s-%s", f->name, m->name) {
+ for_each_connected_output(&data.display, output) {
+ igt_dynamic_f("%s", igt_output_name(output)) {
+ data.output = output;
+ data.flags = m->flags;
+ run_test(&data, fd, f->func);
+ }
+ }
}
}
}
--
2.26.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms : Added dynamic test cases 2022-04-18 7:53 [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases Nidhi Gupta @ 2022-04-18 8:36 ` Patchwork 2022-04-18 9:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-04-18 10:53 ` [igt-dev] [PATCH i-g-t v2] " Modem, Bhanuprakash 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-04-18 8:36 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5144 bytes --] == Series Details == Series: tests/kms : Added dynamic test cases URL : https://patchwork.freedesktop.org/series/102778/ State : success == Summary == CI Bug Log - changes from CI_DRM_11509 -> IGTPW_6938 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html Participating hosts (50 -> 46) ------------------------------ Missing (4): bat-dg2-8 bat-adlm-1 fi-bsw-cyan fi-bdw-samus Known issues ------------ Here are the changes found in IGTPW_6938 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_engines: - bat-dg1-5: [PASS][1] -> [INCOMPLETE][2] ([i915#4418]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/bat-dg1-5/igt@i915_selftest@live@gt_engines.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/bat-dg1-5/igt@i915_selftest@live@gt_engines.html * igt@i915_selftest@live@hangcheck: - bat-dg1-6: [PASS][3] -> [DMESG-FAIL][4] ([i915#4494] / [i915#4957]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/bat-dg1-6/igt@i915_selftest@live@hangcheck.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/bat-dg1-6/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@live@mman: - fi-bdw-5557u: NOTRUN -> [INCOMPLETE][5] ([i915#5704]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-bdw-5557u/igt@i915_selftest@live@mman.html * igt@kms_chamelium@dp-crc-fast: - fi-bdw-5557u: NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827]) +8 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_setmode@basic-clone-single-crtc: - fi-bdw-5557u: NOTRUN -> [SKIP][7] ([fdo#109271]) +14 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-bdw-5557u/igt@kms_setmode@basic-clone-single-crtc.html * igt@runner@aborted: - bat-dg1-5: NOTRUN -> [FAIL][8] ([i915#4312] / [i915#5257]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/bat-dg1-5/igt@runner@aborted.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s3@smem: - fi-bdw-5557u: [INCOMPLETE][9] ([i915#146]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_module_load@reload: - fi-kbl-soraka: [DMESG-WARN][11] ([i915#1982]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/fi-kbl-soraka/igt@i915_module_load@reload.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-kbl-soraka/igt@i915_module_load@reload.html * igt@i915_selftest@live@hangcheck: - fi-hsw-g3258: [INCOMPLETE][13] ([i915#4785]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/fi-hsw-g3258/igt@i915_selftest@live@hangcheck.html * igt@kms_flip@basic-flip-vs-modeset@a-edp1: - {bat-adlp-6}: [DMESG-WARN][15] ([i915#3576]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4418]: https://gitlab.freedesktop.org/drm/intel/issues/4418 [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5704]: https://gitlab.freedesktop.org/drm/intel/issues/5704 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6438 -> IGTPW_6938 CI-20190529: 20190529 CI_DRM_11509: d97978df553d768e457cb68c637b2b0a6188b87c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6938: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html IGT_6438: 205a47d8f70e659df620573ce409d228c5762d11 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html [-- Attachment #2: Type: text/html, Size: 5987 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms : Added dynamic test cases 2022-04-18 7:53 [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases Nidhi Gupta 2022-04-18 8:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-04-18 9:48 ` Patchwork 2022-04-18 10:53 ` [igt-dev] [PATCH i-g-t v2] " Modem, Bhanuprakash 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-04-18 9:48 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 65794 bytes --] == Series Details == Series: tests/kms : Added dynamic test cases URL : https://patchwork.freedesktop.org/series/102778/ State : success == Summary == CI Bug Log - changes from CI_DRM_11509_full -> IGTPW_6938_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html Participating hosts (10 -> 9) ------------------------------ Additional (3): shard-rkl shard-dg1 shard-tglu Missing (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6938_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_concurrent@pipe-c@hdmi-a-1} (NEW): - {shard-dg1}: NOTRUN -> [CRASH][1] +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-dg1-13/igt@kms_concurrent@pipe-c@hdmi-a-1.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@api_intel_allocator@fork-simple-stress: - {shard-dg1}: NOTRUN -> [TIMEOUT][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-dg1-15/igt@api_intel_allocator@fork-simple-stress.html * {igt@i915_query@test-query-geometry-subslices}: - {shard-rkl}: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-rkl-2/igt@i915_query@test-query-geometry-subslices.html - shard-iclb: NOTRUN -> [SKIP][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb6/igt@i915_query@test-query-geometry-subslices.html - {shard-dg1}: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-dg1-19/igt@i915_query@test-query-geometry-subslices.html - {shard-tglu}: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglu-3/igt@i915_query@test-query-geometry-subslices.html New tests --------- New tests have been introduced between CI_DRM_11509_full and IGTPW_6938_full: ### New IGT tests (41) ### * igt@kms_concurrent@pipe-a@dp-1: - Statuses : 2 pass(s) - Exec time: [0.41, 0.52] s * igt@kms_concurrent@pipe-a@edp-1: - Statuses : 2 pass(s) - Exec time: [0.15, 0.23] s * igt@kms_concurrent@pipe-a@hdmi-a-1: - Statuses : 2 pass(s) - Exec time: [0.20, 1.23] s * igt@kms_concurrent@pipe-a@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [1.02] s * igt@kms_concurrent@pipe-a@vga-1: - Statuses : 1 pass(s) - Exec time: [0.27] s * igt@kms_concurrent@pipe-c@dp-1: - Statuses : 2 pass(s) - Exec time: [0.41, 0.51] s * igt@kms_concurrent@pipe-c@edp-1: - Statuses : 2 pass(s) - Exec time: [1.26, 1.31] s * igt@kms_concurrent@pipe-c@hdmi-a-1: - Statuses : 1 crash(s) 2 pass(s) - Exec time: [0.03, 1.17] s * igt@kms_concurrent@pipe-c@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [1.06] s * igt@kms_concurrent@pipe-d@edp-1: - Statuses : 1 pass(s) - Exec time: [1.28] s * igt@kms_concurrent@pipe-d@hdmi-a-1: - Statuses : 1 crash(s) 1 pass(s) - Exec time: [0.03, 0.30] s * igt@kms_sequence@get-busy@dp-1: - Statuses : 2 pass(s) - Exec time: [7.20, 7.39] s * igt@kms_sequence@get-busy@edp-1: - Statuses : 2 pass(s) - Exec time: [9.43, 9.77] s * igt@kms_sequence@get-busy@hdmi-a-1: - Statuses : 2 pass(s) - Exec time: [4.75, 15.28] s * igt@kms_sequence@get-busy@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [14.97] s * igt@kms_sequence@get-busy@vga-1: - Statuses : 1 pass(s) - Exec time: [4.66] s * igt@kms_sequence@get-forked-busy@dp-1: - Statuses : 2 pass(s) - Exec time: [7.37, 7.40] s * igt@kms_sequence@get-forked-busy@edp-1: - Statuses : 2 pass(s) - Exec time: [9.57, 9.92] s * igt@kms_sequence@get-forked-busy@hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [4.86, 15.21] s * igt@kms_sequence@get-forked-busy@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [14.86] s * igt@kms_sequence@get-forked-busy@vga-1: - Statuses : 1 pass(s) - Exec time: [4.67] s * igt@kms_sequence@get-forked@dp-1: - Statuses : 1 pass(s) - Exec time: [6.99] s * igt@kms_sequence@get-forked@edp-1: - Statuses : 1 pass(s) - Exec time: [9.06] s * igt@kms_sequence@get-forked@hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [14.14] s * igt@kms_sequence@get-forked@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [13.89] s * igt@kms_sequence@get-forked@vga-1: - Statuses : 1 pass(s) - Exec time: [4.43] s * igt@kms_sequence@get-idle@dp-1: - Statuses : 2 pass(s) - Exec time: [6.65, 6.89] s * igt@kms_sequence@get-idle@edp-1: - Statuses : 2 pass(s) - Exec time: [8.89, 9.22] s * igt@kms_sequence@get-idle@hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [4.38, 14.23] s * igt@kms_sequence@get-idle@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [14.01] s * igt@kms_sequence@get-idle@vga-1: - Statuses : 1 pass(s) - Exec time: [4.30] s * igt@kms_sequence@queue-busy@dp-1: - Statuses : 2 pass(s) - Exec time: [7.21, 7.35] s * igt@kms_sequence@queue-busy@edp-1: - Statuses : 2 pass(s) - Exec time: [9.47, 9.78] s * igt@kms_sequence@queue-busy@hdmi-a-1: - Statuses : 3 pass(s) - Exec time: [9.39, 15.33] s * igt@kms_sequence@queue-busy@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [15.03] s * igt@kms_sequence@queue-busy@vga-1: - Statuses : 1 pass(s) - Exec time: [4.67] s * igt@kms_sequence@queue-idle@dp-1: - Statuses : 2 pass(s) - Exec time: [6.60, 6.84] s * igt@kms_sequence@queue-idle@edp-1: - Statuses : 2 pass(s) - Exec time: [8.84, 9.28] s * igt@kms_sequence@queue-idle@hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [14.03] s * igt@kms_sequence@queue-idle@hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [13.85] s * igt@kms_sequence@queue-idle@vga-1: - Statuses : 1 pass(s) - Exec time: [4.28] s Known issues ------------ Here are the changes found in IGTPW_6938_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-3x: - shard-glk: NOTRUN -> [SKIP][7] ([fdo#109271]) +97 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk9/igt@feature_discovery@display-3x.html - shard-iclb: NOTRUN -> [SKIP][8] ([i915#1839]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@feature_discovery@display-3x.html * igt@feature_discovery@psr2: - shard-iclb: [PASS][9] -> [SKIP][10] ([i915#658]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb2/igt@feature_discovery@psr2.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb7/igt@feature_discovery@psr2.html * igt@gem_ccs@block-copy-inplace: - shard-tglb: NOTRUN -> [SKIP][11] ([i915#3555] / [i915#5325]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@gem_ccs@block-copy-inplace.html - shard-iclb: NOTRUN -> [SKIP][12] ([i915#5327]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@gem_ccs@block-copy-inplace.html * igt@gem_create@create-massive: - shard-tglb: NOTRUN -> [DMESG-WARN][13] ([i915#4991]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@gem_create@create-massive.html * igt@gem_ctx_persistence@legacy-engines-mixed: - shard-snb: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#1099]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html * igt@gem_ctx_sseu@invalid-args: - shard-tglb: NOTRUN -> [SKIP][15] ([i915#280]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@in-flight-1us: - shard-tglb: [PASS][16] -> [TIMEOUT][17] ([i915#3063]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-tglb3/igt@gem_eio@in-flight-1us.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb5/igt@gem_eio@in-flight-1us.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-kbl: NOTRUN -> [DMESG-WARN][18] ([i915#5076] / [i915#5614]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: NOTRUN -> [FAIL][19] ([i915#2846]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@gem_exec_fair@basic-deadline.html - shard-glk: [PASS][20] -> [FAIL][21] ([i915#2846]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk5/igt@gem_exec_fair@basic-deadline.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk5/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][22] -> [FAIL][23] ([i915#2842]) +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-tglb8/igt@gem_exec_fair@basic-flow@rcs0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [PASS][24] -> [FAIL][25] ([i915#2842]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-kbl: [PASS][26] -> [FAIL][27] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl6/igt@gem_exec_fair@basic-none-vip@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl1/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-none@vcs1: - shard-iclb: NOTRUN -> [FAIL][28] ([i915#2842]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb2/igt@gem_exec_fair@basic-none@vcs1.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: NOTRUN -> [FAIL][29] ([i915#2842]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][30] ([i915#2842]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-snb: [PASS][31] -> [SKIP][32] ([fdo#109271]) +1 similar issue [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-snb4/igt@gem_exec_flush@basic-wb-ro-before-default.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-snb6/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_params@secure-non-root: - shard-iclb: NOTRUN -> [SKIP][33] ([fdo#112283]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_whisper@basic-fds-priority-all: - shard-tglb: NOTRUN -> [INCOMPLETE][34] ([i915#5268]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@gem_exec_whisper@basic-fds-priority-all.html * igt@gem_huc_copy@huc-copy: - shard-kbl: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#2190]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl1/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-kbl: NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#4613]) +1 similar issue [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@gem_lmem_swapping@heavy-verify-multi.html - shard-tglb: NOTRUN -> [SKIP][37] ([i915#4613]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-glk: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#4613]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk9/igt@gem_lmem_swapping@heavy-verify-random.html - shard-iclb: NOTRUN -> [SKIP][39] ([i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@random-engines: - shard-apl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#4613]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl6/igt@gem_lmem_swapping@random-engines.html * igt@gem_media_vme: - shard-tglb: NOTRUN -> [SKIP][41] ([i915#284]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@gem_media_vme.html * igt@gem_mmap_gtt@coherency: - shard-tglb: NOTRUN -> [SKIP][42] ([fdo#111656]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@gem_mmap_gtt@coherency.html * igt@gem_pxp@create-valid-protected-context: - shard-iclb: NOTRUN -> [SKIP][43] ([i915#4270]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-tglb: NOTRUN -> [SKIP][44] ([i915#4270]) +4 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb1/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_render_copy@yf-tiled-to-vebox-linear: - shard-iclb: NOTRUN -> [SKIP][45] ([i915#768]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@gem_render_copy@yf-tiled-to-vebox-linear.html * igt@gem_userptr_blits@unsync-unmap: - shard-iclb: NOTRUN -> [SKIP][46] ([i915#3297]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb7/igt@gem_userptr_blits@unsync-unmap.html - shard-tglb: NOTRUN -> [SKIP][47] ([i915#3297]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@gem_userptr_blits@unsync-unmap.html * igt@gen3_render_linear_blits: - shard-tglb: NOTRUN -> [SKIP][48] ([fdo#109289]) +5 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@gen3_render_linear_blits.html * igt@gen9_exec_parse@valid-registers: - shard-iclb: NOTRUN -> [SKIP][49] ([i915#2856]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb6/igt@gen9_exec_parse@valid-registers.html - shard-tglb: NOTRUN -> [SKIP][50] ([i915#2527] / [i915#2856]) +2 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@gen9_exec_parse@valid-registers.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [PASS][51] -> [FAIL][52] ([i915#454]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb6/igt@i915_pm_dc@dc6-psr.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][53] -> [SKIP][54] ([fdo#109271]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl3/igt@i915_pm_dc@dc9-dpms.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl4/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-apl: NOTRUN -> [SKIP][55] ([fdo#109271] / [i915#1937]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl3/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html - shard-kbl: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#1937]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-glk: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#1937]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk5/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_lpsp@screens-disabled: - shard-tglb: NOTRUN -> [SKIP][58] ([i915#1902]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html * igt@i915_suspend@debugfs-reader: - shard-apl: [PASS][59] -> [DMESG-WARN][60] ([i915#180]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl1/igt@i915_suspend@debugfs-reader.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@i915_suspend@debugfs-reader.html * igt@kms_atomic@atomic_plane_damage: - shard-iclb: NOTRUN -> [SKIP][61] ([i915#4765]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@kms_atomic@atomic_plane_damage.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-iclb: NOTRUN -> [SKIP][62] ([i915#5286]) +1 similar issue [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#5286]) +5 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-glk: [PASS][64] -> [DMESG-WARN][65] ([i915#118]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk9/igt@kms_big_fb@linear-32bpp-rotate-0.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][66] ([fdo#110725] / [fdo#111614]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][67] ([fdo#111614]) +2 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb1/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-apl: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#3777]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-kbl: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#3777]) +3 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][70] ([fdo#111615]) +6 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-glk: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#3777]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk4/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-0-hflip-async-flip: - shard-iclb: NOTRUN -> [SKIP][72] ([fdo#110723]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_joiner@basic: - shard-iclb: NOTRUN -> [SKIP][73] ([i915#2705]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_big_joiner@basic.html - shard-tglb: NOTRUN -> [SKIP][74] ([i915#2705]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#3886]) +14 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html - shard-tglb: NOTRUN -> [SKIP][76] ([i915#3689] / [i915#3886]) +5 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs: - shard-apl: NOTRUN -> [SKIP][77] ([fdo#109271]) +206 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#3886]) +6 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl8/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109278] / [i915#3886]) +6 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][80] ([i915#3689]) +7 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_ccs@pipe-c-bad-aux-stride-y_tiled_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#3886]) +3 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk7/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-rotation-90-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][82] ([fdo#111615] / [i915#3689]) +8 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_ccs@pipe-c-bad-rotation-90-yf_tiled_ccs.html * igt@kms_chamelium@dp-edid-change-during-suspend: - shard-apl: NOTRUN -> [SKIP][83] ([fdo#109271] / [fdo#111827]) +13 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@kms_chamelium@dp-edid-change-during-suspend.html * igt@kms_chamelium@dp-frame-dump: - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109284] / [fdo#111827]) +9 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@kms_chamelium@dp-frame-dump.html * igt@kms_chamelium@hdmi-mode-timings: - shard-kbl: NOTRUN -> [SKIP][85] ([fdo#109271] / [fdo#111827]) +20 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-edid-read: - shard-glk: NOTRUN -> [SKIP][86] ([fdo#109271] / [fdo#111827]) +6 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk3/igt@kms_chamelium@vga-edid-read.html * igt@kms_color@pipe-b-deep-color: - shard-iclb: NOTRUN -> [SKIP][87] ([fdo#109278] / [i915#3555]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@kms_color@pipe-b-deep-color.html * igt@kms_color@pipe-d-degamma: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109278] / [i915#1149]) +3 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@kms_color@pipe-d-degamma.html * igt@kms_color_chamelium@pipe-b-ctm-max: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109284] / [fdo#111827]) +14 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@kms_color_chamelium@pipe-b-ctm-max.html * igt@kms_color_chamelium@pipe-c-ctm-max: - shard-snb: NOTRUN -> [SKIP][90] ([fdo#109271] / [fdo#111827]) +4 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-max.html * igt@kms_content_protection@atomic-dpms: - shard-apl: NOTRUN -> [TIMEOUT][91] ([i915#1319]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl4/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglb: NOTRUN -> [SKIP][92] ([i915#3116] / [i915#3299]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen: - shard-iclb: NOTRUN -> [SKIP][93] ([fdo#109278] / [fdo#109279]) +3 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen.html * igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][94] ([i915#3319]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-32x32-rapid-movement.html * igt@kms_cursor_crc@pipe-c-cursor-512x170-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109278]) +31 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@kms_cursor_crc@pipe-c-cursor-512x170-rapid-movement.html * igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen: - shard-tglb: NOTRUN -> [SKIP][96] ([i915#3359]) +10 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen: - shard-tglb: NOTRUN -> [SKIP][97] ([fdo#109279] / [i915#3359]) +3 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x512-onscreen.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109274] / [fdo#109278]) +5 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][99] -> [FAIL][100] ([i915#2346]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_draw_crc@draw-method-xrgb8888-blt-4tiled: - shard-tglb: NOTRUN -> [SKIP][101] ([i915#5287]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@kms_draw_crc@draw-method-xrgb8888-blt-4tiled.html - shard-iclb: NOTRUN -> [SKIP][102] ([i915#5287]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_draw_crc@draw-method-xrgb8888-blt-4tiled.html * igt@kms_dsc@basic-dsc-enable: - shard-iclb: NOTRUN -> [SKIP][103] ([i915#3840]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb4/igt@kms_dsc@basic-dsc-enable.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglb: NOTRUN -> [SKIP][104] ([fdo#109274] / [fdo#111825]) +12 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-iclb: NOTRUN -> [SKIP][105] ([fdo#109274]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-iclb: [PASS][106] -> [SKIP][107] ([i915#3701]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-kbl: NOTRUN -> [SKIP][108] ([fdo#109271]) +250 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-snb: NOTRUN -> [SKIP][109] ([fdo#109271]) +139 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-cpu: - shard-tglb: NOTRUN -> [SKIP][110] ([fdo#109280] / [fdo#111825]) +32 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt: - shard-iclb: NOTRUN -> [SKIP][111] ([fdo#109280]) +18 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_hdr@static-swap: - shard-iclb: NOTRUN -> [SKIP][112] ([i915#3555]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@kms_hdr@static-swap.html - shard-tglb: NOTRUN -> [SKIP][113] ([i915#3555]) +2 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@kms_hdr@static-swap.html * igt@kms_invalid_mode@clock-too-high: - shard-tglb: NOTRUN -> [SKIP][114] ([i915#4278]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@kms_invalid_mode@clock-too-high.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-kbl: NOTRUN -> [SKIP][115] ([fdo#109271] / [i915#533]) +2 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_plane_alpha_blend@pipe-a-alpha-basic: - shard-apl: NOTRUN -> [FAIL][116] ([fdo#108145] / [i915#265]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][117] ([i915#265]) +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl2/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html - shard-kbl: NOTRUN -> [FAIL][118] ([i915#265]) +1 similar issue [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html * igt@kms_plane_lowres@pipe-a-tiling-none: - shard-tglb: NOTRUN -> [SKIP][119] ([i915#3536]) +2 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb5/igt@kms_plane_lowres@pipe-a-tiling-none.html * igt@kms_plane_lowres@pipe-a-tiling-yf: - shard-iclb: NOTRUN -> [SKIP][120] ([i915#3536]) +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-yf.html - shard-tglb: NOTRUN -> [SKIP][121] ([fdo#111615] / [fdo#112054]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@kms_plane_lowres@pipe-a-tiling-yf.html * igt@kms_plane_multiple@atomic-pipe-b-tiling-4: - shard-tglb: NOTRUN -> [SKIP][122] ([i915#5288]) +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@kms_plane_multiple@atomic-pipe-b-tiling-4.html * igt@kms_plane_multiple@atomic-pipe-b-tiling-y: - shard-glk: NOTRUN -> [DMESG-WARN][123] ([i915#118]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk7/igt@kms_plane_multiple@atomic-pipe-b-tiling-y.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-edp-1-planes-upscale-downscale: - shard-iclb: NOTRUN -> [SKIP][124] ([i915#5235]) +2 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-edp-1-planes-upscale-downscale.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-edp-1-planes-upscale-downscale: - shard-tglb: NOTRUN -> [SKIP][125] ([i915#5235]) +3 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-edp-1-planes-upscale-downscale.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-iclb: NOTRUN -> [SKIP][126] ([fdo#111068] / [i915#658]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-kbl: NOTRUN -> [SKIP][127] ([fdo#109271] / [i915#658]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-tglb: NOTRUN -> [SKIP][128] ([i915#2920]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-tglb: NOTRUN -> [FAIL][129] ([i915#132] / [i915#3467]) +3 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@kms_psr@psr2_cursor_plane_onoff.html - shard-iclb: NOTRUN -> [SKIP][130] ([fdo#109441]) +3 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb6/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_primary_page_flip: - shard-iclb: [PASS][131] -> [SKIP][132] ([fdo#109441]) +1 similar issue [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@kms_psr@psr2_primary_page_flip.html * igt@kms_tv_load_detect@load-detect: - shard-tglb: NOTRUN -> [SKIP][133] ([fdo#109309]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb1/igt@kms_tv_load_detect@load-detect.html - shard-iclb: NOTRUN -> [SKIP][134] ([fdo#109309]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@kms_tv_load_detect@load-detect.html * igt@kms_writeback@writeback-fb-id: - shard-kbl: NOTRUN -> [SKIP][135] ([fdo#109271] / [i915#2437]) +1 similar issue [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@kms_writeback@writeback-fb-id.html - shard-tglb: NOTRUN -> [SKIP][136] ([i915#2437]) +1 similar issue [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb5/igt@kms_writeback@writeback-fb-id.html * igt@nouveau_crc@pipe-b-source-outp-inactive: - shard-tglb: NOTRUN -> [SKIP][137] ([i915#2530]) +3 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb1/igt@nouveau_crc@pipe-b-source-outp-inactive.html * igt@nouveau_crc@pipe-b-source-rg: - shard-iclb: NOTRUN -> [SKIP][138] ([i915#2530]) +3 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@nouveau_crc@pipe-b-source-rg.html * igt@perf@gen12-unprivileged-single-ctx-counters: - shard-iclb: NOTRUN -> [SKIP][139] ([fdo#109289]) +1 similar issue [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb2/igt@perf@gen12-unprivileged-single-ctx-counters.html * igt@prime_nv_api@i915_nv_double_export: - shard-tglb: NOTRUN -> [SKIP][140] ([fdo#109291]) +5 similar issues [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb7/igt@prime_nv_api@i915_nv_double_export.html * igt@prime_nv_test@i915_import_cpu_mmap: - shard-iclb: NOTRUN -> [SKIP][141] ([fdo#109291]) +3 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@prime_nv_test@i915_import_cpu_mmap.html * igt@prime_vgem@basic-userptr: - shard-iclb: NOTRUN -> [SKIP][142] ([i915#3301]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb7/igt@prime_vgem@basic-userptr.html * igt@prime_vgem@fence-write-hang: - shard-tglb: NOTRUN -> [SKIP][143] ([fdo#109295]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb6/igt@prime_vgem@fence-write-hang.html - shard-iclb: NOTRUN -> [SKIP][144] ([fdo#109295]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb3/igt@prime_vgem@fence-write-hang.html * igt@sysfs_clients@busy: - shard-glk: NOTRUN -> [SKIP][145] ([fdo#109271] / [i915#2994]) +1 similar issue [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk2/igt@sysfs_clients@busy.html * igt@sysfs_clients@recycle: - shard-iclb: NOTRUN -> [SKIP][146] ([i915#2994]) +1 similar issue [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb5/igt@sysfs_clients@recycle.html - shard-tglb: NOTRUN -> [SKIP][147] ([i915#2994]) +2 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb8/igt@sysfs_clients@recycle.html * igt@sysfs_clients@recycle-many: - shard-apl: NOTRUN -> [SKIP][148] ([fdo#109271] / [i915#2994]) +2 similar issues [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl7/igt@sysfs_clients@recycle-many.html * igt@sysfs_clients@sema-25: - shard-kbl: NOTRUN -> [SKIP][149] ([fdo#109271] / [i915#2994]) +3 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@sysfs_clients@sema-25.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][150] ([i915#2842]) -> [PASS][151] [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [FAIL][152] ([i915#2842]) -> [PASS][153] +2 similar issues [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-snb: [SKIP][154] ([fdo#109271]) -> [PASS][155] [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-snb6/igt@gem_exec_flush@basic-uc-prw-default.html [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-snb2/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_whisper@basic-contexts: - shard-glk: [DMESG-WARN][156] ([i915#118]) -> [PASS][157] [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk7/igt@gem_exec_whisper@basic-contexts.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk6/igt@gem_exec_whisper@basic-contexts.html * igt@gem_softpin@noreloc-s3: - shard-kbl: [DMESG-WARN][158] ([i915#180]) -> [PASS][159] +2 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@gem_softpin@noreloc-s3.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@gem_softpin@noreloc-s3.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [DMESG-WARN][160] ([i915#5566] / [i915#716]) -> [PASS][161] [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk2/igt@gen9_exec_parse@allowed-single.html [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk5/igt@gen9_exec_parse@allowed-single.html - shard-apl: [DMESG-WARN][162] ([i915#5566] / [i915#716]) -> [PASS][163] [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@gen9_exec_parse@allowed-single.html [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl8/igt@gen9_exec_parse@allowed-single.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: [INCOMPLETE][164] -> [PASS][165] [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-apl: [DMESG-WARN][166] ([i915#180]) -> [PASS][167] +2 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-iclb: [FAIL][168] ([i915#2346]) -> [PASS][169] [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@2x-plain-flip-fb-recreate@ac-hdmi-a1-hdmi-a2: - shard-glk: [FAIL][170] ([i915#2122]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk3/igt@kms_flip@2x-plain-flip-fb-recreate@ac-hdmi-a1-hdmi-a2.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk2/igt@kms_flip@2x-plain-flip-fb-recreate@ac-hdmi-a1-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-iclb: [SKIP][172] ([i915#3701]) -> [PASS][173] +1 similar issue [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-glk: [FAIL][174] ([i915#4911]) -> [PASS][175] [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-glk1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-b-edp-1-scaler-with-clipping-clamping: - shard-iclb: [SKIP][176] ([i915#5176]) -> [PASS][177] +4 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb3/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-b-edp-1-scaler-with-clipping-clamping.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-b-edp-1-scaler-with-clipping-clamping.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-iclb: [SKIP][178] ([fdo#109441]) -> [PASS][179] +1 similar issue [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb7/igt@kms_psr@psr2_cursor_mmap_cpu.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-iclb: [SKIP][180] ([i915#5519]) -> [PASS][181] [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb4/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@perf@non-zero-reason: - shard-iclb: [FAIL][182] -> [PASS][183] [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb8/igt@perf@non-zero-reason.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb8/igt@perf@non-zero-reason.html #### Warnings #### * igt@gem_eio@unwedge-stress: - shard-tglb: [TIMEOUT][184] ([i915#3063] / [i915#3648]) -> [FAIL][185] ([i915#232]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-tglb7/igt@gem_eio@unwedge-stress.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-tglb3/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@parallel: - shard-iclb: [SKIP][186] ([i915#4525]) -> [DMESG-WARN][187] ([i915#5614]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb6/igt@gem_exec_balancer@parallel.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb4/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-iclb: [DMESG-WARN][188] ([i915#5614]) -> [SKIP][189] ([i915#4525]) +1 similar issue [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb4/igt@gem_exec_balancer@parallel-keep-in-fence.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb7/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-iclb: [SKIP][190] ([i915#2920]) -> [SKIP][191] ([fdo#111068] / [i915#658]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-iclb4/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@runner@aborted: - shard-apl: ([FAIL][192], [FAIL][193], [FAIL][194], [FAIL][195], [FAIL][196], [FAIL][197], [FAIL][198], [FAIL][199]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) -> ([FAIL][200], [FAIL][201], [FAIL][202], [FAIL][203], [FAIL][204], [FAIL][205]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@runner@aborted.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl4/igt@runner@aborted.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl1/igt@runner@aborted.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl8/igt@runner@aborted.html [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@runner@aborted.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl3/igt@runner@aborted.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@runner@aborted.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-apl6/igt@runner@aborted.html [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl1/igt@runner@aborted.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl3/igt@runner@aborted.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl3/igt@runner@aborted.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl6/igt@runner@aborted.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl2/igt@runner@aborted.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-apl2/igt@runner@aborted.html - shard-kbl: ([FAIL][206], [FAIL][207], [FAIL][208], [FAIL][209], [FAIL][210], [FAIL][211], [FAIL][212], [FAIL][213], [FAIL][214], [FAIL][215], [FAIL][216], [FAIL][217], [FAIL][218]) ([i915#180] / [i915#3002] / [i915#4312] / [i915#5257]) -> ([FAIL][219], [FAIL][220], [FAIL][221], [FAIL][222], [FAIL][223], [FAIL][224], [FAIL][225], [FAIL][226], [FAIL][227], [FAIL][228], [FAIL][229]) ([i915#3002] / [i915#4312] / [i915#5257]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl4/igt@runner@aborted.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl3/igt@runner@aborted.html [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl3/igt@runner@aborted.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl4/igt@runner@aborted.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl1/igt@runner@aborted.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl4/igt@runner@aborted.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@runner@aborted.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@runner@aborted.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl6/igt@runner@aborted.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@runner@aborted.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@runner@aborted.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl6/igt@runner@aborted.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11509/shard-kbl7/igt@runner@aborted.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl4/igt@runner@aborted.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl4/igt@runner@aborted.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@runner@aborted.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@runner@aborted.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@runner@aborted.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@runner@aborted.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl4/igt@runner@aborted.html [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl6/igt@runner@aborted.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@runner@aborted.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl7/igt@runner@aborted.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/shard-kbl3/igt@runner@aborted.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110254]: https://bugs.freedesktop.org/show_bug.cgi?id=110254 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111314]: https://bugs.freedesktop.org/show_bug.cgi?id=111314 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112022]: https://bugs.freedesktop.org/show_bug.cgi?id=112022 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1063]: https://gitlab.freedesktop.org/drm/intel/issues/1063 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#232]: https://gitlab.freedesktop.org/drm/intel/issues/232 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2849]: https://gitlab.freedesktop.org/drm/intel/issues/2849 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3319]: https://gitlab.freedesktop.org/drm/intel/issues/3319 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3376]: https://gitlab.freedesktop.org/drm/intel/issues/3376 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3464]: https://gitlab.freedesktop.org/drm/intel/issues/3464 [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3648]: https://gitlab.freedesktop.org/drm/intel/issues/3648 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3701]: https://gitlab.freedesktop.org/drm/intel/issues/3701 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3736]: https://gitlab.freedesktop.org/drm/intel/issues/3736 [i915#3777]: https://gitlab.freedesktop.org/drm/intel/issues/3777 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3810]: https://gitlab.freedesktop.org/drm/intel/issues/3810 [i915#3825]: https://gitlab.freedesktop.org/drm/intel/issues/3825 [i915#3828]: https://gitlab.freedesktop.org/drm/intel/issues/3828 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3963]: https://gitlab.freedesktop.org/drm/intel/issues/3963 [i915#4016]: https://gitlab.freedesktop.org/drm/intel/issues/4016 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 [i915#4032]: https://gitlab.freedesktop.org/drm/intel/issues/4032 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4278]: https://gitlab.freedesktop.org/drm/intel/issues/4278 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4369]: https://gitlab.freedesktop.org/drm/intel/issues/4369 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4765]: https://gitlab.freedesktop.org/drm/intel/issues/4765 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4807]: https://gitlab.freedesktop.org/drm/intel/issues/4807 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4842]: https://gitlab.freedesktop.org/drm/intel/issues/4842 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4853]: https://gitlab.freedesktop.org/drm/intel/issues/4853 [i915#4855]: https://gitlab.freedesktop.org/drm/intel/issues/4855 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4874]: https://gitlab.freedesktop.org/drm/intel/issues/4874 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4883]: https://gitlab.freedesktop.org/drm/intel/issues/4883 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4893]: https://gitlab.freedesktop.org/drm/intel/issues/4893 [i915#4904]: https://gitlab.freedesktop.org/drm/intel/issues/4904 [i915#4911]: https://gitlab.freedesktop.org/drm/intel/issues/4911 [i915#4929]: https://gitlab.freedesktop.org/drm/intel/issues/4929 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#5076]: https://gitlab.freedesktop.org/drm/intel/issues/5076 [i915#5080]: https://gitlab.freedesktop.org/drm/intel/issues/5080 [i915#5098]: https://gitlab.freedesktop.org/drm/intel/issues/5098 [i915#5115]: https://gitlab.freedesktop.org/drm/intel/issues/5115 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5266]: https://gitlab.freedesktop.org/drm/intel/issues/5266 [i915#5268]: https://gitlab.freedesktop.org/drm/intel/issues/5268 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5287]: https://gitlab.freedesktop.org/drm/intel/issues/5287 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5303]: https://gitlab.freedesktop.org/drm/intel/issues/5303 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5614]: https://gitlab.freedesktop.org/drm/intel/issues/5614 [i915#5639]: https://gitlab.freedesktop.org/drm/intel/issues/5639 [i915#5691]: https://gitlab.freedesktop.org/drm/intel/issues/5691 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#716]: https://gitlab.freedesktop.org/drm/intel/issues/716 [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6438 -> IGTPW_6938 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_11509: d97978df553d768e457cb68c637b2b0a6188b87c @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6938: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html IGT_6438: 205a47d8f70e659df620573ce409d228c5762d11 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6938/index.html [-- Attachment #2: Type: text/html, Size: 73439 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases 2022-04-18 7:53 [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases Nidhi Gupta 2022-04-18 8:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-04-18 9:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2022-04-18 10:53 ` Modem, Bhanuprakash 2022-04-19 7:33 ` Gupta, Nidhi1 2 siblings, 1 reply; 5+ messages in thread From: Modem, Bhanuprakash @ 2022-04-18 10:53 UTC (permalink / raw) To: Nidhi Gupta, igt-dev On Mon-18-04-2022 01:23 pm, Nidhi Gupta wrote: > Modified kms_sequence and kms_concurrent to include > dynamic test cases. > > Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> > --- > tests/kms_concurrent.c | 6 ++++-- > tests/kms_sequence.c | 13 ++++++++++--- > 2 files changed, 14 insertions(+), 5 deletions(-) > > diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c > index dc1e36f2..5536a369 100644 > --- a/tests/kms_concurrent.c > +++ b/tests/kms_concurrent.c > @@ -339,9 +339,11 @@ run_tests_for_pipe(data_t *data, enum pipe pipe) > > igt_describe("Test atomic mode setting concurrently with multiple planes and screen " > "resolution."); > - igt_subtest_f("pipe-%s", kmstest_pipe_name(pipe)) > + igt_subtest_with_dynamic_f("pipe-%s", kmstest_pipe_name(pipe)) { > for_each_valid_output_on_pipe(&data->display, pipe, output) > - run_test(data, pipe, output); > + igt_dynamic_f("%s", igt_output_name(output)) > + run_test(data, pipe, output); You need to remove for_each_valid_output_on_pipe() logic from run_test(), since we already doing here the same. > + } > } > > static int opt_handler(int option, int option_index, void *input) > diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c > index 9c287480..aeabce23 100644 > --- a/tests/kms_sequence.c > +++ b/tests/kms_sequence.c > @@ -253,6 +253,7 @@ static void sequence_queue(data_t *data, int fd, int nchildren) > igt_main > { > int fd; > + igt_output_t *output; > data_t data; > const struct { > const char *name; > @@ -278,6 +279,7 @@ igt_main > fd = drm_open_driver_master(DRIVER_ANY); > kmstest_set_vt_graphics_mode(); > igt_display_require(&data.display, fd); > + igt_display_require_output(&data.display); > } > > for (f = funcs; f->name; f++) { > @@ -287,9 +289,14 @@ igt_main > > igt_describe("This is a test of drmCrtcGetSequence and " > "drmCrtcQueueSequence"); > - igt_subtest_f("%s-%s", f->name, m->name) { > - data.flags = m->flags; > - run_test(&data, fd, f->func); > + igt_subtest_with_dynamic_f("%s-%s", f->name, m->name) { > + for_each_connected_output(&data.display, output) { > + igt_dynamic_f("%s", igt_output_name(output)) { > + data.output = output; We are no where using this "data.output". Actually, run_test() is iterating for_each_pipe_with_valid_output() to get valid pipe/connector combination. If you want to create dynamic subtests with pipe/connector config, you need to iterate for_each_pipe_with_valid_output() before calling igt_dynamic() and remove the same logic from run_test(). - Bhanu > + data.flags = m->flags; > + run_test(&data, fd, f->func); > + } > + } > } > } > } ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases 2022-04-18 10:53 ` [igt-dev] [PATCH i-g-t v2] " Modem, Bhanuprakash @ 2022-04-19 7:33 ` Gupta, Nidhi1 0 siblings, 0 replies; 5+ messages in thread From: Gupta, Nidhi1 @ 2022-04-19 7:33 UTC (permalink / raw) To: Modem, Bhanuprakash, igt-dev@lists.freedesktop.org -----Original Message----- From: Modem, Bhanuprakash <bhanuprakash.modem@intel.com> Sent: Monday, April 18, 2022 4:24 PM To: Gupta, Nidhi1 <nidhi1.gupta@intel.com>; igt-dev@lists.freedesktop.org Subject: Re: [PATCH i-g-t v2] tests/kms : Added dynamic test cases On Mon-18-04-2022 01:23 pm, Nidhi Gupta wrote: > Modified kms_sequence and kms_concurrent to include dynamic test > cases. > > Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> > --- > tests/kms_concurrent.c | 6 ++++-- > tests/kms_sequence.c | 13 ++++++++++--- > 2 files changed, 14 insertions(+), 5 deletions(-) > > diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c index > dc1e36f2..5536a369 100644 > --- a/tests/kms_concurrent.c > +++ b/tests/kms_concurrent.c > @@ -339,9 +339,11 @@ run_tests_for_pipe(data_t *data, enum pipe pipe) > > igt_describe("Test atomic mode setting concurrently with multiple planes and screen " > "resolution."); > - igt_subtest_f("pipe-%s", kmstest_pipe_name(pipe)) > + igt_subtest_with_dynamic_f("pipe-%s", kmstest_pipe_name(pipe)) { > for_each_valid_output_on_pipe(&data->display, pipe, output) > - run_test(data, pipe, output); > + igt_dynamic_f("%s", igt_output_name(output)) > + run_test(data, pipe, output); You need to remove for_each_valid_output_on_pipe() logic from run_test(), since we already doing here the same. I already added this in IGT cleanup patch, to avoid the confusion I send a new series with 2 patches, one IGT cleanup and other dynamic tests > + } > } > > static int opt_handler(int option, int option_index, void *input) > diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c index > 9c287480..aeabce23 100644 > --- a/tests/kms_sequence.c > +++ b/tests/kms_sequence.c > @@ -253,6 +253,7 @@ static void sequence_queue(data_t *data, int fd, int nchildren) > igt_main > { > int fd; > + igt_output_t *output; > data_t data; > const struct { > const char *name; > @@ -278,6 +279,7 @@ igt_main > fd = drm_open_driver_master(DRIVER_ANY); > kmstest_set_vt_graphics_mode(); > igt_display_require(&data.display, fd); > + igt_display_require_output(&data.display); > } > > for (f = funcs; f->name; f++) { > @@ -287,9 +289,14 @@ igt_main > > igt_describe("This is a test of drmCrtcGetSequence and " > "drmCrtcQueueSequence"); > - igt_subtest_f("%s-%s", f->name, m->name) { > - data.flags = m->flags; > - run_test(&data, fd, f->func); > + igt_subtest_with_dynamic_f("%s-%s", f->name, m->name) { > + for_each_connected_output(&data.display, output) { > + igt_dynamic_f("%s", igt_output_name(output)) { > + data.output = output; We are no where using this "data.output". Actually, run_test() is iterating for_each_pipe_with_valid_output() to get valid pipe/connector combination. If you want to create dynamic subtests with pipe/connector config, you need to iterate for_each_pipe_with_valid_output() before calling igt_dynamic() and remove the same logic from run_test(). - Bhanu > + data.flags = m->flags; > + run_test(&data, fd, f->func); > + } > + } > } > } > } ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-19 7:33 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-04-18 7:53 [igt-dev] [PATCH i-g-t v2] tests/kms : Added dynamic test cases Nidhi Gupta 2022-04-18 8:36 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-04-18 9:48 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2022-04-18 10:53 ` [igt-dev] [PATCH i-g-t v2] " Modem, Bhanuprakash 2022-04-19 7:33 ` Gupta, Nidhi1
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.