* [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK
@ 2021-11-17 10:42 Petri Latvala
2021-11-17 11:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 14+ messages in thread
From: Petri Latvala @ 2021-11-17 10:42 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala
The macro is for choosing between two values depending on whether IGT
has been told it's running in simulation mode. The parameter names and
their documentation was the opposite of what actually happened.
The only user, gem_lut_handle, uses the macro correctly, having the
"use this value in simulation mode" value as the second parameter.
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Arkadiusz Hiler <arek@hiler.eu>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
---
lib/igt_core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 6b8dbf34..077e1bf3 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -1170,7 +1170,7 @@ bool igt_run_in_simulation(void);
* Simple macro to select between two values (e.g. number of test rounds or test
* buffer size) depending upon whether i-g-t is run in simulation mode or not.
*/
-#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow))
+#define SLOW_QUICK(quick,slow) (igt_run_in_simulation() ? (slow) : (quick))
void igt_skip_on_simulation(void);
--
2.29.2
^ permalink raw reply related [flat|nested] 14+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for igt_core: Fix docs for SLOW_QUICK 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala @ 2021-11-17 11:59 ` Patchwork 2021-11-17 16:44 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh ` (5 subsequent siblings) 6 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-17 11:59 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7352 bytes --] == Series Details == Series: igt_core: Fix docs for SLOW_QUICK URL : https://patchwork.freedesktop.org/series/97014/ State : success == Summary == CI Bug Log - changes from CI_DRM_10891 -> IGTPW_6409 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html Participating hosts (39 -> 35) ------------------------------ Additional (2): fi-tgl-1115g4 fi-tgl-u2 Missing (6): bat-dg1-6 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6409: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@gem_lmem_swapping@verify-random}: - fi-tgl-u2: NOTRUN -> [SKIP][1] +3 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html - fi-tgl-1115g4: NOTRUN -> [SKIP][2] +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@gem_lmem_swapping@verify-random.html Known issues ------------ Here are the changes found in IGTPW_6409 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@query-info: - fi-tgl-1115g4: NOTRUN -> [SKIP][3] ([fdo#109315]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_cs_nop@nop-gfx0: - fi-tgl-1115g4: NOTRUN -> [SKIP][4] ([fdo#109315] / [i915#2575]) +16 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html * igt@core_hotunplug@unbind-rebind: - fi-tgl-u2: NOTRUN -> [INCOMPLETE][5] ([i915#4006]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@core_hotunplug@unbind-rebind.html * igt@gem_exec_suspend@basic-s3: - fi-bdw-5557u: [PASS][6] -> [INCOMPLETE][7] ([i915#146]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html * igt@gem_huc_copy@huc-copy: - fi-tgl-u2: NOTRUN -> [SKIP][8] ([i915#2190]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html - fi-tgl-1115g4: NOTRUN -> [SKIP][9] ([i915#2190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_backlight@basic-brightness: - fi-tgl-1115g4: NOTRUN -> [SKIP][10] ([i915#1155]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-tgl-1115g4: NOTRUN -> [SKIP][11] ([fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-hpd-fast: - fi-tgl-u2: NOTRUN -> [SKIP][12] ([fdo#109284] / [fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-u2: NOTRUN -> [SKIP][13] ([i915#4103]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - fi-tgl-1115g4: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-1115g4: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html - fi-tgl-u2: NOTRUN -> [SKIP][16] ([fdo#109285]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@primary_mmap_gtt: - fi-tgl-1115g4: NOTRUN -> [SKIP][17] ([i915#1072]) +3 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html * igt@prime_vgem@basic-userptr: - fi-tgl-u2: NOTRUN -> [SKIP][18] ([i915#3301]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@prime_vgem@basic-userptr.html - fi-tgl-1115g4: NOTRUN -> [SKIP][19] ([i915#3301]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-tgl-u2: NOTRUN -> [FAIL][20] ([i915#1602] / [i915#2722] / [i915#4312]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-tgl-u2/igt@runner@aborted.html #### Possible fixes #### * igt@i915_pm_rpm@module-reload: - fi-kbl-guc: [SKIP][21] ([fdo#109271]) -> [PASS][22] [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/fi-kbl-guc/igt@i915_pm_rpm@module-reload.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/fi-kbl-guc/igt@i915_pm_rpm@module-reload.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#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#4006]: https://gitlab.freedesktop.org/drm/intel/issues/4006 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6283 -> IGTPW_6409 CI-20190529: 20190529 CI_DRM_10891: 1b2151d5158279cfc215ca61f6e9c64213d46c04 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6409: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html IGT_6283: a2cd90a7c24bb7a4c19ca74c75ed8c950820dee2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html [-- Attachment #2: Type: text/html, Size: 8771 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala 2021-11-17 11:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-11-17 16:44 ` Dixit, Ashutosh 2021-11-17 20:34 ` Dixit, Ashutosh 2021-11-17 19:51 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork ` (4 subsequent siblings) 6 siblings, 1 reply; 14+ messages in thread From: Dixit, Ashutosh @ 2021-11-17 16:44 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev On Wed, 17 Nov 2021 02:42:29 -0800, Petri Latvala wrote: > > The macro is for choosing between two values depending on whether IGT > has been told it's running in simulation mode. The parameter names and > their documentation was the opposite of what actually happened. > > The only user, gem_lut_handle, uses the macro correctly, having the > "use this value in simulation mode" value as the second parameter. > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > Cc: Arkadiusz Hiler <arek@hiler.eu> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > --- > lib/igt_core.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/igt_core.h b/lib/igt_core.h > index 6b8dbf34..077e1bf3 100644 > --- a/lib/igt_core.h > +++ b/lib/igt_core.h > @@ -1170,7 +1170,7 @@ bool igt_run_in_simulation(void); > * Simple macro to select between two values (e.g. number of test rounds or test > * buffer size) depending upon whether i-g-t is run in simulation mode or not. > */ > -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) > +#define SLOW_QUICK(quick,slow) (igt_run_in_simulation() ? (slow) : (quick)) Previous code assumes slow/quick refer to number of iterations whereas this patch assumes slow/quick refer to similation speed, correct? It seems to be 12 of one, dozen of the other to me. How about: #define SLOW_QUICK(x, y) (igt_run_in_simulation() ? (y) : (x)) :-) I prefer the previous interpretation where quick is assumed to be much smaller than slow. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK 2021-11-17 16:44 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh @ 2021-11-17 20:34 ` Dixit, Ashutosh 2021-11-18 8:30 ` Petri Latvala 0 siblings, 1 reply; 14+ messages in thread From: Dixit, Ashutosh @ 2021-11-17 20:34 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev On Wed, 17 Nov 2021 08:44:30 -0800, Dixit, Ashutosh wrote: > > On Wed, 17 Nov 2021 02:42:29 -0800, Petri Latvala wrote: > > > > The macro is for choosing between two values depending on whether IGT > > has been told it's running in simulation mode. The parameter names and > > their documentation was the opposite of what actually happened. > > > > The only user, gem_lut_handle, uses the macro correctly, having the > > "use this value in simulation mode" value as the second parameter. > > > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > > Cc: Arkadiusz Hiler <arek@hiler.eu> > > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > > --- > > lib/igt_core.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/lib/igt_core.h b/lib/igt_core.h > > index 6b8dbf34..077e1bf3 100644 > > --- a/lib/igt_core.h > > +++ b/lib/igt_core.h > > @@ -1170,7 +1170,7 @@ bool igt_run_in_simulation(void); > > * Simple macro to select between two values (e.g. number of test rounds or test > > * buffer size) depending upon whether i-g-t is run in simulation mode or not. > > */ > > -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) > > +#define SLOW_QUICK(quick,slow) (igt_run_in_simulation() ? (slow) : (quick)) > > Previous code assumes slow/quick refer to number of iterations whereas this > patch assumes slow/quick refer to similation speed, correct? It seems to be > 12 of one, dozen of the other to me. How about: > > #define SLOW_QUICK(x, y) (igt_run_in_simulation() ? (y) : (x)) > > :-) > > I prefer the previous interpretation where quick is assumed to be much > smaller than slow. Well I guess the "simulation" value can be both less than or more than the hw value ("keep number of iterations in simulation low" or "increase timeout in simulation"). Another idea to make this clear: #define SLOW_QUICK(hw, sim) (igt_run_in_simulation() ? (sim) : (hw)) ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK 2021-11-17 20:34 ` Dixit, Ashutosh @ 2021-11-18 8:30 ` Petri Latvala 0 siblings, 0 replies; 14+ messages in thread From: Petri Latvala @ 2021-11-18 8:30 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev On Wed, Nov 17, 2021 at 12:34:20PM -0800, Dixit, Ashutosh wrote: > On Wed, 17 Nov 2021 08:44:30 -0800, Dixit, Ashutosh wrote: > > > > On Wed, 17 Nov 2021 02:42:29 -0800, Petri Latvala wrote: > > > > > > The macro is for choosing between two values depending on whether IGT > > > has been told it's running in simulation mode. The parameter names and > > > their documentation was the opposite of what actually happened. > > > > > > The only user, gem_lut_handle, uses the macro correctly, having the > > > "use this value in simulation mode" value as the second parameter. > > > > > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > > > Cc: Arkadiusz Hiler <arek@hiler.eu> > > > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > > > --- > > > lib/igt_core.h | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/lib/igt_core.h b/lib/igt_core.h > > > index 6b8dbf34..077e1bf3 100644 > > > --- a/lib/igt_core.h > > > +++ b/lib/igt_core.h > > > @@ -1170,7 +1170,7 @@ bool igt_run_in_simulation(void); > > > * Simple macro to select between two values (e.g. number of test rounds or test > > > * buffer size) depending upon whether i-g-t is run in simulation mode or not. > > > */ > > > -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) > > > +#define SLOW_QUICK(quick,slow) (igt_run_in_simulation() ? (slow) : (quick)) > > > > Previous code assumes slow/quick refer to number of iterations whereas this > > patch assumes slow/quick refer to similation speed, correct? It seems to be > > 12 of one, dozen of the other to me. How about: > > > > #define SLOW_QUICK(x, y) (igt_run_in_simulation() ? (y) : (x)) > > > > :-) > > > > I prefer the previous interpretation where quick is assumed to be much > > smaller than slow. > > Well I guess the "simulation" value can be both less than or more than the > hw value ("keep number of iterations in simulation low" or "increase > timeout in simulation"). Another idea to make this clear: > > #define SLOW_QUICK(hw, sim) (igt_run_in_simulation() ? (sim) : (hw)) Yeah, I like that one. That avoids the confusion of whether "slow" means slow test or slow platform. v2 incoming. -- Petri Latvala ^ permalink raw reply [flat|nested] 14+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for igt_core: Fix docs for SLOW_QUICK 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala 2021-11-17 11:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-11-17 16:44 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh @ 2021-11-17 19:51 ` Patchwork 2021-11-18 8:31 ` Petri Latvala 2021-11-18 8:36 ` [igt-dev] [PATCH i-g-t v2] " Petri Latvala ` (3 subsequent siblings) 6 siblings, 1 reply; 14+ messages in thread From: Patchwork @ 2021-11-17 19:51 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30251 bytes --] == Series Details == Series: igt_core: Fix docs for SLOW_QUICK URL : https://patchwork.freedesktop.org/series/97014/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10891_full -> IGTPW_6409_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6409_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6409_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_6409/index.html Participating hosts (11 -> 7) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6409_full: ### IGT changes ### #### Possible regressions #### * igt@gem_lmem_swapping@random: - shard-tglb: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gem_lmem_swapping@random.html Known issues ------------ Here are the changes found in IGTPW_6409_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_create@create-massive: - shard-tglb: NOTRUN -> [DMESG-WARN][2] ([i915#3002]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_create@create-massive.html * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-kbl: [PASS][3] -> [DMESG-WARN][4] ([i915#180]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_ctx_persistence@legacy-engines-persistence: - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@gem_ctx_persistence@legacy-engines-persistence.html * igt@gem_exec_balancer@parallel-balancer: - shard-tglb: NOTRUN -> [SKIP][6] ([i915#4525]) +1 similar issue [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_exec_balancer@parallel-balancer.html - shard-iclb: NOTRUN -> [SKIP][7] ([i915#4525]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-kbl: NOTRUN -> [FAIL][8] ([i915#2842]) +1 similar issue [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl7/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][9] -> [FAIL][10] ([i915#2842]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-tglb: NOTRUN -> [FAIL][11] ([i915#2842]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_exec_fair@basic-throttle@rcs0.html - shard-iclb: [PASS][12] -> [FAIL][13] ([i915#2849]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_media_vme: - shard-tglb: NOTRUN -> [SKIP][14] ([i915#284]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gem_media_vme.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-kbl: NOTRUN -> [SKIP][15] ([fdo#109271]) +200 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: - shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271]) +28 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html - shard-iclb: NOTRUN -> [SKIP][17] ([i915#768]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_userptr_blits@dmabuf-sync: - shard-kbl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3323]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-tglb: NOTRUN -> [SKIP][19] ([i915#3297]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen7_exec_parse@basic-offset: - shard-tglb: NOTRUN -> [SKIP][20] ([fdo#109289]) +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gen7_exec_parse@basic-offset.html * igt@gen9_exec_parse@allowed-single: - shard-tglb: NOTRUN -> [SKIP][21] ([i915#2856]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gen9_exec_parse@allowed-single.html - shard-iclb: NOTRUN -> [SKIP][22] ([i915#2856]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@gen9_exec_parse@allowed-single.html * igt@i915_pm_dc@dc6-dpms: - shard-tglb: NOTRUN -> [FAIL][23] ([i915#454]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [PASS][24] -> [FAIL][25] ([i915#454]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@i915_pm_dc@dc6-psr.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-tglb: NOTRUN -> [SKIP][26] ([fdo#109506] / [i915#2411]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html - shard-iclb: NOTRUN -> [SKIP][27] ([fdo#109293] / [fdo#109506]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_selftest@live@gem_contexts: - shard-tglb: [PASS][28] -> [DMESG-WARN][29] ([i915#2867]) +14 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@i915_selftest@live@gem_contexts.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_selftest@live@gem_contexts.html * igt@i915_selftest@live@hangcheck: - shard-snb: [PASS][30] -> [INCOMPLETE][31] ([i915#3921]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-snb6/igt@i915_selftest@live@hangcheck.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb5/igt@i915_selftest@live@hangcheck.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-apl: [PASS][32] -> [DMESG-WARN][33] ([i915#180]) +3 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl6/igt@i915_suspend@fence-restore-tiled2untiled.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-iclb: NOTRUN -> [SKIP][34] ([i915#1769]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html - shard-tglb: NOTRUN -> [SKIP][35] ([i915#1769]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-apl: NOTRUN -> [SKIP][36] ([fdo#109271]) +112 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_big_fb@linear-32bpp-rotate-0: - shard-glk: [PASS][37] -> [DMESG-WARN][38] ([i915#118]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@kms_big_fb@linear-32bpp-rotate-0.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][39] ([fdo#110725] / [fdo#111614]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-tglb: NOTRUN -> [SKIP][40] ([fdo#111614]) +1 similar issue [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-180: - shard-glk: NOTRUN -> [DMESG-WARN][41] ([i915#118]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-glk: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html - shard-apl: NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3777]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3777]) +1 similar issue [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111615]) +2 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs: - shard-snb: NOTRUN -> [SKIP][46] ([fdo#109271]) +57 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb4/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl3/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +6 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111615] / [i915#3689]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][50] ([i915#3689]) +4 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3689] / [i915#3886]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#3886]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_chamelium@hdmi-mode-timings: - shard-kbl: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +17 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-edid-read: - shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +7 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_chamelium@vga-edid-read.html * igt@kms_color@pipe-d-ctm-green-to-red: - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#1149]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb8/igt@kms_color@pipe-d-ctm-green-to-red.html * igt@kms_color_chamelium@pipe-a-ctm-green-to-red: - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html * igt@kms_color_chamelium@pipe-a-gamma: - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_color_chamelium@pipe-a-gamma.html - shard-snb: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@kms_color_chamelium@pipe-a-gamma.html - shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_color_chamelium@pipe-a-gamma.html * igt@kms_content_protection@uevent: - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#111828]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][61] ([i915#180]) +2 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen: - shard-tglb: NOTRUN -> [SKIP][62] ([i915#3319]) +1 similar issue [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen: - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109279] / [i915#3359]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen.html * igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen: - shard-tglb: NOTRUN -> [SKIP][64] ([i915#3359]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278]) +7 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-iclb: NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#109278]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-kbl: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#533]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_dp_tiled_display@basic-test-pattern: - shard-iclb: NOTRUN -> [SKIP][68] ([i915#426]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_dp_tiled_display@basic-test-pattern.html - shard-tglb: NOTRUN -> [SKIP][69] ([i915#426]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html * igt@kms_dsc@xrgb8888-dsc-compression: - shard-tglb: NOTRUN -> [SKIP][70] ([i915#3828]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_dsc@xrgb8888-dsc-compression.html - shard-iclb: NOTRUN -> [SKIP][71] ([i915#3828]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_dsc@xrgb8888-dsc-compression.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-kbl: [PASS][72] -> [INCOMPLETE][73] ([i915#180] / [i915#636]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-flip-vs-fences: - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109274]) +1 similar issue [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2: - shard-glk: [PASS][75] -> [FAIL][76] ([i915#2122]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1: - shard-tglb: [PASS][77] -> [INCOMPLETE][78] ([i915#2411] / [i915#456]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html * igt@kms_flip@flip-vs-suspend@a-dp1: - shard-apl: NOTRUN -> [DMESG-WARN][79] ([i915#180]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@kms_flip@flip-vs-suspend@a-dp1.html * igt@kms_flip@flip-vs-suspend@c-edp1: - shard-tglb: [PASS][80] -> [DMESG-WARN][81] ([i915#2411] / [i915#2867]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@kms_flip@flip-vs-suspend@c-edp1.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_flip@flip-vs-suspend@c-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: - shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2672]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt: - shard-tglb: NOTRUN -> [SKIP][83] ([fdo#111825]) +21 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109280]) +10 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-tglb: NOTRUN -> [INCOMPLETE][85] ([i915#2411] / [i915#456]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_hdmi_inject@inject-audio: - shard-tglb: [PASS][86] -> [SKIP][87] ([i915#433]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109289]) +2 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d: - shard-apl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#533]) +1 similar issue [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b: - shard-tglb: [PASS][90] -> [INCOMPLETE][91] ([i915#456]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb: - shard-kbl: NOTRUN -> [FAIL][92] ([fdo#108145] / [i915#265]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html - shard-apl: NOTRUN -> [FAIL][93] ([fdo#108145] / [i915#265]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html * igt@kms_prime@basic-crc@first-to-second: - shard-tglb: NOTRUN -> [SKIP][94] ([i915#1836]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_prime@basic-crc@first-to-second.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1: - shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html * igt@kms_psr2_su@page_flip: - shard-glk: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk3/igt@kms_psr2_su@page_flip.html - shard-tglb: NOTRUN -> [SKIP][98] ([i915#1911]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_psr2_su@page_flip.html - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109642] / [fdo#111068] / [i915#658]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_psr2_su@page_flip.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-tglb: NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_psr@psr2_cursor_plane_onoff.html - shard-iclb: NOTRUN -> [SKIP][101] ([fdo#109441]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: [PASS][102] -> [SKIP][103] ([fdo#109441]) +1 similar issue [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_setmode@basic: - shard-apl: [PASS][104] -> [FAIL][105] ([i915#31]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl4/igt@kms_setmode@basic.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@kms_setmode@basic.html * igt@kms_sysfs_edid_timing: - shard-apl: NOTRUN -> [FAIL][106] ([IGT#2]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_sysfs_edid_timing.html - shard-kbl: NOTRUN -> [FAIL][107] ([IGT#2]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_sysfs_edid_timing.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-kbl: NOTRUN -> [INCOMPLETE][108] ([i915#2828]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html * igt@kms_vrr@flip-suspend: - shard-tglb: NOTRUN -> [SKIP][109] ([fdo#109502]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_vrr@flip-suspend.html * igt@kms_writeback@writeback-fb-id: - shard-kbl: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_writeback@writeback-fb-id.html * igt@nouveau_crc@pipe-a-source-outp-inactive: - shard-iclb: NOTRUN -> [SKIP][111] ([i915#2530]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@nouveau_crc@pipe-a-source-outp-inactive.html * igt@nouveau_crc@pipe-c-source-rg: - shard-tglb: NOTRUN -> [SKIP][112] ([i915#2530]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@nouveau_crc@pipe-c-source-rg.html * igt@sysfs_clients@fair-0: - shard-tglb: NOTRUN -> [SKIP][113] ([i915#2994]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@sysfs_clients@fair-0.html - shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@sysfs_clients@fair-0.html - shard-iclb: NOTRUN -> [SKIP][115] ([i915#2994]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@sysfs_clients@fair-0.html * igt@sysfs_clients@pidname: - shard-apl: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@sysfs_clients@pidname.html * igt@sysfs_clients@sema-25: - shard-kbl: NOTRUN -> [SKIP][117] ([fdo#109271] / [i915#2994]) +3 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@sysfs_clients@sema-25.html #### Possible fixes #### * igt@gem_ctx_isolation@preservation-s3@vcs0: - shard-kbl: [DMESG-WARN][118] ([i915#180]) -> [PASS][119] +3 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@vcs0.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html * igt@gem_exec_capture@pi@bcs0: - shard-tglb: [INCOMPLETE][120] ([i915#2369] / [i915#3371] / [i915#3731]) -> [PASS][121] [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html * igt@gem_exec_capture@pi@rcs0: - shard-iclb: [INCOMPLETE][122] ([i915#2369]) -> [PASS][123] [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [FAIL][124] ([i915#2842]) -> [PASS][125] [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-kbl: [FAIL][126] ([i915#2842]) -> [PASS][127] [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [SKIP][128] ([fdo#109271]) -> [PASS][129] [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vecs0.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [FAIL][130] ([i915#2842]) -> [PASS][131] +1 similar issue [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_suspend@basic-s3: - shard-apl: [DMESG-WARN][132] ([i915#180]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl3/igt@gem_exec_suspend@basic-s3.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@gem_exec_suspend@basic-s3.html * igt@kms_draw_crc@draw-method-rgb565-blt-ytiled: - shard-glk: [FAIL][134] ([i915#1888] / [i915#3451]) -> [PASS][135] [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk8/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-apl: [INCOMPLETE][136] ([i915#180] / [i915#1982]) -> [PASS][137] [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl1/igt@kms_fbcon_fbt@fbc-suspend.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shar == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html [-- Attachment #2: Type: text/html, Size: 33779 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for igt_core: Fix docs for SLOW_QUICK 2021-11-17 19:51 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork @ 2021-11-18 8:31 ` Petri Latvala 2021-11-18 16:27 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 14+ messages in thread From: Petri Latvala @ 2021-11-18 8:31 UTC (permalink / raw) To: igt-dev, Lakshminarayana Vudum On Wed, Nov 17, 2021 at 07:51:45PM +0000, Patchwork wrote: > == Series Details == > > Series: igt_core: Fix docs for SLOW_QUICK > URL : https://patchwork.freedesktop.org/series/97014/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_10891_full -> IGTPW_6409_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_6409_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_6409_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_6409/index.html > > Participating hosts (11 -> 7) > ------------------------------ > > Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_6409_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@gem_lmem_swapping@random: > - shard-tglb: NOTRUN -> [SKIP][1] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gem_lmem_swapping@random.html Lakshmi, false positive above. -- Petri Latvala > > > Known issues > ------------ > > Here are the changes found in IGTPW_6409_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@gem_create@create-massive: > - shard-tglb: NOTRUN -> [DMESG-WARN][2] ([i915#3002]) > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_create@create-massive.html > > * igt@gem_ctx_isolation@preservation-s3@bcs0: > - shard-kbl: [PASS][3] -> [DMESG-WARN][4] ([i915#180]) > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@bcs0.html > > * igt@gem_ctx_persistence@legacy-engines-persistence: > - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@gem_ctx_persistence@legacy-engines-persistence.html > > * igt@gem_exec_balancer@parallel-balancer: > - shard-tglb: NOTRUN -> [SKIP][6] ([i915#4525]) +1 similar issue > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_exec_balancer@parallel-balancer.html > - shard-iclb: NOTRUN -> [SKIP][7] ([i915#4525]) > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_exec_balancer@parallel-balancer.html > > * igt@gem_exec_fair@basic-none-solo@rcs0: > - shard-kbl: NOTRUN -> [FAIL][8] ([i915#2842]) +1 similar issue > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl7/igt@gem_exec_fair@basic-none-solo@rcs0.html > > * igt@gem_exec_fair@basic-pace@rcs0: > - shard-kbl: [PASS][9] -> [FAIL][10] ([i915#2842]) +1 similar issue > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html > > * igt@gem_exec_fair@basic-throttle@rcs0: > - shard-tglb: NOTRUN -> [FAIL][11] ([i915#2842]) > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_exec_fair@basic-throttle@rcs0.html > - shard-iclb: [PASS][12] -> [FAIL][13] ([i915#2849]) > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html > > * igt@gem_media_vme: > - shard-tglb: NOTRUN -> [SKIP][14] ([i915#284]) > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gem_media_vme.html > > * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: > - shard-kbl: NOTRUN -> [SKIP][15] ([fdo#109271]) +200 similar issues > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html > > * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: > - shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271]) +28 similar issues > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html > - shard-iclb: NOTRUN -> [SKIP][17] ([i915#768]) +1 similar issue > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html > > * igt@gem_userptr_blits@dmabuf-sync: > - shard-kbl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3323]) > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@gem_userptr_blits@dmabuf-sync.html > > * igt@gem_userptr_blits@unsync-unmap-after-close: > - shard-tglb: NOTRUN -> [SKIP][19] ([i915#3297]) > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_userptr_blits@unsync-unmap-after-close.html > > * igt@gen7_exec_parse@basic-offset: > - shard-tglb: NOTRUN -> [SKIP][20] ([fdo#109289]) +1 similar issue > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gen7_exec_parse@basic-offset.html > > * igt@gen9_exec_parse@allowed-single: > - shard-tglb: NOTRUN -> [SKIP][21] ([i915#2856]) > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gen9_exec_parse@allowed-single.html > - shard-iclb: NOTRUN -> [SKIP][22] ([i915#2856]) > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@gen9_exec_parse@allowed-single.html > > * igt@i915_pm_dc@dc6-dpms: > - shard-tglb: NOTRUN -> [FAIL][23] ([i915#454]) > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html > > * igt@i915_pm_dc@dc6-psr: > - shard-iclb: [PASS][24] -> [FAIL][25] ([i915#454]) > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@i915_pm_dc@dc6-psr.html > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@i915_pm_dc@dc6-psr.html > > * igt@i915_pm_rpm@modeset-pc8-residency-stress: > - shard-tglb: NOTRUN -> [SKIP][26] ([fdo#109506] / [i915#2411]) +1 similar issue > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html > - shard-iclb: NOTRUN -> [SKIP][27] ([fdo#109293] / [fdo#109506]) > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html > > * igt@i915_selftest@live@gem_contexts: > - shard-tglb: [PASS][28] -> [DMESG-WARN][29] ([i915#2867]) +14 similar issues > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@i915_selftest@live@gem_contexts.html > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_selftest@live@gem_contexts.html > > * igt@i915_selftest@live@hangcheck: > - shard-snb: [PASS][30] -> [INCOMPLETE][31] ([i915#3921]) > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-snb6/igt@i915_selftest@live@hangcheck.html > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb5/igt@i915_selftest@live@hangcheck.html > > * igt@i915_suspend@fence-restore-tiled2untiled: > - shard-apl: [PASS][32] -> [DMESG-WARN][33] ([i915#180]) +3 similar issues > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl6/igt@i915_suspend@fence-restore-tiled2untiled.html > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@i915_suspend@fence-restore-tiled2untiled.html > > * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: > - shard-iclb: NOTRUN -> [SKIP][34] ([i915#1769]) > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html > - shard-tglb: NOTRUN -> [SKIP][35] ([i915#1769]) > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html > > * igt@kms_big_fb@linear-16bpp-rotate-90: > - shard-apl: NOTRUN -> [SKIP][36] ([fdo#109271]) +112 similar issues > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_big_fb@linear-16bpp-rotate-90.html > > * igt@kms_big_fb@linear-32bpp-rotate-0: > - shard-glk: [PASS][37] -> [DMESG-WARN][38] ([i915#118]) > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@kms_big_fb@linear-32bpp-rotate-0.html > > * igt@kms_big_fb@linear-32bpp-rotate-90: > - shard-iclb: NOTRUN -> [SKIP][39] ([fdo#110725] / [fdo#111614]) > [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-90.html > > * igt@kms_big_fb@x-tiled-16bpp-rotate-90: > - shard-tglb: NOTRUN -> [SKIP][40] ([fdo#111614]) +1 similar issue > [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html > > * igt@kms_big_fb@x-tiled-32bpp-rotate-180: > - shard-glk: NOTRUN -> [DMESG-WARN][41] ([i915#118]) > [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html > > * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: > - shard-glk: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) > [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > - shard-apl: NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3777]) > [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3777]) +1 similar issue > [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > > * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: > - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111615]) +2 similar issues > [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html > > * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs: > - shard-snb: NOTRUN -> [SKIP][46] ([fdo#109271]) +57 similar issues > [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb4/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs.html > > * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: > - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +2 similar issues > [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl3/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html > > * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: > - shard-kbl: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +6 similar issues > [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html > > * igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs: > - shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111615] / [i915#3689]) +1 similar issue > [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs: > - shard-tglb: NOTRUN -> [SKIP][50] ([i915#3689]) +4 similar issues > [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: > - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3689] / [i915#3886]) > [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: > - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#3886]) > [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html > > * igt@kms_chamelium@hdmi-mode-timings: > - shard-kbl: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +17 similar issues > [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_chamelium@hdmi-mode-timings.html > > * igt@kms_chamelium@vga-edid-read: > - shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +7 similar issues > [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_chamelium@vga-edid-read.html > > * igt@kms_color@pipe-d-ctm-green-to-red: > - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#1149]) > [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb8/igt@kms_color@pipe-d-ctm-green-to-red.html > > * igt@kms_color_chamelium@pipe-a-ctm-green-to-red: > - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +1 similar issue > [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html > > * igt@kms_color_chamelium@pipe-a-gamma: > - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) > [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_color_chamelium@pipe-a-gamma.html > - shard-snb: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) > [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@kms_color_chamelium@pipe-a-gamma.html > - shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) > [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_color_chamelium@pipe-a-gamma.html > > * igt@kms_content_protection@uevent: > - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#111828]) > [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_content_protection@uevent.html > > * igt@kms_cursor_crc@pipe-a-cursor-suspend: > - shard-kbl: NOTRUN -> [DMESG-WARN][61] ([i915#180]) +2 similar issues > [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html > > * igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen: > - shard-tglb: NOTRUN -> [SKIP][62] ([i915#3319]) +1 similar issue > [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen.html > > * igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen: > - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109279] / [i915#3359]) > [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen.html > > * igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen: > - shard-tglb: NOTRUN -> [SKIP][64] ([i915#3359]) > [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html > > * igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement: > - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278]) +7 similar issues > [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement.html > > * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: > - shard-iclb: NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#109278]) +1 similar issue > [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html > > * igt@kms_cursor_legacy@pipe-d-torture-bo: > - shard-kbl: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#533]) > [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_cursor_legacy@pipe-d-torture-bo.html > > * igt@kms_dp_tiled_display@basic-test-pattern: > - shard-iclb: NOTRUN -> [SKIP][68] ([i915#426]) > [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_dp_tiled_display@basic-test-pattern.html > - shard-tglb: NOTRUN -> [SKIP][69] ([i915#426]) > [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html > > * igt@kms_dsc@xrgb8888-dsc-compression: > - shard-tglb: NOTRUN -> [SKIP][70] ([i915#3828]) > [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_dsc@xrgb8888-dsc-compression.html > - shard-iclb: NOTRUN -> [SKIP][71] ([i915#3828]) > [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_dsc@xrgb8888-dsc-compression.html > > * igt@kms_fbcon_fbt@fbc-suspend: > - shard-kbl: [PASS][72] -> [INCOMPLETE][73] ([i915#180] / [i915#636]) > [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html > [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html > > * igt@kms_flip@2x-flip-vs-fences: > - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109274]) +1 similar issue > [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_flip@2x-flip-vs-fences.html > > * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2: > - shard-glk: [PASS][75] -> [FAIL][76] ([i915#2122]) > [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html > [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html > > * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1: > - shard-tglb: [PASS][77] -> [INCOMPLETE][78] ([i915#2411] / [i915#456]) > [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html > [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html > > * igt@kms_flip@flip-vs-suspend@a-dp1: > - shard-apl: NOTRUN -> [DMESG-WARN][79] ([i915#180]) > [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@kms_flip@flip-vs-suspend@a-dp1.html > > * igt@kms_flip@flip-vs-suspend@c-edp1: > - shard-tglb: [PASS][80] -> [DMESG-WARN][81] ([i915#2411] / [i915#2867]) > [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@kms_flip@flip-vs-suspend@c-edp1.html > [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_flip@flip-vs-suspend@c-edp1.html > > * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: > - shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2672]) > [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html > > * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt: > - shard-tglb: NOTRUN -> [SKIP][83] ([fdo#111825]) +21 similar issues > [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html > > * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: > - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109280]) +10 similar issues > [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html > > * igt@kms_frontbuffer_tracking@psr-suspend: > - shard-tglb: NOTRUN -> [INCOMPLETE][85] ([i915#2411] / [i915#456]) > [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@psr-suspend.html > > * igt@kms_hdmi_inject@inject-audio: > - shard-tglb: [PASS][86] -> [SKIP][87] ([i915#433]) > [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html > [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html > > * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: > - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109289]) +2 similar issues > [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html > > * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d: > - shard-apl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#533]) +1 similar issue > [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d.html > > * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b: > - shard-tglb: [PASS][90] -> [INCOMPLETE][91] ([i915#456]) > [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html > [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html > > * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb: > - shard-kbl: NOTRUN -> [FAIL][92] ([fdo#108145] / [i915#265]) > [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html > - shard-apl: NOTRUN -> [FAIL][93] ([fdo#108145] / [i915#265]) > [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html > > * igt@kms_prime@basic-crc@first-to-second: > - shard-tglb: NOTRUN -> [SKIP][94] ([i915#1836]) > [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_prime@basic-crc@first-to-second.html > > * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1: > - shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues > [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html > > * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: > - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues > [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html > > * igt@kms_psr2_su@page_flip: > - shard-glk: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) > [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk3/igt@kms_psr2_su@page_flip.html > - shard-tglb: NOTRUN -> [SKIP][98] ([i915#1911]) > [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_psr2_su@page_flip.html > - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109642] / [fdo#111068] / [i915#658]) > [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_psr2_su@page_flip.html > > * igt@kms_psr@psr2_cursor_plane_onoff: > - shard-tglb: NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) > [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_psr@psr2_cursor_plane_onoff.html > - shard-iclb: NOTRUN -> [SKIP][101] ([fdo#109441]) > [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@kms_psr@psr2_cursor_plane_onoff.html > > * igt@kms_psr@psr2_sprite_plane_move: > - shard-iclb: [PASS][102] -> [SKIP][103] ([fdo#109441]) +1 similar issue > [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html > [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_psr@psr2_sprite_plane_move.html > > * igt@kms_setmode@basic: > - shard-apl: [PASS][104] -> [FAIL][105] ([i915#31]) > [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl4/igt@kms_setmode@basic.html > [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@kms_setmode@basic.html > > * igt@kms_sysfs_edid_timing: > - shard-apl: NOTRUN -> [FAIL][106] ([IGT#2]) > [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_sysfs_edid_timing.html > - shard-kbl: NOTRUN -> [FAIL][107] ([IGT#2]) > [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_sysfs_edid_timing.html > > * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: > - shard-kbl: NOTRUN -> [INCOMPLETE][108] ([i915#2828]) > [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html > > * igt@kms_vrr@flip-suspend: > - shard-tglb: NOTRUN -> [SKIP][109] ([fdo#109502]) > [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_vrr@flip-suspend.html > > * igt@kms_writeback@writeback-fb-id: > - shard-kbl: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437]) > [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_writeback@writeback-fb-id.html > > * igt@nouveau_crc@pipe-a-source-outp-inactive: > - shard-iclb: NOTRUN -> [SKIP][111] ([i915#2530]) > [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@nouveau_crc@pipe-a-source-outp-inactive.html > > * igt@nouveau_crc@pipe-c-source-rg: > - shard-tglb: NOTRUN -> [SKIP][112] ([i915#2530]) +1 similar issue > [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@nouveau_crc@pipe-c-source-rg.html > > * igt@sysfs_clients@fair-0: > - shard-tglb: NOTRUN -> [SKIP][113] ([i915#2994]) > [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@sysfs_clients@fair-0.html > - shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) > [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@sysfs_clients@fair-0.html > - shard-iclb: NOTRUN -> [SKIP][115] ([i915#2994]) > [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@sysfs_clients@fair-0.html > > * igt@sysfs_clients@pidname: > - shard-apl: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +1 similar issue > [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@sysfs_clients@pidname.html > > * igt@sysfs_clients@sema-25: > - shard-kbl: NOTRUN -> [SKIP][117] ([fdo#109271] / [i915#2994]) +3 similar issues > [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@sysfs_clients@sema-25.html > > > #### Possible fixes #### > > * igt@gem_ctx_isolation@preservation-s3@vcs0: > - shard-kbl: [DMESG-WARN][118] ([i915#180]) -> [PASS][119] +3 similar issues > [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@vcs0.html > [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html > > * igt@gem_exec_capture@pi@bcs0: > - shard-tglb: [INCOMPLETE][120] ([i915#2369] / [i915#3371] / [i915#3731]) -> [PASS][121] > [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html > [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html > > * igt@gem_exec_capture@pi@rcs0: > - shard-iclb: [INCOMPLETE][122] ([i915#2369]) -> [PASS][123] > [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html > [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html > > * igt@gem_exec_fair@basic-pace-share@rcs0: > - shard-tglb: [FAIL][124] ([i915#2842]) -> [PASS][125] > [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html > [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html > > * igt@gem_exec_fair@basic-pace@vcs1: > - shard-kbl: [FAIL][126] ([i915#2842]) -> [PASS][127] > [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html > [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html > > * igt@gem_exec_fair@basic-pace@vecs0: > - shard-kbl: [SKIP][128] ([fdo#109271]) -> [PASS][129] > [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vecs0.html > [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html > > * igt@gem_exec_fair@basic-throttle@rcs0: > - shard-glk: [FAIL][130] ([i915#2842]) -> [PASS][131] +1 similar issue > [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html > [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html > > * igt@gem_exec_suspend@basic-s3: > - shard-apl: [DMESG-WARN][132] ([i915#180]) -> [PASS][133] > [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl3/igt@gem_exec_suspend@basic-s3.html > [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@gem_exec_suspend@basic-s3.html > > * igt@kms_draw_crc@draw-method-rgb565-blt-ytiled: > - shard-glk: [FAIL][134] ([i915#1888] / [i915#3451]) -> [PASS][135] > [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html > [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk8/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html > > * igt@kms_fbcon_fbt@fbc-suspend: > - shard-apl: [INCOMPLETE][136] ([i915#180] / [i915#1982]) -> [PASS][137] > [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl1/igt@kms_fbcon_fbt@fbc-suspend.html > [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shar > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for igt_core: Fix docs for SLOW_QUICK 2021-11-18 8:31 ` Petri Latvala @ 2021-11-18 16:27 ` Vudum, Lakshminarayana 0 siblings, 0 replies; 14+ messages in thread From: Vudum, Lakshminarayana @ 2021-11-18 16:27 UTC (permalink / raw) To: Latvala, Petri, igt-dev@lists.freedesktop.org Following bugs are filed and reported https://gitlab.freedesktop.org/drm/intel/-/issues/4565 igt@gem_lmem_swapping@random - skip - No dynamic tests executed. SKIP https://gitlab.freedesktop.org/drm/intel/-/issues/4564 igt@gem_exec_suspend@basic-s3 - incomplete - INFO: task jbd2/nvme0n1p2-:161 blocked for more than 30 seconds. Thanks, Lakshmi. -----Original Message----- From: Latvala, Petri <petri.latvala@intel.com> Sent: Thursday, November 18, 2021 12:32 AM To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> Subject: Re: ✗ Fi.CI.IGT: failure for igt_core: Fix docs for SLOW_QUICK On Wed, Nov 17, 2021 at 07:51:45PM +0000, Patchwork wrote: > == Series Details == > > Series: igt_core: Fix docs for SLOW_QUICK > URL : https://patchwork.freedesktop.org/series/97014/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_10891_full -> IGTPW_6409_full > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_6409_full absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_6409_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_6409/index.html > > Participating hosts (11 -> 7) > ------------------------------ > > Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_6409_full: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@gem_lmem_swapping@random: > - shard-tglb: NOTRUN -> [SKIP][1] > [1]: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@ge > m_lmem_swapping@random.html Lakshmi, false positive above. -- Petri Latvala > > > Known issues > ------------ > > Here are the changes found in IGTPW_6409_full that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@gem_create@create-massive: > - shard-tglb: NOTRUN -> [DMESG-WARN][2] ([i915#3002]) > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_create@create-massive.html > > * igt@gem_ctx_isolation@preservation-s3@bcs0: > - shard-kbl: [PASS][3] -> [DMESG-WARN][4] ([i915#180]) > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@bcs0.html > > * igt@gem_ctx_persistence@legacy-engines-persistence: > - shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@gem_ctx_persistence@legacy-engines-persistence.html > > * igt@gem_exec_balancer@parallel-balancer: > - shard-tglb: NOTRUN -> [SKIP][6] ([i915#4525]) +1 similar issue > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_exec_balancer@parallel-balancer.html > - shard-iclb: NOTRUN -> [SKIP][7] ([i915#4525]) > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_exec_balancer@parallel-balancer.html > > * igt@gem_exec_fair@basic-none-solo@rcs0: > - shard-kbl: NOTRUN -> [FAIL][8] ([i915#2842]) +1 similar issue > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl7/igt@gem_exec_fair@basic-none-solo@rcs0.html > > * igt@gem_exec_fair@basic-pace@rcs0: > - shard-kbl: [PASS][9] -> [FAIL][10] ([i915#2842]) +1 similar issue > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html > > * igt@gem_exec_fair@basic-throttle@rcs0: > - shard-tglb: NOTRUN -> [FAIL][11] ([i915#2842]) > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@gem_exec_fair@basic-throttle@rcs0.html > - shard-iclb: [PASS][12] -> [FAIL][13] ([i915#2849]) > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_fair@basic-throttle@rcs0.html > > * igt@gem_media_vme: > - shard-tglb: NOTRUN -> [SKIP][14] ([i915#284]) > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gem_media_vme.html > > * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: > - shard-kbl: NOTRUN -> [SKIP][15] ([fdo#109271]) +200 similar issues > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html > > * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: > - shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271]) +28 similar issues > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html > - shard-iclb: NOTRUN -> [SKIP][17] ([i915#768]) +1 similar issue > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html > > * igt@gem_userptr_blits@dmabuf-sync: > - shard-kbl: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#3323]) > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@gem_userptr_blits@dmabuf-sync.html > > * igt@gem_userptr_blits@unsync-unmap-after-close: > - shard-tglb: NOTRUN -> [SKIP][19] ([i915#3297]) > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@gem_userptr_blits@unsync-unmap-after-close.html > > * igt@gen7_exec_parse@basic-offset: > - shard-tglb: NOTRUN -> [SKIP][20] ([fdo#109289]) +1 similar issue > [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@gen7_exec_parse@basic-offset.html > > * igt@gen9_exec_parse@allowed-single: > - shard-tglb: NOTRUN -> [SKIP][21] ([i915#2856]) > [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gen9_exec_parse@allowed-single.html > - shard-iclb: NOTRUN -> [SKIP][22] ([i915#2856]) > [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@gen9_exec_parse@allowed-single.html > > * igt@i915_pm_dc@dc6-dpms: > - shard-tglb: NOTRUN -> [FAIL][23] ([i915#454]) > [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html > > * igt@i915_pm_dc@dc6-psr: > - shard-iclb: [PASS][24] -> [FAIL][25] ([i915#454]) > [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@i915_pm_dc@dc6-psr.html > [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@i915_pm_dc@dc6-psr.html > > * igt@i915_pm_rpm@modeset-pc8-residency-stress: > - shard-tglb: NOTRUN -> [SKIP][26] ([fdo#109506] / [i915#2411]) +1 similar issue > [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html > - shard-iclb: NOTRUN -> [SKIP][27] ([fdo#109293] / [fdo#109506]) > [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@i915_pm_rpm@modeset-pc8-residency-stress.html > > * igt@i915_selftest@live@gem_contexts: > - shard-tglb: [PASS][28] -> [DMESG-WARN][29] ([i915#2867]) +14 similar issues > [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@i915_selftest@live@gem_contexts.html > [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@i915_selftest@live@gem_contexts.html > > * igt@i915_selftest@live@hangcheck: > - shard-snb: [PASS][30] -> [INCOMPLETE][31] ([i915#3921]) > [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-snb6/igt@i915_selftest@live@hangcheck.html > [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb5/igt@i915_selftest@live@hangcheck.html > > * igt@i915_suspend@fence-restore-tiled2untiled: > - shard-apl: [PASS][32] -> [DMESG-WARN][33] ([i915#180]) +3 similar issues > [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl6/igt@i915_suspend@fence-restore-tiled2untiled.html > [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@i915_suspend@fence-restore-tiled2untiled.html > > * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: > - shard-iclb: NOTRUN -> [SKIP][34] ([i915#1769]) > [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html > - shard-tglb: NOTRUN -> [SKIP][35] ([i915#1769]) > [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html > > * igt@kms_big_fb@linear-16bpp-rotate-90: > - shard-apl: NOTRUN -> [SKIP][36] ([fdo#109271]) +112 similar issues > [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_big_fb@linear-16bpp-rotate-90.html > > * igt@kms_big_fb@linear-32bpp-rotate-0: > - shard-glk: [PASS][37] -> [DMESG-WARN][38] ([i915#118]) > [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-0.html > [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk9/igt@kms_big_fb@linear-32bpp-rotate-0.html > > * igt@kms_big_fb@linear-32bpp-rotate-90: > - shard-iclb: NOTRUN -> [SKIP][39] ([fdo#110725] / [fdo#111614]) > [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-90.html > > * igt@kms_big_fb@x-tiled-16bpp-rotate-90: > - shard-tglb: NOTRUN -> [SKIP][40] ([fdo#111614]) +1 similar issue > [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html > > * igt@kms_big_fb@x-tiled-32bpp-rotate-180: > - shard-glk: NOTRUN -> [DMESG-WARN][41] ([i915#118]) > [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html > > * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: > - shard-glk: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3777]) > [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > - shard-apl: NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3777]) > [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > - shard-kbl: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3777]) +1 similar issue > [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html > > * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: > - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111615]) +2 similar issues > [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html > > * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs: > - shard-snb: NOTRUN -> [SKIP][46] ([fdo#109271]) +57 similar issues > [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb4/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs.html > > * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: > - shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +2 similar issues > [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl3/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html > > * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: > - shard-kbl: NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +6 similar issues > [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html > > * igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs: > - shard-tglb: NOTRUN -> [SKIP][49] ([fdo#111615] / [i915#3689]) +1 similar issue > [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs: > - shard-tglb: NOTRUN -> [SKIP][50] ([i915#3689]) +4 similar issues > [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: > - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3689] / [i915#3886]) > [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html > > * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc: > - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#3886]) > [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html > > * igt@kms_chamelium@hdmi-mode-timings: > - shard-kbl: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +17 similar issues > [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_chamelium@hdmi-mode-timings.html > > * igt@kms_chamelium@vga-edid-read: > - shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +7 similar issues > [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_chamelium@vga-edid-read.html > > * igt@kms_color@pipe-d-ctm-green-to-red: > - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#1149]) > [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb8/igt@kms_color@pipe-d-ctm-green-to-red.html > > * igt@kms_color_chamelium@pipe-a-ctm-green-to-red: > - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#109284] / [fdo#111827]) +1 similar issue > [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html > > * igt@kms_color_chamelium@pipe-a-gamma: > - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) > [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@kms_color_chamelium@pipe-a-gamma.html > - shard-snb: NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) > [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-snb7/igt@kms_color_chamelium@pipe-a-gamma.html > - shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) > [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_color_chamelium@pipe-a-gamma.html > > * igt@kms_content_protection@uevent: > - shard-tglb: NOTRUN -> [SKIP][60] ([fdo#111828]) > [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_content_protection@uevent.html > > * igt@kms_cursor_crc@pipe-a-cursor-suspend: > - shard-kbl: NOTRUN -> [DMESG-WARN][61] ([i915#180]) +2 similar issues > [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html > > * igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen: > - shard-tglb: NOTRUN -> [SKIP][62] ([i915#3319]) +1 similar issue > [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen.html > > * igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen: > - shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109279] / [i915#3359]) > [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-512x170-offscreen.html > > * igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen: > - shard-tglb: NOTRUN -> [SKIP][64] ([i915#3359]) > [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html > > * igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement: > - shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278]) +7 similar issues > [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-32x32-rapid-movement.html > > * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: > - shard-iclb: NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#109278]) +1 similar issue > [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html > > * igt@kms_cursor_legacy@pipe-d-torture-bo: > - shard-kbl: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#533]) > [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_cursor_legacy@pipe-d-torture-bo.html > > * igt@kms_dp_tiled_display@basic-test-pattern: > - shard-iclb: NOTRUN -> [SKIP][68] ([i915#426]) > [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_dp_tiled_display@basic-test-pattern.html > - shard-tglb: NOTRUN -> [SKIP][69] ([i915#426]) > [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_dp_tiled_display@basic-test-pattern.html > > * igt@kms_dsc@xrgb8888-dsc-compression: > - shard-tglb: NOTRUN -> [SKIP][70] ([i915#3828]) > [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb6/igt@kms_dsc@xrgb8888-dsc-compression.html > - shard-iclb: NOTRUN -> [SKIP][71] ([i915#3828]) > [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_dsc@xrgb8888-dsc-compression.html > > * igt@kms_fbcon_fbt@fbc-suspend: > - shard-kbl: [PASS][72] -> [INCOMPLETE][73] ([i915#180] / [i915#636]) > [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html > [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html > > * igt@kms_flip@2x-flip-vs-fences: > - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109274]) +1 similar issue > [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_flip@2x-flip-vs-fences.html > > * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2: > - shard-glk: [PASS][75] -> [FAIL][76] ([i915#2122]) > [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html > [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-hdmi-a1-hdmi-a2.html > > * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1: > - shard-tglb: [PASS][77] -> [INCOMPLETE][78] ([i915#2411] / [i915#456]) > [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb2/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html > [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html > > * igt@kms_flip@flip-vs-suspend@a-dp1: > - shard-apl: NOTRUN -> [DMESG-WARN][79] ([i915#180]) > [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl4/igt@kms_flip@flip-vs-suspend@a-dp1.html > > * igt@kms_flip@flip-vs-suspend@c-edp1: > - shard-tglb: [PASS][80] -> [DMESG-WARN][81] ([i915#2411] / [i915#2867]) > [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@kms_flip@flip-vs-suspend@c-edp1.html > [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb5/igt@kms_flip@flip-vs-suspend@c-edp1.html > > * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: > - shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#2672]) > [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html > > * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt: > - shard-tglb: NOTRUN -> [SKIP][83] ([fdo#111825]) +21 similar issues > [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html > > * igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt: > - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109280]) +10 similar issues > [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html > > * igt@kms_frontbuffer_tracking@psr-suspend: > - shard-tglb: NOTRUN -> [INCOMPLETE][85] ([i915#2411] / [i915#456]) > [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_frontbuffer_tracking@psr-suspend.html > > * igt@kms_hdmi_inject@inject-audio: > - shard-tglb: [PASS][86] -> [SKIP][87] ([i915#433]) > [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@kms_hdmi_inject@inject-audio.html > [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html > > * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: > - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109289]) +2 similar issues > [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html > > * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d: > - shard-apl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#533]) +1 similar issue > [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d.html > > * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b: > - shard-tglb: [PASS][90] -> [INCOMPLETE][91] ([i915#456]) > [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html > [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html > > * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb: > - shard-kbl: NOTRUN -> [FAIL][92] ([fdo#108145] / [i915#265]) > [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl3/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html > - shard-apl: NOTRUN -> [FAIL][93] ([fdo#108145] / [i915#265]) > [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl8/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html > > * igt@kms_prime@basic-crc@first-to-second: > - shard-tglb: NOTRUN -> [SKIP][94] ([i915#1836]) > [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_prime@basic-crc@first-to-second.html > > * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1: > - shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#658]) +4 similar issues > [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html > > * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2: > - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues > [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html > > * igt@kms_psr2_su@page_flip: > - shard-glk: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658]) > [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk3/igt@kms_psr2_su@page_flip.html > - shard-tglb: NOTRUN -> [SKIP][98] ([i915#1911]) > [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb3/igt@kms_psr2_su@page_flip.html > - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109642] / [fdo#111068] / [i915#658]) > [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb6/igt@kms_psr2_su@page_flip.html > > * igt@kms_psr@psr2_cursor_plane_onoff: > - shard-tglb: NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) > [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@kms_psr@psr2_cursor_plane_onoff.html > - shard-iclb: NOTRUN -> [SKIP][101] ([fdo#109441]) > [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb5/igt@kms_psr@psr2_cursor_plane_onoff.html > > * igt@kms_psr@psr2_sprite_plane_move: > - shard-iclb: [PASS][102] -> [SKIP][103] ([fdo#109441]) +1 similar issue > [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html > [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb1/igt@kms_psr@psr2_sprite_plane_move.html > > * igt@kms_setmode@basic: > - shard-apl: [PASS][104] -> [FAIL][105] ([i915#31]) > [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl4/igt@kms_setmode@basic.html > [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@kms_setmode@basic.html > > * igt@kms_sysfs_edid_timing: > - shard-apl: NOTRUN -> [FAIL][106] ([IGT#2]) > [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl1/igt@kms_sysfs_edid_timing.html > - shard-kbl: NOTRUN -> [FAIL][107] ([IGT#2]) > [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_sysfs_edid_timing.html > > * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: > - shard-kbl: NOTRUN -> [INCOMPLETE][108] ([i915#2828]) > [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html > > * igt@kms_vrr@flip-suspend: > - shard-tglb: NOTRUN -> [SKIP][109] ([fdo#109502]) > [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@kms_vrr@flip-suspend.html > > * igt@kms_writeback@writeback-fb-id: > - shard-kbl: NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#2437]) > [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@kms_writeback@writeback-fb-id.html > > * igt@nouveau_crc@pipe-a-source-outp-inactive: > - shard-iclb: NOTRUN -> [SKIP][111] ([i915#2530]) > [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb4/igt@nouveau_crc@pipe-a-source-outp-inactive.html > > * igt@nouveau_crc@pipe-c-source-rg: > - shard-tglb: NOTRUN -> [SKIP][112] ([i915#2530]) +1 similar issue > [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@nouveau_crc@pipe-c-source-rg.html > > * igt@sysfs_clients@fair-0: > - shard-tglb: NOTRUN -> [SKIP][113] ([i915#2994]) > [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@sysfs_clients@fair-0.html > - shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) > [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk1/igt@sysfs_clients@fair-0.html > - shard-iclb: NOTRUN -> [SKIP][115] ([i915#2994]) > [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@sysfs_clients@fair-0.html > > * igt@sysfs_clients@pidname: > - shard-apl: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +1 similar issue > [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl2/igt@sysfs_clients@pidname.html > > * igt@sysfs_clients@sema-25: > - shard-kbl: NOTRUN -> [SKIP][117] ([fdo#109271] / [i915#2994]) +3 similar issues > [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@sysfs_clients@sema-25.html > > > #### Possible fixes #### > > * igt@gem_ctx_isolation@preservation-s3@vcs0: > - shard-kbl: [DMESG-WARN][118] ([i915#180]) -> [PASS][119] +3 similar issues > [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@vcs0.html > [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vcs0.html > > * igt@gem_exec_capture@pi@bcs0: > - shard-tglb: [INCOMPLETE][120] ([i915#2369] / [i915#3371] / [i915#3731]) -> [PASS][121] > [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html > [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html > > * igt@gem_exec_capture@pi@rcs0: > - shard-iclb: [INCOMPLETE][122] ([i915#2369]) -> [PASS][123] > [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html > [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-iclb3/igt@gem_exec_capture@pi@rcs0.html > > * igt@gem_exec_fair@basic-pace-share@rcs0: > - shard-tglb: [FAIL][124] ([i915#2842]) -> [PASS][125] > [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html > [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-tglb8/igt@gem_exec_fair@basic-pace-share@rcs0.html > > * igt@gem_exec_fair@basic-pace@vcs1: > - shard-kbl: [FAIL][126] ([i915#2842]) -> [PASS][127] > [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html > [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vcs1.html > > * igt@gem_exec_fair@basic-pace@vecs0: > - shard-kbl: [SKIP][128] ([fdo#109271]) -> [PASS][129] > [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-kbl3/igt@gem_exec_fair@basic-pace@vecs0.html > [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html > > * igt@gem_exec_fair@basic-throttle@rcs0: > - shard-glk: [FAIL][130] ([i915#2842]) -> [PASS][131] +1 similar issue > [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk1/igt@gem_exec_fair@basic-throttle@rcs0.html > [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html > > * igt@gem_exec_suspend@basic-s3: > - shard-apl: [DMESG-WARN][132] ([i915#180]) -> [PASS][133] > [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl3/igt@gem_exec_suspend@basic-s3.html > [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-apl7/igt@gem_exec_suspend@basic-s3.html > > * igt@kms_draw_crc@draw-method-rgb565-blt-ytiled: > - shard-glk: [FAIL][134] ([i915#1888] / [i915#3451]) -> [PASS][135] > [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-glk9/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html > [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shard-glk8/igt@kms_draw_crc@draw-method-rgb565-blt-ytiled.html > > * igt@kms_fbcon_fbt@fbc-suspend: > - shard-apl: [INCOMPLETE][136] ([i915#180] / [i915#1982]) -> [PASS][137] > [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10891/shard-apl1/igt@kms_fbcon_fbt@fbc-suspend.html > [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/shar > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6409/index.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* [igt-dev] [PATCH i-g-t v2] igt_core: Fix docs for SLOW_QUICK 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala ` (2 preceding siblings ...) 2021-11-17 19:51 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork @ 2021-11-18 8:36 ` Petri Latvala 2021-11-18 8:52 ` Dixit, Ashutosh 2021-11-18 10:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) Patchwork ` (2 subsequent siblings) 6 siblings, 1 reply; 14+ messages in thread From: Petri Latvala @ 2021-11-18 8:36 UTC (permalink / raw) To: igt-dev; +Cc: Petri Latvala The macro is for choosing between two values depending on whether IGT has been told it's running in simulation mode. The parameter names and their documentation was the opposite of what actually happened. The only user, gem_lut_handle, uses the macro correctly, having the "use this value in simulation mode" value as the second parameter. v2: Remove confusion on whether "slow" means "slow test" or "slow platform" by using "hw" and "sim" instead. (Ashutosh) Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arek@hiler.eu> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> --- lib/igt_core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/igt_core.h b/lib/igt_core.h index 6b8dbf34..0aad161d 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -1164,13 +1164,13 @@ void igt_install_exit_handler(igt_exit_handler_t fn); bool igt_run_in_simulation(void); /** * SLOW_QUICK: - * @slow: value in simulation mode - * @quick: value in normal mode + * @sim: value in simulation mode + * @hw: value in normal mode * * Simple macro to select between two values (e.g. number of test rounds or test * buffer size) depending upon whether i-g-t is run in simulation mode or not. */ -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) +#define SLOW_QUICK(hw, sim) (igt_run_in_simulation() ? (sim) : (hw)) void igt_skip_on_simulation(void); -- 2.29.2 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] igt_core: Fix docs for SLOW_QUICK 2021-11-18 8:36 ` [igt-dev] [PATCH i-g-t v2] " Petri Latvala @ 2021-11-18 8:52 ` Dixit, Ashutosh 0 siblings, 0 replies; 14+ messages in thread From: Dixit, Ashutosh @ 2021-11-18 8:52 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev On Thu, 18 Nov 2021 00:36:52 -0800, Petri Latvala wrote: > > The macro is for choosing between two values depending on whether IGT > has been told it's running in simulation mode. The parameter names and > their documentation was the opposite of what actually happened. > > The only user, gem_lut_handle, uses the macro correctly, having the > "use this value in simulation mode" value as the second parameter. > > v2: Remove confusion on whether "slow" means "slow test" or "slow > platform" by using "hw" and "sim" instead. (Ashutosh) Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > Cc: Arkadiusz Hiler <arek@hiler.eu> > Cc: Daniel Vetter <daniel.vetter@ffwll.ch> > Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > lib/igt_core.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/igt_core.h b/lib/igt_core.h > index 6b8dbf34..0aad161d 100644 > --- a/lib/igt_core.h > +++ b/lib/igt_core.h > @@ -1164,13 +1164,13 @@ void igt_install_exit_handler(igt_exit_handler_t fn); > bool igt_run_in_simulation(void); > /** > * SLOW_QUICK: > - * @slow: value in simulation mode > - * @quick: value in normal mode > + * @sim: value in simulation mode > + * @hw: value in normal mode > * > * Simple macro to select between two values (e.g. number of test rounds or test > * buffer size) depending upon whether i-g-t is run in simulation mode or not. > */ > -#define SLOW_QUICK(slow,quick) (igt_run_in_simulation() ? (quick) : (slow)) > +#define SLOW_QUICK(hw, sim) (igt_run_in_simulation() ? (sim) : (hw)) ^ permalink raw reply [flat|nested] 14+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala ` (3 preceding siblings ...) 2021-11-18 8:36 ` [igt-dev] [PATCH i-g-t v2] " Petri Latvala @ 2021-11-18 10:12 ` Patchwork 2021-11-18 10:19 ` Petri Latvala 2021-11-18 16:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2021-11-19 5:43 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 6 siblings, 1 reply; 14+ messages in thread From: Patchwork @ 2021-11-18 10:12 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7155 bytes --] == Series Details == Series: igt_core: Fix docs for SLOW_QUICK (rev2) URL : https://patchwork.freedesktop.org/series/97014/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10898 -> IGTPW_6412 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6412 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6412, 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_6412/index.html Participating hosts (38 -> 34) ------------------------------ Additional (2): fi-kbl-soraka fi-tgl-u2 Missing (6): bat-dg1-6 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6412: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_suspend@basic-s3: - fi-skl-6600u: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html Known issues ------------ Here are the changes found in IGTPW_6412 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-bdw-5557u: NOTRUN -> [SKIP][3] ([fdo#109271]) +31 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html * igt@gem_exec_fence@basic-busy@bcs0: - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +12 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_huc_copy@huc-copy: - fi-tgl-u2: NOTRUN -> [SKIP][5] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html - fi-kbl-soraka: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#2190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@verify-random: - fi-tgl-u2: NOTRUN -> [SKIP][7] ([i915#4555]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][8] ([i915#1886] / [i915#2291]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [PASS][9] -> [INCOMPLETE][10] ([i915#3921]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-kbl-soraka: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-crc-fast: - fi-bdw-5557u: NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@dp-hpd-fast: - fi-tgl-u2: NOTRUN -> [SKIP][13] ([fdo#109284] / [fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-u2: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-kbl-soraka: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#533]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@prime_vgem@basic-userptr: - fi-tgl-u2: NOTRUN -> [SKIP][17] ([i915#3301]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@prime_vgem@basic-userptr.html #### Warnings #### * igt@amdgpu/amd_prime@i915-to-amd: - fi-tgl-1115g4: [SKIP][18] ([fdo#109315] / [i915#1888] / [i915#2575]) -> [SKIP][19] ([fdo#109315] / [i915#2575]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.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#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4555]: https://gitlab.freedesktop.org/drm/intel/issues/4555 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6284 -> IGTPW_6412 CI-20190529: 20190529 CI_DRM_10898: 9594aae10f1381c1bc927e912c73bd17c6b3b82e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6412: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html IGT_6284: 2971051d07d02da90c20ccb842e76ee711b02ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html [-- Attachment #2: Type: text/html, Size: 8604 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) 2021-11-18 10:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) Patchwork @ 2021-11-18 10:19 ` Petri Latvala 0 siblings, 0 replies; 14+ messages in thread From: Petri Latvala @ 2021-11-18 10:19 UTC (permalink / raw) To: igt-dev On Thu, Nov 18, 2021 at 10:12:39AM +0000, Patchwork wrote: > == Series Details == > > Series: igt_core: Fix docs for SLOW_QUICK (rev2) > URL : https://patchwork.freedesktop.org/series/97014/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_10898 -> IGTPW_6412 > ==================================================== > > Summary > ------- > > **FAILURE** > > Serious unknown changes coming with IGTPW_6412 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_6412, 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_6412/index.html > > Participating hosts (38 -> 34) > ------------------------------ > > Additional (2): fi-kbl-soraka fi-tgl-u2 > Missing (6): bat-dg1-6 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 > > Possible new issues > ------------------- > > Here are the unknown changes that may have been introduced in IGTPW_6412: > > ### IGT changes ### > > #### Possible regressions #### > > * igt@gem_exec_suspend@basic-s3: > - fi-skl-6600u: [PASS][1] -> [INCOMPLETE][2] > [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html > [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html ext4 problems from -rc1, but without logs in the test, no use having cibuglog filters updated for these logs. -- Petri Latvala > > > Known issues > ------------ > > Here are the changes found in IGTPW_6412 that come from known issues: > > ### IGT changes ### > > #### Issues hit #### > > * igt@amdgpu/amd_basic@semaphore: > - fi-bdw-5557u: NOTRUN -> [SKIP][3] ([fdo#109271]) +31 similar issues > [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html > > * igt@gem_exec_fence@basic-busy@bcs0: > - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +12 similar issues > [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html > > * igt@gem_huc_copy@huc-copy: > - fi-tgl-u2: NOTRUN -> [SKIP][5] ([i915#2190]) > [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html > - fi-kbl-soraka: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#2190]) > [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html > > * igt@gem_lmem_swapping@verify-random: > - fi-tgl-u2: NOTRUN -> [SKIP][7] ([i915#4555]) +3 similar issues > [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html > > * igt@i915_selftest@live@gt_pm: > - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][8] ([i915#1886] / [i915#2291]) > [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html > > * igt@i915_selftest@live@hangcheck: > - fi-snb-2600: [PASS][9] -> [INCOMPLETE][10] ([i915#3921]) > [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-snb-2600/igt@i915_selftest@live@hangcheck.html > [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-snb-2600/igt@i915_selftest@live@hangcheck.html > > * igt@kms_chamelium@common-hpd-after-suspend: > - fi-kbl-soraka: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues > [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html > > * igt@kms_chamelium@dp-crc-fast: > - fi-bdw-5557u: NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues > [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html > > * igt@kms_chamelium@dp-hpd-fast: > - fi-tgl-u2: NOTRUN -> [SKIP][13] ([fdo#109284] / [fdo#111827]) +8 similar issues > [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html > > * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: > - fi-tgl-u2: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue > [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html > > * igt@kms_force_connector_basic@force-load-detect: > - fi-tgl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) > [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html > > * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: > - fi-kbl-soraka: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#533]) > [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html > > * igt@prime_vgem@basic-userptr: > - fi-tgl-u2: NOTRUN -> [SKIP][17] ([i915#3301]) > [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@prime_vgem@basic-userptr.html > > > #### Warnings #### > > * igt@amdgpu/amd_prime@i915-to-amd: > - fi-tgl-1115g4: [SKIP][18] ([fdo#109315] / [i915#1888] / [i915#2575]) -> [SKIP][19] ([fdo#109315] / [i915#2575]) > [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.html > [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.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#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 > [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 > [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 > [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 > [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759 > [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 > [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 > [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 > [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 > [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 > [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 > [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 > [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 > [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 > [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 > [i915#4555]: https://gitlab.freedesktop.org/drm/intel/issues/4555 > [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 > > > Build changes > ------------- > > * CI: CI-20190529 -> None > * IGT: IGT_6284 -> IGTPW_6412 > > CI-20190529: 20190529 > CI_DRM_10898: 9594aae10f1381c1bc927e912c73bd17c6b3b82e @ git://anongit.freedesktop.org/gfx-ci/linux > IGTPW_6412: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html > IGT_6284: 2971051d07d02da90c20ccb842e76ee711b02ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > > == Logs == > > For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html ^ permalink raw reply [flat|nested] 14+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for igt_core: Fix docs for SLOW_QUICK (rev2) 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala ` (4 preceding siblings ...) 2021-11-18 10:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) Patchwork @ 2021-11-18 16:14 ` Patchwork 2021-11-19 5:43 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 6 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-18 16:14 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6840 bytes --] == Series Details == Series: igt_core: Fix docs for SLOW_QUICK (rev2) URL : https://patchwork.freedesktop.org/series/97014/ State : success == Summary == CI Bug Log - changes from CI_DRM_10898 -> IGTPW_6412 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html Participating hosts (38 -> 34) ------------------------------ Additional (2): fi-kbl-soraka fi-tgl-u2 Missing (6): bat-dg1-6 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 bat-jsl-2 bat-jsl-1 Known issues ------------ Here are the changes found in IGTPW_6412 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-bdw-5557u: NOTRUN -> [SKIP][1] ([fdo#109271]) +31 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html * igt@gem_exec_fence@basic-busy@bcs0: - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271]) +12 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_exec_suspend@basic-s3: - fi-skl-6600u: [PASS][3] -> [INCOMPLETE][4] ([i915#4564]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-skl-6600u/igt@gem_exec_suspend@basic-s3.html * igt@gem_huc_copy@huc-copy: - fi-tgl-u2: NOTRUN -> [SKIP][5] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_huc_copy@huc-copy.html - fi-kbl-soraka: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#2190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@verify-random: - fi-tgl-u2: NOTRUN -> [SKIP][7] ([i915#4555]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@gem_lmem_swapping@verify-random.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][8] ([i915#1886] / [i915#2291]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@hangcheck: - fi-snb-2600: [PASS][9] -> [INCOMPLETE][10] ([i915#3921]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-snb-2600/igt@i915_selftest@live@hangcheck.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-snb-2600/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-kbl-soraka: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@dp-crc-fast: - fi-bdw-5557u: NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@dp-hpd-fast: - fi-tgl-u2: NOTRUN -> [SKIP][13] ([fdo#109284] / [fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-u2: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-u2: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-kbl-soraka: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#533]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@prime_vgem@basic-userptr: - fi-tgl-u2: NOTRUN -> [SKIP][17] ([i915#3301]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-u2/igt@prime_vgem@basic-userptr.html #### Warnings #### * igt@amdgpu/amd_prime@i915-to-amd: - fi-tgl-1115g4: [SKIP][18] ([fdo#109315] / [i915#1888] / [i915#2575]) -> [SKIP][19] ([fdo#109315] / [i915#2575]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/fi-tgl-1115g4/igt@amdgpu/amd_prime@i915-to-amd.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#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#3987]: https://gitlab.freedesktop.org/drm/intel/issues/3987 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4555]: https://gitlab.freedesktop.org/drm/intel/issues/4555 [i915#4564]: https://gitlab.freedesktop.org/drm/intel/issues/4564 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6284 -> IGTPW_6412 CI-20190529: 20190529 CI_DRM_10898: 9594aae10f1381c1bc927e912c73bd17c6b3b82e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6412: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html IGT_6284: 2971051d07d02da90c20ccb842e76ee711b02ecb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html [-- Attachment #2: Type: text/html, Size: 8209 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala ` (5 preceding siblings ...) 2021-11-18 16:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2021-11-19 5:43 ` Patchwork 6 siblings, 0 replies; 14+ messages in thread From: Patchwork @ 2021-11-19 5:43 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30258 bytes --] == Series Details == Series: igt_core: Fix docs for SLOW_QUICK (rev2) URL : https://patchwork.freedesktop.org/series/97014/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10898_full -> IGTPW_6412_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6412_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6412_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_6412/index.html Participating hosts (11 -> 7) ------------------------------ Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6412_full: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@perf@request: - shard-iclb: [PASS][1] -> [DMESG-FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-iclb2/igt@i915_selftest@perf@request.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb7/igt@i915_selftest@perf@request.html * igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt: - shard-tglb: [PASS][3] -> [INCOMPLETE][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb3/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html Known issues ------------ Here are the changes found in IGTPW_6412_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-4x: - shard-tglb: NOTRUN -> [SKIP][5] ([i915#1839]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb6/igt@feature_discovery@display-4x.html - shard-iclb: NOTRUN -> [SKIP][6] ([i915#1839]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb1/igt@feature_discovery@display-4x.html * igt@gem_create@create-massive: - shard-kbl: NOTRUN -> [DMESG-WARN][7] ([i915#3002]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@gem_create@create-massive.html * igt@gem_ctx_param@set-priority-not-supported: - shard-tglb: NOTRUN -> [SKIP][8] ([fdo#109314]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_sseu@invalid-sseu: - shard-tglb: NOTRUN -> [SKIP][9] ([i915#280]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglb: NOTRUN -> [SKIP][10] ([i915#4525]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_capture@pi@bcs0: - shard-tglb: [PASS][11] -> [INCOMPLETE][12] ([i915#2369] / [i915#3371] / [i915#3731]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb7/igt@gem_exec_capture@pi@bcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@gem_exec_capture@pi@bcs0.html * igt@gem_exec_capture@pi@rcs0: - shard-iclb: [PASS][13] -> [INCOMPLETE][14] ([i915#2369]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-iclb6/igt@gem_exec_capture@pi@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb4/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_endless@dispatch@rcs0: - shard-kbl: [PASS][15] -> [INCOMPLETE][16] ([i915#3778]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-kbl7/igt@gem_exec_endless@dispatch@rcs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl2/igt@gem_exec_endless@dispatch@rcs0.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: NOTRUN -> [FAIL][17] ([i915#2842]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html - shard-glk: NOTRUN -> [FAIL][18] ([i915#2842]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html - shard-tglb: NOTRUN -> [FAIL][19] ([i915#2842]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-apl: [PASS][20] -> [SKIP][21] ([fdo#109271]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-apl4/igt@gem_exec_fair@basic-none-share@rcs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl2/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [PASS][22] -> [FAIL][23] ([i915#2842]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl6/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][24] -> [SKIP][25] ([fdo#109271]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-kbl1/igt@gem_exec_fair@basic-pace@rcs0.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl6/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-glk: [PASS][26] -> [FAIL][27] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-glk7/igt@gem_exec_fair@basic-throttle@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_params@no-blt: - shard-tglb: NOTRUN -> [SKIP][28] ([fdo#109283]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb6/igt@gem_exec_params@no-blt.html - shard-iclb: NOTRUN -> [SKIP][29] ([fdo#109283]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb5/igt@gem_exec_params@no-blt.html * igt@gem_lmem_swapping@heavy-random: - shard-iclb: NOTRUN -> [SKIP][30] ([i915#4555]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb4/igt@gem_lmem_swapping@heavy-random.html - shard-tglb: NOTRUN -> [SKIP][31] ([i915#4555] / [i915#4565]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-tglb: NOTRUN -> [SKIP][32] ([i915#4555]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-tglb: NOTRUN -> [SKIP][33] ([i915#4270]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-iclb: NOTRUN -> [SKIP][34] ([i915#768]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglb: NOTRUN -> [SKIP][35] ([i915#3297]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gem_workarounds@suspend-resume-fd: - shard-tglb: [PASS][36] -> [INCOMPLETE][37] ([i915#456]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb3/igt@gem_workarounds@suspend-resume-fd.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb7/igt@gem_workarounds@suspend-resume-fd.html * igt@gen9_exec_parse@allowed-single: - shard-tglb: NOTRUN -> [SKIP][38] ([i915#2856]) +2 similar issues [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@basic-rejected: - shard-iclb: NOTRUN -> [SKIP][39] ([i915#2856]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@gen9_exec_parse@basic-rejected.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-kbl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#1937]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-tglb: NOTRUN -> [WARN][41] ([i915#2681] / [i915#2684]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-tglb: NOTRUN -> [SKIP][42] ([fdo#111644] / [i915#1397] / [i915#2411]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp-stress.html - shard-iclb: NOTRUN -> [SKIP][43] ([fdo#110892]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_selftest@perf@engine_cs: - shard-iclb: [PASS][44] -> [DMESG-WARN][45] ([i915#4391]) +2 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-iclb2/igt@i915_selftest@perf@engine_cs.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb7/igt@i915_selftest@perf@engine_cs.html * igt@i915_suspend@forcewake: - shard-kbl: [PASS][46] -> [DMESG-WARN][47] ([i915#180]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-kbl6/igt@i915_suspend@forcewake.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglb: NOTRUN -> [SKIP][48] ([i915#3826]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#110725] / [fdo#111614]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb5/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][50] ([fdo#111614]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-kbl: NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3777]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#110723]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb6/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-tglb: NOTRUN -> [SKIP][53] ([fdo#111615]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#3886]) +3 similar issues [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][55] ([fdo#109271] / [i915#3886]) +6 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#3886]) +2 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk9/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html - shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109278] / [i915#3886]) +1 similar issue [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb5/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][58] ([i915#3689] / [i915#3886]) +4 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][59] ([fdo#111615] / [i915#3689]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb7/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][60] ([i915#3689]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-iclb: NOTRUN -> [SKIP][61] ([fdo#109278]) +9 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@kms_ccs@pipe-d-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_cdclk@mode-transition: - shard-tglb: NOTRUN -> [SKIP][62] ([i915#3742]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium@dp-hpd-fast: - shard-snb: NOTRUN -> [SKIP][63] ([fdo#109271] / [fdo#111827]) +6 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-snb6/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_chamelium@hdmi-hpd-for-each-pipe: - shard-kbl: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +17 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html * igt@kms_color_chamelium@pipe-a-ctm-green-to-red: - shard-glk: NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +6 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk7/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html - shard-apl: NOTRUN -> [SKIP][66] ([fdo#109271] / [fdo#111827]) +10 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-green-to-red.html * igt@kms_color_chamelium@pipe-a-gamma: - shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109284] / [fdo#111827]) +4 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@kms_color_chamelium@pipe-a-gamma.html * igt@kms_color_chamelium@pipe-b-ctm-0-75: - shard-tglb: NOTRUN -> [SKIP][68] ([fdo#109284] / [fdo#111827]) +12 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@kms_color_chamelium@pipe-b-ctm-0-75.html * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue: - shard-iclb: NOTRUN -> [SKIP][69] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb6/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html * igt@kms_content_protection@legacy: - shard-kbl: NOTRUN -> [TIMEOUT][70] ([i915#1319]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl4/igt@kms_content_protection@legacy.html * igt@kms_content_protection@uevent: - shard-kbl: NOTRUN -> [FAIL][71] ([i915#2105]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@kms_content_protection@uevent.html - shard-tglb: NOTRUN -> [SKIP][72] ([fdo#111828]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_content_protection@uevent.html - shard-apl: NOTRUN -> [FAIL][73] ([i915#2105]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl1/igt@kms_content_protection@uevent.html - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109300] / [fdo#111066]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][75] ([i915#3319]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-512x170-random: - shard-tglb: NOTRUN -> [SKIP][76] ([fdo#109279] / [i915#3359]) +4 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@kms_cursor_crc@pipe-a-cursor-512x170-random.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-tglb: [PASS][77] -> [INCOMPLETE][78] ([i915#2411] / [i915#456]) +1 similar issue [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb3/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][79] ([i915#3359]) +5 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions: - shard-iclb: [PASS][80] -> [FAIL][81] ([i915#2370]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-iclb4/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-iclb: NOTRUN -> [SKIP][82] ([fdo#109274] / [fdo#109278]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-iclb: NOTRUN -> [SKIP][83] ([fdo#109274]) +2 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb3/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@2x-plain-flip-ts-check: - shard-tglb: NOTRUN -> [SKIP][84] ([fdo#111825]) +35 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@kms_flip@2x-plain-flip-ts-check.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-apl: [PASS][85] -> [DMESG-WARN][86] ([i915#180]) +1 similar issue [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-apl7/igt@kms_flip@flip-vs-suspend@c-dp1.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl8/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs: - shard-tglb: NOTRUN -> [SKIP][87] ([i915#2587]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: - shard-kbl: NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#2672]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html - shard-apl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2672]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-cpu: - shard-glk: [PASS][90] -> [FAIL][91] ([i915#2546]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-cpu.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render: - shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109280]) +10 similar issues [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff: - shard-snb: NOTRUN -> [SKIP][93] ([fdo#109271]) +95 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-snb7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109289]) +2 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109289]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb2/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_pipe_crc_basic@read-crc-pipe-d: - shard-kbl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl6/igt@kms_pipe_crc_basic@read-crc-pipe-d.html - shard-apl: NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#533]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl3/igt@kms_pipe_crc_basic@read-crc-pipe-d.html * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb: - shard-apl: NOTRUN -> [FAIL][98] ([fdo#108145] / [i915#265]) +2 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max: - shard-glk: NOTRUN -> [FAIL][99] ([fdo#108145] / [i915#265]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html - shard-kbl: NOTRUN -> [FAIL][100] ([fdo#108145] / [i915#265]) +1 similar issue [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html * igt@kms_prime@basic-crc@first-to-second: - shard-tglb: NOTRUN -> [SKIP][101] ([i915#1836]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@kms_prime@basic-crc@first-to-second.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2: - shard-apl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#658]) +2 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl8/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1: - shard-iclb: NOTRUN -> [SKIP][103] ([i915#658]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html - shard-glk: NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#658]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk9/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html - shard-kbl: NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#658]) +1 similar issue [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl1/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html - shard-tglb: NOTRUN -> [SKIP][106] ([i915#2920]) +1 similar issue [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-tglb: NOTRUN -> [FAIL][107] ([i915#132] / [i915#3467]) +1 similar issue [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@kms_psr@psr2_sprite_mmap_cpu.html * igt@kms_sysfs_edid_timing: - shard-apl: NOTRUN -> [FAIL][108] ([IGT#2]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl7/igt@kms_sysfs_edid_timing.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-apl: [PASS][109] -> [DMESG-WARN][110] ([i915#180] / [i915#295]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_vblank@pipe-d-ts-continuation-modeset-hang: - shard-glk: NOTRUN -> [SKIP][111] ([fdo#109271]) +47 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk9/igt@kms_vblank@pipe-d-ts-continuation-modeset-hang.html * igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame: - shard-iclb: NOTRUN -> [SKIP][112] ([i915#2530]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb5/igt@nouveau_crc@pipe-a-ctx-flip-skip-current-frame.html * igt@nouveau_crc@pipe-b-ctx-flip-detection: - shard-tglb: NOTRUN -> [SKIP][113] ([i915#2530]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@nouveau_crc@pipe-b-ctx-flip-detection.html * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame: - shard-apl: NOTRUN -> [SKIP][114] ([fdo#109271]) +164 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl4/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html * igt@prime_nv_api@i915_self_import_to_different_fd: - shard-tglb: NOTRUN -> [SKIP][115] ([fdo#109291]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@prime_nv_api@i915_self_import_to_different_fd.html - shard-iclb: NOTRUN -> [SKIP][116] ([fdo#109291]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb8/igt@prime_nv_api@i915_self_import_to_different_fd.html * igt@prime_nv_pcopy@test2: - shard-kbl: NOTRUN -> [SKIP][117] ([fdo#109271]) +214 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl3/igt@prime_nv_pcopy@test2.html * igt@prime_vgem@coherency-gtt: - shard-tglb: NOTRUN -> [SKIP][118] ([fdo#111656]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@prime_vgem@coherency-gtt.html - shard-iclb: NOTRUN -> [SKIP][119] ([fdo#109292]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb7/igt@prime_vgem@coherency-gtt.html * igt@sysfs_clients@fair-1: - shard-tglb: NOTRUN -> [SKIP][120] ([i915#2994]) +2 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb2/igt@sysfs_clients@fair-1.html * igt@sysfs_clients@recycle-many: - shard-apl: NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#2994]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl4/igt@sysfs_clients@recycle-many.html - shard-kbl: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#2994]) +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-kbl7/igt@sysfs_clients@recycle-many.html #### Possible fixes #### * igt@gem_exec_fair@basic-none@vecs0: - shard-apl: [FAIL][123] ([i915#2842] / [i915#3468]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-apl8/igt@gem_exec_fair@basic-none@vecs0.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-apl4/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][125] ([i915#2842]) -> [PASS][126] [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-tglb: [FAIL][127] ([i915#2842]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb7/igt@gem_exec_fair@basic-pace@vcs1.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb3/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][129] ([i915#2849]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-iclb2/igt@gem_exec_fair@basic-throttle@rcs0.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [SKIP][131] ([i915#2190]) -> [PASS][132] [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb7/igt@gem_huc_copy@huc-copy.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb8/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-tglb: [INCOMPLETE][133] ([i915#2411] / [i915#456] / [i915#750]) -> [PASS][134] [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10898/shard-tglb7/igt@i915_pm_rpm@system-suspend-execbuf.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/shard-tglb5/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@i915_suspend@sysfs-reader: - shard-apl: [DMESG-WARN][135] ([i9 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6412/index.html [-- Attachment #2: Type: text/html, Size: 33816 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-11-19 5:43 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-17 10:42 [igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK Petri Latvala 2021-11-17 11:59 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2021-11-17 16:44 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh 2021-11-17 20:34 ` Dixit, Ashutosh 2021-11-18 8:30 ` Petri Latvala 2021-11-17 19:51 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 2021-11-18 8:31 ` Petri Latvala 2021-11-18 16:27 ` Vudum, Lakshminarayana 2021-11-18 8:36 ` [igt-dev] [PATCH i-g-t v2] " Petri Latvala 2021-11-18 8:52 ` Dixit, Ashutosh 2021-11-18 10:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for igt_core: Fix docs for SLOW_QUICK (rev2) Patchwork 2021-11-18 10:19 ` Petri Latvala 2021-11-18 16:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2021-11-19 5:43 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox