* [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest
@ 2019-11-04 15:29 Chris Wilson
2019-11-04 15:37 ` Mika Kuoppala
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-11-04 15:29 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
Allow the subtests that want to limit the test to a single engine, to
limit the test to a single engine.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
tests/i915/gem_ctx_shared.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/i915/gem_ctx_shared.c b/tests/i915/gem_ctx_shared.c
index 6d8cbcce2..4d9ffafce 100644
--- a/tests/i915/gem_ctx_shared.c
+++ b/tests/i915/gem_ctx_shared.c
@@ -740,8 +740,12 @@ static void smoketest(int i915, unsigned ring, unsigned timeout)
uint32_t *ptr;
nengine = 0;
- for_each_physical_engine(e, i915)
- engines[nengine++] = eb_ring(e);
+ if (ring == -1) {
+ for_each_physical_engine(e, i915)
+ engines[nengine++] = eb_ring(e);
+ } else {
+ engines[nengine++] = ring;
+ }
igt_require(nengine);
scratch = gem_create(i915, 4096);
--
2.24.0.rc2
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest
2019-11-04 15:29 [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest Chris Wilson
@ 2019-11-04 15:37 ` Mika Kuoppala
2019-11-04 16:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-04 22:03 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Mika Kuoppala @ 2019-11-04 15:37 UTC (permalink / raw)
To: Chris Wilson, intel-gfx; +Cc: igt-dev
Chris Wilson <chris@chris-wilson.co.uk> writes:
> Allow the subtests that want to limit the test to a single engine, to
> limit the test to a single engine.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
> ---
> tests/i915/gem_ctx_shared.c | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/tests/i915/gem_ctx_shared.c b/tests/i915/gem_ctx_shared.c
> index 6d8cbcce2..4d9ffafce 100644
> --- a/tests/i915/gem_ctx_shared.c
> +++ b/tests/i915/gem_ctx_shared.c
> @@ -740,8 +740,12 @@ static void smoketest(int i915, unsigned ring, unsigned timeout)
> uint32_t *ptr;
>
> nengine = 0;
> - for_each_physical_engine(e, i915)
> - engines[nengine++] = eb_ring(e);
> + if (ring == -1) {
> + for_each_physical_engine(e, i915)
> + engines[nengine++] = eb_ring(e);
> + } else {
> + engines[nengine++] = ring;
> + }
> igt_require(nengine);
>
> scratch = gem_create(i915, 4096);
> --
> 2.24.0.rc2
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_ctx_shared: Use the supplied ring for smoketest
2019-11-04 15:29 [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest Chris Wilson
2019-11-04 15:37 ` Mika Kuoppala
@ 2019-11-04 16:18 ` Patchwork
2019-11-04 22:03 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-11-04 16:18 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_ctx_shared: Use the supplied ring for smoketest
URL : https://patchwork.freedesktop.org/series/68948/
State : success
== Summary ==
CI Bug Log - changes from IGT_5260 -> IGTPW_3646
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
Known issues
------------
Here are the changes found in IGTPW_3646 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_chamelium@hdmi-edid-read:
- fi-icl-u2: [PASS][1] -> [FAIL][2] ([fdo#109483])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-icl-u2/igt@kms_chamelium@hdmi-edid-read.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-icl-u2/igt@kms_chamelium@hdmi-edid-read.html
* igt@prime_busy@basic-before-default:
- fi-icl-u3: [PASS][3] -> [DMESG-WARN][4] ([fdo#107724]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-icl-u3/igt@prime_busy@basic-before-default.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-icl-u3/igt@prime_busy@basic-before-default.html
#### Possible fixes ####
* igt@gem_ctx_param@basic:
- fi-icl-u3: [DMESG-WARN][5] ([fdo#107724]) -> [PASS][6] +3 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-icl-u3/igt@gem_ctx_param@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-icl-u3/igt@gem_ctx_param@basic.html
* igt@gem_exec_create@basic:
- {fi-tgl-u2}: [INCOMPLETE][7] ([fdo#111736]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-tgl-u2/igt@gem_exec_create@basic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-tgl-u2/igt@gem_exec_create@basic.html
* igt@i915_pm_rpm@module-reload:
- fi-skl-6770hq: [FAIL][9] ([fdo#108511]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live_execlists:
- fi-bxt-dsi: [TIMEOUT][11] -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-bxt-dsi/igt@i915_selftest@live_execlists.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-bxt-dsi/igt@i915_selftest@live_execlists.html
* igt@kms_prop_blob@basic:
- {fi-icl-u4}: [DMESG-WARN][13] ([fdo#105602]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/fi-icl-u4/igt@kms_prop_blob@basic.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/fi-icl-u4/igt@kms_prop_blob@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#102505]: https://bugs.freedesktop.org/show_bug.cgi?id=102505
[fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
[fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483
[fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045
[fdo#111736]: https://bugs.freedesktop.org/show_bug.cgi?id=111736
Participating hosts (52 -> 45)
------------------------------
Additional (2): fi-hsw-4770r fi-kbl-7500u
Missing (9): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-bwr-2160 fi-ctg-p8600 fi-gdg-551 fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5260 -> IGTPW_3646
CI-20190529: 20190529
CI_DRM_7252: 1971e2dbb8626482b7ed182d6e96a6810020b95e @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3646: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
IGT_5260: 8d82fbc2d97c8c35f6ed0b1ddc094fbe1dd2cb73 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_ctx_shared: Use the supplied ring for smoketest
2019-11-04 15:29 [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest Chris Wilson
2019-11-04 15:37 ` Mika Kuoppala
2019-11-04 16:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-11-04 22:03 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-11-04 22:03 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_ctx_shared: Use the supplied ring for smoketest
URL : https://patchwork.freedesktop.org/series/68948/
State : success
== Summary ==
CI Bug Log - changes from IGT_5260_full -> IGTPW_3646_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
Known issues
------------
Here are the changes found in IGTPW_3646_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_isolation@rcs0-s3:
- shard-kbl: [PASS][1] -> [DMESG-WARN][2] ([fdo#108566]) +2 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-kbl1/igt@gem_ctx_isolation@rcs0-s3.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html
* igt@gem_ctx_isolation@vcs1-none:
- shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276] / [fdo#112080]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb2/igt@gem_ctx_isolation@vcs1-none.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb7/igt@gem_ctx_isolation@vcs1-none.html
* igt@gem_ctx_shared@exec-single-timeline-bsd:
- shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#110841])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb6/igt@gem_ctx_shared@exec-single-timeline-bsd.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb1/igt@gem_ctx_shared@exec-single-timeline-bsd.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#112146]) +8 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb4/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_exec_store@pages-vcs1:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112080]) +12 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb4/igt@gem_exec_store@pages-vcs1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb8/igt@gem_exec_store@pages-vcs1.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-snb: [PASS][11] -> [DMESG-WARN][12] ([fdo#111870]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
- shard-hsw: [PASS][13] -> [DMESG-WARN][14] ([fdo#111870]) +1 similar issue
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-hsw7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@kms_color@pipe-c-ctm-blue-to-red:
- shard-kbl: [PASS][15] -> [FAIL][16] ([fdo#107201])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-kbl4/igt@kms_color@pipe-c-ctm-blue-to-red.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-kbl1/igt@kms_color@pipe-c-ctm-blue-to-red.html
- shard-apl: [PASS][17] -> [FAIL][18] ([fdo#107201])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-apl8/igt@kms_color@pipe-c-ctm-blue-to-red.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-apl6/igt@kms_color@pipe-c-ctm-blue-to-red.html
* igt@kms_flip_tiling@flip-x-tiled:
- shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#108303])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb5/igt@kms_flip_tiling@flip-x-tiled.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb7/igt@kms_flip_tiling@flip-x-tiled.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
- shard-iclb: [PASS][21] -> [FAIL][22] ([fdo#103167]) +5 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite:
- shard-glk: [PASS][23] -> [FAIL][24] ([fdo#103167])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [PASS][25] -> [SKIP][26] ([fdo#109441]) +2 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
* igt@kms_setmode@basic:
- shard-apl: [PASS][27] -> [FAIL][28] ([fdo#99912])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-apl4/igt@kms_setmode@basic.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-apl7/igt@kms_setmode@basic.html
* igt@prime_busy@hang-bsd2:
- shard-iclb: [PASS][29] -> [SKIP][30] ([fdo#109276]) +23 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb1/igt@prime_busy@hang-bsd2.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb5/igt@prime_busy@hang-bsd2.html
#### Possible fixes ####
* {igt@gem_ctx_persistence@vcs1-mixed-process}:
- shard-iclb: [SKIP][31] ([fdo#109276] / [fdo#112080]) -> [PASS][32] +3 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb5/igt@gem_ctx_persistence@vcs1-mixed-process.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb1/igt@gem_ctx_persistence@vcs1-mixed-process.html
* igt@gem_ctx_switch@all-light:
- {shard-tglb}: [INCOMPLETE][33] ([fdo#111672]) -> [PASS][34]
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb6/igt@gem_ctx_switch@all-light.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb3/igt@gem_ctx_switch@all-light.html
* igt@gem_eio@suspend:
- {shard-tglb}: [INCOMPLETE][35] ([fdo#111850]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb1/igt@gem_eio@suspend.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb8/igt@gem_eio@suspend.html
* igt@gem_exec_nop@basic-series:
- {shard-tglb}: [INCOMPLETE][37] ([fdo#111747]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb6/igt@gem_exec_nop@basic-series.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb4/igt@gem_exec_nop@basic-series.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [SKIP][39] ([fdo#112080]) -> [PASS][40] +16 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb3/igt@gem_exec_parallel@vcs1-fds.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb4/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@in-order-bsd:
- shard-iclb: [SKIP][41] ([fdo#112146]) -> [PASS][42] +3 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb2/igt@gem_exec_schedule@in-order-bsd.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb8/igt@gem_exec_schedule@in-order-bsd.html
* igt@gem_exec_schedule@preempt-queue-render:
- {shard-tglb}: [INCOMPLETE][43] ([fdo#111606] / [fdo#111677]) -> [PASS][44] +1 similar issue
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb6/igt@gem_exec_schedule@preempt-queue-render.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb7/igt@gem_exec_schedule@preempt-queue-render.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][45] ([fdo#111870]) -> [PASS][46] +3 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-snb7/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][47] ([fdo#111870]) -> [PASS][48] +1 similar issue
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-hsw2/igt@gem_userptr_blits@sync-unmap-cycles.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-hsw7/igt@gem_userptr_blits@sync-unmap-cycles.html
* {igt@i915_pm_dc@dc6-dpms}:
- shard-iclb: [FAIL][49] ([fdo#110548]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb8/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rpm@system-suspend-execbuf:
- shard-kbl: [DMESG-WARN][51] ([fdo#103313]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-kbl1/igt@i915_pm_rpm@system-suspend-execbuf.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-kbl6/igt@i915_pm_rpm@system-suspend-execbuf.html
* igt@kms_color@pipe-a-gamma:
- {shard-tglb}: [FAIL][53] -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb7/igt@kms_color@pipe-a-gamma.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb5/igt@kms_color@pipe-a-gamma.html
* igt@kms_flip@flip-vs-modeset-interruptible:
- shard-hsw: [DMESG-WARN][55] ([fdo#102614]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-hsw5/igt@kms_flip@flip-vs-modeset-interruptible.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-hsw2/igt@kms_flip@flip-vs-modeset-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-apl: [DMESG-WARN][57] ([fdo#108566]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-apl1/igt@kms_flip@flip-vs-suspend.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-apl3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move:
- shard-iclb: [FAIL][59] ([fdo#103167]) -> [PASS][60] +5 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- {shard-tglb}: [FAIL][61] ([fdo#103167]) -> [PASS][62] +3 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_plane@pixel-format-pipe-b-planes:
- shard-iclb: [FAIL][63] -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb8/igt@kms_plane@pixel-format-pipe-b-planes.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb7/igt@kms_plane@pixel-format-pipe-b-planes.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-iclb: [FAIL][65] ([fdo#103166]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-y.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html
* igt@kms_psr2_su@page_flip:
- shard-iclb: [SKIP][67] ([fdo#109642] / [fdo#111068]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb8/igt@kms_psr2_su@page_flip.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb2/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [SKIP][69] ([fdo#109441]) -> [PASS][70] +2 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb8/igt@kms_psr@psr2_sprite_plane_move.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_psr@suspend:
- {shard-tglb}: [INCOMPLETE][71] ([fdo#111832] / [fdo#111850]) -> [PASS][72] +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-tglb5/igt@kms_psr@suspend.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-tglb5/igt@kms_psr@suspend.html
* igt@kms_vblank@pipe-a-ts-continuation-suspend:
- shard-kbl: [DMESG-WARN][73] ([fdo#108566]) -> [PASS][74] +7 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-kbl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
* igt@prime_busy@after-bsd2:
- shard-iclb: [SKIP][75] ([fdo#109276]) -> [PASS][76] +12 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb7/igt@prime_busy@after-bsd2.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb1/igt@prime_busy@after-bsd2.html
#### Warnings ####
* igt@gem_mocs_settings@mocs-reset-bsd2:
- shard-iclb: [FAIL][77] ([fdo#111330]) -> [SKIP][78] ([fdo#109276])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb1/igt@gem_mocs_settings@mocs-reset-bsd2.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb3/igt@gem_mocs_settings@mocs-reset-bsd2.html
* igt@kms_dp_dsc@basic-dsc-enable-edp:
- shard-iclb: [DMESG-WARN][79] ([fdo#107724]) -> [SKIP][80] ([fdo#109349])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5260/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/shard-iclb1/igt@kms_dp_dsc@basic-dsc-enable-edp.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103313]: https://bugs.freedesktop.org/show_bug.cgi?id=103313
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[fdo#107201]: https://bugs.freedesktop.org/show_bug.cgi?id=107201
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108303]: https://bugs.freedesktop.org/show_bug.cgi?id=108303
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110548]: https://bugs.freedesktop.org/show_bug.cgi?id=110548
[fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329
[fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330
[fdo#111606]: https://bugs.freedesktop.org/show_bug.cgi?id=111606
[fdo#111646]: https://bugs.freedesktop.org/show_bug.cgi?id=111646
[fdo#111671]: https://bugs.freedesktop.org/show_bug.cgi?id=111671
[fdo#111672]: https://bugs.freedesktop.org/show_bug.cgi?id=111672
[fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
[fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735
[fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747
[fdo#111781]: https://bugs.freedesktop.org/show_bug.cgi?id=111781
[fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832
[fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
[fdo#112168]: https://bugs.freedesktop.org/show_bug.cgi?id=112168
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5260 -> IGTPW_3646
CI-20190529: 20190529
CI_DRM_7252: 1971e2dbb8626482b7ed182d6e96a6810020b95e @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3646: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
IGT_5260: 8d82fbc2d97c8c35f6ed0b1ddc094fbe1dd2cb73 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3646/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-04 22:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-04 15:29 [igt-dev] [PATCH i-g-t] i915/gem_ctx_shared: Use the supplied ring for smoketest Chris Wilson
2019-11-04 15:37 ` Mika Kuoppala
2019-11-04 16:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-04 22:03 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox