* [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message
@ 2022-04-07 19:28 Juha-Pekka Heikkila
2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 10+ messages in thread
From: Juha-Pekka Heikkila @ 2022-04-07 19:28 UTC (permalink / raw)
To: igt-dev
There was newline missing from skipping message which caused skips
to show as incomplete.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/i915/kms_flip_scaled_crc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/kms_flip_scaled_crc.c b/tests/i915/kms_flip_scaled_crc.c
index 67ccef31d..9740715f0 100644
--- a/tests/i915/kms_flip_scaled_crc.c
+++ b/tests/i915/kms_flip_scaled_crc.c
@@ -398,7 +398,7 @@ igt_main
if (rval == NOREQUESTEDFORMATONPIPE)
igt_debug("No requested format/modifier on pipe %s\n", kmstest_pipe_name(pipe));
}
- igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found");
+ igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found\n");
}
}
igt_fixture {
--
2.28.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
@ 2022-04-07 20:31 ` Patchwork
2022-04-07 21:19 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
` (5 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2022-04-07 20:31 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message
URL : https://patchwork.freedesktop.org/series/102363/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/553390 for the overview.
test:ninja-test-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/20873861):
Ok: 22
Expected Fail: 3
Fail: 288
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
section_end:1649363380:step_script
section_start:1649363380:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
build: found 1721 matching files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=20873861 responseStatus=201 Created token=HyXhbATR
section_end:1649363390:upload_artifacts_on_failure
section_start:1649363390:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1649363390:cleanup_file_variables
ERROR: Job failed: exit code 1
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/553390
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/i915/kms_flip_scaled_crc: Fix error message
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
@ 2022-04-07 21:19 ` Patchwork
2022-04-08 6:20 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
` (4 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2022-04-07 21:19 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7144 bytes --]
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message
URL : https://patchwork.freedesktop.org/series/102363/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11472 -> IGTPW_6899
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6899 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6899, 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_6899/index.html
Participating hosts (48 -> 33)
------------------------------
Missing (15): fi-bdw-samus shard-tglu bat-adls-5 bat-dg1-6 bat-dg1-5 bat-dg2-8 shard-rkl bat-dg2-9 fi-bsw-cyan bat-adlp-6 fi-elk-e7500 bat-rpls-1 fi-blb-e6850 bat-jsl-2 bat-jsl-1
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6899:
### IGT changes ###
#### Possible regressions ####
* igt@gem_lmem_swapping@basic:
- fi-cfl-8109u: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-cfl-8109u/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-hsw-4770: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-hsw-4770/igt@gem_lmem_swapping@parallel-random-engines.html
#### Warnings ####
* igt@runner@aborted:
- fi-cfl-guc: [FAIL][3] ([i915#4312]) -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-cfl-guc/igt@runner@aborted.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-cfl-guc/igt@runner@aborted.html
- fi-kbl-7567u: [FAIL][5] ([i915#4312]) -> [FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-kbl-7567u/igt@runner@aborted.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-kbl-7567u/igt@runner@aborted.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_lmem_swapping@basic:
- {fi-tgl-dsi}: NOTRUN -> [SKIP][7] +2 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-tgl-dsi/igt@gem_lmem_swapping@basic.html
- {fi-jsl-1}: [FAIL][8] -> [SKIP][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-jsl-1/igt@gem_lmem_swapping@basic.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-jsl-1/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- {fi-jsl-1}: NOTRUN -> [FAIL][10]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-jsl-1/igt@gem_lmem_swapping@parallel-random-engines.html
Known issues
------------
Here are the changes found in IGTPW_6899 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_auth@basic-auth:
- fi-kbl-8809g: NOTRUN -> [SKIP][11] ([fdo#109271]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-kbl-8809g/igt@core_auth@basic-auth.html
* igt@fbdev@eof:
- fi-kbl-8809g: NOTRUN -> [INCOMPLETE][12] ([i915#5557])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-kbl-8809g/igt@fbdev@eof.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
- fi-cfl-8109u: NOTRUN -> [SKIP][13] ([fdo#109271]) +145 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
- fi-cfl-8109u: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#5341])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
#### Warnings ####
* igt@gem_lmem_swapping@basic:
- fi-hsw-4770: [FAIL][15] -> [SKIP][16] ([fdo#109271])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-hsw-4770/igt@gem_lmem_swapping@basic.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-hsw-4770/igt@gem_lmem_swapping@basic.html
* igt@runner@aborted:
- fi-bsw-kefka: [FAIL][17] ([i915#4312]) -> [FAIL][18] ([i915#3690])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-bsw-kefka/igt@runner@aborted.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-bsw-kefka/igt@runner@aborted.html
- fi-cfl-8109u: [FAIL][19] -> [FAIL][20] ([i915#4312])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-cfl-8109u/igt@runner@aborted.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-cfl-8109u/igt@runner@aborted.html
- fi-kbl-8809g: [FAIL][21] -> [FAIL][22] ([i915#2722])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-kbl-8809g/igt@runner@aborted.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-kbl-8809g/igt@runner@aborted.html
- fi-hsw-4770: [FAIL][23] ([i915#4312]) -> [FAIL][24] ([i915#4312] / [i915#5594])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-hsw-4770/igt@runner@aborted.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-hsw-4770/igt@runner@aborted.html
- fi-tgl-1115g4: [FAIL][25] ([i915#4312] / [i915#5257]) -> [FAIL][26] ([i915#3690])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11472/fi-tgl-1115g4/igt@runner@aborted.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/fi-tgl-1115g4/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
[i915#3690]: https://gitlab.freedesktop.org/drm/intel/issues/3690
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257
[i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
[i915#5557]: https://gitlab.freedesktop.org/drm/intel/issues/5557
[i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6899
CI-20190529: 20190529
CI_DRM_11472: 85882df13168c5f46b41401b96975de857e3ccac @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6899: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6899/index.html
[-- Attachment #2: Type: text/html, Size: 8623 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-04-07 21:19 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
@ 2022-04-08 6:20 ` Petri Latvala
2022-04-08 17:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message (rev2) Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Petri Latvala @ 2022-04-08 6:20 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
On Thu, Apr 07, 2022 at 10:28:56PM +0300, Juha-Pekka Heikkila wrote:
> There was newline missing from skipping message which caused skips
> to show as incomplete.
>
> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
> ---
> tests/i915/kms_flip_scaled_crc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/i915/kms_flip_scaled_crc.c b/tests/i915/kms_flip_scaled_crc.c
> index 67ccef31d..9740715f0 100644
> --- a/tests/i915/kms_flip_scaled_crc.c
> +++ b/tests/i915/kms_flip_scaled_crc.c
> @@ -398,7 +398,7 @@ igt_main
> if (rval == NOREQUESTEDFORMATONPIPE)
> igt_debug("No requested format/modifier on pipe %s\n", kmstest_pipe_name(pipe));
> }
> - igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found");
> + igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found\n");
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Add a closes: line as well if there's a bug report for the incomplete.
> }
> }
> igt_fixture {
> --
> 2.28.0
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
` (2 preceding siblings ...)
2022-04-08 6:20 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
@ 2022-04-08 17:25 ` Patchwork
2022-04-08 17:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2022-04-08 17:25 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
URL : https://patchwork.freedesktop.org/series/102363/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/554277 for the overview.
test:ninja-test-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/20931772):
Ok: 22
Expected Fail: 3
Fail: 288
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
section_end:1649438511:step_script
section_start:1649438511:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
build: found 1722 matching files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=20931772 responseStatus=201 Created token=rJSw9Nfb
section_end:1649438523:upload_artifacts_on_failure
section_start:1649438523:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1649438524:cleanup_file_variables
ERROR: Job failed: exit code 1
test:ninja-test-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/20931774):
Ok: 22
Expected Fail: 3
Fail: 288
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
section_end:1649438534:step_script
section_start:1649438534:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
build: found 1722 matching files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=20931774 responseStatus=201 Created token=_YpXhxfA
section_end:1649438543:upload_artifacts_on_failure
section_start:1649438543:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1649438545:cleanup_file_variables
ERROR: Job failed: exit code 1
test:ninja-test-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/20931773):
Ok: 22
Expected Fail: 3
Fail: 288
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
section_end:1649438533:step_script
section_start:1649438533:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
build: found 1722 matching files and directories
Uploading artifacts as "archive" to coordinator... 201 Created id=20931773 responseStatus=201 Created token=xUPT8hPm
section_end:1649438543:upload_artifacts_on_failure
section_start:1649438543:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1649438545:cleanup_file_variables
ERROR: Job failed: exit code 1
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/554277
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
` (3 preceding siblings ...)
2022-04-08 17:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message (rev2) Patchwork
@ 2022-04-08 17:48 ` Patchwork
2022-04-08 19:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-12 1:37 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2022-04-08 17:48 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 12162 bytes --]
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
URL : https://patchwork.freedesktop.org/series/102363/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11477 -> IGTPW_6909
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
Participating hosts (49 -> 36)
------------------------------
Additional (1): fi-bxt-dsi
Missing (14): fi-bdw-samus fi-bdw-5557u shard-tglu bat-dg1-6 bat-dg2-8 shard-rkl bat-dg2-9 fi-bsw-cyan bat-adlp-6 bat-adlp-4 fi-hsw-4770 bat-rpls-2 shard-dg1 bat-jsl-1
Known issues
------------
Here are the changes found in IGTPW_6909 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- fi-bxt-dsi: NOTRUN -> [DMESG-WARN][1] ([i915#5437])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@core_hotunplug@unbind-rebind.html
- fi-cml-u2: NOTRUN -> [DMESG-WARN][2] ([i915#5437])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@core_hotunplug@unbind-rebind.html
- fi-rkl-11600: NOTRUN -> [DMESG-WARN][3] ([i915#5577])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@core_hotunplug@unbind-rebind.html
* igt@gem_huc_copy@huc-copy:
- fi-cml-u2: NOTRUN -> [SKIP][4] ([i915#2190])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@gem_huc_copy@huc-copy.html
- fi-rkl-11600: NOTRUN -> [SKIP][5] ([i915#2190])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@gem_huc_copy@huc-copy.html
- fi-bxt-dsi: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#2190])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-rkl-11600: NOTRUN -> [SKIP][7] ([i915#4613]) +3 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- fi-cml-u2: NOTRUN -> [SKIP][8] ([i915#4613]) +3 similar issues
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@verify-random:
- fi-bxt-dsi: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#4613]) +3 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@gem_lmem_swapping@verify-random.html
* igt@gem_tiled_pread_basic:
- fi-rkl-11600: NOTRUN -> [SKIP][10] ([i915#3282])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@gem_tiled_pread_basic.html
* igt@i915_pm_backlight@basic-brightness:
- fi-rkl-11600: NOTRUN -> [SKIP][11] ([i915#3012])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_selftest@live@requests:
- fi-pnv-d510: [PASS][12] -> [DMESG-FAIL][13] ([i915#2927] / [i915#4528])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-pnv-d510/igt@i915_selftest@live@requests.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-pnv-d510/igt@i915_selftest@live@requests.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-bxt-dsi: NOTRUN -> [SKIP][14] ([fdo#109271] / [fdo#111827]) +8 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@dp-crc-fast:
- fi-rkl-11600: NOTRUN -> [SKIP][15] ([fdo#111827]) +8 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_chamelium@dp-crc-fast.html
* igt@kms_chamelium@dp-hpd-fast:
- fi-cml-u2: NOTRUN -> [SKIP][16] ([fdo#109284] / [fdo#111827]) +8 similar issues
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@kms_chamelium@dp-hpd-fast.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-rkl-11600: NOTRUN -> [SKIP][17] ([i915#4070] / [i915#4103]) +1 similar issue
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
- fi-cml-u2: NOTRUN -> [SKIP][18] ([fdo#109278]) +1 similar issue
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_force_connector_basic@force-load-detect:
- fi-bxt-dsi: NOTRUN -> [SKIP][19] ([fdo#109271]) +13 similar issues
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@kms_force_connector_basic@force-load-detect.html
- fi-cml-u2: NOTRUN -> [SKIP][20] ([fdo#109285])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@kms_force_connector_basic@force-load-detect.html
- fi-rkl-11600: NOTRUN -> [SKIP][21] ([fdo#109285] / [i915#4098])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
- fi-cfl-8109u: [PASS][22] -> [DMESG-WARN][23] ([i915#62]) +11 similar issues
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
- fi-cfl-8109u: [PASS][24] -> [DMESG-WARN][25] ([i915#5341] / [i915#62])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-rkl-11600: NOTRUN -> [SKIP][26] ([i915#4070] / [i915#533])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
- fi-cml-u2: NOTRUN -> [SKIP][27] ([fdo#109278] / [i915#533])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
- fi-bxt-dsi: NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#533])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
* igt@kms_psr@primary_mmap_gtt:
- fi-rkl-11600: NOTRUN -> [SKIP][29] ([i915#1072]) +3 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_psr@primary_mmap_gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- fi-cml-u2: NOTRUN -> [SKIP][30] ([i915#3555])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@kms_setmode@basic-clone-single-crtc.html
- fi-rkl-11600: NOTRUN -> [SKIP][31] ([i915#3555] / [i915#4098])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-userptr:
- fi-rkl-11600: NOTRUN -> [SKIP][32] ([i915#3301] / [i915#3708])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@prime_vgem@basic-userptr.html
- fi-cml-u2: NOTRUN -> [SKIP][33] ([i915#3301])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@prime_vgem@basic-userptr.html
* igt@prime_vgem@basic-write:
- fi-rkl-11600: NOTRUN -> [SKIP][34] ([i915#3291] / [i915#3708]) +2 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@prime_vgem@basic-write.html
* igt@runner@aborted:
- fi-rkl-11600: NOTRUN -> [FAIL][35] ([i915#4312])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@runner@aborted.html
- fi-pnv-d510: NOTRUN -> [FAIL][36] ([fdo#109271] / [i915#2403] / [i915#4312])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-pnv-d510/igt@runner@aborted.html
- fi-cml-u2: NOTRUN -> [FAIL][37] ([i915#4312] / [i915#5257])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@runner@aborted.html
- fi-bxt-dsi: NOTRUN -> [FAIL][38] ([i915#4312] / [i915#5257])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-bxt-dsi/igt@runner@aborted.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3@smem:
- fi-cml-u2: [INCOMPLETE][39] -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-cml-u2/igt@gem_exec_suspend@basic-s3@smem.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-cml-u2/igt@gem_exec_suspend@basic-s3@smem.html
- fi-rkl-11600: [INCOMPLETE][41] ([i915#5127]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html
#### Warnings ####
* igt@runner@aborted:
- fi-kbl-7567u: [FAIL][43] ([i915#4312] / [i915#5257]) -> [FAIL][44] ([i915#4312])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/fi-kbl-7567u/igt@runner@aborted.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/fi-kbl-7567u/igt@runner@aborted.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
[i915#2927]: https://gitlab.freedesktop.org/drm/intel/issues/2927
[i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
[i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
[i915#5437]: https://gitlab.freedesktop.org/drm/intel/issues/5437
[i915#5577]: https://gitlab.freedesktop.org/drm/intel/issues/5577
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6909
CI-20190529: 20190529
CI_DRM_11477: 3e999ce5dcc2d39d18f6eedeaa3237246eae629c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6909: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
[-- Attachment #2: Type: text/html, Size: 15493 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
` (4 preceding siblings ...)
2022-04-08 17:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2022-04-08 19:40 ` Patchwork
2022-04-11 20:27 ` Juha-Pekka Heikkila
2022-04-12 1:37 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
6 siblings, 1 reply; 10+ messages in thread
From: Patchwork @ 2022-04-08 19:40 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30275 bytes --]
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
URL : https://patchwork.freedesktop.org/series/102363/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11477_full -> IGTPW_6909_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6909_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6909_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_6909/index.html
Participating hosts (11 -> 6)
------------------------------
Missing (5): shard-skl pig-kbl-iris shard-tglu pig-glk-j5005 pig-skl-6260u
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6909_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_balancer@parallel-out-fence:
- shard-kbl: NOTRUN -> [DMESG-WARN][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_exec_balancer@parallel-out-fence.html
Known issues
------------
Here are the changes found in IGTPW_6909_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@feature_discovery@display-2x:
- shard-tglb: NOTRUN -> [SKIP][2] ([i915#1839])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@feature_discovery@display-2x.html
* igt@gem_create@create-massive:
- shard-kbl: NOTRUN -> [DMESG-WARN][3] ([i915#4991])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_create@create-massive.html
- shard-glk: NOTRUN -> [DMESG-WARN][4] ([i915#4991])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@gem_create@create-massive.html
- shard-apl: NOTRUN -> [DMESG-WARN][5] ([i915#4991])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_create@create-massive.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][6] ([i915#280])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-contexts-10ms:
- shard-tglb: [PASS][7] -> [TIMEOUT][8] ([i915#3063]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-iclb: NOTRUN -> [SKIP][9] ([i915#4525])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [PASS][10] -> [FAIL][11] ([i915#2842])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk7/igt@gem_exec_fair@basic-none-share@rcs0.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglb: NOTRUN -> [FAIL][12] ([i915#2842])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-apl: NOTRUN -> [FAIL][13] ([i915#2842]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-kbl: [PASS][14] -> [FAIL][15] ([i915#2842]) +2 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_flush@basic-wb-rw-before-default:
- shard-snb: [PASS][16] -> [SKIP][17] ([fdo#109271]) +1 similar issue
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-snb4/igt@gem_exec_flush@basic-wb-rw-before-default.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb6/igt@gem_exec_flush@basic-wb-rw-before-default.html
* igt@gem_exec_whisper@basic-contexts-priority:
- shard-glk: [PASS][18] -> [DMESG-WARN][19] ([i915#118])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk5/igt@gem_exec_whisper@basic-contexts-priority.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_whisper@basic-contexts-priority.html
* igt@gem_huc_copy@huc-copy:
- shard-apl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#2190])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#2190])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk6/igt@gem_huc_copy@huc-copy.html
- shard-iclb: NOTRUN -> [SKIP][22] ([i915#2190])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_huc_copy@huc-copy.html
- shard-kbl: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#2190])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- shard-tglb: NOTRUN -> [SKIP][24] ([i915#4613]) +1 similar issue
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@random-engines:
- shard-iclb: NOTRUN -> [SKIP][25] ([i915#4613])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gem_lmem_swapping@random-engines.html
- shard-kbl: NOTRUN -> [SKIP][26] ([fdo#109271] / [i915#4613]) +1 similar issue
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl1/igt@gem_lmem_swapping@random-engines.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> [WARN][27] ([i915#2658])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb2/igt@gem_pwrite@basic-exhaustion.html
- shard-iclb: NOTRUN -> [WARN][28] ([i915#2658])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@gem_pwrite@basic-exhaustion.html
- shard-kbl: NOTRUN -> [WARN][29] ([i915#2658])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_pwrite@basic-exhaustion.html
- shard-apl: NOTRUN -> [WARN][30] ([i915#2658])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@gem_pwrite@basic-exhaustion.html
- shard-tglb: NOTRUN -> [WARN][31] ([i915#2658])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_pwrite@basic-exhaustion.html
- shard-glk: NOTRUN -> [WARN][32] ([i915#2658])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-regular-context-2:
- shard-iclb: NOTRUN -> [SKIP][33] ([i915#4270])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglb: NOTRUN -> [SKIP][34] ([i915#4270]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
- shard-iclb: NOTRUN -> [SKIP][35] ([i915#768]) +3 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-tglb: NOTRUN -> [SKIP][36] ([fdo#109312])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html
- shard-iclb: NOTRUN -> [SKIP][37] ([fdo#109312])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglb: NOTRUN -> [SKIP][38] ([i915#3297])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-iclb: NOTRUN -> [SKIP][39] ([i915#3297])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglb: NOTRUN -> [SKIP][40] ([i915#2527] / [i915#2856]) +1 similar issue
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html
- shard-iclb: NOTRUN -> [SKIP][41] ([i915#2856]) +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_pm_lpsp@screens-disabled:
- shard-tglb: NOTRUN -> [SKIP][42] ([i915#1902])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglb: NOTRUN -> [WARN][43] ([i915#2681] / [i915#2684])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-iclb: NOTRUN -> [WARN][44] ([i915#2684])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@pc8-residency:
- shard-iclb: NOTRUN -> [SKIP][45] ([fdo#109293] / [fdo#109506])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@i915_pm_rpm@pc8-residency.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271]) +84 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][47] ([i915#5286]) +5 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
- shard-iclb: NOTRUN -> [SKIP][48] ([i915#5286]) +1 similar issue
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111614]) +4 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271]) +100 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_big_fb@linear-16bpp-rotate-90.html
- shard-iclb: NOTRUN -> [SKIP][51] ([fdo#110725] / [fdo#111614]) +3 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-glk: NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3777])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-apl: NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3777]) +3 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-iclb: NOTRUN -> [SKIP][54] ([fdo#110723])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-kbl: NOTRUN -> [SKIP][55] ([fdo#109271] / [i915#3777]) +3 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
- shard-tglb: NOTRUN -> [SKIP][56] ([fdo#111615]) +5 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3886]) +5 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][58] ([i915#3689] / [i915#3886]) +5 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html
- shard-kbl: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3886]) +8 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][60] ([fdo#109271] / [i915#3886]) +4 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][61] ([fdo#109278] / [i915#3886]) +4 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][62] ([i915#3689]) +6 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][63] ([fdo#111615] / [i915#3689]) +9 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_chamelium@dp-hpd-fast:
- shard-snb: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +4 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb5/igt@kms_chamelium@dp-hpd-fast.html
* igt@kms_chamelium@hdmi-aspect-ratio:
- shard-glk: NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +6 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk4/igt@kms_chamelium@hdmi-aspect-ratio.html
* igt@kms_chamelium@vga-hpd:
- shard-tglb: NOTRUN -> [SKIP][66] ([fdo#109284] / [fdo#111827]) +9 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_chamelium@vga-hpd.html
* igt@kms_color_chamelium@pipe-a-ctm-0-5:
- shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109284] / [fdo#111827]) +5 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_color_chamelium@pipe-a-ctm-0-5.html
* igt@kms_color_chamelium@pipe-a-ctm-blue-to-red:
- shard-kbl: NOTRUN -> [SKIP][68] ([fdo#109271] / [fdo#111827]) +13 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html
* igt@kms_color_chamelium@pipe-c-ctm-0-25:
- shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [fdo#111827]) +7 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html
* igt@kms_color_chamelium@pipe-d-ctm-green-to-red:
- shard-iclb: NOTRUN -> [SKIP][70] ([fdo#109278] / [fdo#109284] / [fdo#111827])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][71] ([i915#1063]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_content_protection@atomic-dpms.html
- shard-kbl: NOTRUN -> [TIMEOUT][72] ([i915#1319])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@mei_interface:
- shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109300] / [fdo#111066]) +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_content_protection@mei_interface.html
* igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
- shard-tglb: NOTRUN -> [SKIP][74] ([i915#3359]) +5 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html
* igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
- shard-tglb: NOTRUN -> [SKIP][75] ([i915#3319]) +6 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html
* igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen:
- shard-iclb: NOTRUN -> [SKIP][76] ([fdo#109278] / [fdo#109279]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen.html
* igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
- shard-tglb: NOTRUN -> [SKIP][77] ([fdo#109279] / [i915#3359]) +10 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html
* igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge:
- shard-iclb: NOTRUN -> [SKIP][78] ([fdo#109278]) +28 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109274] / [fdo#109278]) +3 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_dp_tiled_display@basic-test-pattern:
- shard-iclb: NOTRUN -> [SKIP][80] ([i915#426])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_dp_tiled_display@basic-test-pattern.html
- shard-tglb: NOTRUN -> [SKIP][81] ([i915#426])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html
* igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
- shard-tglb: NOTRUN -> [SKIP][82] ([i915#5287]) +5 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled:
- shard-iclb: NOTRUN -> [SKIP][83] ([i915#5287]) +2 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglb: NOTRUN -> [SKIP][84] ([fdo#109274] / [fdo#111825] / [i915#3966])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109274]) +3 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglb: NOTRUN -> [SKIP][86] ([fdo#109274] / [fdo#111825]) +9 similar issues
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-iclb: NOTRUN -> [SKIP][87] ([i915#2587])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109285])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_force_connector_basic@force-load-detect.html
- shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109285])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-tglb: NOTRUN -> [SKIP][90] ([fdo#109280] / [fdo#111825]) +29 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglb: NOTRUN -> [SKIP][91] ([i915#5439])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109280]) +15 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-kbl: NOTRUN -> [SKIP][93] ([fdo#109271]) +219 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglb: [PASS][94] -> [SKIP][95] ([i915#433])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle-suspend:
- shard-tglb: NOTRUN -> [SKIP][96] ([i915#3555])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_hdr@static-toggle-suspend.html
- shard-iclb: NOTRUN -> [SKIP][97] ([i915#3555])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109289]) +2 similar issues
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-kbl: NOTRUN -> [FAIL][99] ([fdo#108145] / [i915#265]) +1 similar issue
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][100] ([fdo#108145] / [i915#265])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
- shard-apl: NOTRUN -> [FAIL][101] ([fdo#108145] / [i915#265])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-tglb: NOTRUN -> [SKIP][102] ([i915#3536]) +1 similar issue
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-iclb: NOTRUN -> [SKIP][103] ([i915#3536])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation:
- shard-iclb: NOTRUN -> [SKIP][104] ([i915#5176]) +5 similar issues
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation:
- shard-tglb: NOTRUN -> [SKIP][105] ([i915#5176]) +11 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
- shard-tglb: NOTRUN -> [SKIP][106] ([i915#5235]) +3 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale:
- shard-iclb: [PASS][107] -> [SKIP][108] ([i915#5235]) +2 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html
* igt@kms_prime@basic-crc@first-to-second:
- shard-tglb: NOTRUN -> [SKIP][109] ([i915#1836])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][110] -> [SKIP][111] ([fdo#109441]) +1 similar issue
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_psr@psr2_primary_page_flip.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-tglb: NOTRUN -> [FAIL][112] ([i915#132] / [i915#3467]) +1 similar issue
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_psr@psr2_sprite_mmap_cpu.html
- shard-iclb: NOTRUN -> [SKIP][113] ([fdo#109441]) +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a:
- shard-tglb: NOTRUN -> [SKIP][114] ([i915#5030]) +3 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a.html
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c:
- shard-iclb: NOTRUN -> [SKIP][115] ([i915#5030]) +2 similar issues
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglb: NOTRUN -> [SKIP][116] ([fdo#109309])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_tv_load_detect@load-detect.html
- shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109309])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vblank@pipe-a-ts-continuation-suspend:
- shard-apl: [PASS][118] -> [DMESG-WARN][119] ([i915#180]) +5 similar issues
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-apl: NOTRUN -> [DMESG-WARN][120] ([i915#180])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl7/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@kms_vblank@pipe-d-query-forked-hang:
- shard-snb: NOTRUN -> [SKIP][121] ([fdo#109271]) +105 similar issues
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb4/igt@kms_vblank@pipe-d-query-forked-hang.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-kbl: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#533])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_vrr@flip-basic:
- shard-tglb: NOTRUN -> [SKIP][123] ([fdo#109502])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_vrr@flip-basic.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-kbl: NOTRUN -> [SKIP][124] ([fdo#109271] / [i915#2437])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
- shard-tglb: NOTRUN -> [SKIP][125] ([i915#2437])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_writeback@writeback-pixel-formats.html
* igt@nouveau_crc@pipe-a-source-rg:
- shard-iclb: NOTRUN -> [SKIP][126] ([i915#2530])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb4/igt@nouveau_crc@p
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
[-- Attachment #2: Type: text/html, Size: 33936 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-08 19:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2022-04-11 20:27 ` Juha-Pekka Heikkila
2022-04-12 1:28 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 10+ messages in thread
From: Juha-Pekka Heikkila @ 2022-04-11 20:27 UTC (permalink / raw)
To: igt-dev, Vudum, Lakshminarayana
[-- Attachment #1: Type: text/plain, Size: 32199 bytes --]
Hi Lakshmi,
here is again false positive, my change doesn't do anything for
gem_exec_balancer test
/Juha-Pekka
On 8.4.2022 22.40, Patchwork wrote:
> Project List - Patchwork *Patch Details*
> *Series:* tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
> *URL:* https://patchwork.freedesktop.org/series/102363/
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
>
>
> CI Bug Log - changes from CI_DRM_11477_full -> IGTPW_6909_full
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_6909_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6909_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_6909/index.html
>
>
> Participating hosts (11 -> 6)
>
> Missing (5): shard-skl pig-kbl-iris shard-tglu pig-glk-j5005
> pig-skl-6260u
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_6909_full:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@gem_exec_balancer@parallel-out-fence:
> o shard-kbl: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_exec_balancer@parallel-out-fence.html>
>
>
> Known issues
>
> Here are the changes found in IGTPW_6909_full that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> *
>
> igt@feature_discovery@display-2x:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@feature_discovery@display-2x.html>
> ([i915#1839])
> *
>
> igt@gem_create@create-massive:
>
> o
>
> shard-kbl: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_create@create-massive.html>
> ([i915#4991])
>
> o
>
> shard-glk: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@gem_create@create-massive.html>
> ([i915#4991])
>
> o
>
> shard-apl: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_create@create-massive.html>
> ([i915#4991])
>
> *
>
> igt@gem_ctx_sseu@mmap-args:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_ctx_sseu@mmap-args.html>
> ([i915#280])
> *
>
> igt@gem_eio@in-flight-contexts-10ms:
>
> o shard-tglb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html>
> -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html>
> ([i915#3063]) +1 similar issue
> *
>
> igt@gem_exec_balancer@parallel-balancer:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_exec_balancer@parallel-balancer.html>
> ([i915#4525])
> *
>
> igt@gem_exec_fair@basic-none-share@rcs0:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk7/igt@gem_exec_fair@basic-none-share@rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html>
> ([i915#2842])
> *
>
> igt@gem_exec_fair@basic-none-vip@rcs0:
>
> o shard-tglb: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_exec_fair@basic-none-vip@rcs0.html>
> ([i915#2842])
> *
>
> igt@gem_exec_fair@basic-none@vcs0:
>
> o shard-apl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html>
> ([i915#2842]) +1 similar issue
> *
>
> igt@gem_exec_fair@basic-pace@rcs0:
>
> o shard-kbl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html>
> -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html>
> ([i915#2842]) +2 similar issues
> *
>
> igt@gem_exec_flush@basic-wb-rw-before-default:
>
> o shard-snb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-snb4/igt@gem_exec_flush@basic-wb-rw-before-default.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb6/igt@gem_exec_flush@basic-wb-rw-before-default.html>
> ([fdo#109271]) +1 similar issue
> *
>
> igt@gem_exec_whisper@basic-contexts-priority:
>
> o shard-glk: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk5/igt@gem_exec_whisper@basic-contexts-priority.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_whisper@basic-contexts-priority.html>
> ([i915#118])
> *
>
> igt@gem_huc_copy@huc-copy:
>
> o
>
> shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_huc_copy@huc-copy.html>
> ([fdo#109271] / [i915#2190])
>
> o
>
> shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk6/igt@gem_huc_copy@huc-copy.html>
> ([fdo#109271] / [i915#2190])
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_huc_copy@huc-copy.html>
> ([i915#2190])
>
> o
>
> shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_huc_copy@huc-copy.html>
> ([fdo#109271] / [i915#2190])
>
> *
>
> igt@gem_lmem_swapping@parallel-random-engines:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_lmem_swapping@parallel-random-engines.html>
> ([i915#4613]) +1 similar issue
> *
>
> igt@gem_lmem_swapping@random-engines:
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gem_lmem_swapping@random-engines.html>
> ([i915#4613])
>
> o
>
> shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl1/igt@gem_lmem_swapping@random-engines.html>
> ([fdo#109271] / [i915#4613]) +1 similar issue
>
> *
>
> igt@gem_pwrite@basic-exhaustion:
>
> o
>
> shard-snb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb2/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> o
>
> shard-iclb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> o
>
> shard-kbl: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> o
>
> shard-apl: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> o
>
> shard-tglb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> o
>
> shard-glk: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@gem_pwrite@basic-exhaustion.html>
> ([i915#2658])
>
> *
>
> igt@gem_pxp@create-regular-context-2:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_pxp@create-regular-context-2.html>
> ([i915#4270])
> *
>
> igt@gem_pxp@fail-invalid-protected-context:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@gem_pxp@fail-invalid-protected-context.html>
> ([i915#4270]) +3 similar issues
> *
>
> igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html>
> ([i915#768]) +3 similar issues
> *
>
> igt@gem_softpin@evict-snoop-interruptible:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html>
> ([fdo#109312])
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_softpin@evict-snoop-interruptible.html>
> ([fdo#109312])
>
> *
>
> igt@gem_userptr_blits@unsync-unmap-cycles:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html>
> ([i915#3297])
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_userptr_blits@unsync-unmap-cycles.html>
> ([i915#3297])
>
> *
>
> igt@gen9_exec_parse@bb-start-cmd:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html>
> ([i915#2527] / [i915#2856]) +1 similar issue
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gen9_exec_parse@bb-start-cmd.html>
> ([i915#2856]) +1 similar issue
>
> *
>
> igt@i915_pm_lpsp@screens-disabled:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@i915_pm_lpsp@screens-disabled.html>
> ([i915#1902])
> *
>
> igt@i915_pm_rc6_residency@rc6-idle:
>
> o
>
> shard-tglb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@i915_pm_rc6_residency@rc6-idle.html>
> ([i915#2681] / [i915#2684])
>
> o
>
> shard-iclb: NOTRUN -> WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html>
> ([i915#2684])
>
> *
>
> igt@i915_pm_rpm@pc8-residency:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@i915_pm_rpm@pc8-residency.html>
> ([fdo#109293] / [fdo#109506])
> *
>
> igt@kms_big_fb@4-tiled-16bpp-rotate-90:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html>
> ([fdo#109271]) +84 similar issues
> *
>
> igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
> ([i915#5286]) +5 similar issues
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
> ([i915#5286]) +1 similar issue
>
> *
>
> igt@kms_big_fb@linear-16bpp-rotate-270:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_big_fb@linear-16bpp-rotate-270.html>
> ([fdo#111614]) +4 similar issues
> *
>
> igt@kms_big_fb@linear-16bpp-rotate-90:
>
> o
>
> shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_big_fb@linear-16bpp-rotate-90.html>
> ([fdo#109271]) +100 similar issues
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_big_fb@linear-16bpp-rotate-90.html>
> ([fdo#110725] / [fdo#111614]) +3 similar issues
>
> *
>
> igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html>
> ([fdo#109271] / [i915#3777])
> *
>
> igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html>
> ([fdo#109271] / [i915#3777]) +3 similar issues
> *
>
> igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html>
> ([fdo#110723])
> *
>
> igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
>
> o
>
> shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> ([fdo#109271] / [i915#3777]) +3 similar issues
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html>
> ([fdo#111615]) +5 similar issues
>
> *
>
> igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html>
> ([fdo#109271] / [i915#3886]) +5 similar issues
> *
>
> igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
> ([i915#3689] / [i915#3886]) +5 similar issues
>
> o
>
> shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
> ([fdo#109271] / [i915#3886]) +8 similar issues
>
> *
>
> igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html>
> ([fdo#109271] / [i915#3886]) +4 similar issues
> *
>
> igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html>
> ([fdo#109278] / [i915#3886]) +4 similar issues
> *
>
> igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html>
> ([i915#3689]) +6 similar issues
> *
>
> igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html>
> ([fdo#111615] / [i915#3689]) +9 similar issues
> *
>
> igt@kms_chamelium@dp-hpd-fast:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb5/igt@kms_chamelium@dp-hpd-fast.html>
> ([fdo#109271] / [fdo#111827]) +4 similar issues
> *
>
> igt@kms_chamelium@hdmi-aspect-ratio:
>
> o shard-glk: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk4/igt@kms_chamelium@hdmi-aspect-ratio.html>
> ([fdo#109271] / [fdo#111827]) +6 similar issues
> *
>
> igt@kms_chamelium@vga-hpd:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_chamelium@vga-hpd.html>
> ([fdo#109284] / [fdo#111827]) +9 similar issues
> *
>
> igt@kms_color_chamelium@pipe-a-ctm-0-5:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_color_chamelium@pipe-a-ctm-0-5.html>
> ([fdo#109284] / [fdo#111827]) +5 similar issues
> *
>
> igt@kms_color_chamelium@pipe-a-ctm-blue-to-red:
>
> o shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html>
> ([fdo#109271] / [fdo#111827]) +13 similar issues
> *
>
> igt@kms_color_chamelium@pipe-c-ctm-0-25:
>
> o shard-apl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html>
> ([fdo#109271] / [fdo#111827]) +7 similar issues
> *
>
> igt@kms_color_chamelium@pipe-d-ctm-green-to-red:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html>
> ([fdo#109278] / [fdo#109284] / [fdo#111827])
> *
>
> igt@kms_content_protection@atomic-dpms:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_content_protection@atomic-dpms.html>
> ([i915#1063]) +1 similar issue
>
> o
>
> shard-kbl: NOTRUN -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_content_protection@atomic-dpms.html>
> ([i915#1319])
>
> *
>
> igt@kms_content_protection@mei_interface:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_content_protection@mei_interface.html>
> ([fdo#109300] / [fdo#111066]) +1 similar issue
> *
>
> igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html>
> ([i915#3359]) +5 similar issues
> *
>
> igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html>
> ([i915#3319]) +6 similar issues
> *
>
> igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen.html>
> ([fdo#109278] / [fdo#109279]) +2 similar issues
> *
>
> igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html>
> ([fdo#109279] / [i915#3359]) +10 similar issues
> *
>
> igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge.html>
> ([fdo#109278]) +28 similar issues
> *
>
> igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html>
> ([fdo#109274] / [fdo#109278]) +3 similar issues
> *
>
> igt@kms_dp_tiled_display@basic-test-pattern:
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_dp_tiled_display@basic-test-pattern.html>
> ([i915#426])
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html>
> ([i915#426])
>
> *
>
> igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled.html>
> ([i915#5287]) +5 similar issues
> *
>
> igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled.html>
> ([i915#5287]) +2 similar issues
> *
>
> igt@kms_flip@2x-absolute-wf_vblank:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_flip@2x-absolute-wf_vblank.html>
> ([fdo#109274] / [fdo#111825] / [i915#3966])
> *
>
> igt@kms_flip@2x-flip-vs-panning-interruptible:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@kms_flip@2x-flip-vs-panning-interruptible.html>
> ([fdo#109274]) +3 similar issues
> *
>
> igt@kms_flip@2x-nonexisting-fb-interruptible:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_flip@2x-nonexisting-fb-interruptible.html>
> ([fdo#109274] / [fdo#111825]) +9 similar issues
> *
>
> igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html>
> ([i915#2587])
> *
>
> igt@kms_force_connector_basic@force-load-detect:
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_force_connector_basic@force-load-detect.html>
> ([fdo#109285])
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_force_connector_basic@force-load-detect.html>
> ([fdo#109285])
>
> *
>
> igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html>
> ([fdo#109280] / [fdo#111825]) +29 similar issues
> *
>
> igt@kms_frontbuffer_tracking@fbc-tiling-4:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html>
> ([i915#5439])
> *
>
> igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html>
> ([fdo#109280]) +15 similar issues
> *
>
> igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
>
> o shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html>
> ([fdo#109271]) +219 similar issues
> *
>
> igt@kms_hdmi_inject@inject-audio:
>
> o shard-tglb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html>
> ([i915#433])
> *
>
> igt@kms_hdr@static-toggle-suspend:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_hdr@static-toggle-suspend.html>
> ([i915#3555])
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_hdr@static-toggle-suspend.html>
> ([i915#3555])
>
> *
>
> igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html>
> ([fdo#109289]) +2 similar issues
> *
>
> igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
>
> o shard-kbl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html>
> ([fdo#108145] / [i915#265]) +1 similar issue
> *
>
> igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
>
> o
>
> shard-glk: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html>
> ([fdo#108145] / [i915#265])
>
> o
>
> shard-apl: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html>
> ([fdo#108145] / [i915#265])
>
> *
>
> igt@kms_plane_lowres@pipe-a-tiling-x:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_plane_lowres@pipe-a-tiling-x.html>
> ([i915#3536]) +1 similar issue
> *
>
> igt@kms_plane_lowres@pipe-a-tiling-y:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html>
> ([i915#3536])
> *
>
> igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html>
> ([i915#5176]) +5 similar issues
> *
>
> igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation.html>
> ([i915#5176]) +11 similar issues
> *
>
> igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html>
> ([i915#5235]) +3 similar issues
> *
>
> igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale:
>
> o shard-iclb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html>
> ([i915#5235]) +2 similar issues
> *
>
> igt@kms_prime@basic-crc@first-to-second:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html>
> ([i915#1836])
> *
>
> igt@kms_psr@psr2_primary_page_flip:
>
> o shard-iclb: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html>
> -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_psr@psr2_primary_page_flip.html>
> ([fdo#109441]) +1 similar issue
> *
>
> igt@kms_psr@psr2_sprite_mmap_cpu:
>
> o
>
> shard-tglb: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_psr@psr2_sprite_mmap_cpu.html>
> ([i915#132] / [i915#3467]) +1 similar issue
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_cpu.html>
> ([fdo#109441]) +1 similar issue
>
> *
>
> igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a.html>
> ([i915#5030]) +3 similar issues
> *
>
> igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c.html>
> ([i915#5030]) +2 similar issues
> *
>
> igt@kms_tv_load_detect@load-detect:
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_tv_load_detect@load-detect.html>
> ([fdo#109309])
>
> o
>
> shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_tv_load_detect@load-detect.html>
> ([fdo#109309])
>
> *
>
> igt@kms_vblank@pipe-a-ts-continuation-suspend:
>
> o shard-apl: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>
> -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html>
> ([i915#180]) +5 similar issues
> *
>
> igt@kms_vblank@pipe-c-ts-continuation-suspend:
>
> o shard-apl: NOTRUN -> DMESG-WARN
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl7/igt@kms_vblank@pipe-c-ts-continuation-suspend.html>
> ([i915#180])
> *
>
> igt@kms_vblank@pipe-d-query-forked-hang:
>
> o shard-snb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb4/igt@kms_vblank@pipe-d-query-forked-hang.html>
> ([fdo#109271]) +105 similar issues
> *
>
> igt@kms_vblank@pipe-d-wait-idle:
>
> o shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_vblank@pipe-d-wait-idle.html>
> ([fdo#109271] / [i915#533])
> *
>
> igt@kms_vrr@flip-basic:
>
> o shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_vrr@flip-basic.html>
> ([fdo#109502])
> *
>
> igt@kms_writeback@writeback-pixel-formats:
>
> o
>
> shard-kbl: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
> ([fdo#109271] / [i915#2437])
>
> o
>
> shard-tglb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_writeback@writeback-pixel-formats.html>
> ([i915#2437])
>
> *
>
> igt@nouveau_crc@pipe-a-source-rg:
>
> o shard-iclb: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb4/igt@nouveau_crc@p>
> ([i915#2530])
>
[-- Attachment #2: Type: text/html, Size: 47142 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-11 20:27 ` Juha-Pekka Heikkila
@ 2022-04-12 1:28 ` Vudum, Lakshminarayana
0 siblings, 0 replies; 10+ messages in thread
From: Vudum, Lakshminarayana @ 2022-04-12 1:28 UTC (permalink / raw)
To: juhapekka.heikkila@gmail.com, igt-dev@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 29022 bytes --]
Issue is related to
* i915#5614 <https://gitlab.freedesktop.org/drm/intel/issues/5614> - igt@gem_exec_balancer@.*<mailto:igt@gem_exec_balancer@.*> - dmesg-warn/dmesg-fail - WARNING: .* at drivers/dma-buf/dma-resv.c:\d+ dma_resv_add_fence
Lakshmi.
From: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Sent: Monday, April 11, 2022 1:27 PM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
Hi Lakshmi,
here is again false positive, my change doesn't do anything for gem_exec_balancer test
/Juha-Pekka
On 8.4.2022 22.40, Patchwork wrote:
Patch Details
Series:
tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
URL:
https://patchwork.freedesktop.org/series/102363/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
CI Bug Log - changes from CI_DRM_11477_full -> IGTPW_6909_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_6909_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6909_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_6909/index.html
Participating hosts (11 -> 6)
Missing (5): shard-skl pig-kbl-iris shard-tglu pig-glk-j5005 pig-skl-6260u
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_6909_full:
IGT changes
Possible regressions
* igt@gem_exec_balancer@parallel-out-fence:
* shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_exec_balancer@parallel-out-fence.html>
Known issues
Here are the changes found in IGTPW_6909_full that come from known issues:
IGT changes
Issues hit
* igt@feature_discovery@display-2x:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@feature_discovery@display-2x.html> ([i915#1839])
* igt@gem_create@create-massive:
* shard-kbl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_create@create-massive.html> ([i915#4991])
* shard-glk: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@gem_create@create-massive.html> ([i915#4991])
* shard-apl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_create@create-massive.html> ([i915#4991])
* igt@gem_ctx_sseu@mmap-args:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_ctx_sseu@mmap-args.html> ([i915#280])
* igt@gem_eio@in-flight-contexts-10ms:
* shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html> -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html> ([i915#3063]) +1 similar issue
* igt@gem_exec_balancer@parallel-balancer:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_exec_balancer@parallel-balancer.html> ([i915#4525])
* igt@gem_exec_fair@basic-none-share@rcs0:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk7/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html> ([i915#2842])
* igt@gem_exec_fair@basic-none-vip@rcs0:
* shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_exec_fair@basic-none-vip@rcs0.html> ([i915#2842])
* igt@gem_exec_fair@basic-none@vcs0:
* shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html> ([i915#2842]) +1 similar issue
* igt@gem_exec_fair@basic-pace@rcs0:
* shard-kbl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html> ([i915#2842]) +2 similar issues
* igt@gem_exec_flush@basic-wb-rw-before-default:
* shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-snb4/igt@gem_exec_flush@basic-wb-rw-before-default.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb6/igt@gem_exec_flush@basic-wb-rw-before-default.html> ([fdo#109271]) +1 similar issue
* igt@gem_exec_whisper@basic-contexts-priority:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk5/igt@gem_exec_whisper@basic-contexts-priority.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_whisper@basic-contexts-priority.html> ([i915#118])
* igt@gem_huc_copy@huc-copy:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_huc_copy@huc-copy.html> ([fdo#109271] / [i915#2190])
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk6/igt@gem_huc_copy@huc-copy.html> ([fdo#109271] / [i915#2190])
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_huc_copy@huc-copy.html> ([i915#2190])
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_huc_copy@huc-copy.html> ([fdo#109271] / [i915#2190])
* igt@gem_lmem_swapping@parallel-random-engines:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_lmem_swapping@parallel-random-engines.html> ([i915#4613]) +1 similar issue
* igt@gem_lmem_swapping@random-engines:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gem_lmem_swapping@random-engines.html> ([i915#4613])
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl1/igt@gem_lmem_swapping@random-engines.html> ([fdo#109271] / [i915#4613]) +1 similar issue
* igt@gem_pwrite@basic-exhaustion:
* shard-snb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb2/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* shard-iclb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* shard-kbl: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* shard-apl: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* shard-tglb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* shard-glk: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@gem_pwrite@basic-exhaustion.html> ([i915#2658])
* igt@gem_pxp@create-regular-context-2:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_pxp@create-regular-context-2.html> ([i915#4270])
* igt@gem_pxp@fail-invalid-protected-context:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@gem_pxp@fail-invalid-protected-context.html> ([i915#4270]) +3 similar issues
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html> ([i915#768]) +3 similar issues
* igt@gem_softpin@evict-snoop-interruptible:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html> ([fdo#109312])
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_softpin@evict-snoop-interruptible.html> ([fdo#109312])
* igt@gem_userptr_blits@unsync-unmap-cycles:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html> ([i915#3297])
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_userptr_blits@unsync-unmap-cycles.html> ([i915#3297])
* igt@gen9_exec_parse@bb-start-cmd:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html> ([i915#2527] / [i915#2856]) +1 similar issue
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gen9_exec_parse@bb-start-cmd.html> ([i915#2856]) +1 similar issue
* igt@i915_pm_lpsp@screens-disabled:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@i915_pm_lpsp@screens-disabled.html> ([i915#1902])
* igt@i915_pm_rc6_residency@rc6-idle:
* shard-tglb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@i915_pm_rc6_residency@rc6-idle.html> ([i915#2681] / [i915#2684])
* shard-iclb: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html> ([i915#2684])
* igt@i915_pm_rpm@pc8-residency:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@i915_pm_rpm@pc8-residency.html> ([fdo#109293] / [fdo#109506])
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html> ([fdo#109271]) +84 similar issues
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> ([i915#5286]) +5 similar issues
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> ([i915#5286]) +1 similar issue
* igt@kms_big_fb@linear-16bpp-rotate-270:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_big_fb@linear-16bpp-rotate-270.html> ([fdo#111614]) +4 similar issues
* igt@kms_big_fb@linear-16bpp-rotate-90:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_big_fb@linear-16bpp-rotate-90.html> ([fdo#109271]) +100 similar issues
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_big_fb@linear-16bpp-rotate-90.html> ([fdo#110725] / [fdo#111614]) +3 similar issues
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> ([fdo#109271] / [i915#3777])
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html> ([fdo#109271] / [i915#3777]) +3 similar issues
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html> ([fdo#110723])
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> ([fdo#109271] / [i915#3777]) +3 similar issues
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> ([fdo#111615]) +5 similar issues
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +5 similar issues
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html> ([i915#3689] / [i915#3886]) +5 similar issues
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +8 similar issues
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html> ([fdo#109271] / [i915#3886]) +4 similar issues
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html> ([fdo#109278] / [i915#3886]) +4 similar issues
* igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html> ([i915#3689]) +6 similar issues
* igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html> ([fdo#111615] / [i915#3689]) +9 similar issues
* igt@kms_chamelium@dp-hpd-fast:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb5/igt@kms_chamelium@dp-hpd-fast.html> ([fdo#109271] / [fdo#111827]) +4 similar issues
* igt@kms_chamelium@hdmi-aspect-ratio:
* shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk4/igt@kms_chamelium@hdmi-aspect-ratio.html> ([fdo#109271] / [fdo#111827]) +6 similar issues
* igt@kms_chamelium@vga-hpd:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_chamelium@vga-hpd.html> ([fdo#109284] / [fdo#111827]) +9 similar issues
* igt@kms_color_chamelium@pipe-a-ctm-0-5:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_color_chamelium@pipe-a-ctm-0-5.html> ([fdo#109284] / [fdo#111827]) +5 similar issues
* igt@kms_color_chamelium@pipe-a-ctm-blue-to-red:
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html> ([fdo#109271] / [fdo#111827]) +13 similar issues
* igt@kms_color_chamelium@pipe-c-ctm-0-25:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html> ([fdo#109271] / [fdo#111827]) +7 similar issues
* igt@kms_color_chamelium@pipe-d-ctm-green-to-red:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html> ([fdo#109278] / [fdo#109284] / [fdo#111827])
* igt@kms_content_protection@atomic-dpms:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_content_protection@atomic-dpms.html> ([i915#1063]) +1 similar issue
* shard-kbl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_content_protection@atomic-dpms.html> ([i915#1319])
* igt@kms_content_protection@mei_interface:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_content_protection@mei_interface.html> ([fdo#109300] / [fdo#111066]) +1 similar issue
* igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html> ([i915#3359]) +5 similar issues
* igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html> ([i915#3319]) +6 similar issues
* igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen.html> ([fdo#109278] / [fdo#109279]) +2 similar issues
* igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html> ([fdo#109279] / [i915#3359]) +10 similar issues
* igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge.html> ([fdo#109278]) +28 similar issues
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html> ([fdo#109274] / [fdo#109278]) +3 similar issues
* igt@kms_dp_tiled_display@basic-test-pattern:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_dp_tiled_display@basic-test-pattern.html> ([i915#426])
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html> ([i915#426])
* igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled.html> ([i915#5287]) +5 similar issues
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled.html> ([i915#5287]) +2 similar issues
* igt@kms_flip@2x-absolute-wf_vblank:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_flip@2x-absolute-wf_vblank.html> ([fdo#109274] / [fdo#111825] / [i915#3966])
* igt@kms_flip@2x-flip-vs-panning-interruptible:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@kms_flip@2x-flip-vs-panning-interruptible.html> ([fdo#109274]) +3 similar issues
* igt@kms_flip@2x-nonexisting-fb-interruptible:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_flip@2x-nonexisting-fb-interruptible.html> ([fdo#109274] / [fdo#111825]) +9 similar issues
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html> ([i915#2587])
* igt@kms_force_connector_basic@force-load-detect:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_force_connector_basic@force-load-detect.html> ([fdo#109285])
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_force_connector_basic@force-load-detect.html> ([fdo#109285])
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html> ([fdo#109280] / [fdo#111825]) +29 similar issues
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html> ([i915#5439])
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html> ([fdo#109280]) +15 similar issues
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html> ([fdo#109271]) +219 similar issues
* igt@kms_hdmi_inject@inject-audio:
* shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html> ([i915#433])
* igt@kms_hdr@static-toggle-suspend:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_hdr@static-toggle-suspend.html> ([i915#3555])
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_hdr@static-toggle-suspend.html> ([i915#3555])
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html> ([fdo#109289]) +2 similar issues
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
* shard-kbl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html> ([fdo#108145] / [i915#265]) +1 similar issue
* igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
* shard-glk: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html> ([fdo#108145] / [i915#265])
* shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html> ([fdo#108145] / [i915#265])
* igt@kms_plane_lowres@pipe-a-tiling-x:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_plane_lowres@pipe-a-tiling-x.html> ([i915#3536]) +1 similar issue
* igt@kms_plane_lowres@pipe-a-tiling-y:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html> ([i915#3536])
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html> ([i915#5176]) +5 similar issues
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation.html> ([i915#5176]) +11 similar issues
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html> ([i915#5235]) +3 similar issues
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale:
* shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html> ([i915#5235]) +2 similar issues
* igt@kms_prime@basic-crc@first-to-second:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html> ([i915#1836])
* igt@kms_psr@psr2_primary_page_flip:
* shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_psr@psr2_primary_page_flip.html> ([fdo#109441]) +1 similar issue
* igt@kms_psr@psr2_sprite_mmap_cpu:
* shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_psr@psr2_sprite_mmap_cpu.html> ([i915#132] / [i915#3467]) +1 similar issue
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_cpu.html> ([fdo#109441]) +1 similar issue
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a.html> ([i915#5030]) +3 similar issues
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c.html> ([i915#5030]) +2 similar issues
* igt@kms_tv_load_detect@load-detect:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_tv_load_detect@load-detect.html> ([fdo#109309])
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_tv_load_detect@load-detect.html> ([fdo#109309])
* igt@kms_vblank@pipe-a-ts-continuation-suspend:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-apl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html> ([i915#180]) +5 similar issues
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
* shard-apl: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl7/igt@kms_vblank@pipe-c-ts-continuation-suspend.html> ([i915#180])
* igt@kms_vblank@pipe-d-query-forked-hang:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb4/igt@kms_vblank@pipe-d-query-forked-hang.html> ([fdo#109271]) +105 similar issues
* igt@kms_vblank@pipe-d-wait-idle:
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_vblank@pipe-d-wait-idle.html> ([fdo#109271] / [i915#533])
* igt@kms_vrr@flip-basic:
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_vrr@flip-basic.html> ([fdo#109502])
* igt@kms_writeback@writeback-pixel-formats:
* shard-kbl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html> ([fdo#109271] / [i915#2437])
* shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_writeback@writeback-pixel-formats.html> ([i915#2437])
* igt@nouveau_crc@pipe-a-source-rg:
* shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb4/igt@nouveau_crc@p> ([i915#2530])
[-- Attachment #2: Type: text/html, Size: 64651 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
` (5 preceding siblings ...)
2022-04-08 19:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2022-04-12 1:37 ` Patchwork
6 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2022-04-12 1:37 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30275 bytes --]
== Series Details ==
Series: tests/i915/kms_flip_scaled_crc: Fix error message (rev2)
URL : https://patchwork.freedesktop.org/series/102363/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11477_full -> IGTPW_6909_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
Participating hosts (11 -> 9)
------------------------------
Additional (2): shard-rkl shard-dg1
Missing (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6909_full:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- {shard-rkl}: NOTRUN -> [SKIP][1] +11 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@runner@aborted:
- {shard-dg1}: NOTRUN -> ([FAIL][2], [FAIL][3], [FAIL][4], [FAIL][5], [FAIL][6], [FAIL][7], [FAIL][8], [FAIL][9], [FAIL][10], [FAIL][11], [FAIL][12], [FAIL][13], [FAIL][14], [FAIL][15], [FAIL][16], [FAIL][17], [FAIL][18], [FAIL][19])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-17/igt@runner@aborted.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-19/igt@runner@aborted.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-19/igt@runner@aborted.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-19/igt@runner@aborted.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-18/igt@runner@aborted.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-18/igt@runner@aborted.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-18/igt@runner@aborted.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-17/igt@runner@aborted.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-16/igt@runner@aborted.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-16/igt@runner@aborted.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-16/igt@runner@aborted.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-15/igt@runner@aborted.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-15/igt@runner@aborted.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-15/igt@runner@aborted.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-13/igt@runner@aborted.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-13/igt@runner@aborted.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-12/igt@runner@aborted.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-dg1-12/igt@runner@aborted.html
Known issues
------------
Here are the changes found in IGTPW_6909_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@feature_discovery@display-2x:
- shard-tglb: NOTRUN -> [SKIP][20] ([i915#1839])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@feature_discovery@display-2x.html
* igt@gem_create@create-massive:
- shard-kbl: NOTRUN -> [DMESG-WARN][21] ([i915#4991])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_create@create-massive.html
- shard-glk: NOTRUN -> [DMESG-WARN][22] ([i915#4991])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@gem_create@create-massive.html
- shard-apl: NOTRUN -> [DMESG-WARN][23] ([i915#4991])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_create@create-massive.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-contexts-10ms:
- shard-tglb: [PASS][25] -> [TIMEOUT][26] ([i915#3063]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb5/igt@gem_eio@in-flight-contexts-10ms.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-iclb: NOTRUN -> [SKIP][27] ([i915#4525])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-kbl: NOTRUN -> [DMESG-WARN][28] ([i915#5614])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk7/igt@gem_exec_fair@basic-none-share@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglb: NOTRUN -> [FAIL][31] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-apl: NOTRUN -> [FAIL][32] ([i915#2842]) +1 similar issue
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-kbl: [PASS][33] -> [FAIL][34] ([i915#2842]) +2 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_flush@basic-wb-rw-before-default:
- shard-snb: [PASS][35] -> [SKIP][36] ([fdo#109271]) +1 similar issue
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-snb4/igt@gem_exec_flush@basic-wb-rw-before-default.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb6/igt@gem_exec_flush@basic-wb-rw-before-default.html
* igt@gem_exec_whisper@basic-contexts-priority:
- shard-glk: [PASS][37] -> [DMESG-WARN][38] ([i915#118])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-glk5/igt@gem_exec_whisper@basic-contexts-priority.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@gem_exec_whisper@basic-contexts-priority.html
* igt@gem_huc_copy@huc-copy:
- shard-apl: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#2190])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl4/igt@gem_huc_copy@huc-copy.html
- shard-glk: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#2190])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk6/igt@gem_huc_copy@huc-copy.html
- shard-iclb: NOTRUN -> [SKIP][41] ([i915#2190])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_huc_copy@huc-copy.html
- shard-kbl: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#2190])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@parallel-random-engines:
- shard-tglb: NOTRUN -> [SKIP][43] ([i915#4613]) +1 similar issue
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@random-engines:
- shard-iclb: NOTRUN -> [SKIP][44] ([i915#4613])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gem_lmem_swapping@random-engines.html
- shard-kbl: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#4613]) +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl1/igt@gem_lmem_swapping@random-engines.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> [WARN][46] ([i915#2658])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb2/igt@gem_pwrite@basic-exhaustion.html
- shard-iclb: NOTRUN -> [WARN][47] ([i915#2658])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@gem_pwrite@basic-exhaustion.html
- shard-kbl: NOTRUN -> [WARN][48] ([i915#2658])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@gem_pwrite@basic-exhaustion.html
- shard-apl: NOTRUN -> [WARN][49] ([i915#2658])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@gem_pwrite@basic-exhaustion.html
- shard-tglb: NOTRUN -> [WARN][50] ([i915#2658])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_pwrite@basic-exhaustion.html
- shard-glk: NOTRUN -> [WARN][51] ([i915#2658])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-regular-context-2:
- shard-iclb: NOTRUN -> [SKIP][52] ([i915#4270])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@gem_pxp@create-regular-context-2.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglb: NOTRUN -> [SKIP][53] ([i915#4270]) +3 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
- shard-iclb: NOTRUN -> [SKIP][54] ([i915#768]) +3 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-tglb: NOTRUN -> [SKIP][55] ([fdo#109312])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html
- shard-iclb: NOTRUN -> [SKIP][56] ([fdo#109312])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglb: NOTRUN -> [SKIP][57] ([i915#3297])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-iclb: NOTRUN -> [SKIP][58] ([i915#3297])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglb: NOTRUN -> [SKIP][59] ([i915#2527] / [i915#2856]) +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html
- shard-iclb: NOTRUN -> [SKIP][60] ([i915#2856]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_pm_lpsp@screens-disabled:
- shard-tglb: NOTRUN -> [SKIP][61] ([i915#1902])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglb: NOTRUN -> [WARN][62] ([i915#2681] / [i915#2684])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-iclb: NOTRUN -> [WARN][63] ([i915#2684])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@pc8-residency:
- shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109293] / [fdo#109506])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@i915_pm_rpm@pc8-residency.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-glk: NOTRUN -> [SKIP][65] ([fdo#109271]) +84 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk3/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][66] ([i915#5286]) +5 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
- shard-iclb: NOTRUN -> [SKIP][67] ([i915#5286]) +1 similar issue
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][68] ([fdo#111614]) +4 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271]) +100 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl3/igt@kms_big_fb@linear-16bpp-rotate-90.html
- shard-iclb: NOTRUN -> [SKIP][70] ([fdo#110725] / [fdo#111614]) +3 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-glk: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#3777])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-apl: NOTRUN -> [SKIP][72] ([fdo#109271] / [i915#3777]) +3 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-iclb: NOTRUN -> [SKIP][73] ([fdo#110723])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-kbl: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#3777]) +3 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
- shard-tglb: NOTRUN -> [SKIP][75] ([fdo#111615]) +5 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#3886]) +5 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl8/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][77] ([i915#3689] / [i915#3886]) +5 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html
- shard-kbl: NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#3886]) +8 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#3886]) +4 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][80] ([fdo#109278] / [i915#3886]) +4 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][81] ([i915#3689]) +6 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][82] ([fdo#111615] / [i915#3689]) +9 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_chamelium@dp-hpd-fast:
- shard-snb: NOTRUN -> [SKIP][83] ([fdo#109271] / [fdo#111827]) +4 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-snb5/igt@kms_chamelium@dp-hpd-fast.html
* igt@kms_chamelium@hdmi-aspect-ratio:
- shard-glk: NOTRUN -> [SKIP][84] ([fdo#109271] / [fdo#111827]) +6 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk4/igt@kms_chamelium@hdmi-aspect-ratio.html
* igt@kms_chamelium@vga-hpd:
- shard-tglb: NOTRUN -> [SKIP][85] ([fdo#109284] / [fdo#111827]) +9 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_chamelium@vga-hpd.html
* igt@kms_color_chamelium@pipe-a-ctm-0-5:
- shard-iclb: NOTRUN -> [SKIP][86] ([fdo#109284] / [fdo#111827]) +5 similar issues
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_color_chamelium@pipe-a-ctm-0-5.html
* igt@kms_color_chamelium@pipe-a-ctm-blue-to-red:
- shard-kbl: NOTRUN -> [SKIP][87] ([fdo#109271] / [fdo#111827]) +13 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html
* igt@kms_color_chamelium@pipe-c-ctm-0-25:
- shard-apl: NOTRUN -> [SKIP][88] ([fdo#109271] / [fdo#111827]) +7 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl2/igt@kms_color_chamelium@pipe-c-ctm-0-25.html
* igt@kms_color_chamelium@pipe-d-ctm-green-to-red:
- shard-iclb: NOTRUN -> [SKIP][89] ([fdo#109278] / [fdo#109284] / [fdo#111827])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][90] ([i915#1063]) +1 similar issue
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_content_protection@atomic-dpms.html
- shard-kbl: NOTRUN -> [TIMEOUT][91] ([i915#1319])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@mei_interface:
- shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109300] / [fdo#111066]) +1 similar issue
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_content_protection@mei_interface.html
* igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
- shard-tglb: NOTRUN -> [SKIP][93] ([i915#3359]) +5 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html
* igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
- shard-tglb: NOTRUN -> [SKIP][94] ([i915#3319]) +6 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html
* igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen:
- shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109278] / [fdo#109279]) +2 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x170-offscreen.html
* igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
- shard-tglb: NOTRUN -> [SKIP][96] ([fdo#109279] / [i915#3359]) +10 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html
* igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge:
- shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109278]) +28 similar issues
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_cursor_edge_walk@pipe-d-256x256-left-edge.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109274] / [fdo#109278]) +3 similar issues
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_dp_tiled_display@basic-test-pattern:
- shard-iclb: NOTRUN -> [SKIP][99] ([i915#426])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_dp_tiled_display@basic-test-pattern.html
- shard-tglb: NOTRUN -> [SKIP][100] ([i915#426])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html
* igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
- shard-tglb: NOTRUN -> [SKIP][101] ([i915#5287]) +5 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled:
- shard-iclb: NOTRUN -> [SKIP][102] ([i915#5287]) +2 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-wc-4tiled.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglb: NOTRUN -> [SKIP][103] ([fdo#109274] / [fdo#111825] / [i915#3966])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-iclb: NOTRUN -> [SKIP][104] ([fdo#109274]) +3 similar issues
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-nonexisting-fb-interruptible:
- shard-tglb: NOTRUN -> [SKIP][105] ([fdo#109274] / [fdo#111825]) +9 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_flip@2x-nonexisting-fb-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-iclb: NOTRUN -> [SKIP][106] ([i915#2587])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-iclb: NOTRUN -> [SKIP][107] ([fdo#109285])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_force_connector_basic@force-load-detect.html
- shard-tglb: NOTRUN -> [SKIP][108] ([fdo#109285])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-tglb: NOTRUN -> [SKIP][109] ([fdo#109280] / [fdo#111825]) +29 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglb: NOTRUN -> [SKIP][110] ([i915#5439])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-iclb: NOTRUN -> [SKIP][111] ([fdo#109280]) +15 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-kbl: NOTRUN -> [SKIP][112] ([fdo#109271]) +219 similar issues
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglb: [PASS][113] -> [SKIP][114] ([i915#433])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle-suspend:
- shard-tglb: NOTRUN -> [SKIP][115] ([i915#3555])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_hdr@static-toggle-suspend.html
- shard-iclb: NOTRUN -> [SKIP][116] ([i915#3555])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109289]) +2 similar issues
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-kbl: NOTRUN -> [FAIL][118] ([fdo#108145] / [i915#265]) +1 similar issue
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][119] ([fdo#108145] / [i915#265])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-glk8/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
- shard-apl: NOTRUN -> [FAIL][120] ([fdo#108145] / [i915#265])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-tglb: NOTRUN -> [SKIP][121] ([i915#3536]) +1 similar issue
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb6/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-iclb: NOTRUN -> [SKIP][122] ([i915#3536])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation:
- shard-iclb: NOTRUN -> [SKIP][123] ([i915#5176]) +5 similar issues
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation:
- shard-tglb: NOTRUN -> [SKIP][124] ([i915#5176]) +11 similar issues
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb7/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
- shard-tglb: NOTRUN -> [SKIP][125] ([i915#5235]) +3 similar issues
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb3/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale:
- shard-iclb: [PASS][126] -> [SKIP][127] ([i915#5235]) +2 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1-planes-upscale-downscale.html
* igt@kms_prime@basic-crc@first-to-second:
- shard-tglb: NOTRUN -> [SKIP][128] ([i915#1836])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][129] -> [SKIP][130] ([fdo#109441]) +1 similar issue
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11477/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb8/igt@kms_psr@psr2_primary_page_flip.html
* igt@kms_psr@psr2_sprite_mmap_cpu:
- shard-tglb: NOTRUN -> [FAIL][131] ([i915#132] / [i915#3467]) +1 similar issue
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb8/igt@kms_psr@psr2_sprite_mmap_cpu.html
- shard-iclb: NOTRUN -> [SKIP][132] ([fdo#109441]) +1 similar issue
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_cpu.html
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a:
- shard-tglb: NOTRUN -> [SKIP][133] ([i915#5030]) +3 similar issues
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-tglb2/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-a.html
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c:
- shard-iclb: NOTRUN -> [SKIP][134] ([i915#5030]) +2 similar issues
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/shard-iclb3/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-c.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglb: NOTRUN -> [SKIP][135] ([fdo#109309]
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6909/index.html
[-- Attachment #2: Type: text/html, Size: 34389 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-04-12 1:37 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-04-07 21:19 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-08 6:20 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2022-04-08 17:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message (rev2) Patchwork
2022-04-08 17:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-04-08 19:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-11 20:27 ` Juha-Pekka Heikkila
2022-04-12 1:28 ` Vudum, Lakshminarayana
2022-04-12 1:37 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox