* [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup
@ 2023-10-11 21:03 Rob Clark
2023-10-12 0:41 ` Jessica Zhang
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Rob Clark @ 2023-10-11 21:03 UTC (permalink / raw)
To: igt-dev; +Cc: Rob Clark, Helen Koike, Emma Anholt
From: Rob Clark <robdclark@chromium.org>
test_fini() isn't necessarily called if a subtest skips/fails, leaving
the kernel drm_crtc_crc still in the open state, causing further
attempts to open/configure the crc to fail.
Signed-off-by: Rob Clark <robdclark@chromium.org>
---
tests/kms_plane.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 9a515559c9b0..b3d6043496b1 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -84,6 +84,8 @@ static color_t blue = { 0.0f, 0.0f, 1.0f };
static void test_init(data_t *data, enum pipe pipe)
{
igt_require(data->display.pipes[pipe].n_planes > 0);
+ if (data->pipe_crc)
+ igt_pipe_crc_free(data->pipe_crc);
data->pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe,
IGT_PIPE_CRC_SOURCE_AUTO);
igt_display_reset(&data->display);
@@ -92,6 +94,7 @@ static void test_init(data_t *data, enum pipe pipe)
static void test_fini(data_t *data)
{
igt_pipe_crc_free(data->pipe_crc);
+ data->pipe_crc = NULL;
}
enum {
--
2.41.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup 2023-10-11 21:03 [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup Rob Clark @ 2023-10-12 0:41 ` Jessica Zhang 2023-10-12 2:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Jessica Zhang @ 2023-10-12 0:41 UTC (permalink / raw) To: Rob Clark, igt-dev; +Cc: Rob Clark, Helen Koike, Emma Anholt On 10/11/2023 2:03 PM, Rob Clark wrote: > From: Rob Clark <robdclark@chromium.org> > > test_fini() isn't necessarily called if a subtest skips/fails, leaving > the kernel drm_crtc_crc still in the open state, causing further > attempts to open/configure the crc to fail. > > Signed-off-by: Rob Clark <robdclark@chromium.org> Hi Rob, Thanks for the fix -- it looks good to me: Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Tested-by: Jessica Zhang <quic_jesszhan@quicinc.com> # RB5 (sm8250) BR, Jessica Zhang > --- > tests/kms_plane.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/kms_plane.c b/tests/kms_plane.c > index 9a515559c9b0..b3d6043496b1 100644 > --- a/tests/kms_plane.c > +++ b/tests/kms_plane.c > @@ -84,6 +84,8 @@ static color_t blue = { 0.0f, 0.0f, 1.0f }; > static void test_init(data_t *data, enum pipe pipe) > { > igt_require(data->display.pipes[pipe].n_planes > 0); > + if (data->pipe_crc) > + igt_pipe_crc_free(data->pipe_crc); > data->pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, > IGT_PIPE_CRC_SOURCE_AUTO); > igt_display_reset(&data->display); > @@ -92,6 +94,7 @@ static void test_init(data_t *data, enum pipe pipe) > static void test_fini(data_t *data) > { > igt_pipe_crc_free(data->pipe_crc); > + data->pipe_crc = NULL; > } > > enum { > -- > 2.41.0 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane: Fix skips/fails vs CRC cleanup 2023-10-11 21:03 [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup Rob Clark 2023-10-12 0:41 ` Jessica Zhang @ 2023-10-12 2:13 ` Patchwork 2023-10-12 2:41 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-10-12 19:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-10-12 2:13 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3950 bytes --] == Series Details == Series: tests/kms_plane: Fix skips/fails vs CRC cleanup URL : https://patchwork.freedesktop.org/series/125001/ State : success == Summary == CI Bug Log - changes from CI_DRM_13741 -> IGTPW_9987 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/index.html Participating hosts (39 -> 37) ------------------------------ Additional (1): fi-pnv-d510 Missing (3): fi-kbl-soraka fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in IGTPW_9987 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s0@smem: - bat-dg2-9: [PASS][1] -> [INCOMPLETE][2] ([i915#9275]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html * igt@kms_flip@basic-flip-vs-modeset@b-dp6: - bat-adlp-11: [PASS][3] -> [FAIL][4] ([i915#6121]) +4 other tests fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp6.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@b-dp6.html * igt@kms_flip@basic-flip-vs-modeset@c-dp5: - bat-adlp-11: [PASS][5] -> [DMESG-WARN][6] ([i915#6868]) +1 other test dmesg-warn [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@c-dp5.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/bat-adlp-11/igt@kms_flip@basic-flip-vs-modeset@c-dp5.html * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-adlp-11: NOTRUN -> [SKIP][7] ([i915#3637]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/bat-adlp-11/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [PASS][8] -> [ABORT][9] ([i915#8668]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html * igt@kms_psr@primary_page_flip: - fi-pnv-d510: NOTRUN -> [SKIP][10] ([fdo#109271]) +29 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/fi-pnv-d510/igt@kms_psr@primary_page_flip.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 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7532 -> IGTPW_9987 CI-20190529: 20190529 CI_DRM_13741: 46d442e3684a03ccb1bc9e9822acdd33f264d521 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9987: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@xe_mmap@cpu-caching-coh -igt@xe_pat@pat-index-all -igt@xe_pat@pat-index-common-blt -igt@xe_pat@pat-index-common-render -igt@xe_pat@pat-index-xe2-blt -igt@xe_pat@pat-index-xe2-render -igt@xe_pat@userptr-coh-none == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/index.html [-- Attachment #2: Type: text/html, Size: 4733 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/kms_plane: Fix skips/fails vs CRC cleanup 2023-10-11 21:03 [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup Rob Clark 2023-10-12 0:41 ` Jessica Zhang 2023-10-12 2:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-10-12 2:41 ` Patchwork 2023-10-12 19:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-10-12 2:41 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2408 bytes --] == Series Details == Series: tests/kms_plane: Fix skips/fails vs CRC cleanup URL : https://patchwork.freedesktop.org/series/125001/ State : success == Summary == CI Bug Log - changes from XEIGT_7532_BAT -> XEIGTPW_9987_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (2 -> 2) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_9987_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9987/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-dg2-oem2: [FAIL][3] ([Intel XE#480]) -> [PASS][4] +1 other test pass [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9987/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [FAIL][5] ([Intel XE#480]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7532/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9987/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 Build changes ------------- * IGT: IGT_7532 -> IGTPW_9987 * Linux: xe-429-81cbfcc83d65c3c69866f356cb83497a47f9d297 -> xe-430-fe4d6ceb20b5ebad356c722396c2c06d4485c359 IGTPW_9987: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-429-81cbfcc83d65c3c69866f356cb83497a47f9d297: 81cbfcc83d65c3c69866f356cb83497a47f9d297 xe-430-fe4d6ceb20b5ebad356c722396c2c06d4485c359: fe4d6ceb20b5ebad356c722396c2c06d4485c359 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9987/index.html [-- Attachment #2: Type: text/html, Size: 3190 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane: Fix skips/fails vs CRC cleanup 2023-10-11 21:03 [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup Rob Clark ` (2 preceding siblings ...) 2023-10-12 2:41 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-10-12 19:21 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-10-12 19:21 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 79195 bytes --] == Series Details == Series: tests/kms_plane: Fix skips/fails vs CRC cleanup URL : https://patchwork.freedesktop.org/series/125001/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13741_full -> IGTPW_9987_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9987_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9987_full, please notify your bug team (lgci.bug.filing@intel.com) 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_9987/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_9987_full: ### IGT changes ### #### Possible regressions #### * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-onoff: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-onoff.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-onoff.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-tglu: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-2/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_pm_rpm@modeset-pc8-residency-stress}: - shard-rkl: NOTRUN -> [SKIP][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@kms_pm_rpm@modeset-pc8-residency-stress.html - shard-dg1: NOTRUN -> [SKIP][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_pm_rpm@modeset-pc8-residency-stress.html Known issues ------------ Here are the changes found in IGTPW_9987_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][8] ([i915#6122]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@api_intel_bb@render-ccs.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#7701]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +21 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@drm_fdinfo@busy-check-all@vecs1.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: [PASS][11] -> [FAIL][12] ([i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-rkl-1/igt@drm_fdinfo@idle@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +4 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@gem_create@create-ext-cpu-access-big: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_param@set-priority-not-supported: - shard-rkl: NOTRUN -> [SKIP][15] ([fdo#109314]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [PASS][16] -> [FAIL][17] ([i915#2410]) +2 other tests fail [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-7/igt@gem_ctx_persistence@engines-hostile@vcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_ctx_persistence@hang: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8555]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#280]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][20] ([i915#280]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_ctx_sseu@mmap-args: - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#280]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][22] ([i915#5784]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-semaphore: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4812]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#4771]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@noheartbeat: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#8555]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-14/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_balancer@parallel-ordering: - shard-rkl: NOTRUN -> [SKIP][26] ([i915#4525]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][27] -> [FAIL][28] ([i915#2842]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-tglu: NOTRUN -> [FAIL][29] ([i915#2842]) +4 other tests fail [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#3539]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: NOTRUN -> [FAIL][31] ([i915#2842]) +4 other tests fail [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) +3 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@gem_exec_flush@basic-wb-pro-default: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +3 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@gem_exec_flush@basic-wb-pro-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#7697]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@gem_exec_gttfill@multigpu-basic.html - shard-rkl: NOTRUN -> [SKIP][36] ([i915#7697]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg1: NOTRUN -> [SKIP][37] ([fdo#109283]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#3281]) +12 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-write-read: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-14/igt@gem_exec_reloc@basic-write-read.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#3281]) +18 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_schedule@preempt-engines@ccs0: - shard-mtlp: [PASS][41] -> [FAIL][42] ([i915#9119]) +4 other tests fail [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-8/igt@gem_exec_schedule@preempt-engines@ccs0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@ccs0.html * igt@gem_exec_schedule@preempt-engines@rcs0: - shard-mtlp: [PASS][43] -> [DMESG-FAIL][44] ([i915#8962]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-8/igt@gem_exec_schedule@preempt-engines@rcs0.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@rcs0.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4860]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4860]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#4613]) +3 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@random: - shard-tglu: NOTRUN -> [SKIP][49] ([i915#4613]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-7/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4613]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3282]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-6/igt@gem_madvise@dontneed-before-exec.html * igt@gem_mmap@short-mmap: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +8 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4077]) +2 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-14/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@hang-user: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4077]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@gem_mmap_gtt@hang-user.html * igt@gem_mmap_wc@write-prefaulted: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4083]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#3282]) +7 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_partial_pwrite_pread@writes-after-reads.html - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3282]) +2 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +5 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@gem_pread@snoop.html * igt@gem_pxp@create-regular-context-2: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-15/igt@gem_pxp@create-regular-context-2.html * igt@gem_pxp@display-protected-crc: - shard-tglu: NOTRUN -> [SKIP][60] ([i915#4270]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-4/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4270]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#4270]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_render_copy@y-tiled-ccs-to-linear: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#8428]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-1/igt@gem_render_copy@y-tiled-ccs-to-linear.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#8411]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4079]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4079]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-rkl: NOTRUN -> [SKIP][68] ([fdo#109312]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@coherency-sync: - shard-tglu: NOTRUN -> [SKIP][69] ([fdo#110542]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-5/igt@gem_userptr_blits@coherency-sync.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#3297]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#3297]) +6 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#3297] / [i915#4958]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#3297]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen7_exec_parse@basic-rejected: - shard-rkl: NOTRUN -> [SKIP][74] ([fdo#109289]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@gen7_exec_parse@basic-rejected.html * igt@gen9_exec_parse@allowed-all: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#2856]) +2 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@batch-without-end: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#2527]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-15/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#2527]) +4 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-param: - shard-tglu: NOTRUN -> [SKIP][78] ([i915#2527] / [i915#2856]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-4/igt@gen9_exec_parse@bb-start-param.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: NOTRUN -> [SKIP][79] ([i915#8399]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-mtlp: [PASS][80] -> [FAIL][81] ([i915#3591]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-6/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg1: [PASS][82] -> [FAIL][83] ([i915#3591]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@gem-evict-pwrite: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#4077]) +9 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@i915_pm_rpm@gem-evict-pwrite.html * igt@i915_pm_rps@min-max-config-idle: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#6621]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#6621]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_sseu@full-enable: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#4387]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@i915_pm_sseu@full-enable.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#4212]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#4212]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#3826]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@crc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][91] ([i915#8247]) +3 other tests fail [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#404]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#1769] / [i915#3555]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][94] ([fdo#111614]) +7 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#4538] / [i915#5286]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#5286]) +7 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][97] ([fdo#111615] / [i915#5286]) +2 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][98] -> [FAIL][99] ([i915#5138]) +1 other test fail [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][100] ([fdo#111614]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][101] ([fdo#111614]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#3638]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][103] ([fdo#111614] / [i915#3638]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-tglu: [PASS][104] -> [FAIL][105] ([i915#3743]) +1 other test fail [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#5190]) +13 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#4538] / [i915#5190]) +7 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#4538]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][109] ([fdo#111615]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][110] ([fdo#111615]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#6187]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][112] ([fdo#110723]) +5 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][113] ([fdo#111615]) +2 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#2705]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_big_joiner@invalid-modeset.html * igt@kms_cdclk@mode-transition: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#3742]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#4087] / [i915#7213]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-rkl: NOTRUN -> [SKIP][117] ([fdo#111827]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg2: NOTRUN -> [SKIP][118] ([fdo#111827]) +2 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#7828]) +3 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#7828]) +9 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#7828]) +13 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#7828]) +2 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#7828]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_color@deep-color: - shard-tglu: NOTRUN -> [SKIP][124] ([i915#3555]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-9/igt@kms_color@deep-color.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3299]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][126] ([i915#7173]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#7118]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3555] / [i915#6944]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#7116]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#3359]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#3359]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#3555]) +6 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_cursor_crc@cursor-sliding-32x10.html - shard-dg1: NOTRUN -> [SKIP][133] ([i915#3555]) +3 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-14/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3359]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-512x170.html - shard-rkl: NOTRUN -> [SKIP][135] ([i915#3359]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][136] ([fdo#109274] / [fdo#111767] / [i915#5354]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][137] ([fdo#111825]) +16 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-tglu: NOTRUN -> [SKIP][138] ([fdo#109274]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#3546]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#4103]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu: NOTRUN -> [SKIP][141] ([i915#4103]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-rkl: NOTRUN -> [SKIP][142] ([fdo#111767] / [fdo#111825]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: NOTRUN -> [SKIP][143] ([fdo#109274] / [i915#5354]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][144] -> [FAIL][145] ([i915#2346]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: [PASS][146] -> [FAIL][147] ([i915#2346]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#9227]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-1.html * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#9226] / [i915#9261]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-1.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-rkl: NOTRUN -> [SKIP][150] ([i915#8588]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_display_modes@mst-extended-mode-negative.html - shard-dg1: NOTRUN -> [SKIP][151] ([i915#8588]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555] / [i915#3840]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_dsc@dsc-basic.html - shard-rkl: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#3840]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3469]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3955]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-dg2: NOTRUN -> [SKIP][157] ([fdo#109274] / [fdo#111767]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][158] ([fdo#109274]) +4 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#8381]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#2672]) +4 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#2672]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#2672]) +4 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][163] ([i915#2587] / [i915#2672]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#3555]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][165] ([i915#8708]) +1 other test skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#5354]) +36 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#8708]) +21 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][168] ([fdo#109280]) +8 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg1: NOTRUN -> [SKIP][169] ([fdo#111825]) +11 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc: - shard-glk: NOTRUN -> [SKIP][170] ([fdo#109271]) +4 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-glk3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt: - shard-rkl: NOTRUN -> [SKIP][171] ([fdo#111825] / [i915#1825]) +47 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#3023]) +28 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][173] ([fdo#110189]) +10 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#3458]) +6 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#1825]) +5 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#3458]) +25 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#6118]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#8228]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_hdr@bpc-switch.html - shard-tglu: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8228]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#8228]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-12/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#8228]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#6301]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglu: NOTRUN -> [SKIP][183] ([fdo#109289]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-9/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][184] ([fdo#109289]) +3 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html - shard-mtlp: NOTRUN -> [SKIP][185] ([fdo#109289]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-1/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1: - shard-apl: [PASS][186] -> [INCOMPLETE][187] ([i915#180] / [i915#9392]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][188] ([fdo#103375]) +3 other tests fail [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-3.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#8806]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#3555]) +6 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][191] ([i915#8292]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][192] ([fdo#109271]) +18 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-snb4/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-dp-4: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#5235]) +7 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-dp-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#5235]) +15 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#658]) +4 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_psr2_su@page_flip-nv12.html - shard-rkl: NOTRUN -> [SKIP][196] ([fdo#111068] / [i915#658]) +3 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-dg1: NOTRUN -> [SKIP][197] ([fdo#111068] / [i915#658]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@cursor_plane_move: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#1072] / [i915#4078]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#1072]) +9 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_dpms: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#1072]) +8 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@kms_psr@psr2_dpms.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-tglu: NOTRUN -> [SKIP][201] ([i915#5461] / [i915#658]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-4/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][202] ([fdo#111615] / [i915#5289]) +1 other test skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#4235] / [i915#5190]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#4235]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#4235]) +3 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_setmode@clone-exclusive-crtc: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#4098]) +1 other test skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#8623]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][208] ([i915#8623]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-tglu: NOTRUN -> [SKIP][209] ([fdo#109309]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@kms_tv_load_detect@load-detect.html - shard-mtlp: NOTRUN -> [SKIP][210] ([fdo#109309]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@kms_tv_load_detect@load-detect.html - shard-dg2: NOTRUN -> [SKIP][211] ([fdo#109309]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_tv_load_detect@load-detect.html - shard-rkl: NOTRUN -> [SKIP][212] ([fdo#109309]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-tglu: [PASS][213] -> [FAIL][214] ([i915#9196]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-dp-1: - shard-apl: [PASS][215] -> [FAIL][216] ([i915#9196]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl4/igt@kms_universal_plane@cursor-fb-leak@pipe-c-dp-1.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-dp-1.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-apl: [PASS][217] -> [INCOMPLETE][218] ([i915#1982] / [i915#9392]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl7/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl1/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#4070] / [i915#6768]) +8 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-d-query-forked-busy: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#4070] / [i915#533] / [i915#6768]) +4 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_vblank@pipe-d-query-forked-busy.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#2437]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@kms_writeback@writeback-check-output.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#2437]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-4/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-tglu: NOTRUN -> [SKIP][223] ([i915#2437]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#2436]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#2434]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@perf@mi-rpc.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#2433]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@bcs0: - shard-mtlp: [PASS][227] -> [FAIL][228] ([i915#4349]) +1 other test fail [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-5/igt@perf_pmu@busy-double-start@bcs0.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@perf_pmu@busy-double-start@bcs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-dg1: [PASS][229] -> [FAIL][230] ([i915#4349]) +2 other tests fail [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-13/igt@perf_pmu@busy-double-start@vcs1.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-14/igt@perf_pmu@busy-double-start@vcs1.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#8440]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][232] ([i915#6806]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-6/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#8516]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [CRASH][234] ([i915#9351]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-fence-mmap: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#3708] / [i915#4077]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-5/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#3291] / [i915#3708]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#3708]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-2/igt@prime_vgem@fence-read-hang.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-tglu: NOTRUN -> [SKIP][238] ([fdo#109315] / [i915#2575]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-3/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_cl@bad-multisync-in-sync: - shard-rkl: NOTRUN -> [SKIP][239] ([fdo#109315]) +16 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-7/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html * igt@v3d/v3d_submit_csd@bad-pad: - shard-dg1: NOTRUN -> [SKIP][240] ([i915#2575]) +4 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-pad.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#2575]) +17 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@v3d/v3d_wait_bo@unused-bo-0ns: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#2575]) +2 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@v3d/v3d_wait_bo@unused-bo-0ns.html * igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done: - shard-tglu: NOTRUN -> [SKIP][243] ([i915#2575]) +3 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-2/igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done.html * igt@vc4/vc4_label_bo@set-kernel-name: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#7711]) +9 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg2-11/igt@vc4/vc4_label_bo@set-kernel-name.html * igt@vc4/vc4_mmap@mmap-bo: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#7711]) +11 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-1/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_perfmon@create-perfmon-0: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#7711]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@vc4/vc4_perfmon@create-perfmon-0.html * igt@vc4/vc4_tiling@get-bad-modifier: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#7711]) +2 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-13/igt@vc4/vc4_tiling@get-bad-modifier.html #### Possible fixes #### * igt@gem_ctx_persistence@legacy-engines-hostile@vebox: - shard-mtlp: [FAIL][248] ([i915#2410]) -> [PASS][249] +2 other tests pass [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-7/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-7/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglu: [FAIL][250] ([i915#2842]) -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-9/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][252] ([i915#2842]) -> [PASS][253] +1 other test pass [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_flush@basic-uc-set-default: - shard-mtlp: [DMESG-FAIL][254] ([i915#8962]) -> [PASS][255] [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-4/igt@gem_exec_flush@basic-uc-set-default.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_schedule@noreorder-priority@rcs0: - shard-mtlp: [DMESG-WARN][256] ([i915#8962]) -> [PASS][257] +1 other test pass [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@rcs0.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@gem_exec_schedule@noreorder-priority@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][258] ([i915#5493]) -> [PASS][259] [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [FAIL][260] ([i915#7069]) -> [PASS][261] [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-1/igt@i915_hangman@engine-engine-hang@vcs0.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][262] ([i915#8489] / [i915#8668]) -> [PASS][263] [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-dg1: [FAIL][264] ([i915#3591]) -> [PASS][265] [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: [FAIL][266] ([i915#3743]) -> [PASS][267] +1 other test pass [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][268] ([i915#2346]) -> [PASS][269] [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html - shard-apl: [FAIL][270] ([i915#2346]) -> [PASS][271] [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@single-move@all-pipes: - shard-mtlp: [DMESG-WARN][272] ([i915#2017]) -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-1/igt@kms_cursor_legacy@single-move@all-pipes.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-glk: [DMESG-FAIL][274] ([i915#118]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-glk7/igt@kms_plane@pixel-format@pipe-b-planes.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-glk3/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_plane_cursor@overlay@pipe-d-edp-1-size-64: - shard-mtlp: [ABORT][276] ([i915#9414]) -> [PASS][277] +1 other test pass [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-2/igt@kms_plane_cursor@overlay@pipe-d-edp-1-size-64.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-4/igt@kms_plane_cursor@overlay@pipe-d-edp-1-size-64.html * {igt@kms_pm_rpm@dpms-mode-unset-lpsp}: - shard-dg1: [SKIP][278] ([i915#9519]) -> [PASS][279] [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-12/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-19/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-rkl: [INCOMPLETE][280] ([i915#8875]) -> [PASS][281] [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-mtlp: [FAIL][282] ([i915#9196]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-2/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [FAIL][284] ([i915#9196]) -> [PASS][285] [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@perf_pmu@busy-double-start@ccs0: - shard-mtlp: [FAIL][286] ([i915#4349]) -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-5/igt@perf_pmu@busy-double-start@ccs0.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@perf_pmu@busy-double-start@ccs0.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg1: [FAIL][288] ([i915#5234]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all@rcs0.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-tglu: [WARN][290] ([i915#2681]) -> [FAIL][291] ([i915#2681] / [i915#3591]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [TIMEOUT][292] ([i915#9516]) -> [ABORT][293] ([i915#8521] / [i915#8865]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13741/shard-mtlp-6/igt@sysfs_timeslice_duration@timeout@vecs0.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [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#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [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#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [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#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [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#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9119]: https://gitlab.freedesktop.org/drm/intel/issues/9119 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351 [i915#9392]: https://gitlab.freedesktop.org/drm/intel/issues/9392 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9516]: https://gitlab.freedesktop.org/drm/intel/issues/9516 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7532 -> IGTPW_9987 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13741: 46d442e3684a03ccb1bc9e9822acdd33f264d521 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9987: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9987/index.html IGT_7532: bf24b157b1049afc086fe65a60b22bd6bb3e18b7 @ 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_9987/index.html [-- Attachment #2: Type: text/html, Size: 95036 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-12 19:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-11 21:03 [igt-dev] [PATCH] tests/kms_plane: Fix skips/fails vs CRC cleanup Rob Clark 2023-10-12 0:41 ` Jessica Zhang 2023-10-12 2:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-10-12 2:41 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-10-12 19:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox