* [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
@ 2020-03-16 16:04 Lyude
2020-03-16 17:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (7 more replies)
0 siblings, 8 replies; 12+ messages in thread
From: Lyude @ 2020-03-16 16:04 UTC (permalink / raw)
To: igt-dev
From: Lyude Paul <lyude@redhat.com>
We currently manually specify the name of the source file by-hand here,
however this causes problems if the user tries to build with compile
flags like -fdebug-prefix-map since the source file names will then
differ from what's hardcoded here - causing tests to fail.
So, fix that by using __FILE__ instead.
Signed-off-by: Lyude Paul <lyude@redhat.com>
---
lib/tests/igt_describe.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/lib/tests/igt_describe.c b/lib/tests/igt_describe.c
index 6f3a4319..94d42fbe 100644
--- a/lib/tests/igt_describe.c
+++ b/lib/tests/igt_describe.c
@@ -101,33 +101,33 @@ static void fake_main(int argc, char **argv) {
static const char DESCRIBE_ALL_OUTPUT[] = \
"the top level description\n"
"\n"
- "SUB A ../lib/tests/igt_describe.c:36:\n"
+ "SUB A " __FILE__ ":36:\n"
" Basic A\n"
"\n"
- "SUB B ../lib/tests/igt_describe.c:45:\n"
+ "SUB B " __FILE__ ":45:\n"
" Group with B, C & D\n"
"\n"
" Basic B\n"
"\n"
- "SUB C ../lib/tests/igt_describe.c:54:\n"
+ "SUB C " __FILE__ ":54:\n"
" Group with B, C & D\n"
"\n"
" Group with C & D\n"
"\n"
" Basic C\n"
"\n"
- "SUB D ../lib/tests/igt_describe.c:58:\n"
+ "SUB D " __FILE__ ":58:\n"
" Group with B, C & D\n"
"\n"
" Group with C & D\n"
"\n"
- "SUB E ../lib/tests/igt_describe.c:66:\n"
+ "SUB E " __FILE__ ":66:\n"
" NO DOCUMENTATION!\n"
"\n"
- "SUB F ../lib/tests/igt_describe.c:71:\n"
+ "SUB F " __FILE__ ":71:\n"
" NO DOCUMENTATION!\n"
"\n"
- "SUB G ../lib/tests/igt_describe.c:80:\n"
+ "SUB G " __FILE__ ":80:\n"
" this description should be so long that it wraps itself nicely in the terminal this\n"
" description should be so long that it wraps itself nicely in the terminal this description\n"
" should be so long that it wraps itself nicely in the terminal this description should be so\n"
@@ -135,17 +135,17 @@ static const char DESCRIBE_ALL_OUTPUT[] = \
" wraps itself nicely in the terminal this description should be so long that it wraps itself\n"
" nicely in the terminal\n"
"\n"
- "SUB F ../lib/tests/igt_describe.c:87:\n"
+ "SUB F " __FILE__ ":87:\n"
" verylongwordthatshoudlbeprintedeventhoughitspastthewrppinglimitverylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimit\n"
" verylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimitverylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimit\n"
"\n"
- "SUB G ../lib/tests/igt_describe.c:91:\n"
+ "SUB G " __FILE__ ":91:\n"
" Subtest with dynamic subsubtests\n\n";
static const char JUST_C_OUTPUT[] = \
"the top level description\n"
"\n"
- "SUB C ../lib/tests/igt_describe.c:54:\n"
+ "SUB C " __FILE__ ":54:\n"
" Group with B, C & D\n"
"\n"
" Group with C & D\n"
--
2.24.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
@ 2020-03-16 17:44 ` Patchwork
2020-03-17 1:23 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (6 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2020-03-16 17:44 UTC (permalink / raw)
To: Lyude; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
URL : https://patchwork.freedesktop.org/series/74751/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8137 -> IGTPW_4311
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/index.html
Known issues
------------
Here are the changes found in IGTPW_4311 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-icl-u2: [FAIL][1] ([i915#217]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html
- fi-kbl-7500u: [FAIL][3] ([i915#323]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
#### Warnings ####
* igt@gem_linear_blits@basic:
- fi-glk-dsi: [SKIP][5] ([fdo#109271]) -> [INCOMPLETE][6] ([i915#58] / [k.org#198133])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/fi-glk-dsi/igt@gem_linear_blits@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/fi-glk-dsi/igt@gem_linear_blits@basic.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-kbl-guc: [SKIP][7] ([fdo#109271]) -> [FAIL][8] ([i915#138])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_pm_rpm@basic-rte:
- fi-kbl-guc: [SKIP][9] ([fdo#109271]) -> [FAIL][10] ([i915#579])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#138]: https://gitlab.freedesktop.org/drm/intel/issues/138
[i915#217]: https://gitlab.freedesktop.org/drm/intel/issues/217
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
Participating hosts (48 -> 44)
------------------------------
Additional (2): fi-skl-6770hq fi-tgl-dsi
Missing (6): fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-cfl-8700k fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5510 -> IGTPW_4311
CI-20190529: 20190529
CI_DRM_8137: 5786b5e77cc17a1b494b9bdf3c3f29eedc2e2e7d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4311: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/index.html
IGT_5510: e100092d50105463f58db531fa953c70cc58bb10 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
2020-03-16 17:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-03-17 1:23 ` Patchwork
2020-03-19 18:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
` (5 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2020-03-17 1:23 UTC (permalink / raw)
To: Lyude; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
URL : https://patchwork.freedesktop.org/series/74751/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8137_full -> IGTPW_4311_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4311_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4311_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_4311/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4311_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_shared@single-timeline:
- shard-snb: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb2/igt@gem_ctx_shared@single-timeline.html
- shard-hsw: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw2/igt@gem_ctx_shared@single-timeline.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-suspend.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-suspend.html
#### Warnings ####
* igt@runner@aborted:
- shard-hsw: ([FAIL][5], [FAIL][6], [FAIL][7], [FAIL][8], [FAIL][9], [FAIL][10], [FAIL][11], [FAIL][12]) ([fdo#111870]) -> ([FAIL][13], [FAIL][14], [FAIL][15], [FAIL][16], [FAIL][17], [FAIL][18], [FAIL][19], [FAIL][20]) ([fdo#111870] / [k.org#204565])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw7/igt@runner@aborted.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw6/igt@runner@aborted.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw6/igt@runner@aborted.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw2/igt@runner@aborted.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw1/igt@runner@aborted.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw5/igt@runner@aborted.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw5/igt@runner@aborted.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw2/igt@runner@aborted.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw6/igt@runner@aborted.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw2/igt@runner@aborted.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw1/igt@runner@aborted.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw4/igt@runner@aborted.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw2/igt@runner@aborted.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw5/igt@runner@aborted.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw4/igt@runner@aborted.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw6/igt@runner@aborted.html
New tests
---------
New tests have been introduced between CI_DRM_8137_full and IGTPW_4311_full:
### New IGT tests (10) ###
* igt@sysfs_heartbeat_interval@idempotent:
- Statuses :
- Exec time: [None] s
* igt@sysfs_heartbeat_interval@invalid:
- Statuses :
- Exec time: [None] s
* igt@sysfs_heartbeat_interval@nopreempt:
- Statuses :
- Exec time: [None] s
* igt@sysfs_heartbeat_interval@off:
- Statuses :
- Exec time: [None] s
* igt@sysfs_heartbeat_interval@precise:
- Statuses :
- Exec time: [None] s
* igt@sysfs_preempt_timeout@idempotent:
- Statuses :
- Exec time: [None] s
* igt@sysfs_preempt_timeout@invalid:
- Statuses :
- Exec time: [None] s
* igt@sysfs_timeslice_duration@duration:
- Statuses :
- Exec time: [None] s
* igt@sysfs_timeslice_duration@idempotent:
- Statuses :
- Exec time: [None] s
* igt@sysfs_timeslice_duration@timeout:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_4311_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@close-replace-race:
- shard-glk: [PASS][21] -> [INCOMPLETE][22] ([i915#1402] / [i915#58] / [k.org#198133])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk3/igt@gem_ctx_persistence@close-replace-race.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk6/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_exec_schedule@implicit-both-bsd:
- shard-iclb: [PASS][23] -> [SKIP][24] ([i915#677])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb6/igt@gem_exec_schedule@implicit-both-bsd.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb1/igt@gem_exec_schedule@implicit-both-bsd.html
* igt@gem_exec_schedule@wide-bsd:
- shard-iclb: [PASS][25] -> [SKIP][26] ([fdo#112146]) +5 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb8/igt@gem_exec_schedule@wide-bsd.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb4/igt@gem_exec_schedule@wide-bsd.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-glk: [PASS][27] -> [FAIL][28] ([i915#644])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk1/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-snb: [PASS][29] -> [DMESG-WARN][30] ([fdo#111870] / [i915#478])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb6/igt@gem_userptr_blits@dmabuf-unsync.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb2/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@i915_module_load@reload:
- shard-tglb: [PASS][31] -> [INCOMPLETE][32] ([i915#1390])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb3/igt@i915_module_load@reload.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb7/igt@i915_module_load@reload.html
- shard-snb: [PASS][33] -> [INCOMPLETE][34] ([i915#82])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb2/igt@i915_module_load@reload.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb2/igt@i915_module_load@reload.html
- shard-iclb: [PASS][35] -> [INCOMPLETE][36] ([i915#140])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb2/igt@i915_module_load@reload.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb7/igt@i915_module_load@reload.html
- shard-kbl: [PASS][37] -> [INCOMPLETE][38] ([i915#1390])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl4/igt@i915_module_load@reload.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl4/igt@i915_module_load@reload.html
- shard-hsw: [PASS][39] -> [INCOMPLETE][40] ([i915#1312] / [i915#61])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw2/igt@i915_module_load@reload.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw2/igt@i915_module_load@reload.html
- shard-glk: [PASS][41] -> [INCOMPLETE][42] ([i915#1390] / [i915#58] / [k.org#198133])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk1/igt@i915_module_load@reload.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk5/igt@i915_module_load@reload.html
- shard-apl: [PASS][43] -> [INCOMPLETE][44] ([fdo#103927] / [i915#1390])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl6/igt@i915_module_load@reload.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl2/igt@i915_module_load@reload.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-iclb: [PASS][45] -> [SKIP][46] ([i915#1316])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
- shard-tglb: [PASS][47] -> [SKIP][48] ([i915#1316])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb8/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb5/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@i915_pm_rps@waitboost:
- shard-iclb: [PASS][49] -> [FAIL][50] ([i915#413])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb4/igt@i915_pm_rps@waitboost.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb5/igt@i915_pm_rps@waitboost.html
* igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen:
- shard-kbl: [PASS][51] -> [FAIL][52] ([i915#54])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html
- shard-apl: [PASS][53] -> [FAIL][54] ([i915#54])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl1/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html
* igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled:
- shard-snb: [PASS][55] -> [DMESG-WARN][56] ([i915#478])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb5/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb5/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
- shard-hsw: [PASS][57] -> [DMESG-WARN][58] ([i915#478])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw1/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw4/igt@kms_draw_crc@draw-method-xrgb2101010-mmap-gtt-untiled.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
- shard-kbl: [PASS][59] -> [DMESG-WARN][60] ([i915#180]) +5 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [PASS][61] -> [SKIP][62] ([fdo#109441]) +3 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_setmode@basic:
- shard-glk: [PASS][63] -> [FAIL][64] ([i915#31])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk2/igt@kms_setmode@basic.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk1/igt@kms_setmode@basic.html
- shard-kbl: [PASS][65] -> [FAIL][66] ([i915#31])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl7/igt@kms_setmode@basic.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl2/igt@kms_setmode@basic.html
* igt@kms_vblank@pipe-a-query-forked-hang:
- shard-kbl: [PASS][67] -> [SKIP][68] ([fdo#109271])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl3/igt@kms_vblank@pipe-a-query-forked-hang.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl1/igt@kms_vblank@pipe-a-query-forked-hang.html
- shard-tglb: [PASS][69] -> [SKIP][70] ([fdo#112015])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb2/igt@kms_vblank@pipe-a-query-forked-hang.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb7/igt@kms_vblank@pipe-a-query-forked-hang.html
- shard-apl: [PASS][71] -> [SKIP][72] ([fdo#109271])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl1/igt@kms_vblank@pipe-a-query-forked-hang.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl3/igt@kms_vblank@pipe-a-query-forked-hang.html
- shard-iclb: [PASS][73] -> [SKIP][74] ([fdo#109278])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb7/igt@kms_vblank@pipe-a-query-forked-hang.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb8/igt@kms_vblank@pipe-a-query-forked-hang.html
* igt@perf_pmu@busy-no-semaphores-vcs1:
- shard-iclb: [PASS][75] -> [SKIP][76] ([fdo#112080]) +9 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb2/igt@perf_pmu@busy-no-semaphores-vcs1.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb3/igt@perf_pmu@busy-no-semaphores-vcs1.html
* igt@perf_pmu@rc6-runtime-pm-long:
- shard-iclb: [PASS][77] -> [SKIP][78] ([i915#293])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb5/igt@perf_pmu@rc6-runtime-pm-long.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-tglb: [PASS][79] -> [SKIP][80] ([fdo#111719])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb1/igt@perf_pmu@rc6-runtime-pm-long.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb5/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-glk: [PASS][81] -> [SKIP][82] ([fdo#109271]) +1 similar issue
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk7/igt@perf_pmu@rc6-runtime-pm-long.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk2/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-hsw: [PASS][83] -> [SKIP][84] ([fdo#109271])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw7/igt@perf_pmu@rc6-runtime-pm-long.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw4/igt@perf_pmu@rc6-runtime-pm-long.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [PASS][85] -> [SKIP][86] ([fdo#109276]) +19 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb1/igt@prime_vgem@fence-wait-bsd2.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb8/igt@prime_vgem@fence-wait-bsd2.html
#### Possible fixes ####
* igt@gem_ctx_isolation@rcs0-s3:
- shard-snb: [FAIL][87] -> [PASS][88] +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb4/igt@gem_ctx_isolation@rcs0-s3.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb5/igt@gem_ctx_isolation@rcs0-s3.html
* igt@gem_eio@in-flight-contexts-1us:
- shard-hsw: [TIMEOUT][89] -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw1/igt@gem_eio@in-flight-contexts-1us.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw1/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [SKIP][91] ([fdo#110854]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb8/igt@gem_exec_balancer@smoke.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb4/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@bcs0-fds:
- shard-apl: [FAIL][93] -> [PASS][94]
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl6/igt@gem_exec_parallel@bcs0-fds.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl3/igt@gem_exec_parallel@bcs0-fds.html
- shard-iclb: [FAIL][95] -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb2/igt@gem_exec_parallel@bcs0-fds.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb5/igt@gem_exec_parallel@bcs0-fds.html
- shard-tglb: [FAIL][97] -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb3/igt@gem_exec_parallel@bcs0-fds.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb3/igt@gem_exec_parallel@bcs0-fds.html
- shard-glk: [FAIL][99] -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk8/igt@gem_exec_parallel@bcs0-fds.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk4/igt@gem_exec_parallel@bcs0-fds.html
* igt@gem_exec_schedule@implicit-both-bsd2:
- shard-iclb: [SKIP][101] ([fdo#109276] / [i915#677]) -> [PASS][102] +1 similar issue
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb5/igt@gem_exec_schedule@implicit-both-bsd2.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb2/igt@gem_exec_schedule@implicit-both-bsd2.html
* igt@gem_exec_schedule@in-order-bsd:
- shard-iclb: [SKIP][103] ([fdo#112146]) -> [PASS][104] +4 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb4/igt@gem_exec_schedule@in-order-bsd.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@gem_exec_schedule@in-order-bsd.html
* igt@gem_exec_schedule@out-order-bsd2:
- shard-iclb: [SKIP][105] ([fdo#109276]) -> [PASS][106] +16 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb5/igt@gem_exec_schedule@out-order-bsd2.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb4/igt@gem_exec_schedule@out-order-bsd2.html
* igt@gem_exec_schedule@pi-distinct-iova-bsd:
- shard-iclb: [SKIP][107] ([i915#677]) -> [PASS][108] +4 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb1/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb7/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
* igt@gem_exec_schedule@preempt-hang-render:
- shard-apl: [SKIP][109] ([fdo#109271]) -> [PASS][110]
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl6/igt@gem_exec_schedule@preempt-hang-render.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl4/igt@gem_exec_schedule@preempt-hang-render.html
- shard-glk: [SKIP][111] ([fdo#109271]) -> [PASS][112] +1 similar issue
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk8/igt@gem_exec_schedule@preempt-hang-render.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk2/igt@gem_exec_schedule@preempt-hang-render.html
- shard-iclb: [SKIP][113] -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb2/igt@gem_exec_schedule@preempt-hang-render.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb7/igt@gem_exec_schedule@preempt-hang-render.html
- shard-tglb: [SKIP][115] -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb3/igt@gem_exec_schedule@preempt-hang-render.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb7/igt@gem_exec_schedule@preempt-hang-render.html
- shard-kbl: [SKIP][117] ([fdo#109271]) -> [PASS][118]
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl7/igt@gem_exec_schedule@preempt-hang-render.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl6/igt@gem_exec_schedule@preempt-hang-render.html
* igt@gem_userptr_blits@sync-unmap-after-close:
- shard-snb: [DMESG-WARN][119] ([fdo#111870] / [i915#478]) -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb5/igt@gem_userptr_blits@sync-unmap-after-close.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb5/igt@gem_userptr_blits@sync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-kbl: [DMESG-WARN][121] ([i915#180]) -> [PASS][122] +2 similar issues
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl2/igt@gem_workarounds@suspend-resume-fd.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl6/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [FAIL][123] ([i915#447]) -> [PASS][124]
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rpm@system-suspend-devices:
- shard-iclb: [SKIP][125] ([i915#1316]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb1/igt@i915_pm_rpm@system-suspend-devices.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb6/igt@i915_pm_rpm@system-suspend-devices.html
- shard-hsw: [SKIP][127] ([fdo#109271]) -> [PASS][128]
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw4/igt@i915_pm_rpm@system-suspend-devices.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw5/igt@i915_pm_rpm@system-suspend-devices.html
- shard-tglb: [SKIP][129] ([i915#1316]) -> [PASS][130]
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb6/igt@i915_pm_rpm@system-suspend-devices.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb5/igt@i915_pm_rpm@system-suspend-devices.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-glk: [FAIL][131] ([i915#72]) -> [PASS][132]
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk2/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_flip@flip-vs-suspend:
- shard-hsw: [INCOMPLETE][133] ([i915#61]) -> [PASS][134]
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw5/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render:
- shard-kbl: [FAIL][135] ([i915#49]) -> [PASS][136]
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
- shard-glk: [FAIL][137] ([i915#49]) -> [PASS][138]
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-glk2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-glk6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
- shard-apl: [FAIL][139] ([i915#49]) -> [PASS][140]
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite:
- shard-snb: [DMESG-WARN][141] ([i915#478]) -> [PASS][142]
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
- shard-apl: [DMESG-WARN][143] ([i915#180]) -> [PASS][144] +1 similar issue
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl3/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: [SKIP][145] ([fdo#109441]) -> [PASS][146] +3 similar issues
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb4/igt@kms_psr@psr2_cursor_mmap_cpu.html
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
* igt@kms_setmode@basic:
- shard-hsw: [FAIL][147] ([i915#31]) -> [PASS][148]
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw6/igt@kms_setmode@basic.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw6/igt@kms_setmode@basic.html
* igt@kms_vblank@pipe-d-ts-continuation-modeset-hang:
- shard-tglb: [SKIP][149] ([fdo#112015]) -> [PASS][150]
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-modeset-hang.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-modeset-hang.html
* igt@perf_pmu@busy-vcs1:
- shard-iclb: [SKIP][151] ([fdo#112080]) -> [PASS][152] +11 similar issues
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-iclb6/igt@perf_pmu@busy-vcs1.html
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-iclb2/igt@perf_pmu@busy-vcs1.html
* igt@perf_pmu@most-busy-idle-check-all-bcs0:
- shard-hsw: [FAIL][153] -> [PASS][154] +1 similar issue
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw5/igt@perf_pmu@most-busy-idle-check-all-bcs0.html
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw5/igt@perf_pmu@most-busy-idle-check-all-bcs0.html
#### Warnings ####
* igt@gem_userptr_blits@map-fixed-invalidate-busy@gtt:
- shard-hsw: [DMESG-WARN][155] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][156] ([i915#478])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw5/igt@gem_userptr_blits@map-fixed-invalidate-busy@gtt.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-busy@gtt.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][157] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][158] ([fdo#110789] / [fdo#111870] / [i915#478])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-snb5/igt@gem_userptr_blits@sync-unmap-cycles.html
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][159] ([fdo#111870]) -> [DMESG-WARN][160] ([fdo#110789] / [fdo#111870])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglb: [SKIP][161] ([i915#468]) -> [FAIL][162] ([i915#454])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb2/igt@i915_pm_dc@dc6-dpms.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb6/igt@i915_pm_dc@dc6-dpms.html
* igt@runner@aborted:
- shard-kbl: [FAIL][163] ([i915#92]) -> [FAIL][164] ([k.org#204565])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-kbl3/igt@runner@aborted.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-kbl4/igt@runner@aborted.html
- shard-apl: ([FAIL][165], [FAIL][166]) ([fdo#103927] / [i915#1402]) -> ([FAIL][167], [FAIL][168], [FAIL][169]) ([fdo#103927] / [i915#1402] / [k.org#204565])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl3/igt@runner@aborted.html
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-apl1/igt@runner@aborted.html
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl2/igt@runner@aborted.html
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl7/igt@runner@aborted.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-apl2/igt@runner@aborted.html
- shard-tglb: [FAIL][170] ([i915#1389]) -> ([FAIL][171], [FAIL][172]) ([i915#1389] / [k.org#204565])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8137/shard-tglb2/igt@runner@aborted.html
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb3/igt@runner@aborted.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/shard-tglb7/igt@runner@aborted.html
- shard-snb: ([FAIL][173], [FAIL][174], [FAIL][175], [FAIL][176], [FAIL][177], [FAIL][178], [FAIL][179], [FAIL][180], [FAIL][181]) ([fdo#111870] / [i915#1077] / [i915#698]) -> ([FAIL][182], [FAIL][183], [FAIL][184], [FAIL][185], [FAIL][186], [FAIL][187], [FAIL][188], [FAIL][189]) ([fdo#111870] / [i915#1077] / [k.org#
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4311/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
2020-03-16 17:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-17 1:23 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-03-19 18:29 ` Patchwork
2020-03-20 9:54 ` Petri Latvala
2020-03-20 10:17 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (4 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: Patchwork @ 2020-03-19 18:29 UTC (permalink / raw)
To: Lyude; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
URL : https://patchwork.freedesktop.org/series/74751/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8160 -> IGTPW_4328
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4328 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4328, 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_4328/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4328:
### IGT changes ###
#### Possible regressions ####
* igt@kms_prop_blob@basic:
- fi-apl-guc: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-apl-guc/igt@kms_prop_blob@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-apl-guc/igt@kms_prop_blob@basic.html
Known issues
------------
Here are the changes found in IGTPW_4328 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gem_contexts:
- fi-skl-lmem: [PASS][3] -> [DMESG-FAIL][4] ([i915#933])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [PASS][5] -> [FAIL][6] ([i915#323])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#933]: https://gitlab.freedesktop.org/drm/intel/issues/933
Participating hosts (37 -> 40)
------------------------------
Additional (6): fi-bsw-n3050 fi-byt-j1900 fi-cfl-8109u fi-skl-6600u fi-bsw-nick fi-skl-6700k2
Missing (3): fi-byt-clapper fi-byt-squawks fi-bsw-cyan
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5523 -> IGTPW_4328
CI-20190529: 20190529
CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-19 18:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
@ 2020-03-20 9:54 ` Petri Latvala
2020-03-20 10:20 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 12+ messages in thread
From: Petri Latvala @ 2020-03-20 9:54 UTC (permalink / raw)
To: igt-dev, Lakshminarayana Vudum
On Thu, Mar 19, 2020 at 06:29:51PM +0000, Patchwork wrote:
> == Series Details ==
>
> Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
> URL : https://patchwork.freedesktop.org/series/74751/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8160 -> IGTPW_4328
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_4328 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_4328, 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_4328/index.html
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_4328:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_prop_blob@basic:
> - fi-apl-guc: [PASS][1] -> [FAIL][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-apl-guc/igt@kms_prop_blob@basic.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-apl-guc/igt@kms_prop_blob@basic.html
Lakshmi, false positive here.
--
Petri Latvala
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_4328 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@i915_selftest@live@gem_contexts:
> - fi-skl-lmem: [PASS][3] -> [DMESG-FAIL][4] ([i915#933])
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
>
> * igt@kms_chamelium@hdmi-hpd-fast:
> - fi-kbl-7500u: [PASS][5] -> [FAIL][6] ([i915#323])
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
>
>
> [i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
> [i915#933]: https://gitlab.freedesktop.org/drm/intel/issues/933
>
>
> Participating hosts (37 -> 40)
> ------------------------------
>
> Additional (6): fi-bsw-n3050 fi-byt-j1900 fi-cfl-8109u fi-skl-6600u fi-bsw-nick fi-skl-6700k2
> Missing (3): fi-byt-clapper fi-byt-squawks fi-bsw-cyan
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_5523 -> IGTPW_4328
>
> CI-20190529: 20190529
> CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
` (2 preceding siblings ...)
2020-03-19 18:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
@ 2020-03-20 10:17 ` Patchwork
2020-03-20 11:18 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (3 subsequent siblings)
7 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2020-03-20 10:17 UTC (permalink / raw)
To: Lyude Paul; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
URL : https://patchwork.freedesktop.org/series/74751/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8160 -> IGTPW_4328
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
Known issues
------------
Here are the changes found in IGTPW_4328 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gem_contexts:
- fi-skl-lmem: [PASS][1] -> [DMESG-FAIL][2] ([i915#933])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [PASS][3] -> [FAIL][4] ([i915#323])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
* igt@kms_prop_blob@basic:
- fi-apl-guc: [PASS][5] -> [FAIL][6] ([i915#1491])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-apl-guc/igt@kms_prop_blob@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-apl-guc/igt@kms_prop_blob@basic.html
[i915#1491]: https://gitlab.freedesktop.org/drm/intel/issues/1491
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#933]: https://gitlab.freedesktop.org/drm/intel/issues/933
Participating hosts (37 -> 40)
------------------------------
Additional (6): fi-bsw-n3050 fi-byt-j1900 fi-cfl-8109u fi-skl-6600u fi-bsw-nick fi-skl-6700k2
Missing (3): fi-byt-clapper fi-byt-squawks fi-bsw-cyan
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5523 -> IGTPW_4328
CI-20190529: 20190529
CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-20 9:54 ` Petri Latvala
@ 2020-03-20 10:20 ` Vudum, Lakshminarayana
0 siblings, 0 replies; 12+ messages in thread
From: Vudum, Lakshminarayana @ 2020-03-20 10:20 UTC (permalink / raw)
To: Latvala, Petri, igt-dev@lists.freedesktop.org
Created a new issue and re-reported the results.
Lakshmi.
-----Original Message-----
From: Latvala, Petri <petri.latvala@intel.com>
Sent: Friday, March 20, 2020 11:54 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: Lyude <lyude@redhat.com>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
On Thu, Mar 19, 2020 at 06:29:51PM +0000, Patchwork wrote:
> == Series Details ==
>
> Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
> URL : https://patchwork.freedesktop.org/series/74751/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8160 -> IGTPW_4328
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_4328 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_4328, 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_4328/index.html
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_4328:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_prop_blob@basic:
> - fi-apl-guc: [PASS][1] -> [FAIL][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-apl-guc/igt@kms_prop_blob@basic.html
> [2]:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-apl-guc/igt@kms
> _prop_blob@basic.html
Lakshmi, false positive here.
--
Petri Latvala
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_4328 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@i915_selftest@live@gem_contexts:
> - fi-skl-lmem: [PASS][3] -> [DMESG-FAIL][4] ([i915#933])
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-skl-lmem/igt@i915_selftest@live@gem_contexts.html
>
> * igt@kms_chamelium@hdmi-hpd-fast:
> - fi-kbl-7500u: [PASS][5] -> [FAIL][6] ([i915#323])
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
>
>
> [i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
> [i915#933]: https://gitlab.freedesktop.org/drm/intel/issues/933
>
>
> Participating hosts (37 -> 40)
> ------------------------------
>
> Additional (6): fi-bsw-n3050 fi-byt-j1900 fi-cfl-8109u fi-skl-6600u fi-bsw-nick fi-skl-6700k2
> Missing (3): fi-byt-clapper fi-byt-squawks fi-bsw-cyan
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_5523 -> IGTPW_4328
>
> CI-20190529: 20190529
> CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki
Business Identity Code: 0357606 - 4
Domiciled in Helsinki
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
` (3 preceding siblings ...)
2020-03-20 10:17 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2020-03-20 11:18 ` Patchwork
2020-03-20 11:20 ` Petri Latvala
2020-03-20 12:22 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Petri Latvala
` (2 subsequent siblings)
7 siblings, 1 reply; 12+ messages in thread
From: Patchwork @ 2020-03-20 11:18 UTC (permalink / raw)
To: Lyude Paul; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
URL : https://patchwork.freedesktop.org/series/74751/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8160_full -> IGTPW_4328_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4328_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4328_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_4328/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4328_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_busy@extended-parallel-vcs0:
- shard-tglb: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb8/igt@gem_busy@extended-parallel-vcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_busy@extended-parallel-vcs0.html
* igt@gem_exec_schedule@wide-vebox:
- shard-kbl: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl3/igt@gem_exec_schedule@wide-vebox.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl7/igt@gem_exec_schedule@wide-vebox.html
* igt@i915_selftest@mock:
- shard-glk: NOTRUN -> [FAIL][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@i915_selftest@mock.html
- shard-iclb: NOTRUN -> [FAIL][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_selftest@mock.html
- shard-kbl: NOTRUN -> [FAIL][7]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@i915_selftest@mock.html
- shard-tglb: NOTRUN -> [FAIL][8]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@i915_selftest@mock.html
- shard-apl: NOTRUN -> [FAIL][9]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@i915_selftest@mock.html
Known issues
------------
Here are the changes found in IGTPW_4328_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_persistence@close-replace-race:
- shard-tglb: [PASS][10] -> [INCOMPLETE][11] ([i915#1402])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb5/igt@gem_ctx_persistence@close-replace-race.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_ctx_persistence@close-replace-race.html
- shard-kbl: [PASS][12] -> [INCOMPLETE][13] ([i915#1402])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl7/igt@gem_ctx_persistence@close-replace-race.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [PASS][14] -> [SKIP][15] ([fdo#110854])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_exec_balancer@smoke.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [PASS][16] -> [SKIP][17] ([fdo#112080]) +15 similar issues
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@out-order-bsd2:
- shard-iclb: [PASS][18] -> [SKIP][19] ([fdo#109276]) +9 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@out-order-bsd2.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@gem_exec_schedule@out-order-bsd2.html
* igt@gem_exec_schedule@pi-distinct-iova-bsd:
- shard-iclb: [PASS][20] -> [SKIP][21] ([i915#677])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
* igt@gem_exec_schedule@preempt-bsd:
- shard-iclb: [PASS][22] -> [SKIP][23] ([fdo#112146]) +7 similar issues
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-bsd.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@preempt-bsd.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-apl: [PASS][24] -> [FAIL][25] ([i915#644])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl2/igt@gem_ppgtt@flink-and-close-vma-leak.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_userptr_blits@sync-unmap-after-close:
- shard-hsw: [PASS][26] -> [DMESG-WARN][27] ([fdo#111870])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@gem_userptr_blits@sync-unmap-after-close.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@gem_userptr_blits@sync-unmap-after-close.html
- shard-snb: [PASS][28] -> [DMESG-WARN][29] ([fdo#111870] / [i915#478])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-kbl: [PASS][30] -> [DMESG-WARN][31] ([i915#180]) +4 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@gem_workarounds@suspend-resume-fd.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_pm_rpm@gem-execbuf-stress:
- shard-glk: [PASS][32] -> [SKIP][33] ([fdo#109271])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-tglb: [PASS][34] -> [SKIP][35] ([i915#1316])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-hsw: [PASS][36] -> [SKIP][37] ([fdo#109271])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@i915_pm_rpm@gem-execbuf-stress.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-iclb: [PASS][38] -> [SKIP][39] ([i915#1316])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@i915_pm_rpm@gem-execbuf-stress.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@i915_pm_rpm@gem-execbuf-stress.html
* igt@i915_pm_rps@reset:
- shard-iclb: [PASS][40] -> [FAIL][41] ([i915#413])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@i915_pm_rps@reset.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_rps@reset.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-glk: [PASS][42] -> [FAIL][43] ([i915#79])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-hsw: [PASS][44] -> [INCOMPLETE][45] ([i915#61]) +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-apl: [PASS][46] -> [DMESG-WARN][47] ([i915#180]) +3 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl8/igt@kms_hdr@bpc-switch-suspend.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][48] -> [SKIP][49] ([fdo#109441]) +2 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
#### Possible fixes ####
* igt@gem_ctx_persistence@close-replace-race:
- shard-glk: [INCOMPLETE][50] ([i915#1402] / [i915#58] / [k.org#198133]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@gem_ctx_persistence@close-replace-race.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_ctx_persistence@engines-mixed-process@bcs0:
- shard-iclb: [FAIL][52] ([i915#679]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
* igt@gem_ctx_persistence@engines-mixed-process@vcs0:
- shard-iclb: [INCOMPLETE][54] ([i915#1239]) -> [PASS][55]
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@blt:
- shard-tglb: [FAIL][56] ([i915#679]) -> [PASS][57]
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox:
- shard-tglb: [INCOMPLETE][58] ([i915#1239]) -> [PASS][59]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
* igt@gem_exec_schedule@deep-bsd:
- shard-iclb: [SKIP][60] ([fdo#112146]) -> [PASS][61] +3 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@gem_exec_schedule@deep-bsd.html
* igt@gem_exec_schedule@implicit-read-write-bsd1:
- shard-iclb: [SKIP][62] ([fdo#109276] / [i915#677]) -> [PASS][63] +1 similar issue
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@gem_exec_schedule@implicit-read-write-bsd1.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@implicit-read-write-bsd1.html
* igt@gem_exec_schedule@pi-common-bsd:
- shard-iclb: [SKIP][64] ([i915#677]) -> [PASS][65] +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@pi-common-bsd.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_schedule@pi-common-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][66] ([fdo#109276]) -> [PASS][67] +19 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_whisper@basic-fds-forked:
- shard-tglb: [INCOMPLETE][68] ([i915#1318] / [i915#1401]) -> [PASS][69]
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@gem_exec_whisper@basic-fds-forked.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb8/igt@gem_exec_whisper@basic-fds-forked.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [FAIL][70] ([i915#447]) -> [PASS][71]
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rpm@gem-execbuf:
- shard-iclb: [SKIP][72] ([i915#1316]) -> [PASS][73]
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@i915_pm_rpm@gem-execbuf.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@i915_pm_rpm@gem-execbuf.html
- shard-glk: [SKIP][74] ([fdo#109271]) -> [PASS][75]
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@i915_pm_rpm@gem-execbuf.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@i915_pm_rpm@gem-execbuf.html
- shard-tglb: [SKIP][76] ([i915#1316]) -> [PASS][77]
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@i915_pm_rpm@gem-execbuf.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
- shard-glk: [FAIL][78] ([i915#34]) -> [PASS][79] +1 similar issue
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack:
- shard-glk: [FAIL][80] ([i915#49]) -> [PASS][81]
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [DMESG-WARN][82] ([i915#180]) -> [PASS][83] +5 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
- shard-apl: [DMESG-WARN][84] ([i915#180]) -> [PASS][85]
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-glk: [FAIL][86] ([i915#899]) -> [PASS][87]
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-x.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [SKIP][88] ([fdo#109441]) -> [PASS][89] +3 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
* igt@perf_pmu@busy-accuracy-2-vcs1:
- shard-iclb: [SKIP][90] ([fdo#112080]) -> [PASS][91] +6 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb8/igt@perf_pmu@busy-accuracy-2-vcs1.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@perf_pmu@busy-accuracy-2-vcs1.html
#### Warnings ####
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt:
- shard-hsw: [DMESG-WARN][92] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][93] ([i915#478])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
- shard-snb: [DMESG-WARN][94] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][95] ([i915#478])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][96] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][97] ([fdo#110789] / [fdo#111870] / [i915#478])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][98] ([fdo#111870]) -> [DMESG-WARN][99] ([fdo#110789] / [fdo#111870])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@runner@aborted:
- shard-hsw: ([FAIL][100], [FAIL][101], [FAIL][102], [FAIL][103], [FAIL][104], [FAIL][105]) ([fdo#111870] / [i915#1485]) -> ([FAIL][106], [FAIL][107], [FAIL][108], [FAIL][109], [FAIL][110], [FAIL][111], [FAIL][112], [FAIL][113]) ([fdo#111870] / [i915#1454] / [i915#1485])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw5/igt@runner@aborted.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@runner@aborted.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw1/igt@runner@aborted.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw2/igt@runner@aborted.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@runner@aborted.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
- shard-kbl: [FAIL][114] ([i915#92]) -> ([FAIL][115], [FAIL][116], [FAIL][117]) ([i915#1389] / [i915#1402] / [i915#1455] / [i915#1485] / [i915#92])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl6/igt@runner@aborted.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@runner@aborted.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl3/igt@runner@aborted.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@runner@aborted.html
- shard-iclb: [FAIL][118] ([fdo#111093]) -> ([FAIL][119], [FAIL][120]) ([fdo#111093] / [i915#1485])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@runner@aborted.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@runner@aborted.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@runner@aborted.html
- shard-apl: ([FAIL][121], [FAIL][122]) ([fdo#103927] / [i915#1402]) -> ([FAIL][123], [FAIL][124], [FAIL][125]) ([fdo#103927] / [i915#1402] / [i915#1455] / [i915#1485])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl4/igt@runner@aborted.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl1/igt@runner@aborted.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@runner@aborted.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
- shard-glk: [FAIL][126] ([i915#1402] / [k.org#202321]) -> [FAIL][127] ([i915#1455] / [i915#1485] / [k.org#202321])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@runner@aborted.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@runner@aborted.html
- shard-tglb: [FAIL][128] ([i915#1318]) -> ([FAIL][129], [FAIL][130]) ([i915#1389] / [i915#1455] / [i915#1485])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@runner@aborted.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111093]: https://bugs.freedesktop.org/show_bug.cgi?id=111093
[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
[i915#1239]: https://gitlab.freedesktop.org/drm/intel/issues/1239
[i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
[i915#1318]: https://gitlab.freedesktop.org/drm/intel/issues/1318
[i915#1389]: https://gitlab.freedesktop.org/drm/intel/issues/1389
[i915#1401]: https://gitlab.freedesktop.org/drm/intel/issues/1401
[i915#1402]: https://gitlab.freedesktop.org/drm/intel/issues/1402
[i915#1454]: https://gitlab.freedesktop.org/drm/intel/issues/1454
[i915#1455]: https://gitlab.freedesktop.org/drm/intel/issues/1455
[i915#1485]: https://gitlab.freedesktop.org/drm/intel/issues/1485
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#34]: https://gitlab.freedesktop.org/drm/intel/issues/34
[i915#413]: https://gitlab.freedesktop.org/drm/intel/issues/413
[i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
[i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#679]: https://gitlab.freedesktop.org/drm/intel/issues/679
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#899]: https://gitlab.freedesktop.org/drm/intel/issues/899
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
[k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
Participating hosts (10 -> 8)
------------------------------
Missing (2): pig-skl-6260u pig-glk-j5005
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5523 -> IGTPW_4328
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-20 11:18 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-03-20 11:20 ` Petri Latvala
0 siblings, 0 replies; 12+ messages in thread
From: Petri Latvala @ 2020-03-20 11:20 UTC (permalink / raw)
To: igt-dev, Lakshminarayana Vudum
On Fri, Mar 20, 2020 at 11:18:05AM +0000, Patchwork wrote:
> == Series Details ==
>
> Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
> URL : https://patchwork.freedesktop.org/series/74751/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8160_full -> IGTPW_4328_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_4328_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_4328_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_4328/index.html
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_4328_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@gem_busy@extended-parallel-vcs0:
> - shard-tglb: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb8/igt@gem_busy@extended-parallel-vcs0.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_busy@extended-parallel-vcs0.html
>
> * igt@gem_exec_schedule@wide-vebox:
> - shard-kbl: [PASS][3] -> [INCOMPLETE][4]
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl3/igt@gem_exec_schedule@wide-vebox.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl7/igt@gem_exec_schedule@wide-vebox.html
>
> * igt@i915_selftest@mock:
> - shard-glk: NOTRUN -> [FAIL][5]
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@i915_selftest@mock.html
> - shard-iclb: NOTRUN -> [FAIL][6]
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_selftest@mock.html
> - shard-kbl: NOTRUN -> [FAIL][7]
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@i915_selftest@mock.html
> - shard-tglb: NOTRUN -> [FAIL][8]
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@i915_selftest@mock.html
> - shard-apl: NOTRUN -> [FAIL][9]
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@i915_selftest@mock.html
Lakshmi, some more false positives.
--
Petri Latvala
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_4328_full that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@gem_ctx_persistence@close-replace-race:
> - shard-tglb: [PASS][10] -> [INCOMPLETE][11] ([i915#1402])
> [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb5/igt@gem_ctx_persistence@close-replace-race.html
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_ctx_persistence@close-replace-race.html
> - shard-kbl: [PASS][12] -> [INCOMPLETE][13] ([i915#1402])
> [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl7/igt@gem_ctx_persistence@close-replace-race.html
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@gem_ctx_persistence@close-replace-race.html
>
> * igt@gem_exec_balancer@smoke:
> - shard-iclb: [PASS][14] -> [SKIP][15] ([fdo#110854])
> [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_exec_balancer@smoke.html
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_balancer@smoke.html
>
> * igt@gem_exec_parallel@vcs1-fds:
> - shard-iclb: [PASS][16] -> [SKIP][17] ([fdo#112080]) +15 similar issues
> [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_exec_parallel@vcs1-fds.html
>
> * igt@gem_exec_schedule@out-order-bsd2:
> - shard-iclb: [PASS][18] -> [SKIP][19] ([fdo#109276]) +9 similar issues
> [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@out-order-bsd2.html
> [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@gem_exec_schedule@out-order-bsd2.html
>
> * igt@gem_exec_schedule@pi-distinct-iova-bsd:
> - shard-iclb: [PASS][20] -> [SKIP][21] ([i915#677])
> [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
> [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
>
> * igt@gem_exec_schedule@preempt-bsd:
> - shard-iclb: [PASS][22] -> [SKIP][23] ([fdo#112146]) +7 similar issues
> [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-bsd.html
> [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@preempt-bsd.html
>
> * igt@gem_ppgtt@flink-and-close-vma-leak:
> - shard-apl: [PASS][24] -> [FAIL][25] ([i915#644])
> [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl2/igt@gem_ppgtt@flink-and-close-vma-leak.html
> [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl3/igt@gem_ppgtt@flink-and-close-vma-leak.html
>
> * igt@gem_userptr_blits@sync-unmap-after-close:
> - shard-hsw: [PASS][26] -> [DMESG-WARN][27] ([fdo#111870])
> [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@gem_userptr_blits@sync-unmap-after-close.html
> [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@gem_userptr_blits@sync-unmap-after-close.html
> - shard-snb: [PASS][28] -> [DMESG-WARN][29] ([fdo#111870] / [i915#478])
> [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
> [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
>
> * igt@gem_workarounds@suspend-resume-fd:
> - shard-kbl: [PASS][30] -> [DMESG-WARN][31] ([i915#180]) +4 similar issues
> [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@gem_workarounds@suspend-resume-fd.html
> [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
>
> * igt@i915_pm_rpm@gem-execbuf-stress:
> - shard-glk: [PASS][32] -> [SKIP][33] ([fdo#109271])
> [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
> [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
> - shard-tglb: [PASS][34] -> [SKIP][35] ([i915#1316])
> [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress.html
> [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress.html
> - shard-hsw: [PASS][36] -> [SKIP][37] ([fdo#109271])
> [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@i915_pm_rpm@gem-execbuf-stress.html
> [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@i915_pm_rpm@gem-execbuf-stress.html
> - shard-iclb: [PASS][38] -> [SKIP][39] ([i915#1316])
> [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@i915_pm_rpm@gem-execbuf-stress.html
> [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@i915_pm_rpm@gem-execbuf-stress.html
>
> * igt@i915_pm_rps@reset:
> - shard-iclb: [PASS][40] -> [FAIL][41] ([i915#413])
> [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@i915_pm_rps@reset.html
> [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_rps@reset.html
>
> * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
> - shard-glk: [PASS][42] -> [FAIL][43] ([i915#79])
> [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
> [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
>
> * igt@kms_flip@flip-vs-suspend:
> - shard-hsw: [PASS][44] -> [INCOMPLETE][45] ([i915#61]) +1 similar issue
> [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
> [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
>
> * igt@kms_hdr@bpc-switch-suspend:
> - shard-apl: [PASS][46] -> [DMESG-WARN][47] ([i915#180]) +3 similar issues
> [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl8/igt@kms_hdr@bpc-switch-suspend.html
> [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl1/igt@kms_hdr@bpc-switch-suspend.html
>
> * igt@kms_psr@psr2_primary_page_flip:
> - shard-iclb: [PASS][48] -> [SKIP][49] ([fdo#109441]) +2 similar issues
> [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
> [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
>
>
> #### Possible fixes ####
>
> * igt@gem_ctx_persistence@close-replace-race:
> - shard-glk: [INCOMPLETE][50] ([i915#1402] / [i915#58] / [k.org#198133]) -> [PASS][51]
> [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@gem_ctx_persistence@close-replace-race.html
> [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@gem_ctx_persistence@close-replace-race.html
>
> * igt@gem_ctx_persistence@engines-mixed-process@bcs0:
> - shard-iclb: [FAIL][52] ([i915#679]) -> [PASS][53]
> [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
> [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
>
> * igt@gem_ctx_persistence@engines-mixed-process@vcs0:
> - shard-iclb: [INCOMPLETE][54] ([i915#1239]) -> [PASS][55]
> [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
> [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
>
> * igt@gem_ctx_persistence@legacy-engines-mixed-process@blt:
> - shard-tglb: [FAIL][56] ([i915#679]) -> [PASS][57]
> [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
> [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
>
> * igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox:
> - shard-tglb: [INCOMPLETE][58] ([i915#1239]) -> [PASS][59]
> [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
> [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
>
> * igt@gem_exec_schedule@deep-bsd:
> - shard-iclb: [SKIP][60] ([fdo#112146]) -> [PASS][61] +3 similar issues
> [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html
> [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@gem_exec_schedule@deep-bsd.html
>
> * igt@gem_exec_schedule@implicit-read-write-bsd1:
> - shard-iclb: [SKIP][62] ([fdo#109276] / [i915#677]) -> [PASS][63] +1 similar issue
> [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@gem_exec_schedule@implicit-read-write-bsd1.html
> [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@implicit-read-write-bsd1.html
>
> * igt@gem_exec_schedule@pi-common-bsd:
> - shard-iclb: [SKIP][64] ([i915#677]) -> [PASS][65] +1 similar issue
> [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@pi-common-bsd.html
> [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_schedule@pi-common-bsd.html
>
> * igt@gem_exec_schedule@preempt-queue-bsd1:
> - shard-iclb: [SKIP][66] ([fdo#109276]) -> [PASS][67] +19 similar issues
> [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
> [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
>
> * igt@gem_exec_whisper@basic-fds-forked:
> - shard-tglb: [INCOMPLETE][68] ([i915#1318] / [i915#1401]) -> [PASS][69]
> [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@gem_exec_whisper@basic-fds-forked.html
> [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb8/igt@gem_exec_whisper@basic-fds-forked.html
>
> * igt@i915_pm_dc@dc5-dpms:
> - shard-iclb: [FAIL][70] ([i915#447]) -> [PASS][71]
> [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
> [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_dc@dc5-dpms.html
>
> * igt@i915_pm_rpm@gem-execbuf:
> - shard-iclb: [SKIP][72] ([i915#1316]) -> [PASS][73]
> [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@i915_pm_rpm@gem-execbuf.html
> [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@i915_pm_rpm@gem-execbuf.html
> - shard-glk: [SKIP][74] ([fdo#109271]) -> [PASS][75]
> [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@i915_pm_rpm@gem-execbuf.html
> [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@i915_pm_rpm@gem-execbuf.html
> - shard-tglb: [SKIP][76] ([i915#1316]) -> [PASS][77]
> [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@i915_pm_rpm@gem-execbuf.html
> [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf.html
>
> * igt@kms_flip@plain-flip-fb-recreate-interruptible:
> - shard-glk: [FAIL][78] ([i915#34]) -> [PASS][79] +1 similar issue
> [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
> [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
>
> * igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack:
> - shard-glk: [FAIL][80] ([i915#49]) -> [PASS][81]
> [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
> [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
>
> * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
> - shard-kbl: [DMESG-WARN][82] ([i915#180]) -> [PASS][83] +5 similar issues
> [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
> [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
> - shard-apl: [DMESG-WARN][84] ([i915#180]) -> [PASS][85]
> [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
> [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
>
> * igt@kms_plane_lowres@pipe-a-tiling-x:
> - shard-glk: [FAIL][86] ([i915#899]) -> [PASS][87]
> [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-x.html
> [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_plane_lowres@pipe-a-tiling-x.html
>
> * igt@kms_psr@psr2_cursor_render:
> - shard-iclb: [SKIP][88] ([fdo#109441]) -> [PASS][89] +3 similar issues
> [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
> [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
>
> * igt@perf_pmu@busy-accuracy-2-vcs1:
> - shard-iclb: [SKIP][90] ([fdo#112080]) -> [PASS][91] +6 similar issues
> [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb8/igt@perf_pmu@busy-accuracy-2-vcs1.html
> [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@perf_pmu@busy-accuracy-2-vcs1.html
>
>
> #### Warnings ####
>
> * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt:
> - shard-hsw: [DMESG-WARN][92] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][93] ([i915#478])
> [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
> [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
> - shard-snb: [DMESG-WARN][94] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][95] ([i915#478])
> [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
> [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
>
> * igt@gem_userptr_blits@sync-unmap-cycles:
> - shard-snb: [DMESG-WARN][96] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][97] ([fdo#110789] / [fdo#111870] / [i915#478])
> [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html
> [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
> - shard-hsw: [DMESG-WARN][98] ([fdo#111870]) -> [DMESG-WARN][99] ([fdo#110789] / [fdo#111870])
> [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
> [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@gem_userptr_blits@sync-unmap-cycles.html
>
> * igt@runner@aborted:
> - shard-hsw: ([FAIL][100], [FAIL][101], [FAIL][102], [FAIL][103], [FAIL][104], [FAIL][105]) ([fdo#111870] / [i915#1485]) -> ([FAIL][106], [FAIL][107], [FAIL][108], [FAIL][109], [FAIL][110], [FAIL][111], [FAIL][112], [FAIL][113]) ([fdo#111870] / [i915#1454] / [i915#1485])
> [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
> [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
> [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
> [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
> [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
> [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw5/igt@runner@aborted.html
> [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
> [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@runner@aborted.html
> [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw1/igt@runner@aborted.html
> [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw2/igt@runner@aborted.html
> [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
> [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@runner@aborted.html
> [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
> [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
> - shard-kbl: [FAIL][114] ([i915#92]) -> ([FAIL][115], [FAIL][116], [FAIL][117]) ([i915#1389] / [i915#1402] / [i915#1455] / [i915#1485] / [i915#92])
> [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl6/igt@runner@aborted.html
> [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@runner@aborted.html
> [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl3/igt@runner@aborted.html
> [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@runner@aborted.html
> - shard-iclb: [FAIL][118] ([fdo#111093]) -> ([FAIL][119], [FAIL][120]) ([fdo#111093] / [i915#1485])
> [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@runner@aborted.html
> [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@runner@aborted.html
> [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@runner@aborted.html
> - shard-apl: ([FAIL][121], [FAIL][122]) ([fdo#103927] / [i915#1402]) -> ([FAIL][123], [FAIL][124], [FAIL][125]) ([fdo#103927] / [i915#1402] / [i915#1455] / [i915#1485])
> [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl4/igt@runner@aborted.html
> [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl1/igt@runner@aborted.html
> [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
> [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@runner@aborted.html
> [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
> - shard-glk: [FAIL][126] ([i915#1402] / [k.org#202321]) -> [FAIL][127] ([i915#1455] / [i915#1485] / [k.org#202321])
> [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@runner@aborted.html
> [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@runner@aborted.html
> - shard-tglb: [FAIL][128] ([i915#1318]) -> ([FAIL][129], [FAIL][130]) ([i915#1389] / [i915#1455] / [i915#1485])
> [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@runner@aborted.html
> [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
> [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
>
>
> [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
> [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
> [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
> [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
> [fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
> [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
> [fdo#111093]: https://bugs.freedesktop.org/show_bug.cgi?id=111093
> [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
> [i915#1239]: https://gitlab.freedesktop.org/drm/intel/issues/1239
> [i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
> [i915#1318]: https://gitlab.freedesktop.org/drm/intel/issues/1318
> [i915#1389]: https://gitlab.freedesktop.org/drm/intel/issues/1389
> [i915#1401]: https://gitlab.freedesktop.org/drm/intel/issues/1401
> [i915#1402]: https://gitlab.freedesktop.org/drm/intel/issues/1402
> [i915#1454]: https://gitlab.freedesktop.org/drm/intel/issues/1454
> [i915#1455]: https://gitlab.freedesktop.org/drm/intel/issues/1455
> [i915#1485]: https://gitlab.freedesktop.org/drm/intel/issues/1485
> [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
> [i915#34]: https://gitlab.freedesktop.org/drm/intel/issues/34
> [i915#413]: https://gitlab.freedesktop.org/drm/intel/issues/413
> [i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
> [i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
> [i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
> [i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
> [i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
> [i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
> [i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
> [i915#679]: https://gitlab.freedesktop.org/drm/intel/issues/679
> [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
> [i915#899]: https://gitlab.freedesktop.org/drm/intel/issues/899
> [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
> [k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
> [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
>
>
> Participating hosts (10 -> 8)
> ------------------------------
>
> Missing (2): pig-skl-6260u pig-glk-j5005
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_5523 -> IGTPW_4328
> * Piglit: piglit_4509 -> None
>
> CI-20190529: 20190529
> CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
` (4 preceding siblings ...)
2020-03-20 11:18 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-03-20 12:22 ` Petri Latvala
2020-03-20 14:07 ` [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
2020-03-20 14:44 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
7 siblings, 0 replies; 12+ messages in thread
From: Petri Latvala @ 2020-03-20 12:22 UTC (permalink / raw)
To: Lyude; +Cc: igt-dev
On Mon, Mar 16, 2020 at 12:04:52PM -0400, Lyude wrote:
> From: Lyude Paul <lyude@redhat.com>
>
> We currently manually specify the name of the source file by-hand here,
> however this causes problems if the user tries to build with compile
> flags like -fdebug-prefix-map since the source file names will then
> differ from what's hardcoded here - causing tests to fail.
>
> So, fix that by using __FILE__ instead.
>
> Signed-off-by: Lyude Paul <lyude@redhat.com>
This also fixes building when the build directory is not directly in
source root.
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
> ---
> lib/tests/igt_describe.c | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/lib/tests/igt_describe.c b/lib/tests/igt_describe.c
> index 6f3a4319..94d42fbe 100644
> --- a/lib/tests/igt_describe.c
> +++ b/lib/tests/igt_describe.c
> @@ -101,33 +101,33 @@ static void fake_main(int argc, char **argv) {
> static const char DESCRIBE_ALL_OUTPUT[] = \
> "the top level description\n"
> "\n"
> - "SUB A ../lib/tests/igt_describe.c:36:\n"
> + "SUB A " __FILE__ ":36:\n"
> " Basic A\n"
> "\n"
> - "SUB B ../lib/tests/igt_describe.c:45:\n"
> + "SUB B " __FILE__ ":45:\n"
> " Group with B, C & D\n"
> "\n"
> " Basic B\n"
> "\n"
> - "SUB C ../lib/tests/igt_describe.c:54:\n"
> + "SUB C " __FILE__ ":54:\n"
> " Group with B, C & D\n"
> "\n"
> " Group with C & D\n"
> "\n"
> " Basic C\n"
> "\n"
> - "SUB D ../lib/tests/igt_describe.c:58:\n"
> + "SUB D " __FILE__ ":58:\n"
> " Group with B, C & D\n"
> "\n"
> " Group with C & D\n"
> "\n"
> - "SUB E ../lib/tests/igt_describe.c:66:\n"
> + "SUB E " __FILE__ ":66:\n"
> " NO DOCUMENTATION!\n"
> "\n"
> - "SUB F ../lib/tests/igt_describe.c:71:\n"
> + "SUB F " __FILE__ ":71:\n"
> " NO DOCUMENTATION!\n"
> "\n"
> - "SUB G ../lib/tests/igt_describe.c:80:\n"
> + "SUB G " __FILE__ ":80:\n"
> " this description should be so long that it wraps itself nicely in the terminal this\n"
> " description should be so long that it wraps itself nicely in the terminal this description\n"
> " should be so long that it wraps itself nicely in the terminal this description should be so\n"
> @@ -135,17 +135,17 @@ static const char DESCRIBE_ALL_OUTPUT[] = \
> " wraps itself nicely in the terminal this description should be so long that it wraps itself\n"
> " nicely in the terminal\n"
> "\n"
> - "SUB F ../lib/tests/igt_describe.c:87:\n"
> + "SUB F " __FILE__ ":87:\n"
> " verylongwordthatshoudlbeprintedeventhoughitspastthewrppinglimitverylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimit\n"
> " verylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimitverylongwordthatshoudlbeprintedeventhoughitspastthewrappinglimit\n"
> "\n"
> - "SUB G ../lib/tests/igt_describe.c:91:\n"
> + "SUB G " __FILE__ ":91:\n"
> " Subtest with dynamic subsubtests\n\n";
>
> static const char JUST_C_OUTPUT[] = \
> "the top level description\n"
> "\n"
> - "SUB C ../lib/tests/igt_describe.c:54:\n"
> + "SUB C " __FILE__ ":54:\n"
> " Group with B, C & D\n"
> "\n"
> " Group with C & D\n"
> --
> 2.24.1
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
` (5 preceding siblings ...)
2020-03-20 12:22 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Petri Latvala
@ 2020-03-20 14:07 ` Patchwork
2020-03-20 14:44 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
7 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2020-03-20 14:07 UTC (permalink / raw)
To: Lyude Paul; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
URL : https://patchwork.freedesktop.org/series/74751/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8160_full -> IGTPW_4328_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4328_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4328_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_4328/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4328_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@mock:
- shard-glk: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@i915_selftest@mock.html
- shard-iclb: NOTRUN -> [FAIL][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_selftest@mock.html
- shard-kbl: NOTRUN -> [FAIL][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@i915_selftest@mock.html
- shard-tglb: NOTRUN -> [FAIL][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@i915_selftest@mock.html
- shard-apl: NOTRUN -> [FAIL][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@i915_selftest@mock.html
Known issues
------------
Here are the changes found in IGTPW_4328_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@extended-parallel-vcs0:
- shard-tglb: [PASS][6] -> [INCOMPLETE][7] ([IGT#81])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb8/igt@gem_busy@extended-parallel-vcs0.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_busy@extended-parallel-vcs0.html
* igt@gem_ctx_persistence@close-replace-race:
- shard-tglb: [PASS][8] -> [INCOMPLETE][9] ([i915#1402])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb5/igt@gem_ctx_persistence@close-replace-race.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_ctx_persistence@close-replace-race.html
- shard-kbl: [PASS][10] -> [INCOMPLETE][11] ([i915#1402])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl7/igt@gem_ctx_persistence@close-replace-race.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [PASS][12] -> [SKIP][13] ([fdo#110854])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_exec_balancer@smoke.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [PASS][14] -> [SKIP][15] ([fdo#112080]) +15 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@out-order-bsd2:
- shard-iclb: [PASS][16] -> [SKIP][17] ([fdo#109276]) +9 similar issues
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@out-order-bsd2.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@gem_exec_schedule@out-order-bsd2.html
* igt@gem_exec_schedule@pi-distinct-iova-bsd:
- shard-iclb: [PASS][18] -> [SKIP][19] ([i915#677])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
* igt@gem_exec_schedule@preempt-bsd:
- shard-iclb: [PASS][20] -> [SKIP][21] ([fdo#112146]) +7 similar issues
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-bsd.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@preempt-bsd.html
* igt@gem_exec_schedule@wide-vebox:
- shard-kbl: [PASS][22] -> [INCOMPLETE][23] ([i915#180])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl3/igt@gem_exec_schedule@wide-vebox.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl7/igt@gem_exec_schedule@wide-vebox.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-apl: [PASS][24] -> [FAIL][25] ([i915#644])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl2/igt@gem_ppgtt@flink-and-close-vma-leak.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_userptr_blits@sync-unmap-after-close:
- shard-hsw: [PASS][26] -> [DMESG-WARN][27] ([fdo#111870])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@gem_userptr_blits@sync-unmap-after-close.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@gem_userptr_blits@sync-unmap-after-close.html
- shard-snb: [PASS][28] -> [DMESG-WARN][29] ([fdo#111870] / [i915#478])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-kbl: [PASS][30] -> [DMESG-WARN][31] ([i915#180]) +4 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@gem_workarounds@suspend-resume-fd.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_pm_rpm@gem-execbuf-stress:
- shard-glk: [PASS][32] -> [SKIP][33] ([fdo#109271])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-tglb: [PASS][34] -> [SKIP][35] ([i915#1316])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-hsw: [PASS][36] -> [SKIP][37] ([fdo#109271])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@i915_pm_rpm@gem-execbuf-stress.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-iclb: [PASS][38] -> [SKIP][39] ([i915#1316])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@i915_pm_rpm@gem-execbuf-stress.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@i915_pm_rpm@gem-execbuf-stress.html
* igt@i915_pm_rps@reset:
- shard-iclb: [PASS][40] -> [FAIL][41] ([i915#413])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@i915_pm_rps@reset.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_rps@reset.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-glk: [PASS][42] -> [FAIL][43] ([i915#79])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-hsw: [PASS][44] -> [INCOMPLETE][45] ([i915#61]) +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-apl: [PASS][46] -> [DMESG-WARN][47] ([i915#180]) +3 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl8/igt@kms_hdr@bpc-switch-suspend.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][48] -> [SKIP][49] ([fdo#109441]) +2 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
#### Possible fixes ####
* igt@gem_ctx_persistence@close-replace-race:
- shard-glk: [INCOMPLETE][50] ([i915#1402] / [i915#58] / [k.org#198133]) -> [PASS][51]
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@gem_ctx_persistence@close-replace-race.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_ctx_persistence@engines-mixed-process@bcs0:
- shard-iclb: [FAIL][52] ([i915#679]) -> [PASS][53]
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
* igt@gem_ctx_persistence@engines-mixed-process@vcs0:
- shard-iclb: [INCOMPLETE][54] ([i915#1239]) -> [PASS][55]
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@blt:
- shard-tglb: [FAIL][56] ([i915#679]) -> [PASS][57]
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox:
- shard-tglb: [INCOMPLETE][58] ([i915#1239]) -> [PASS][59]
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
* igt@gem_exec_schedule@deep-bsd:
- shard-iclb: [SKIP][60] ([fdo#112146]) -> [PASS][61] +3 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@gem_exec_schedule@deep-bsd.html
* igt@gem_exec_schedule@implicit-read-write-bsd1:
- shard-iclb: [SKIP][62] ([fdo#109276] / [i915#677]) -> [PASS][63] +1 similar issue
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@gem_exec_schedule@implicit-read-write-bsd1.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@implicit-read-write-bsd1.html
* igt@gem_exec_schedule@pi-common-bsd:
- shard-iclb: [SKIP][64] ([i915#677]) -> [PASS][65] +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@pi-common-bsd.html
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_schedule@pi-common-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][66] ([fdo#109276]) -> [PASS][67] +19 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_whisper@basic-fds-forked:
- shard-tglb: [INCOMPLETE][68] ([i915#1318] / [i915#1401]) -> [PASS][69]
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@gem_exec_whisper@basic-fds-forked.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb8/igt@gem_exec_whisper@basic-fds-forked.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [FAIL][70] ([i915#447]) -> [PASS][71]
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rpm@gem-execbuf:
- shard-iclb: [SKIP][72] ([i915#1316]) -> [PASS][73]
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@i915_pm_rpm@gem-execbuf.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@i915_pm_rpm@gem-execbuf.html
- shard-glk: [SKIP][74] ([fdo#109271]) -> [PASS][75]
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@i915_pm_rpm@gem-execbuf.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@i915_pm_rpm@gem-execbuf.html
- shard-tglb: [SKIP][76] ([i915#1316]) -> [PASS][77]
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@i915_pm_rpm@gem-execbuf.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
- shard-glk: [FAIL][78] ([i915#34]) -> [PASS][79] +1 similar issue
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack:
- shard-glk: [FAIL][80] ([i915#49]) -> [PASS][81]
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [DMESG-WARN][82] ([i915#180]) -> [PASS][83] +5 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
- shard-apl: [DMESG-WARN][84] ([i915#180]) -> [PASS][85]
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-glk: [FAIL][86] ([i915#899]) -> [PASS][87]
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-x.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [SKIP][88] ([fdo#109441]) -> [PASS][89] +3 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
* igt@perf_pmu@busy-accuracy-2-vcs1:
- shard-iclb: [SKIP][90] ([fdo#112080]) -> [PASS][91] +6 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb8/igt@perf_pmu@busy-accuracy-2-vcs1.html
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@perf_pmu@busy-accuracy-2-vcs1.html
#### Warnings ####
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt:
- shard-hsw: [DMESG-WARN][92] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][93] ([i915#478])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
- shard-snb: [DMESG-WARN][94] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][95] ([i915#478])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][96] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][97] ([fdo#110789] / [fdo#111870] / [i915#478])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][98] ([fdo#111870]) -> [DMESG-WARN][99] ([fdo#110789] / [fdo#111870])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@runner@aborted:
- shard-hsw: ([FAIL][100], [FAIL][101], [FAIL][102], [FAIL][103], [FAIL][104], [FAIL][105]) ([fdo#111870] / [i915#1485]) -> ([FAIL][106], [FAIL][107], [FAIL][108], [FAIL][109], [FAIL][110], [FAIL][111], [FAIL][112], [FAIL][113]) ([fdo#111870] / [i915#1454] / [i915#1485])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw5/igt@runner@aborted.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@runner@aborted.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw1/igt@runner@aborted.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw2/igt@runner@aborted.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@runner@aborted.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
- shard-kbl: [FAIL][114] ([i915#92]) -> ([FAIL][115], [FAIL][116], [FAIL][117]) ([i915#1389] / [i915#1402] / [i915#1455] / [i915#1485] / [i915#92])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl6/igt@runner@aborted.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@runner@aborted.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl3/igt@runner@aborted.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@runner@aborted.html
- shard-iclb: [FAIL][118] ([fdo#111093]) -> ([FAIL][119], [FAIL][120]) ([fdo#111093] / [i915#1485])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@runner@aborted.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@runner@aborted.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@runner@aborted.html
- shard-apl: ([FAIL][121], [FAIL][122]) ([fdo#103927] / [i915#1402]) -> ([FAIL][123], [FAIL][124], [FAIL][125]) ([fdo#103927] / [i915#1402] / [i915#1455] / [i915#1485])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl4/igt@runner@aborted.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl1/igt@runner@aborted.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@runner@aborted.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
- shard-glk: [FAIL][126] ([i915#1402] / [k.org#202321]) -> [FAIL][127] ([i915#1455] / [i915#1485] / [k.org#202321])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@runner@aborted.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@runner@aborted.html
- shard-tglb: [FAIL][128] ([i915#1318]) -> ([FAIL][129], [FAIL][130]) ([i915#1389] / [i915#1455] / [i915#1485])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@runner@aborted.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[IGT#81]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/81
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111093]: https://bugs.freedesktop.org/show_bug.cgi?id=111093
[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
[i915#1239]: https://gitlab.freedesktop.org/drm/intel/issues/1239
[i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
[i915#1318]: https://gitlab.freedesktop.org/drm/intel/issues/1318
[i915#1389]: https://gitlab.freedesktop.org/drm/intel/issues/1389
[i915#1401]: https://gitlab.freedesktop.org/drm/intel/issues/1401
[i915#1402]: https://gitlab.freedesktop.org/drm/intel/issues/1402
[i915#1454]: https://gitlab.freedesktop.org/drm/intel/issues/1454
[i915#1455]: https://gitlab.freedesktop.org/drm/intel/issues/1455
[i915#1485]: https://gitlab.freedesktop.org/drm/intel/issues/1485
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#34]: https://gitlab.freedesktop.org/drm/intel/issues/34
[i915#413]: https://gitlab.freedesktop.org/drm/intel/issues/413
[i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
[i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#679]: https://gitlab.freedesktop.org/drm/intel/issues/679
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#899]: https://gitlab.freedesktop.org/drm/intel/issues/899
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
[k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
Participating hosts (10 -> 8)
------------------------------
Missing (2): pig-skl-6260u pig-glk-j5005
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5523 -> IGTPW_4328
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
` (6 preceding siblings ...)
2020-03-20 14:07 ` [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
@ 2020-03-20 14:44 ` Patchwork
7 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2020-03-20 14:44 UTC (permalink / raw)
To: Lyude Paul; +Cc: igt-dev
== Series Details ==
Series: lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2)
URL : https://patchwork.freedesktop.org/series/74751/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8160_full -> IGTPW_4328_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
Known issues
------------
Here are the changes found in IGTPW_4328_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@extended-parallel-vcs0:
- shard-tglb: [PASS][1] -> [INCOMPLETE][2] ([IGT#81])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb8/igt@gem_busy@extended-parallel-vcs0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_busy@extended-parallel-vcs0.html
* igt@gem_ctx_persistence@close-replace-race:
- shard-tglb: [PASS][3] -> [INCOMPLETE][4] ([i915#1402])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb5/igt@gem_ctx_persistence@close-replace-race.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@gem_ctx_persistence@close-replace-race.html
- shard-kbl: [PASS][5] -> [INCOMPLETE][6] ([i915#1402])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl7/igt@gem_ctx_persistence@close-replace-race.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_exec_balancer@smoke:
- shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#110854])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_exec_balancer@smoke.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_balancer@smoke.html
* igt@gem_exec_parallel@vcs1-fds:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112080]) +15 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_parallel@vcs1-fds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_exec_parallel@vcs1-fds.html
* igt@gem_exec_schedule@out-order-bsd2:
- shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#109276]) +9 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@out-order-bsd2.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@gem_exec_schedule@out-order-bsd2.html
* igt@gem_exec_schedule@pi-distinct-iova-bsd:
- shard-iclb: [PASS][13] -> [SKIP][14] ([i915#677])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@gem_exec_schedule@pi-distinct-iova-bsd.html
* igt@gem_exec_schedule@preempt-bsd:
- shard-iclb: [PASS][15] -> [SKIP][16] ([fdo#112146]) +7 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-bsd.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@preempt-bsd.html
* igt@gem_exec_schedule@wide-vebox:
- shard-kbl: [PASS][17] -> [INCOMPLETE][18] ([i915#180])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl3/igt@gem_exec_schedule@wide-vebox.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl7/igt@gem_exec_schedule@wide-vebox.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-apl: [PASS][19] -> [FAIL][20] ([i915#644])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl2/igt@gem_ppgtt@flink-and-close-vma-leak.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@gem_userptr_blits@sync-unmap-after-close:
- shard-hsw: [PASS][21] -> [DMESG-WARN][22] ([fdo#111870])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@gem_userptr_blits@sync-unmap-after-close.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@gem_userptr_blits@sync-unmap-after-close.html
- shard-snb: [PASS][23] -> [DMESG-WARN][24] ([fdo#111870] / [i915#478])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb2/igt@gem_userptr_blits@sync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-kbl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) +4 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@gem_workarounds@suspend-resume-fd.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_pm_rpm@gem-execbuf-stress:
- shard-glk: [PASS][27] -> [SKIP][28] ([fdo#109271])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-tglb: [PASS][29] -> [SKIP][30] ([i915#1316])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-hsw: [PASS][31] -> [SKIP][32] ([fdo#109271])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@i915_pm_rpm@gem-execbuf-stress.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@i915_pm_rpm@gem-execbuf-stress.html
- shard-iclb: [PASS][33] -> [SKIP][34] ([i915#1316])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@i915_pm_rpm@gem-execbuf-stress.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@i915_pm_rpm@gem-execbuf-stress.html
* igt@i915_pm_rps@reset:
- shard-iclb: [PASS][35] -> [FAIL][36] ([i915#413])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@i915_pm_rps@reset.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_rps@reset.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-glk: [PASS][37] -> [FAIL][38] ([i915#79])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-hsw: [PASS][39] -> [INCOMPLETE][40] ([i915#61]) +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@kms_flip@flip-vs-suspend.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-apl: [PASS][41] -> [DMESG-WARN][42] ([i915#180]) +3 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl8/igt@kms_hdr@bpc-switch-suspend.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [PASS][43] -> [SKIP][44] ([fdo#109441]) +2 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
#### Possible fixes ####
* igt@gem_ctx_persistence@close-replace-race:
- shard-glk: [INCOMPLETE][45] ([i915#1402] / [i915#58] / [k.org#198133]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@gem_ctx_persistence@close-replace-race.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk8/igt@gem_ctx_persistence@close-replace-race.html
* igt@gem_ctx_persistence@engines-mixed-process@bcs0:
- shard-iclb: [FAIL][47] ([i915#679]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@bcs0.html
* igt@gem_ctx_persistence@engines-mixed-process@vcs0:
- shard-iclb: [INCOMPLETE][49] ([i915#1239]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb4/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb7/igt@gem_ctx_persistence@engines-mixed-process@vcs0.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@blt:
- shard-tglb: [FAIL][51] ([i915#679]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@blt.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox:
- shard-tglb: [INCOMPLETE][53] ([i915#1239]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb2/igt@gem_ctx_persistence@legacy-engines-mixed-process@vebox.html
* igt@gem_exec_schedule@deep-bsd:
- shard-iclb: [SKIP][55] ([fdo#112146]) -> [PASS][56] +3 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@gem_exec_schedule@deep-bsd.html
* igt@gem_exec_schedule@implicit-read-write-bsd1:
- shard-iclb: [SKIP][57] ([fdo#109276] / [i915#677]) -> [PASS][58] +1 similar issue
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb6/igt@gem_exec_schedule@implicit-read-write-bsd1.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@gem_exec_schedule@implicit-read-write-bsd1.html
* igt@gem_exec_schedule@pi-common-bsd:
- shard-iclb: [SKIP][59] ([i915#677]) -> [PASS][60] +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@gem_exec_schedule@pi-common-bsd.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb6/igt@gem_exec_schedule@pi-common-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][61] ([fdo#109276]) -> [PASS][62] +19 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_whisper@basic-fds-forked:
- shard-tglb: [INCOMPLETE][63] ([i915#1318] / [i915#1401]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@gem_exec_whisper@basic-fds-forked.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb8/igt@gem_exec_whisper@basic-fds-forked.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [FAIL][65] ([i915#447]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rpm@gem-execbuf:
- shard-iclb: [SKIP][67] ([i915#1316]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@i915_pm_rpm@gem-execbuf.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb8/igt@i915_pm_rpm@gem-execbuf.html
- shard-glk: [SKIP][69] ([fdo#109271]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@i915_pm_rpm@gem-execbuf.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@i915_pm_rpm@gem-execbuf.html
- shard-tglb: [SKIP][71] ([i915#1316]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb2/igt@i915_pm_rpm@gem-execbuf.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb3/igt@i915_pm_rpm@gem-execbuf.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible:
- shard-glk: [FAIL][73] ([i915#34]) -> [PASS][74] +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@kms_flip@plain-flip-fb-recreate-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack:
- shard-glk: [FAIL][75] ([i915#49]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
- shard-kbl: [DMESG-WARN][77] ([i915#180]) -> [PASS][78] +5 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl1/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
- shard-apl: [DMESG-WARN][79] ([i915#180]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-glk: [FAIL][81] ([i915#899]) -> [PASS][82]
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk3/igt@kms_plane_lowres@pipe-a-tiling-x.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk9/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [SKIP][83] ([fdo#109441]) -> [PASS][84] +3 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
* igt@perf_pmu@busy-accuracy-2-vcs1:
- shard-iclb: [SKIP][85] ([fdo#112080]) -> [PASS][86] +6 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb8/igt@perf_pmu@busy-accuracy-2-vcs1.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@perf_pmu@busy-accuracy-2-vcs1.html
#### Warnings ####
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt:
- shard-hsw: [DMESG-WARN][87] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][88] ([i915#478])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
- shard-snb: [DMESG-WARN][89] ([fdo#110789] / [i915#478]) -> [DMESG-WARN][90] ([i915#478])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][91] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][92] ([fdo#110789] / [fdo#111870] / [i915#478])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
- shard-hsw: [DMESG-WARN][93] ([fdo#111870]) -> [DMESG-WARN][94] ([fdo#110789] / [fdo#111870])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@gem_userptr_blits@sync-unmap-cycles.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@runner@aborted:
- shard-hsw: ([FAIL][95], [FAIL][96], [FAIL][97], [FAIL][98], [FAIL][99], [FAIL][100]) ([fdo#111870] / [i915#1485]) -> ([FAIL][101], [FAIL][102], [FAIL][103], [FAIL][104], [FAIL][105], [FAIL][106], [FAIL][107], [FAIL][108]) ([fdo#111870] / [i915#1454] / [i915#1485])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw1/igt@runner@aborted.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw2/igt@runner@aborted.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-hsw5/igt@runner@aborted.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw5/igt@runner@aborted.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw1/igt@runner@aborted.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw2/igt@runner@aborted.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw6/igt@runner@aborted.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw4/igt@runner@aborted.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-hsw7/igt@runner@aborted.html
- shard-kbl: [FAIL][109] ([i915#92]) -> ([FAIL][110], [FAIL][111], [FAIL][112]) ([i915#1389] / [i915#1402] / [i915#1455] / [i915#1485] / [i915#92])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-kbl6/igt@runner@aborted.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl2/igt@runner@aborted.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl3/igt@runner@aborted.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-kbl1/igt@runner@aborted.html
- shard-iclb: [FAIL][113] ([fdo#111093]) -> ([FAIL][114], [FAIL][115]) ([fdo#111093] / [i915#1485])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-iclb1/igt@runner@aborted.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb4/igt@runner@aborted.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-iclb1/igt@runner@aborted.html
- shard-apl: ([FAIL][116], [FAIL][117]) ([fdo#103927] / [i915#1402]) -> ([FAIL][118], [FAIL][119], [FAIL][120]) ([fdo#103927] / [i915#1402] / [i915#1455] / [i915#1485])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl4/igt@runner@aborted.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-apl1/igt@runner@aborted.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl8/igt@runner@aborted.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-apl2/igt@runner@aborted.html
- shard-glk: [FAIL][121] ([i915#1402] / [k.org#202321]) -> [FAIL][122] ([i915#1455] / [i915#1485] / [k.org#202321])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-glk9/igt@runner@aborted.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-glk6/igt@runner@aborted.html
- shard-tglb: [FAIL][123] ([i915#1318]) -> ([FAIL][124], [FAIL][125]) ([i915#1389] / [i915#1455] / [i915#1485])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8160/shard-tglb1/igt@runner@aborted.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/shard-tglb1/igt@runner@aborted.html
[IGT#81]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/81
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854
[fdo#111093]: https://bugs.freedesktop.org/show_bug.cgi?id=111093
[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
[i915#1239]: https://gitlab.freedesktop.org/drm/intel/issues/1239
[i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
[i915#1318]: https://gitlab.freedesktop.org/drm/intel/issues/1318
[i915#1389]: https://gitlab.freedesktop.org/drm/intel/issues/1389
[i915#1401]: https://gitlab.freedesktop.org/drm/intel/issues/1401
[i915#1402]: https://gitlab.freedesktop.org/drm/intel/issues/1402
[i915#1454]: https://gitlab.freedesktop.org/drm/intel/issues/1454
[i915#1455]: https://gitlab.freedesktop.org/drm/intel/issues/1455
[i915#1485]: https://gitlab.freedesktop.org/drm/intel/issues/1485
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#34]: https://gitlab.freedesktop.org/drm/intel/issues/34
[i915#413]: https://gitlab.freedesktop.org/drm/intel/issues/413
[i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
[i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#679]: https://gitlab.freedesktop.org/drm/intel/issues/679
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#899]: https://gitlab.freedesktop.org/drm/intel/issues/899
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
[k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
Participating hosts (10 -> 8)
------------------------------
Missing (2): pig-skl-6260u pig-glk-j5005
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5523 -> IGTPW_4328
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8160: 6ba1729e5025761ab74914f6b8aa3288f493e9c7 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4328: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
IGT_5523: cf6d524007ac51a7d5a48503ea3dd5f01fd4ebab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4328/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2020-03-20 14:44 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-16 16:04 [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Lyude
2020-03-16 17:44 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-17 1:23 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-03-19 18:29 ` [igt-dev] ✗ Fi.CI.BAT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
2020-03-20 9:54 ` Petri Latvala
2020-03-20 10:20 ` Vudum, Lakshminarayana
2020-03-20 10:17 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-03-20 11:18 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-03-20 11:20 ` Petri Latvala
2020-03-20 12:22 ` [igt-dev] [PATCH i-g-t] lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT Petri Latvala
2020-03-20 14:07 ` [igt-dev] ✗ Fi.CI.IGT: failure for lib/tests/igt_describe: Use __FILE__ in JUST_C_OUTPUT and DESCRIBE_ALL_OUTPUT (rev2) Patchwork
2020-03-20 14:44 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox