* [igt-dev] [PATCH i-g-t] HAX tests/kms_cursor: add debug prints to see which stage fails
@ 2019-10-16 19:47 Juha-Pekka Heikkila
2019-10-16 22:16 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-10-17 12:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX tests/kms_cursor: add debug prints to see which stage fails (rev2) Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Juha-Pekka Heikkila @ 2019-10-16 19:47 UTC (permalink / raw)
To: igt-dev
ignore. sending this here since igt trybot is dead.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/kms_cursor_crc.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index d0fb8f1..a925620 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -261,16 +261,23 @@ static void test_crc_onscreen(data_t *data)
int cursor_h = data->curh;
/* fully inside */
+ igt_info("\nfully inside\n");
do_test(data, left, right, top, bottom);
/* 2 pixels inside */
+ igt_info("\n2 pixels inside 1\n");
do_test(data, left - (cursor_w-2), right + (cursor_w-2), top , bottom );
+ igt_info("\n2 pixels inside 2\n");
do_test(data, left , right , top - (cursor_h-2), bottom + (cursor_h-2));
+ igt_info("\n2 pixels inside 3\n");
do_test(data, left - (cursor_w-2), right + (cursor_w-2), top - (cursor_h-2), bottom + (cursor_h-2));
/* 1 pixel inside */
+ igt_info("\n1 pixel inside 1\n");
do_test(data, left - (cursor_w-1), right + (cursor_w-1), top , bottom );
+ igt_info("\n1 pixel inside 2\n");
do_test(data, left , right , top - (cursor_h-1), bottom + (cursor_h-1));
+ igt_info("\n1 pixel inside 3\n");
do_test(data, left - (cursor_w-1), right + (cursor_w-1), top - (cursor_h-1), bottom + (cursor_h-1));
}
--
2.7.4
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for HAX tests/kms_cursor: add debug prints to see which stage fails
2019-10-16 19:47 [igt-dev] [PATCH i-g-t] HAX tests/kms_cursor: add debug prints to see which stage fails Juha-Pekka Heikkila
@ 2019-10-16 22:16 ` Patchwork
2019-10-17 12:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX tests/kms_cursor: add debug prints to see which stage fails (rev2) Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-10-16 22:16 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: HAX tests/kms_cursor: add debug prints to see which stage fails
URL : https://patchwork.freedesktop.org/series/68121/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_7112 -> IGTPW_3580
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3580 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3580, 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_3580/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3580:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ctx_create@basic-files:
- fi-bdw-gvtdvm: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-bdw-gvtdvm/igt@gem_ctx_create@basic-files.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-bdw-gvtdvm/igt@gem_ctx_create@basic-files.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live_execlists:
- {fi-icl-dsi}: [PASS][3] -> [DMESG-FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-icl-dsi/igt@i915_selftest@live_execlists.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-icl-dsi/igt@i915_selftest@live_execlists.html
- {fi-icl-u4}: [PASS][5] -> [DMESG-FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-icl-u4/igt@i915_selftest@live_execlists.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-icl-u4/igt@i915_selftest@live_execlists.html
Known issues
------------
Here are the changes found in IGTPW_3580 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_workarounds@basic-read:
- fi-icl-u3: [PASS][7] -> [DMESG-WARN][8] ([fdo#107724])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-icl-u3/igt@gem_workarounds@basic-read.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-icl-u3/igt@gem_workarounds@basic-read.html
* igt@kms_busy@basic-flip-a:
- fi-cml-u2: [PASS][9] -> [DMESG-WARN][10] ([fdo#105763])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-cml-u2/igt@kms_busy@basic-flip-a.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-cml-u2/igt@kms_busy@basic-flip-a.html
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [PASS][11] -> [FAIL][12] ([fdo#111407])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
#### Possible fixes ####
* igt@gem_ctx_create@basic-files:
- {fi-tgl-u}: [INCOMPLETE][13] ([fdo#111735]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-tgl-u/igt@gem_ctx_create@basic-files.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-tgl-u/igt@gem_ctx_create@basic-files.html
* igt@gem_tiled_pread_basic:
- fi-icl-u3: [DMESG-WARN][15] ([fdo#107724]) -> [PASS][16] +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-icl-u3/igt@gem_tiled_pread_basic.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-icl-u3/igt@gem_tiled_pread_basic.html
* igt@i915_selftest@live_execlists:
- {fi-icl-guc}: [DMESG-FAIL][17] -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-icl-guc/igt@i915_selftest@live_execlists.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-icl-guc/igt@i915_selftest@live_execlists.html
- fi-skl-6770hq: [DMESG-FAIL][19] -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-skl-6770hq/igt@i915_selftest@live_execlists.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-skl-6770hq/igt@i915_selftest@live_execlists.html
* igt@i915_selftest@live_gem_contexts:
- fi-cfl-8109u: [DMESG-FAIL][21] -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html
* igt@kms_frontbuffer_tracking@basic:
- fi-hsw-peppy: [DMESG-WARN][23] ([fdo#102614]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7112/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/fi-hsw-peppy/igt@kms_frontbuffer_tracking@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
[fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045
[fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
[fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407
[fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735
[fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747
Participating hosts (52 -> 45)
------------------------------
Missing (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-skl-6260u fi-icl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5231 -> IGTPW_3580
CI-20190529: 20190529
CI_DRM_7112: bb40330c82b49d8deb0040574139f7bc82857bf8 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3580: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/index.html
IGT_5231: e293051f8f99c72cb01d21e4b73a5928ea351eb3 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3580/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for HAX tests/kms_cursor: add debug prints to see which stage fails (rev2)
2019-10-16 19:47 [igt-dev] [PATCH i-g-t] HAX tests/kms_cursor: add debug prints to see which stage fails Juha-Pekka Heikkila
2019-10-16 22:16 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2019-10-17 12:10 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-10-17 12:10 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
== Series Details ==
Series: HAX tests/kms_cursor: add debug prints to see which stage fails (rev2)
URL : https://patchwork.freedesktop.org/series/68121/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_7117 -> IGTPW_3582
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3582 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3582, 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_3582/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3582:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live_execlists:
- fi-icl-u3: [PASS][1] -> [DMESG-FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-icl-u3/igt@i915_selftest@live_execlists.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-icl-u3/igt@i915_selftest@live_execlists.html
- fi-glk-dsi: [PASS][3] -> [DMESG-FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-glk-dsi/igt@i915_selftest@live_execlists.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-glk-dsi/igt@i915_selftest@live_execlists.html
* igt@i915_selftest@live_gem_contexts:
- fi-cfl-8109u: [PASS][5] -> [DMESG-FAIL][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-cfl-8109u/igt@i915_selftest@live_gem_contexts.html
Known issues
------------
Here are the changes found in IGTPW_3582 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s4-devices:
- fi-icl-u3: [PASS][7] -> [DMESG-WARN][8] ([fdo#107724]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-icl-u3/igt@gem_exec_suspend@basic-s4-devices.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-icl-u3/igt@gem_exec_suspend@basic-s4-devices.html
* igt@i915_selftest@live_hangcheck:
- fi-hsw-4770r: [PASS][9] -> [DMESG-FAIL][10] ([fdo#111991])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-hsw-4770r/igt@i915_selftest@live_hangcheck.html
* igt@kms_chamelium@dp-edid-read:
- fi-kbl-7500u: [PASS][11] -> [WARN][12] ([fdo#109483])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-kbl-7500u/igt@kms_chamelium@dp-edid-read.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-kbl-7500u/igt@kms_chamelium@dp-edid-read.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3:
- fi-icl-u3: [FAIL][13] ([fdo#111699]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-icl-u3/igt@gem_exec_suspend@basic-s3.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-icl-u3/igt@gem_exec_suspend@basic-s3.html
* igt@gem_flink_basic@flink-lifetime:
- fi-icl-u3: [DMESG-WARN][15] ([fdo#107724]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-icl-u3/igt@gem_flink_basic@flink-lifetime.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-icl-u3/igt@gem_flink_basic@flink-lifetime.html
* igt@i915_selftest@live_execlists:
- fi-apl-guc: [DMESG-FAIL][17] -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7117/fi-apl-guc/igt@i915_selftest@live_execlists.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/fi-apl-guc/igt@i915_selftest@live_execlists.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483
[fdo#111381]: https://bugs.freedesktop.org/show_bug.cgi?id=111381
[fdo#111699]: https://bugs.freedesktop.org/show_bug.cgi?id=111699
[fdo#111735]: https://bugs.freedesktop.org/show_bug.cgi?id=111735
[fdo#111991]: https://bugs.freedesktop.org/show_bug.cgi?id=111991
Participating hosts (53 -> 46)
------------------------------
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_5231 -> IGTPW_3582
CI-20190529: 20190529
CI_DRM_7117: eb28e8f9386c63609c5ade1c31b6147df08cc5e0 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3582: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/index.html
IGT_5231: e293051f8f99c72cb01d21e4b73a5928ea351eb3 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3582/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-17 12:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 19:47 [igt-dev] [PATCH i-g-t] HAX tests/kms_cursor: add debug prints to see which stage fails Juha-Pekka Heikkila
2019-10-16 22:16 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-10-17 12:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX tests/kms_cursor: add debug prints to see which stage fails (rev2) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox