* [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector
@ 2019-09-04 8:32 Simon Ser
2019-09-04 8:35 ` Arkadiusz Hiler
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Ser @ 2019-09-04 8:32 UTC (permalink / raw)
To: igt-dev
A reprobe_connector has been mungled by mistake in a previous patch. The old
connector status was used, which always failed because it's asserted to be
DRM_MODE_CONNECTED before the unplug.
Signed-off-by: Simon Ser <simon.ser@intel.com>
Fixes: 87209d8421ea ("tests/kms_chamelium: chatty connector status assertions")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111407
---
tests/kms_chamelium.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index d6aec8b97eb2..6b6292497cd7 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -271,6 +271,7 @@ test_basic_hotplug(data_t *data, struct chamelium_port *port, int toggle_count)
chamelium_unplug(data->chamelium, port);
igt_assert_f(igt_hotplug_detected(mon, HOTPLUG_TIMEOUT),
"Timed out waiting for unplug uevent\n");
+ status = reprobe_connector(data, port);
igt_assert_f(status == DRM_MODE_DISCONNECTED,
"Invalid connector status after hotplug: "
"got %s, expected disconnected\n",
--
2.23.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector 2019-09-04 8:32 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector Simon Ser @ 2019-09-04 8:35 ` Arkadiusz Hiler 2019-09-04 9:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-04 10:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Arkadiusz Hiler @ 2019-09-04 8:35 UTC (permalink / raw) To: Simon Ser; +Cc: igt-dev On Wed, Sep 04, 2019 at 11:32:45AM +0300, Simon Ser wrote: > A reprobe_connector has been mungled by mistake in a previous patch. The old > connector status was used, which always failed because it's asserted to be > DRM_MODE_CONNECTED before the unplug. > > Signed-off-by: Simon Ser <simon.ser@intel.com> > Fixes: 87209d8421ea ("tests/kms_chamelium: chatty connector status assertions") > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111407 Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_chamelium: fix missing reprobe_connector 2019-09-04 8:32 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector Simon Ser 2019-09-04 8:35 ` Arkadiusz Hiler @ 2019-09-04 9:11 ` Patchwork 2019-09-04 10:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-09-04 9:11 UTC (permalink / raw) To: Simon Ser; +Cc: igt-dev == Series Details == Series: tests/kms_chamelium: fix missing reprobe_connector URL : https://patchwork.freedesktop.org/series/66200/ State : success == Summary == CI Bug Log - changes from IGT_5168 -> IGTPW_3415 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66200/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3415 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s4-devices: - fi-blb-e6850: [PASS][1] -> [INCOMPLETE][2] ([fdo#107718]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html * igt@kms_frontbuffer_tracking@basic: - fi-icl-u3: [PASS][3] -> [FAIL][4] ([fdo#103167]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html #### Possible fixes #### * igt@i915_module_load@reload: - fi-icl-u3: [DMESG-WARN][5] ([fdo#107724] / [fdo#111214]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-icl-u3/igt@i915_module_load@reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-icl-u3/igt@i915_module_load@reload.html * igt@i915_module_load@reload-with-fault-injection: - fi-bxt-dsi: [DMESG-WARN][7] ([fdo#106107]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-bxt-dsi/igt@i915_module_load@reload-with-fault-injection.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-bxt-dsi/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_chamelium@dp-hpd-fast: - fi-cml-u2: [FAIL][9] ([fdo#111407]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-cml-u2/igt@kms_chamelium@dp-hpd-fast.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-cml-u2/igt@kms_chamelium@dp-hpd-fast.html - fi-kbl-7500u: [FAIL][11] ([fdo#111407]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-kbl-7500u/igt@kms_chamelium@dp-hpd-fast.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-kbl-7500u/igt@kms_chamelium@dp-hpd-fast.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: [FAIL][13] ([fdo#111407]) -> [PASS][14] +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html - fi-skl-6700k2: [FAIL][15] ([fdo#111407]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/fi-skl-6700k2/igt@kms_chamelium@hdmi-hpd-fast.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/fi-skl-6700k2/igt@kms_chamelium@hdmi-hpd-fast.html [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#106107]: https://bugs.freedesktop.org/show_bug.cgi?id=106107 [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#111214]: https://bugs.freedesktop.org/show_bug.cgi?id=111214 [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407 Participating hosts (53 -> 47) ------------------------------ Additional (1): fi-tgl-u Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5168 -> IGTPW_3415 CI-20190529: 20190529 CI_DRM_6832: 4bacc20f8b581a89b93fc3a3c4de7bb5cd343027 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3415: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/ IGT_5168: 04eac35177ba046ce55c495e510bc49443ec7429 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_chamelium: fix missing reprobe_connector 2019-09-04 8:32 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector Simon Ser 2019-09-04 8:35 ` Arkadiusz Hiler 2019-09-04 9:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-09-04 10:44 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-09-04 10:44 UTC (permalink / raw) To: Simon Ser; +Cc: igt-dev == Series Details == Series: tests/kms_chamelium: fix missing reprobe_connector URL : https://patchwork.freedesktop.org/series/66200/ State : success == Summary == CI Bug Log - changes from IGT_5168_full -> IGTPW_3415_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66200/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3415_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_eio@in-flight-suspend: - shard-snb: [PASS][1] -> [FAIL][2] ([fdo#103375]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-snb4/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-snb6/igt@gem_eio@in-flight-suspend.html - shard-iclb: [PASS][3] -> [FAIL][4] ([fdo#103375]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb8/igt@gem_eio@in-flight-suspend.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb7/igt@gem_eio@in-flight-suspend.html - shard-hsw: [PASS][5] -> [FAIL][6] ([fdo#103375]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw1/igt@gem_eio@in-flight-suspend.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw8/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_balancer@smoke: - shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#110854]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb2/igt@gem_exec_balancer@smoke.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb7/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@independent-bsd1: - shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#109276]) +21 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb2/igt@gem_exec_schedule@independent-bsd1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb5/igt@gem_exec_schedule@independent-bsd1.html * igt@gem_exec_schedule@promotion-bsd: - shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#111325]) +2 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb3/igt@gem_exec_schedule@promotion-bsd.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb4/igt@gem_exec_schedule@promotion-bsd.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [PASS][13] -> [DMESG-WARN][14] ([fdo#108566]) +6 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl7/igt@gem_workarounds@suspend-resume-context.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl7/igt@gem_workarounds@suspend-resume-context.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-kbl: [PASS][15] -> [DMESG-WARN][16] ([fdo#103313]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-kbl2/igt@i915_suspend@fence-restore-tiled2untiled.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-kbl2/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen: - shard-kbl: [PASS][17] -> [FAIL][18] ([fdo#103232]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-kbl2/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-kbl4/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html - shard-apl: [PASS][19] -> [FAIL][20] ([fdo#103232]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl8/igt@kms_cursor_crc@pipe-b-cursor-64x21-onscreen.html * igt@kms_cursor_crc@pipe-b-cursor-suspend: - shard-kbl: [PASS][21] -> [INCOMPLETE][22] ([fdo#103665]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-kbl3/igt@kms_cursor_crc@pipe-b-cursor-suspend.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt: - shard-iclb: [PASS][23] -> [FAIL][24] ([fdo#103167]) +5 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-blt.html * igt@kms_plane@pixel-format-pipe-a-planes: - shard-iclb: [PASS][25] -> [INCOMPLETE][26] ([fdo#107713] / [fdo#110036 ]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb1/igt@kms_plane@pixel-format-pipe-a-planes.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb7/igt@kms_plane@pixel-format-pipe-a-planes.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-iclb: [PASS][27] -> [SKIP][28] ([fdo#109441]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb6/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_setmode@basic: - shard-apl: [PASS][29] -> [FAIL][30] ([fdo#99912]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl4/igt@kms_setmode@basic.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl3/igt@kms_setmode@basic.html * igt@perf_pmu@semaphore-wait-bcs0: - shard-apl: [PASS][31] -> [FAIL][32] ([fdo#111545]) +3 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl5/igt@perf_pmu@semaphore-wait-bcs0.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl6/igt@perf_pmu@semaphore-wait-bcs0.html #### Possible fixes #### * igt@gem_bad_reloc@negative-reloc-bsd2: - shard-iclb: [SKIP][33] ([fdo#109276]) -> [PASS][34] +12 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb8/igt@gem_bad_reloc@negative-reloc-bsd2.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb4/igt@gem_bad_reloc@negative-reloc-bsd2.html * igt@gem_eio@hibernate: - shard-hsw: [FAIL][35] ([fdo#111550]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw8/igt@gem_eio@hibernate.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw2/igt@gem_eio@hibernate.html - shard-iclb: [FAIL][37] ([fdo#111550]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb5/igt@gem_eio@hibernate.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb7/igt@gem_eio@hibernate.html - shard-snb: [FAIL][39] ([fdo#107918] / [fdo#111550]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-snb2/igt@gem_eio@hibernate.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-snb7/igt@gem_eio@hibernate.html * igt@gem_exec_schedule@pi-ringfull-bsd: - shard-iclb: [SKIP][41] ([fdo#111325]) -> [PASS][42] +6 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb1/igt@gem_exec_schedule@pi-ringfull-bsd.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb6/igt@gem_exec_schedule@pi-ringfull-bsd.html * igt@gem_workarounds@suspend-resume: - shard-apl: [DMESG-WARN][43] ([fdo#108566]) -> [PASS][44] +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl5/igt@gem_workarounds@suspend-resume.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl6/igt@gem_workarounds@suspend-resume.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-hsw: [FAIL][45] ([fdo#111548]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw8/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-iclb: [FAIL][47] ([fdo#103375]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb5/igt@i915_suspend@fence-restore-tiled2untiled.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb6/igt@i915_suspend@fence-restore-tiled2untiled.html - shard-snb: [FAIL][49] ([fdo#103375]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-snb2/igt@i915_suspend@fence-restore-tiled2untiled.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-snb2/igt@i915_suspend@fence-restore-tiled2untiled.html - shard-hsw: [FAIL][51] ([fdo#103375]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw8/igt@i915_suspend@fence-restore-tiled2untiled.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw6/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding: - shard-kbl: [FAIL][53] ([fdo#103232]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-kbl3/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html - shard-apl: [FAIL][55] ([fdo#103232]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl6/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl5/igt@kms_cursor_crc@pipe-c-cursor-64x64-sliding.html * igt@kms_flip@flip-vs-suspend: - shard-hsw: [INCOMPLETE][57] ([fdo#103540]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw5/igt@kms_flip@flip-vs-suspend.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw4/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@modeset-vs-vblank-race: - shard-glk: [FAIL][59] ([fdo#103060]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-glk6/igt@kms_flip@modeset-vs-vblank-race.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-glk3/igt@kms_flip@modeset-vs-vblank-race.html * igt@kms_frontbuffer_tracking@fbc-stridechange: - shard-iclb: [FAIL][61] ([fdo#103167]) -> [PASS][62] +4 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-stridechange.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-stridechange.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes: - shard-kbl: [INCOMPLETE][63] ([fdo#103665]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-kbl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-kbl2/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-iclb: [FAIL][65] ([fdo#103166]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [SKIP][67] ([fdo#109642] / [fdo#111068]) -> [PASS][68] [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb6/igt@kms_psr2_su@frontbuffer.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb2/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_primary_blt: - shard-iclb: [SKIP][69] ([fdo#109441]) -> [PASS][70] +1 similar issue [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb8/igt@kms_psr@psr2_primary_blt.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb2/igt@kms_psr@psr2_primary_blt.html #### Warnings #### * igt@gem_ctx_isolation@vcs1-nonpriv: - shard-iclb: [SKIP][71] ([fdo#109276]) -> [FAIL][72] ([fdo#111329]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb1/igt@gem_ctx_isolation@vcs1-nonpriv.html * igt@gem_eio@in-flight-suspend: - shard-apl: [DMESG-WARN][73] ([fdo#108566]) -> [FAIL][74] ([fdo#103375]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl3/igt@gem_eio@in-flight-suspend.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl6/igt@gem_eio@in-flight-suspend.html * igt@gem_mocs_settings@mocs-reset-bsd2: - shard-iclb: [SKIP][75] ([fdo#109276]) -> [FAIL][76] ([fdo#111330]) +1 similar issue [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-iclb6/igt@gem_mocs_settings@mocs-reset-bsd2.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-iclb2/igt@gem_mocs_settings@mocs-reset-bsd2.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-hsw: [SKIP][77] ([fdo#109271]) -> [FAIL][78] ([fdo#111548]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-hsw5/igt@i915_pm_rpm@modeset-lpsp-stress.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-hsw8/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@perf_pmu@cpu-hotplug: - shard-apl: [INCOMPLETE][79] ([fdo#103927]) -> [TIMEOUT][80] ([fdo#111546]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5168/shard-apl5/igt@perf_pmu@cpu-hotplug.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/shard-apl6/igt@perf_pmu@cpu-hotplug.html [fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060 [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103313]: https://bugs.freedesktop.org/show_bug.cgi?id=103313 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#103540]: https://bugs.freedesktop.org/show_bug.cgi?id=103540 [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#107918]: https://bugs.freedesktop.org/show_bug.cgi?id=107918 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [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#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110036 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110036 [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 [fdo#111545]: https://bugs.freedesktop.org/show_bug.cgi?id=111545 [fdo#111546]: https://bugs.freedesktop.org/show_bug.cgi?id=111546 [fdo#111548]: https://bugs.freedesktop.org/show_bug.cgi?id=111548 [fdo#111550]: https://bugs.freedesktop.org/show_bug.cgi?id=111550 [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912 Participating hosts (7 -> 6) ------------------------------ Missing (1): shard-skl Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5168 -> IGTPW_3415 CI-20190529: 20190529 CI_DRM_6832: 4bacc20f8b581a89b93fc3a3c4de7bb5cd343027 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3415: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/ IGT_5168: 04eac35177ba046ce55c495e510bc49443ec7429 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3415/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-04 10:44 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-04 8:32 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: fix missing reprobe_connector Simon Ser 2019-09-04 8:35 ` Arkadiusz Hiler 2019-09-04 9:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-04 10:44 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox