* [igt-dev] [PATCH] core_getversion: Test for desired device
@ 2023-09-21 22:44 Rob Clark
2023-09-22 0:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Rob Clark @ 2023-09-21 22:44 UTC (permalink / raw)
To: igt-dev; +Cc: Rob Clark, Helen Koike, Emma Anholt
From: Rob Clark <robdclark@chromium.org>
We discovered in drm/ci that if the drm device fails to probe, all the
tests come back as "Skip", and the job is considered successful. So fix
the getversion test to fail if there is no drm device, or if the drm
device does not match the expected device.
Signed-off-by: Rob Clark <robdclark@chromium.org>
---
tests/core_getversion.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/core_getversion.c b/tests/core_getversion.c
index 32cb976e4923..e5416993d7a3 100644
--- a/tests/core_getversion.c
+++ b/tests/core_getversion.c
@@ -48,14 +48,18 @@ igt_simple_main
{
int fd;
drmVersionPtr v;
+ const char *name = getenv("IGT_REQUIRED_DRIVERS");
- fd = drm_open_driver(DRIVER_ANY);
+ fd = __drm_open_driver(DRIVER_ANY);
+ igt_assert_fd(fd);
v = drmGetVersion(fd);
igt_assert_neq(strlen(v->name), 0);
igt_assert_neq(strlen(v->date), 0);
igt_assert_neq(strlen(v->desc), 0);
if (is_i915_device(fd))
igt_assert_lte(1, v->version_major);
+ if (name)
+ igt_assert_eq(strcmp(name, v->name), 0);
drmFree(v);
drm_close_driver(fd);
--
2.41.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for core_getversion: Test for desired device 2023-09-21 22:44 [igt-dev] [PATCH] core_getversion: Test for desired device Rob Clark @ 2023-09-22 0:11 ` Patchwork 2023-09-22 0:35 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-22 0:11 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6323 bytes --] == Series Details == Series: core_getversion: Test for desired device URL : https://patchwork.freedesktop.org/series/124086/ State : success == Summary == CI Bug Log - changes from CI_DRM_13667 -> IGTPW_9841 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/index.html Participating hosts (37 -> 37) ------------------------------ Additional (1): bat-dg2-9 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9841 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_mmap@basic: - bat-dg2-9: NOTRUN -> [SKIP][1] ([i915#4083]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-9: NOTRUN -> [SKIP][2] ([i915#4077]) +2 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@gem_mmap_gtt@basic.html * igt@gem_render_tiled_blits@basic: - bat-dg2-9: NOTRUN -> [SKIP][3] ([i915#4079]) +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@gem_render_tiled_blits@basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#6621]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-9: NOTRUN -> [SKIP][5] ([i915#5190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#4215] / [i915#5190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-9: NOTRUN -> [SKIP][7] ([i915#4212]) +6 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#4212] / [i915#5608]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-9: NOTRUN -> [SKIP][9] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-9: NOTRUN -> [SKIP][10] ([fdo#109285]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-9: NOTRUN -> [SKIP][11] ([i915#5274]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_psr@sprite_plane_onoff: - bat-dg2-9: NOTRUN -> [SKIP][12] ([i915#1072]) +3 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_psr@sprite_plane_onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-9: NOTRUN -> [SKIP][13] ([i915#3555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-9: NOTRUN -> [SKIP][14] ([i915#3708]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-9: NOTRUN -> [SKIP][15] ([i915#3708] / [i915#4077]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-9: NOTRUN -> [SKIP][16] ([i915#3291] / [i915#3708]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/bat-dg2-9/igt@prime_vgem@basic-write.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7496 -> IGTPW_9841 CI-20190529: 20190529 CI_DRM_13667: 5e02013de5896d3099b06de0d2d93c6788111409 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9841: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/index.html IGT_7496: 6a96d3ad178e468b74a58cc10dead2f57bc1558d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@i915_query@query-l3-bank-count -igt@i915_query@query-l3-bank-count-invalid -igt@i915_query@query-l3-bank-count-support == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/index.html [-- Attachment #2: Type: text/html, Size: 7668 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ CI.xeBAT: failure for core_getversion: Test for desired device 2023-09-21 22:44 [igt-dev] [PATCH] core_getversion: Test for desired device Rob Clark 2023-09-22 0:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-09-22 0:35 ` Patchwork 2023-09-22 12:34 ` [igt-dev] [PATCH] " Kamil Konieczny 2023-09-22 19:05 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-22 0:35 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4450 bytes --] == Series Details == Series: core_getversion: Test for desired device URL : https://patchwork.freedesktop.org/series/124086/ State : failure == Summary == CI Bug Log - changes from XEIGT_7496_BAT -> XEIGTPW_9841_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_9841_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_9841_BAT, 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. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_9841_BAT: ### IGT changes ### #### Possible regressions #### * igt@kms_pipe_crc_basic@hang-read-crc: - bat-dg2-oem2: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc.html Known issues ------------ Here are the changes found in XEIGTPW_9841_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-3: - bat-dg2-oem2: [PASS][3] -> [TIMEOUT][4] ([Intel XE#430]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-c-dp-3.html #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1: - bat-adlp-7: [FAIL][5] ([Intel XE#480]) -> [PASS][6] +1 other test pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html * {igt@xe_create@create-execqueues-leak}: - bat-atsm-2: [FAIL][7] ([Intel XE#524]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-atsm-2/igt@xe_create@create-execqueues-leak.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-atsm-2/igt@xe_create@create-execqueues-leak.html #### Warnings #### * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: [FAIL][9] ([Intel XE#400]) -> [TIMEOUT][10] ([Intel XE#430]) [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3: - bat-dg2-oem2: [FAIL][11] ([Intel XE#400]) -> [DMESG-FAIL][12] ([Intel XE#530]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/430 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/530 Build changes ------------- * IGT: IGT_7496 -> IGTPW_9841 IGTPW_9841: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/index.html IGT_7496: 6a96d3ad178e468b74a58cc10dead2f57bc1558d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-389-7e0d40e7aa56f19a9b3e9bc492003085f9be01c3: 7e0d40e7aa56f19a9b3e9bc492003085f9be01c3 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9841/index.html [-- Attachment #2: Type: text/html, Size: 5309 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] core_getversion: Test for desired device 2023-09-21 22:44 [igt-dev] [PATCH] core_getversion: Test for desired device Rob Clark 2023-09-22 0:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-22 0:35 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork @ 2023-09-22 12:34 ` Kamil Konieczny 2023-09-25 12:15 ` Kamil Konieczny 2023-09-22 19:05 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 1 reply; 7+ messages in thread From: Kamil Konieczny @ 2023-09-22 12:34 UTC (permalink / raw) To: igt-dev; +Cc: Rob Clark, Helen Koike, Emma Anholt Hi Rob, On 2023-09-21 at 15:44:22 -0700, Rob Clark wrote: > From: Rob Clark <robdclark@chromium.org> > > We discovered in drm/ci that if the drm device fails to probe, all the > tests come back as "Skip", and the job is considered successful. So fix -------------------------- ^^^^^ ---------------------------------^ No comma before "and", s/, and/ and/, also use only one space separator after end of statement, s/. So/. So/. As a side note, it is better to avoid starting with "So", better: Fixed getversion test ... > the getversion test to fail if there is no drm device, or if the drm ------------------------------------------------------ ^ s/, or/ or/ > device does not match the expected device. Please write also that you used new enviroment var IGT_REQUIRED_DRIVERS for that purpose. > > Signed-off-by: Rob Clark <robdclark@chromium.org> > --- > tests/core_getversion.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/tests/core_getversion.c b/tests/core_getversion.c > index 32cb976e4923..e5416993d7a3 100644 > --- a/tests/core_getversion.c > +++ b/tests/core_getversion.c > @@ -48,14 +48,18 @@ igt_simple_main > { > int fd; > drmVersionPtr v; > + const char *name = getenv("IGT_REQUIRED_DRIVERS"); > > - fd = drm_open_driver(DRIVER_ANY); > + fd = __drm_open_driver(DRIVER_ANY); > + igt_assert_fd(fd); > v = drmGetVersion(fd); > igt_assert_neq(strlen(v->name), 0); > igt_assert_neq(strlen(v->date), 0); > igt_assert_neq(strlen(v->desc), 0); > if (is_i915_device(fd)) > igt_assert_lte(1, v->version_major); > + if (name) > + igt_assert_eq(strcmp(name, v->name), 0); ------------------ ^ Better for debug would be: igt_assert_f(!strcmp(name, v->name), "Expected driver: %s but got: %s\n", name, v->name); Regards, Kamil > > drmFree(v); > drm_close_driver(fd); > -- > 2.41.0 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] core_getversion: Test for desired device 2023-09-22 12:34 ` [igt-dev] [PATCH] " Kamil Konieczny @ 2023-09-25 12:15 ` Kamil Konieczny 2023-09-25 12:36 ` Helen Koike 0 siblings, 1 reply; 7+ messages in thread From: Kamil Konieczny @ 2023-09-25 12:15 UTC (permalink / raw) To: igt-dev; +Cc: Rob Clark, Helen Koike, Emma Anholt Hi, On 2023-09-22 at 14:35:01 +0200, Kamil Konieczny wrote: > Hi Rob, > > On 2023-09-21 at 15:44:22 -0700, Rob Clark wrote: > > From: Rob Clark <robdclark@chromium.org> > > > > We discovered in drm/ci that if the drm device fails to probe, all the > > tests come back as "Skip", and the job is considered successful. So fix > -------------------------- ^^^^^ ---------------------------------^ > No comma before "and", s/, and/ and/, also use only one space separator > after end of statement, s/. So/. So/. As a side note, it is better to > avoid starting with "So", better: > > Fixed getversion test ... > > > the getversion test to fail if there is no drm device, or if the drm > ------------------------------------------------------ ^ > s/, or/ or/ > > > device does not match the expected device. > > Please write also that you used new enviroment var IGT_REQUIRED_DRIVERS > for that purpose. > > > > > Signed-off-by: Rob Clark <robdclark@chromium.org> > > --- > > tests/core_getversion.c | 6 +++++- > > 1 file changed, 5 insertions(+), 1 deletion(-) > > > > diff --git a/tests/core_getversion.c b/tests/core_getversion.c > > index 32cb976e4923..e5416993d7a3 100644 > > --- a/tests/core_getversion.c > > +++ b/tests/core_getversion.c > > @@ -48,14 +48,18 @@ igt_simple_main > > { > > int fd; > > drmVersionPtr v; > > + const char *name = getenv("IGT_REQUIRED_DRIVERS"); > > > > - fd = drm_open_driver(DRIVER_ANY); > > + fd = __drm_open_driver(DRIVER_ANY); > > + igt_assert_fd(fd); > > v = drmGetVersion(fd); > > igt_assert_neq(strlen(v->name), 0); > > igt_assert_neq(strlen(v->date), 0); > > igt_assert_neq(strlen(v->desc), 0); > > if (is_i915_device(fd)) > > igt_assert_lte(1, v->version_major); > > + if (name) > > + igt_assert_eq(strcmp(name, v->name), 0); > ------------------ ^ > Better for debug would be: > igt_assert_f(!strcmp(name, v->name), "Expected driver: %s but got: %s\n", name, v->name); -------------------- ^ This should be: igt_assert_f(strcmp(name, v->name), "Expected driver: %s but got: %s\n", name, v->name); Regards, Kamil > > Regards, > Kamil > > > > > drmFree(v); > > drm_close_driver(fd); > > -- > > 2.41.0 > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] core_getversion: Test for desired device 2023-09-25 12:15 ` Kamil Konieczny @ 2023-09-25 12:36 ` Helen Koike 0 siblings, 0 replies; 7+ messages in thread From: Helen Koike @ 2023-09-25 12:36 UTC (permalink / raw) To: Kamil Konieczny, igt-dev, Rob Clark, Rob Clark, Emma Anholt Hi, On 25/09/2023 09:15, Kamil Konieczny wrote: > Hi, > > On 2023-09-22 at 14:35:01 +0200, Kamil Konieczny wrote: >> Hi Rob, >> >> On 2023-09-21 at 15:44:22 -0700, Rob Clark wrote: >>> From: Rob Clark <robdclark@chromium.org> >>> >>> We discovered in drm/ci that if the drm device fails to probe, all the >>> tests come back as "Skip", and the job is considered successful. So fix >> -------------------------- ^^^^^ ---------------------------------^ >> No comma before "and", s/, and/ and/, also use only one space separator >> after end of statement, s/. So/. So/. As a side note, it is better to >> avoid starting with "So", better: >> >> Fixed getversion test ... >> >>> the getversion test to fail if there is no drm device, or if the drm >> ------------------------------------------------------ ^ >> s/, or/ or/ >> >>> device does not match the expected device. >> >> Please write also that you used new enviroment var IGT_REQUIRED_DRIVERS >> for that purpose. >> >>> >>> Signed-off-by: Rob Clark <robdclark@chromium.org> >>> --- >>> tests/core_getversion.c | 6 +++++- >>> 1 file changed, 5 insertions(+), 1 deletion(-) >>> >>> diff --git a/tests/core_getversion.c b/tests/core_getversion.c >>> index 32cb976e4923..e5416993d7a3 100644 >>> --- a/tests/core_getversion.c >>> +++ b/tests/core_getversion.c >>> @@ -48,14 +48,18 @@ igt_simple_main >>> { >>> int fd; >>> drmVersionPtr v; >>> + const char *name = getenv("IGT_REQUIRED_DRIVERS"); >>> >>> - fd = drm_open_driver(DRIVER_ANY); >>> + fd = __drm_open_driver(DRIVER_ANY); >>> + igt_assert_fd(fd); >>> v = drmGetVersion(fd); >>> igt_assert_neq(strlen(v->name), 0); >>> igt_assert_neq(strlen(v->date), 0); >>> igt_assert_neq(strlen(v->desc), 0); >>> if (is_i915_device(fd)) >>> igt_assert_lte(1, v->version_major); >>> + if (name) >>> + igt_assert_eq(strcmp(name, v->name), 0); >> ------------------ ^ >> Better for debug would be: >> igt_assert_f(!strcmp(name, v->name), "Expected driver: %s but got: %s\n", name, v->name); > -------------------- ^ > > This should be: > igt_assert_f(strcmp(name, v->name), "Expected driver: %s but got: %s\n", name, v->name); According to https://drm.pages.freedesktop.org/igt-gpu-tools/igt-gpu-tools-Core.html#igt-assert-f igt_assert_f "Fails (sub-)test if the condition is not met." If we want name and v->name to match, strcmp returns 0, so it should be igt_assert_f(!strcmp.. no? Unless I'm missing something. Regards, Helen > > Regards, > Kamil > >> >> Regards, >> Kamil >> >>> >>> drmFree(v); >>> drm_close_driver(fd); >>> -- >>> 2.41.0 >>> ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for core_getversion: Test for desired device 2023-09-21 22:44 [igt-dev] [PATCH] core_getversion: Test for desired device Rob Clark ` (2 preceding siblings ...) 2023-09-22 12:34 ` [igt-dev] [PATCH] " Kamil Konieczny @ 2023-09-22 19:05 ` Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-22 19:05 UTC (permalink / raw) To: Rob Clark; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100259 bytes --] == Series Details == Series: core_getversion: Test for desired device URL : https://patchwork.freedesktop.org/series/124086/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13667_full -> IGTPW_9841_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9841_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9841_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_9841/index.html Participating hosts (9 -> 10) ------------------------------ Additional (1): shard-tglu0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9841_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-3/igt@gem_ctx_exec@basic-nohangcheck.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_ctx_exec@basic-nohangcheck.html * igt@perf_pmu@rc6-suspend: - shard-tglu: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-tglu-4/igt@perf_pmu@rc6-suspend.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@perf_pmu@rc6-suspend.html * igt@prime_vgem@coherency-blt: - shard-mtlp: NOTRUN -> [FAIL][5] +1 other test fail [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@prime_vgem@coherency-blt.html Known issues ------------ Here are the changes found in IGTPW_9841_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) +1 other test skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@crc32: - shard-dg1: NOTRUN -> [SKIP][7] ([i915#6230]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@api_intel_bb@object-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#7701]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +12 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: NOTRUN -> [FAIL][11] ([i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@isolation@bcs0: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +9 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@drm_fdinfo@isolation@bcs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [PASS][13] -> [FAIL][14] ([i915#7742]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_busy@semaphore: - shard-dg1: NOTRUN -> [SKIP][15] ([i915#3936]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@gem_busy@semaphore.html * igt@gem_ccs@block-multicopy-compressed: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@suspend-resume: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#9323]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@gem_ccs@suspend-resume.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][18] ([i915#7297]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#7697]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#6335]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][21] ([fdo#109314]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#8555]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#8555]) +2 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-1/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#8555]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@legacy-engines-cleanup: - shard-snb: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#1099]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb2/igt@gem_ctx_persistence@legacy-engines-cleanup.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#280]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_await@wide-contexts: - shard-snb: [PASS][27] -> [ABORT][28] ([i915#8865]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-snb4/igt@gem_exec_await@wide-contexts.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb7/igt@gem_exec_await@wide-contexts.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4771]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#4771]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#6334]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [PASS][32] -> [FAIL][33] ([i915#2846]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow: - shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-18/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none-solo: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4473]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-pace: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][37] -> [FAIL][38] ([i915#2842]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-rkl: [PASS][39] -> [FAIL][40] ([i915#2842]) +1 other test fail [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-6/igt@gem_exec_fair@basic-pace@bcs0.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fair@basic-throttle: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4473] / [i915#4771]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-1/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: NOTRUN -> [FAIL][43] ([i915#2842]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4812]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@submit67: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4812]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#7697]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-root: - shard-mtlp: NOTRUN -> [SKIP][48] ([fdo#112283]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-range-active: - shard-rkl: NOTRUN -> [SKIP][49] ([i915#3281]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@gem_exec_reloc@basic-range-active.html * igt@gem_exec_reloc@basic-wc-cpu: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#3281]) +4 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@gem_exec_reloc@basic-wc-cpu.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#3281]) +12 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_reloc@basic-write-wc: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#3281]) +15 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@gem_exec_reloc@basic-write-wc.html * igt@gem_exec_schedule@noreorder-priority@ccs0: - shard-mtlp: NOTRUN -> [DMESG-WARN][53] ([i915#9121]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@ccs0.html * igt@gem_exec_schedule@noreorder-priority@rcs0: - shard-mtlp: NOTRUN -> [DMESG-FAIL][54] ([i915#9121]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@gem_exec_schedule@noreorder-priority@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@semaphore-power: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4812]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@gem_exec_schedule@semaphore-power.html - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4537] / [i915#4812]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4860]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@gem_fenced_exec_thrash@2-spare-fences.html - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4860]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4860]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][61] ([i915#4613] / [i915#7582]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@basic: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4613]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@heavy-random: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@gem_lmem_swapping@heavy-random.html - shard-tglu: NOTRUN -> [SKIP][64] ([i915#4613]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-8/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-glk: NOTRUN -> [SKIP][65] ([fdo#109271] / [i915#4613]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk2/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@smem-oom: - shard-apl: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#4613]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl2/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [PASS][67] -> [TIMEOUT][68] ([i915#5493]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4083]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@gem_mmap@bad-size.html * igt@gem_mmap@basic: - shard-dg1: NOTRUN -> [SKIP][70] ([i915#4083]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@gem_mmap@basic.html * igt@gem_mmap@short-mmap: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4083]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@gem_mmap@short-mmap.html * igt@gem_mmap_gtt@close-race: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4077]) +4 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@gem_mmap_gtt@close-race.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4077]) +14 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-xy: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#4077]) +14 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html * igt@gem_partial_pwrite_pread@reads-display: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#3282]) +5 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3282]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#3282]) +3 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-7/igt@gem_pread@snoop.html * igt@gem_pwrite@basic-random: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#3282]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@gem_pwrite@basic-random.html * igt@gem_pxp@create-protected-buffer: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4270]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4270]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4270]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][82] ([i915#4270]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-tglu: NOTRUN -> [SKIP][83] ([i915#4270]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#8428]) +10 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#4079]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_softpin@evict-snoop: - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4885]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_pwrite: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4079]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@mmap-offset-banned@gtt: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#3297]) +6 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gem_userptr_blits@mmap-offset-banned@gtt.html * igt@gem_userptr_blits@readonly-unsync: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#3297]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@gem_userptr_blits@readonly-unsync.html - shard-tglu: NOTRUN -> [SKIP][90] ([i915#3297]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@gem_userptr_blits@unsync-overlap.html * igt@gen3_render_linear_blits: - shard-dg2: NOTRUN -> [SKIP][92] ([fdo#109289]) +1 other test skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@gen3_render_linear_blits.html * igt@gen7_exec_parse@basic-allowed: - shard-mtlp: NOTRUN -> [SKIP][93] ([fdo#109289]) +3 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gen7_exec_parse@basic-allowed.html * igt@gen7_exec_parse@basic-offset: - shard-rkl: NOTRUN -> [SKIP][94] ([fdo#109289]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@gen7_exec_parse@basic-offset.html - shard-tglu: NOTRUN -> [SKIP][95] ([fdo#109289]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@gen7_exec_parse@basic-offset.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#2856]) +4 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#2527]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@valid-registers: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#2856]) +4 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@gen9_exec_parse@valid-registers.html * igt@i915_fb_tiling: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#4881]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@i915_fb_tiling.html * igt@i915_hwmon@hwmon-write: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#7707]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@i915_hwmon@hwmon-write.html * igt@i915_module_load@load: - shard-snb: NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#6227]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb1/igt@i915_module_load@load.html - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#6227]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@i915_module_load@load.html - shard-glk: NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#6227]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk6/igt@i915_module_load@load.html * igt@i915_module_load@resize-bar: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6412]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-apl: NOTRUN -> [FAIL][105] ([i915#7036]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#8436]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg1: [PASS][107] -> [FAIL][108] ([i915#3591]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@cursor: - shard-dg1: [PASS][109] -> [DMESG-WARN][110] ([i915#4423]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-16/igt@i915_pm_rpm@cursor.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@i915_pm_rpm@cursor.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][111] ([fdo#111644] / [i915#1397]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-glk: NOTRUN -> [SKIP][112] ([fdo#109271]) +46 other tests skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg2: [PASS][113] -> [SKIP][114] ([i915#1397]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-7/igt@i915_pm_rpm@modeset-non-lpsp.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp.html - shard-rkl: [PASS][115] -> [SKIP][116] ([i915#1397]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-2/igt@i915_pm_rpm@modeset-non-lpsp.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: [PASS][117] -> [SKIP][118] ([i915#1397]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#1397]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#6621]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#8925]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_rps@thresholds-park@gt1: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#8925]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@i915_pm_rps@thresholds-park@gt1.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][123] ([i915#8346]) +1 other test fail [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@i915_pm_rps@waitboost.html * igt@i915_pm_sseu@full-enable: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4387]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-7/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-unsupported: - shard-mtlp: NOTRUN -> [SKIP][125] ([fdo#109302]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-1/igt@i915_query@query-topology-unsupported.html * igt@i915_suspend@basic-s3-without-i915: - shard-dg1: [PASS][126] -> [DMESG-WARN][127] ([i915#4391] / [i915#4423]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-13/igt@i915_suspend@basic-s3-without-i915.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4212]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#4212]) +1 other test skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#8502] / [i915#8709]) +11 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-rc_ccs-cc.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][131] ([i915#8247]) +3 other tests fail [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#6228]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@kms_async_flips@invalid-async-flip.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#1769] / [i915#3555]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-glk: NOTRUN -> [SKIP][134] ([fdo#109271] / [i915#1769]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#4538] / [i915#5286]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][136] ([fdo#111615] / [i915#5286]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#5286]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][138] ([fdo#111614]) +7 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html - shard-dg2: NOTRUN -> [SKIP][139] ([fdo#111614]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#3638]) +2 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-14/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: [PASS][141] -> [FAIL][142] ([i915#3743]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-6/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][143] ([fdo#111614] / [i915#3638]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#5190]) +9 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][145] ([fdo#111615]) +12 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][146] ([fdo#110723]) +2 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html - shard-tglu: NOTRUN -> [SKIP][147] ([fdo#111615]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-10/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#4538] / [i915#5190]) +5 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][149] ([i915#6187]) +3 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#4538]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-14/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_joiner@basic: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#2705]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_big_joiner@basic.html - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#2705]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#3689] / [i915#3886] / [i915#5354]) +6 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#5354] / [i915#6095]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3689] / [i915#5354]) +25 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][156] ([fdo#109271] / [i915#3886]) +5 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk5/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#5354]) +45 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3734] / [i915#5354] / [i915#6095]) +2 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3886] / [i915#5354] / [i915#6095]) +13 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#3886] / [i915#5354] / [i915#6095]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][161] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_rc_ccs: - shard-dg1: NOTRUN -> [SKIP][162] ([i915#5354] / [i915#6095]) +8 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-14/igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#5354]) +12 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@kms_ccs@pipe-c-crc-primary-basic-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][164] ([fdo#109271] / [i915#3886]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl3/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#5354] / [i915#6095]) +3 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +4 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#3689] / [i915#5354] / [i915#6095]) +7 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][168] ([i915#3689] / [i915#5354] / [i915#6095]) +4 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-10/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#5354] / [i915#6095]) +46 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#3742]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-mtlp: NOTRUN -> [SKIP][171] ([fdo#111827]) +3 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-negative: - shard-dg2: NOTRUN -> [SKIP][172] ([fdo#111827]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg1: NOTRUN -> [SKIP][173] ([i915#7828]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-rkl: NOTRUN -> [SKIP][174] ([i915#7828]) +5 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@kms_chamelium_frames@dp-frame-dump.html - shard-tglu: NOTRUN -> [SKIP][175] ([i915#7828]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_frames@hdmi-cmp-planar-formats: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#7828]) +10 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#7828]) +13 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_color@deep-color: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#3555]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_color@deep-color.html * igt@kms_color@degamma@pipe-a: - shard-mtlp: NOTRUN -> [FAIL][179] ([i915#9257]) +3 other tests fail [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_color@degamma@pipe-a.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#7118]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg1: NOTRUN -> [SKIP][181] ([i915#3299]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#6944]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_content_protection@uevent.html * igt@kms_content_protection@uevent@pipe-a-dp-1: - shard-apl: NOTRUN -> [FAIL][183] ([i915#1339]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl3/igt@kms_content_protection@uevent@pipe-a-dp-1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-rkl: NOTRUN -> [SKIP][184] ([fdo#109279] / [i915#3359]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8814]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3359]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#3359]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg1: NOTRUN -> [SKIP][188] ([i915#3359]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-rkl: NOTRUN -> [SKIP][189] ([fdo#111825]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html - shard-tglu: NOTRUN -> [SKIP][190] ([fdo#109274]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size: - shard-dg2: NOTRUN -> [SKIP][191] ([fdo#109274] / [i915#5354]) +3 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][192] -> [FAIL][193] ([i915#2346]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: [PASS][194] -> [FAIL][195] ([i915#2346]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#4103] / [i915#4213]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#4213]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_cursor_legacy@single-bo@all-pipes: - shard-mtlp: NOTRUN -> [DMESG-WARN][198] ([i915#2017]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#9227]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4.html * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][200] ([i915#9226] / [i915#9261]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8827]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#3555]) +6 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#1257]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_dp_aux_dev.html - shard-tglu: NOTRUN -> [SKIP][204] ([i915#1257]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@kms_dp_aux_dev.html * igt@kms_fbcon_fbt@psr: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#3955]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_fbcon_fbt@psr.html - shard-tglu: NOTRUN -> [SKIP][206] ([i915#3469]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-5/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#3469]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][208] ([fdo#111767] / [i915#3637]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-apl: NOTRUN -> [SKIP][209] ([fdo#109271] / [fdo#111767]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-nonexisting-fb: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#3637]) +9 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-dg2: NOTRUN -> [SKIP][211] ([fdo#109274]) +2 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][212] ([i915#8381]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8810]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][214] ([i915#2672] / [i915#3555]) +4 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][215] ([i915#2672]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][216] ([i915#2587] / [i915#2672]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#2587] / [i915#2672]) +2 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#8810]) +1 other test skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#2672]) +6 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#2672]) +3 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#5274]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [FAIL][222] ([i915#6880]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][223] ([i915#8708]) +6 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#1825]) +45 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][225] ([fdo#111825]) +15 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#5439]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][227] ([i915#5439]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#3458]) +17 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][229] ([fdo#109280]) +5 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#3458]) +6 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-suspend: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#3023]) +5 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#5460]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#8708]) +13 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#8708]) +15 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][235] ([fdo#111825] / [i915#1825]) +9 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8228]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#3555] / [i915#8228]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_hdr@static-toggle-dpms.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#3555] / [i915#8228]) +3 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_hdr@static-toggle-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#4816]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [PASS][240] -> [INCOMPLETE][241] ([i915#9392]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl2/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_plane_lowres@tiling-4@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#3582]) +3 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_plane_lowres@tiling-4@pipe-c-edp-1.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#3546]) +4 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][244] ([i915#8292]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][245] ([i915#8292]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][246] ([i915#5176]) +11 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#5176]) +11 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#5176]) +7 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#5176]) +7 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][250] ([i915#5235]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][251] ([i915#5235]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#5235]) +11 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][253] ([fdo#109271]) +92 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/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-d-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][254] ([i915#5235]) +15 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#5235]) +19 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#6524] / [i915#6805]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@kms_prime@basic-modeset-hybrid.html - shard-rkl: NOTRUN -> [SKIP][257] ([i915#6524]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][258] ([i915#6524]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_prime@d3hot: - shard-dg1: NOTRUN -> [SKIP][259] ([i915#6524]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-18/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-glk: NOTRUN -> [SKIP][260] ([fdo#109271] / [i915#658]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk4/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg1: NOTRUN -> [SKIP][261] ([i915#658]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-apl: NOTRUN -> [SKIP][262] ([fdo#109271] / [i915#658]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#4348]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-1/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-dg1: NOTRUN -> [SKIP][264] ([fdo#111068] / [i915#658]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#658]) +4 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-rkl: NOTRUN -> [SKIP][266] ([fdo#111068] / [i915#658]) +1 other test skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-tglu: NOTRUN -> [SKIP][267] ([fdo#109642] / [fdo#111068] / [i915#658]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-5/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@cursor_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#1072]) +2 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@kms_psr@cursor_mmap_gtt.html - shard-tglu: NOTRUN -> [SKIP][269] ([fdo#110189]) +5 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-2/igt@kms_psr@cursor_mmap_gtt.html * igt@kms_psr@primary_page_flip: - shard-apl: NOTRUN -> [SKIP][270] ([fdo#109271]) +93 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl1/igt@kms_psr@primary_page_flip.html * igt@kms_psr@psr2_sprite_blt: - shard-dg2: NOTRUN -> [SKIP][271] ([i915#1072]) +6 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr@sprite_plane_move: - shard-dg1: NOTRUN -> [SKIP][272] ([i915#1072]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@kms_psr@sprite_plane_move.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][273] ([i915#5461] / [i915#658]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][274] ([i915#5289]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-rotation-90: - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#4235]) +5 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-2/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][276] ([i915#5289]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][277] ([i915#5465]) +1 other test fail [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb5/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_tiled_display@basic-test-pattern: - shard-rkl: NOTRUN -> [SKIP][278] ([i915#8623]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-dg2: NOTRUN -> [FAIL][279] ([fdo#103375]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-snb: NOTRUN -> [DMESG-WARN][280] ([i915#8841]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-idle: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#4070] / [i915#6768]) +2 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_vblank@pipe-c-ts-continuation-idle.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-mtlp: NOTRUN -> [ABORT][282] ([i915#9262]) +8 other tests abort [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html * igt@kms_vblank@pipe-d-query-busy-hang: - shard-rkl: NOTRUN -> [SKIP][283] ([i915#4070] / [i915#533] / [i915#6768]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@kms_vblank@pipe-d-query-busy-hang.html * igt@kms_vrr@flip-basic: - shard-dg1: NOTRUN -> [SKIP][284] ([i915#3555]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@kms_vrr@flip-basic.html * igt@kms_vrr@negative-basic: - shard-tglu: NOTRUN -> [SKIP][285] ([i915#3555]) +1 other test skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-7/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][286] ([i915#2437]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][287] ([i915#2437]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][288] ([i915#7387]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@perf@global-sseu-config.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][289] ([i915#7387]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-10/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-double-start@rcs0: - shard-mtlp: NOTRUN -> [FAIL][290] ([i915#4349]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][291] ([i915#4349]) +3 other tests fail [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@event-wait@rcs0: - shard-dg1: NOTRUN -> [SKIP][292] ([fdo#112283]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][293] ([i915#8440]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-4/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg1: NOTRUN -> [SKIP][294] ([i915#8516]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_udl: - shard-mtlp: NOTRUN -> [SKIP][295] ([fdo#109291]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@prime_udl.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][296] ([i915#8445]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][297] ([i915#3708] / [i915#4077]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][298] ([i915#3708]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@prime_vgem@basic-read.html - shard-rkl: NOTRUN -> [SKIP][299] ([fdo#109295] / [i915#3291] / [i915#3708]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-tglu: NOTRUN -> [SKIP][300] ([fdo#109295] / [fdo#111656]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-3/igt@prime_vgem@coherency-gtt.html * igt@v3d/v3d_get_bo_offset@create-get-offsets: - shard-dg1: NOTRUN -> [SKIP][301] ([i915#2575]) +4 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@v3d/v3d_get_bo_offset@create-get-offsets.html * igt@v3d/v3d_get_param@get-bad-param: - shard-tglu: NOTRUN -> [SKIP][302] ([fdo#109315] / [i915#2575]) +2 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-8/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_job_submission@array-job-submission: - shard-dg2: NOTRUN -> [SKIP][303] ([i915#2575]) +13 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@v3d/v3d_job_submission@array-job-submission.html * igt@v3d/v3d_submit_cl@bad-multisync-in-sync: - shard-rkl: NOTRUN -> [SKIP][304] ([fdo#109315]) +6 other tests skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@v3d/v3d_submit_cl@bad-multisync-in-sync.html * igt@v3d/v3d_submit_cl@valid-submission: - shard-mtlp: NOTRUN -> [SKIP][305] ([i915#2575]) +18 other tests skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-5/igt@v3d/v3d_submit_cl@valid-submission.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-tglu: NOTRUN -> [SKIP][306] ([i915#2575]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-6/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_purgeable_bo@mark-purgeable-twice: - shard-mtlp: NOTRUN -> [SKIP][307] ([i915#7711]) +14 other tests skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-8/igt@vc4/vc4_purgeable_bo@mark-purgeable-twice.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained: - shard-dg1: NOTRUN -> [SKIP][308] ([i915#7711]) +1 other test skip [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-16/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html * igt@vc4/vc4_purgeable_bo@mark-willneed: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#7711]) +7 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@vc4/vc4_purgeable_bo@mark-willneed.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-rkl: NOTRUN -> [SKIP][310] ([i915#7711]) +2 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-4/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0: - shard-dg2: [INCOMPLETE][311] ([i915#7297]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [FAIL][313] ([i915#6268]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hang@vcs0: - shard-mtlp: [FAIL][315] ([i915#2410]) -> [PASS][316] [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-6/igt@gem_ctx_persistence@engines-hang@vcs0.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-3/igt@gem_ctx_persistence@engines-hang@vcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][317] ([i915#2842]) -> [PASS][318] [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [FAIL][319] ([i915#2842]) -> [PASS][320] +1 other test pass [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: [ABORT][321] ([i915#7975] / [i915#8213]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_spin_batch@legacy-resubmit-new@default: - shard-mtlp: [ABORT][323] -> [PASS][324] [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-7/igt@gem_spin_batch@legacy-resubmit-new@default.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_spin_batch@legacy-resubmit-new@default.html * igt@gem_spin_batch@legacy-resubmit-new@vebox: - shard-mtlp: [DMESG-WARN][325] -> [PASS][326] [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-7/igt@gem_spin_batch@legacy-resubmit-new@vebox.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@gem_spin_batch@legacy-resubmit-new@vebox.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [INCOMPLETE][327] ([i915#5566]) -> [PASS][328] [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl1/igt@gen9_exec_parse@allowed-all.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl2/igt@gen9_exec_parse@allowed-all.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-dg1: [FAIL][329] ([i915#3591]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][331] ([i915#1397]) -> [PASS][332] +1 other test pass [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-4/igt@i915_pm_rpm@dpms-lpsp.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg1: [SKIP][333] ([i915#1397]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [SKIP][335] ([i915#1397]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_selftest@live@dmabuf: - shard-apl: [DMESG-FAIL][337] ([i915#7562]) -> [PASS][338] [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl1/igt@i915_selftest@live@dmabuf.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl2/igt@i915_selftest@live@dmabuf.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [FAIL][339] ([fdo#103375]) -> [PASS][340] [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-2/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2: - shard-glk: [FAIL][341] ([i915#2521]) -> [PASS][342] [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-glk1/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-hdmi-a-2.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [FAIL][343] ([i915#5138]) -> [PASS][344] [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [FAIL][345] ([i915#3743]) -> [PASS][346] +1 other test pass [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-b-vga-1: - shard-snb: [ABORT][347] ([i915#8865]) -> [PASS][348] [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-snb7/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-b-vga-1.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb4/igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-b-vga-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][349] ([i915#2346]) -> [PASS][350] [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@d-edp1: - shard-mtlp: [DMESG-WARN][351] ([i915#9262]) -> [PASS][352] +2 other tests pass [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-4/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-7/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html * igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary: - shard-dg2: [FAIL][353] ([i915#6880]) -> [PASS][354] +1 other test pass [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-mtlp: [ABORT][355] ([i915#9262]) -> [PASS][356] +1 other test pass [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-8/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * {igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a}: - shard-dg1: [SKIP][357] ([i915#1937]) -> [PASS][358] [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-15/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-19/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@kms_universal_plane@cursor-fb-leak-pipe-a: - shard-rkl: [FAIL][359] ([i915#9196]) -> [PASS][360] [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html * igt@kms_universal_plane@cursor-fb-leak-pipe-c: - shard-apl: [FAIL][361] ([i915#9196]) -> [PASS][362] [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl2/igt@kms_universal_plane@cursor-fb-leak-pipe-c.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl1/igt@kms_universal_plane@cursor-fb-leak-pipe-c.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-dg2: [FAIL][363] ([fdo#103375]) -> [PASS][364] [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-7/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-apl: [INCOMPLETE][365] -> [PASS][366] [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-apl6/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-apl3/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [FAIL][367] ([i915#8724]) -> [PASS][368] [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-3/igt@perf@enable-disable@0-rcs0.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg2: [FAIL][369] ([i915#4521]) -> [PASS][370] +7 other tests pass [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-1/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@busy-idle-check-all@vecs0: - shard-dg1: [FAIL][371] ([i915#4521]) -> [PASS][372] +2 other tests pass [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-15/igt@perf_pmu@busy-idle-check-all@vecs0.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-14/igt@perf_pmu@busy-idle-check-all@vecs0.html #### Warnings #### * igt@gem_mmap_wc@write-prefaulted: - shard-dg1: [SKIP][373] ([i915#4083]) -> [SKIP][374] ([i915#4083] / [i915#4423]) [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-16/igt@gem_mmap_wc@write-prefaulted.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-17/igt@gem_mmap_wc@write-prefaulted.html * igt@kms_content_protection@content_type_change: - shard-dg2: [SKIP][375] ([i915#7118]) -> [SKIP][376] ([i915#7118] / [i915#7162]) [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-3/igt@kms_content_protection@content_type_change.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][377] ([fdo#109300]) -> [SKIP][378] ([i915#7116]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-16/igt@kms_content_protection@mei_interface.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-14/igt@kms_content_protection@mei_interface.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][379] ([i915#3955]) -> [SKIP][380] ([fdo#110189] / [i915#3955]) [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@flip-vs-suspend@a-vga1: - shard-snb: [DMESG-FAIL][381] ([fdo#103375]) -> [DMESG-WARN][382] ([i915#8841]) +1 other test dmesg-warn [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-snb7/igt@kms_flip@flip-vs-suspend@a-vga1.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-snb2/igt@kms_flip@flip-vs-suspend@a-vga1.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][383] ([fdo#109285] / [i915#4098]) -> [SKIP][384] ([fdo#109285]) [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][385] ([i915#4070] / [i915#4816]) -> [SKIP][386] ([i915#4816]) [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes: - shard-mtlp: [DMESG-WARN][387] ([i915#9262]) -> [ABORT][388] ([i915#9262]) [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-mtlp-8/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-mtlp-6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-b-planes.html * igt@kms_psr@cursor_plane_move: - shard-dg1: [SKIP][389] ([i915#1072]) -> [SKIP][390] ([i915#1072] / [i915#4078]) +2 other tests skip [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg1-19/igt@kms_psr@cursor_plane_move.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg1-13/igt@kms_psr@cursor_plane_move.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [INCOMPLETE][391] ([i915#5493]) -> [CRASH][392] ([i915#9351]) [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13667/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/shard-dg2-11/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.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#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [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#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [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#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [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 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [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#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [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#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#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [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#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [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#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#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [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#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [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#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [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#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [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#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7562]: https://gitlab.freedesktop.org/drm/intel/issues/7562 [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: ht == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9841/index.html [-- Attachment #2: Type: text/html, Size: 122833 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-25 12:36 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-21 22:44 [igt-dev] [PATCH] core_getversion: Test for desired device Rob Clark 2023-09-22 0:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-22 0:35 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork 2023-09-22 12:34 ` [igt-dev] [PATCH] " Kamil Konieczny 2023-09-25 12:15 ` Kamil Konieczny 2023-09-25 12:36 ` Helen Koike 2023-09-22 19:05 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox