* [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests
@ 2023-04-24 17:24 Maíra Canal
2023-04-24 17:44 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Maíra Canal @ 2023-04-24 17:24 UTC (permalink / raw)
To: Melissa Wen, Petri Latvala, Kamil Konieczny, Juha-Pekka Heikkila; +Cc: igt-dev
Currently, the tests pixel-format and pixel-format-source-clamping
fail for drivers that doesn't have the IGT_CRTC_GAMMA_LUT property,
as they are not able to complete drmModeCrtcSetGamma() successfully.
Therefore, require the IGT_CRTC_GAMMA_LUT property before running the
tests. This way the tests can skip gracefully for drivers without
this property.
Signed-off-by: Maíra Canal <mcanal@igalia.com>
---
tests/kms_plane.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 62aee9ad..a0e4e80f 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -451,6 +451,8 @@ static void set_legacy_lut(data_t *data, enum pipe pipe,
uint16_t *lut;
int i, lut_size;
+ igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT));
+
crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id);
lut_size = crtc->gamma_size;
drmModeFreeCrtc(crtc);
@@ -474,6 +476,8 @@ static bool set_c8_legacy_lut(data_t *data, enum pipe pipe,
uint16_t *r, *g, *b;
int i, lut_size;
+ igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT));
+
crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id);
lut_size = crtc->gamma_size;
drmModeFreeCrtc(crtc);
--
2.40.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 17:24 [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests Maíra Canal @ 2023-04-24 17:44 ` Patchwork 2023-04-24 18:06 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-04-24 17:44 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev == Series Details == Series: tests/kms_plane: require GAMMA_LUT property for legacy_lut tests URL : https://patchwork.freedesktop.org/series/116902/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/865193 for the overview. containers:igt has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/40564275): Downloading artifacts from coordinator... ok host=gitlab.freedesktop.org id=40564260 responseStatus=200 OK token=64_7yXeC section_end:1682358265:download_artifacts section_start:1682358265:step_script Executing "step_script" stage of the job script Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ... $ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh Checking if the user of the pipeline is allowed... Checking if the job's project is part of a well-known group... Thank you for contributing to freedesktop.org $ podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY Login Succeeded! $ .gitlab-ci/pull-or-rebuild.sh igt Dockerfile igt STEP 1: FROM registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-a678140b5f8f6f55f440713dcd356767639f5160 Error: error creating build container: Error initializing source docker://registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora:commit-a678140b5f8f6f55f440713dcd356767639f5160: Error reading manifest commit-a678140b5f8f6f55f440713dcd356767639f5160 in registry.freedesktop.org/gfx-ci/igt-ci-tags/build-fedora: received unexpected HTTP status: 500 Internal Server Error section_end:1682358267:step_script section_start:1682358267:cleanup_file_variables Cleaning up project directory and file based variables section_end:1682358268:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/865193 ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 17:24 [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests Maíra Canal 2023-04-24 17:44 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-04-24 18:06 ` Patchwork 2023-04-24 18:18 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä 2023-04-24 21:39 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-04-24 18:06 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3266 bytes --] == Series Details == Series: tests/kms_plane: require GAMMA_LUT property for legacy_lut tests URL : https://patchwork.freedesktop.org/series/116902/ State : success == Summary == CI Bug Log - changes from CI_DRM_13054 -> IGTPW_8850 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/index.html Participating hosts (38 -> 37) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8850 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s3@smem: - bat-rpls-1: NOTRUN -> [ABORT][1] ([i915#6687] / [i915#7978]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/bat-rpls-1/igt@gem_exec_suspend@basic-s3@smem.html * igt@i915_selftest@live@gt_lrc: - bat-adln-1: [PASS][2] -> [INCOMPLETE][3] ([i915#4983] / [i915#7609]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/bat-adln-1/igt@i915_selftest@live@gt_lrc.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/bat-adln-1/igt@i915_selftest@live@gt_lrc.html * igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1: - bat-dg2-8: [PASS][4] -> [FAIL][5] ([i915#7932]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc@pipe-d-dp-1.html #### Possible fixes #### * igt@i915_selftest@live@migrate: - bat-adlp-6: [DMESG-FAIL][6] ([i915#7699]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/bat-adlp-6/igt@i915_selftest@live@migrate.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/bat-adlp-6/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][8] ([i915#4983] / [i915#7911]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/bat-rpls-1/igt@i915_selftest@live@requests.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/bat-rpls-1/igt@i915_selftest@live@requests.html [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#7609]: https://gitlab.freedesktop.org/drm/intel/issues/7609 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7266 -> IGTPW_8850 CI-20190529: 20190529 CI_DRM_13054: 8cabe2adb8e028197f9535daffd3d5ff98d51d8b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8850: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/index.html IGT_7266: 94411dd85f9ad6d76fb7b2097197122703a3914c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/index.html [-- Attachment #2: Type: text/html, Size: 4041 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 17:24 [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests Maíra Canal 2023-04-24 17:44 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-04-24 18:06 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-04-24 18:18 ` Ville Syrjälä 2023-04-24 20:57 ` Maíra Canal 2023-04-24 21:39 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 1 reply; 7+ messages in thread From: Ville Syrjälä @ 2023-04-24 18:18 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev On Mon, Apr 24, 2023 at 02:24:07PM -0300, Maíra Canal wrote: > Currently, the tests pixel-format and pixel-format-source-clamping > fail for drivers that doesn't have the IGT_CRTC_GAMMA_LUT property, > as they are not able to complete drmModeCrtcSetGamma() successfully. > Therefore, require the IGT_CRTC_GAMMA_LUT property before running the > tests. This way the tests can skip gracefully for drivers without > this property. > > Signed-off-by: Maíra Canal <mcanal@igalia.com> > --- > tests/kms_plane.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/tests/kms_plane.c b/tests/kms_plane.c > index 62aee9ad..a0e4e80f 100644 > --- a/tests/kms_plane.c > +++ b/tests/kms_plane.c > @@ -451,6 +451,8 @@ static void set_legacy_lut(data_t *data, enum pipe pipe, > uint16_t *lut; > int i, lut_size; > > + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); Skipping all pixel format tests isn't a great plan. Also, you want to check crtc->gamma_size intead. That is what indicates support for the legacy gamma. > + > crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); > lut_size = crtc->gamma_size; > drmModeFreeCrtc(crtc); > @@ -474,6 +476,8 @@ static bool set_c8_legacy_lut(data_t *data, enum pipe pipe, > uint16_t *r, *g, *b; > int i, lut_size; > > + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); > + > crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); > lut_size = crtc->gamma_size; > drmModeFreeCrtc(crtc); > -- > 2.40.0 -- Ville Syrjälä Intel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 18:18 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä @ 2023-04-24 20:57 ` Maíra Canal 2023-04-24 21:22 ` Ville Syrjälä 0 siblings, 1 reply; 7+ messages in thread From: Maíra Canal @ 2023-04-24 20:57 UTC (permalink / raw) To: Ville Syrjälä; +Cc: igt-dev On 4/24/23 15:18, Ville Syrjälä wrote: > On Mon, Apr 24, 2023 at 02:24:07PM -0300, Maíra Canal wrote: >> Currently, the tests pixel-format and pixel-format-source-clamping >> fail for drivers that doesn't have the IGT_CRTC_GAMMA_LUT property, >> as they are not able to complete drmModeCrtcSetGamma() successfully. >> Therefore, require the IGT_CRTC_GAMMA_LUT property before running the >> tests. This way the tests can skip gracefully for drivers without >> this property. >> >> Signed-off-by: Maíra Canal <mcanal@igalia.com> >> --- >> tests/kms_plane.c | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/tests/kms_plane.c b/tests/kms_plane.c >> index 62aee9ad..a0e4e80f 100644 >> --- a/tests/kms_plane.c >> +++ b/tests/kms_plane.c >> @@ -451,6 +451,8 @@ static void set_legacy_lut(data_t *data, enum pipe pipe, >> uint16_t *lut; >> int i, lut_size; >> >> + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); > > Skipping all pixel format tests isn't a great plan. I'm not sure if we can perform the tests without the legacy LUT, as we need it to drop the precision down so that errors caused by the RGB <-> YCbCr conversion end up being ignored. Currently, I'm performing this test in VKMS and it is failing. As VKMS don't provide the GAMMA_LUT property, the test simply fails when hits the drmModeCrtcSetGamma() function. I believe that it would be better to skip gracefully than fail, considering that in both cases the pixel format tests are not being executed. Best Regards, - Maíra Canal > > Also, you want to check crtc->gamma_size intead. That is what > indicates support for the legacy gamma. > >> + >> crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); >> lut_size = crtc->gamma_size; >> drmModeFreeCrtc(crtc); >> @@ -474,6 +476,8 @@ static bool set_c8_legacy_lut(data_t *data, enum pipe pipe, >> uint16_t *r, *g, *b; >> int i, lut_size; >> >> + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); >> + >> crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); >> lut_size = crtc->gamma_size; >> drmModeFreeCrtc(crtc); >> -- >> 2.40.0 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 20:57 ` Maíra Canal @ 2023-04-24 21:22 ` Ville Syrjälä 0 siblings, 0 replies; 7+ messages in thread From: Ville Syrjälä @ 2023-04-24 21:22 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev On Mon, Apr 24, 2023 at 05:57:40PM -0300, Maíra Canal wrote: > On 4/24/23 15:18, Ville Syrjälä wrote: > > On Mon, Apr 24, 2023 at 02:24:07PM -0300, Maíra Canal wrote: > >> Currently, the tests pixel-format and pixel-format-source-clamping > >> fail for drivers that doesn't have the IGT_CRTC_GAMMA_LUT property, > >> as they are not able to complete drmModeCrtcSetGamma() successfully. > >> Therefore, require the IGT_CRTC_GAMMA_LUT property before running the > >> tests. This way the tests can skip gracefully for drivers without > >> this property. > >> > >> Signed-off-by: Maíra Canal <mcanal@igalia.com> > >> --- > >> tests/kms_plane.c | 4 ++++ > >> 1 file changed, 4 insertions(+) > >> > >> diff --git a/tests/kms_plane.c b/tests/kms_plane.c > >> index 62aee9ad..a0e4e80f 100644 > >> --- a/tests/kms_plane.c > >> +++ b/tests/kms_plane.c > >> @@ -451,6 +451,8 @@ static void set_legacy_lut(data_t *data, enum pipe pipe, > >> uint16_t *lut; > >> int i, lut_size; > >> > >> + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); > > > > Skipping all pixel format tests isn't a great plan. > > I'm not sure if we can perform the tests without the legacy LUT, as > we need it to drop the precision down so that errors caused by the > RGB <-> YCbCr conversion end up being ignored. Maybe vkms should simply not support YCbCr if it can't be tested. > > Currently, I'm performing this test in VKMS and it is failing. As > VKMS don't provide the GAMMA_LUT property, the test simply fails > when hits the drmModeCrtcSetGamma() function. I believe that it > would be better to skip gracefully than fail, considering that > in both cases the pixel format tests are not being executed. > > Best Regards, > - Maíra Canal > > > > > Also, you want to check crtc->gamma_size intead. That is what > > indicates support for the legacy gamma. > > > >> + > >> crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); > >> lut_size = crtc->gamma_size; > >> drmModeFreeCrtc(crtc); > >> @@ -474,6 +476,8 @@ static bool set_c8_legacy_lut(data_t *data, enum pipe pipe, > >> uint16_t *r, *g, *b; > >> int i, lut_size; > >> > >> + igt_require(igt_pipe_obj_has_prop(pipe_obj, IGT_CRTC_GAMMA_LUT)); > >> + > >> crtc = drmModeGetCrtc(data->drm_fd, pipe_obj->crtc_id); > >> lut_size = crtc->gamma_size; > >> drmModeFreeCrtc(crtc); > >> -- > >> 2.40.0 > > -- Ville Syrjälä Intel ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane: require GAMMA_LUT property for legacy_lut tests 2023-04-24 17:24 [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests Maíra Canal ` (2 preceding siblings ...) 2023-04-24 18:18 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä @ 2023-04-24 21:39 ` Patchwork 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-04-24 21:39 UTC (permalink / raw) To: Maíra Canal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 14353 bytes --] == Series Details == Series: tests/kms_plane: require GAMMA_LUT property for legacy_lut tests URL : https://patchwork.freedesktop.org/series/116902/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13054_full -> IGTPW_8850_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_8850_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_8850_full, please notify your bug team 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_8850/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8850_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_whisper@basic-contexts-forked: - shard-glk: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-glk7/igt@gem_exec_whisper@basic-contexts-forked.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-glk7/igt@gem_exec_whisper@basic-contexts-forked.html Known issues ------------ Here are the changes found in IGTPW_8850_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_barrier_race@remote-request@rcs0: - shard-apl: [PASS][3] -> [ABORT][4] ([i915#8211] / [i915#8234]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-apl6/igt@gem_barrier_race@remote-request@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-apl2/igt@gem_barrier_race@remote-request@rcs0.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#2521]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-glk1/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-glk6/igt@kms_async_flips@alternate-sync-async-flip@pipe-c-hdmi-a-1.html * igt@kms_color@ctm-max@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [SKIP][7] ([fdo#109271]) +24 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-snb1/igt@kms_color@ctm-max@pipe-a-hdmi-a-1.html * igt@kms_flip@flip-vs-expired-vblank@b-dp1: - shard-apl: [PASS][8] -> [FAIL][9] ([i915#79]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-apl1/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-apl3/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - {shard-rkl}: [FAIL][10] ([i915#7742]) -> [PASS][11] +1 similar issue [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [FAIL][12] ([i915#2842]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-apl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-apl1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - {shard-rkl}: [FAIL][14] ([i915#2842]) -> [PASS][15] +2 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@i915_pm_rpm@modeset-non-lpsp: - {shard-rkl}: [SKIP][16] ([i915#1397]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-rkl-2/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1: - shard-glk: [FAIL][18] ([i915#2521]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-glk1/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-glk6/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][20] ([i915#2346]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][22] ([i915#2346]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@perf_pmu@idle@rcs0: - {shard-dg1}: [FAIL][24] ([i915#4349]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13054/shard-dg1-15/igt@perf_pmu@idle@rcs0.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/shard-dg1-18/igt@perf_pmu@idle@rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [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#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [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#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [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#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [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#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#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [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#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [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#426]: https://gitlab.freedesktop.org/drm/intel/issues/426 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [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#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5431]: https://gitlab.freedesktop.org/drm/intel/issues/5431 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8150]: https://gitlab.freedesktop.org/drm/intel/issues/8150 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7266 -> IGTPW_8850 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13054: 8cabe2adb8e028197f9535daffd3d5ff98d51d8b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8850: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/index.html IGT_7266: 94411dd85f9ad6d76fb7b2097197122703a3914c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8850/index.html [-- Attachment #2: Type: text/html, Size: 8447 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-04-24 21:39 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-04-24 17:24 [igt-dev] [PATCH i-g-t] tests/kms_plane: require GAMMA_LUT property for legacy_lut tests Maíra Canal 2023-04-24 17:44 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-04-24 18:06 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-04-24 18:18 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä 2023-04-24 20:57 ` Maíra Canal 2023-04-24 21:22 ` Ville Syrjälä 2023-04-24 21:39 ` [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