* [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f
@ 2019-08-06 21:02 Chris Wilson
2019-08-06 21:51 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-08-06 21:02 UTC (permalink / raw)
To: igt-dev; +Cc: petri.latvala
Currently the runner sees
Starting subtest: pipe-C-bad-aux-stride
Test requirement not met in function test_output, file ../tests/kms_ccs.c:324:
Test requirement: valid_tests > 0
CCS not supported, skippingSubtest pipe-C-bad-aux-stride: SKIP (0.330s)
and manages to explode.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/kms_ccs.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tests/kms_ccs.c b/tests/kms_ccs.c
index 6cd30aad8..1ce66cdec 100644
--- a/tests/kms_ccs.c
+++ b/tests/kms_ccs.c
@@ -321,7 +321,7 @@ static int __test_output(data_t *data)
static void test_output(data_t *data)
{
int valid_tests = __test_output(data);
- igt_require_f(valid_tests > 0, "CCS not supported, skipping");
+ igt_require_f(valid_tests > 0, "CCS not supported, skipping\n");
}
static data_t data;
@@ -373,7 +373,8 @@ igt_main
valid_tests += __test_output(&data);
}
- igt_require_f(valid_tests > 0, "CCS not supported, skipping");
+ igt_require_f(valid_tests > 0,
+ "CCS not supported, skipping\n");
}
data.plane = NULL;
--
2.23.0.rc1
_______________________________________________
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
* [igt-dev] ✓ Fi.CI.BAT: success for kms_ccs: Add the missing '\n' for igt_require_f
2019-08-06 21:02 [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f Chris Wilson
@ 2019-08-06 21:51 ` Patchwork
2019-08-07 8:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-08-13 8:00 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-08-06 21:51 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: kms_ccs: Add the missing '\n' for igt_require_f
URL : https://patchwork.freedesktop.org/series/64795/
State : success
== Summary ==
CI Bug Log - changes from IGT_5123 -> IGTPW_3323
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/64795/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3323 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_pm_rpm@module-reload:
- fi-icl-u3: [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#108840])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-icl-u3/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-icl-u3/igt@i915_pm_rpm@module-reload.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-kbl-7567u: [PASS][3] -> [WARN][4] ([fdo#109380])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-kbl-7567u/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_pipe_crc_basic@read-crc-pipe-c:
- fi-kbl-7567u: [PASS][5] -> [SKIP][6] ([fdo#109271]) +23 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html
#### Possible fixes ####
* igt@gem_ctx_create@basic:
- fi-apl-guc: [INCOMPLETE][7] ([fdo#103927]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-apl-guc/igt@gem_ctx_create@basic.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-apl-guc/igt@gem_ctx_create@basic.html
* igt@gem_ctx_create@basic-files:
- fi-icl-u2: [INCOMPLETE][9] ([fdo#107713] / [fdo#109100]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-icl-u2/igt@gem_ctx_create@basic-files.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-icl-u2/igt@gem_ctx_create@basic-files.html
* {igt@gem_ctx_switch@legacy-render}:
- {fi-icl-guc}: [INCOMPLETE][11] ([fdo#107713]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-icl-guc/igt@gem_ctx_switch@legacy-render.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-icl-guc/igt@gem_ctx_switch@legacy-render.html
* igt@gem_exec_suspend@basic-s4-devices:
- fi-blb-e6850: [INCOMPLETE][13] ([fdo#107718]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-blb-e6850/igt@gem_exec_suspend@basic-s4-devices.html
* igt@i915_module_load@reload:
- fi-icl-u3: [DMESG-WARN][15] ([fdo#107724]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-icl-u3/igt@i915_module_load@reload.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-icl-u3/igt@i915_module_load@reload.html
* igt@i915_module_load@reload-no-display:
- fi-skl-6600u: [INCOMPLETE][17] ([fdo#104108]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-skl-6600u/igt@i915_module_load@reload-no-display.html
* igt@prime_vgem@basic-fence-flip:
- fi-ilk-650: [DMESG-WARN][19] ([fdo#106387]) -> [PASS][20] +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/fi-ilk-650/igt@prime_vgem@basic-fence-flip.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/fi-ilk-650/igt@prime_vgem@basic-fence-flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
[fdo#106387]: https://bugs.freedesktop.org/show_bug.cgi?id=106387
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108840]: https://bugs.freedesktop.org/show_bug.cgi?id=108840
[fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380
Participating hosts (52 -> 46)
------------------------------
Missing (6): fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_5123 -> IGTPW_3323
CI_DRM_6642: c6985b96f0eec20215e33673ded4fce46ec6293a @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3323: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/
IGT_5123: a9d229327f512ee51d80b05325541f6f562a0f96 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/
_______________________________________________
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: failure for kms_ccs: Add the missing '\n' for igt_require_f
2019-08-06 21:02 [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f Chris Wilson
2019-08-06 21:51 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-08-07 8:20 ` Patchwork
2019-08-13 8:00 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2019-08-07 8:20 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: kms_ccs: Add the missing '\n' for igt_require_f
URL : https://patchwork.freedesktop.org/series/64795/
State : failure
== Summary ==
CI Bug Log - changes from IGT_5123_full -> IGTPW_3323_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_3323_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_3323_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://patchwork.freedesktop.org/api/1.0/series/64795/revisions/1/mbox/
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_3323_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_query@engine-info:
- shard-iclb: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb6/igt@i915_query@engine-info.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb2/igt@i915_query@engine-info.html
Known issues
------------
Here are the changes found in IGTPW_3323_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_suspend@debugfs-reader:
- shard-apl: [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +2 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl7/igt@i915_suspend@debugfs-reader.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl1/igt@i915_suspend@debugfs-reader.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
- shard-apl: [PASS][5] -> [FAIL][6] ([fdo#103167])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
- shard-kbl: [PASS][7] -> [FAIL][8] ([fdo#103167])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite:
- shard-iclb: [PASS][9] -> [FAIL][10] ([fdo#103167]) +3 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
- shard-kbl: [PASS][11] -> [DMESG-WARN][12] ([fdo#108566]) +4 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl2/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
* igt@kms_plane_lowres@pipe-b-tiling-none:
- shard-apl: [PASS][13] -> [FAIL][14] ([fdo#103166])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl7/igt@kms_plane_lowres@pipe-b-tiling-none.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl2/igt@kms_plane_lowres@pipe-b-tiling-none.html
* igt@kms_psr@psr2_dpms:
- shard-iclb: [PASS][15] -> [SKIP][16] ([fdo#109441]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb2/igt@kms_psr@psr2_dpms.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb5/igt@kms_psr@psr2_dpms.html
#### Possible fixes ####
* igt@gem_workarounds@suspend-resume:
- shard-apl: [DMESG-WARN][17] ([fdo#108566]) -> [PASS][18] +5 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl3/igt@gem_workarounds@suspend-resume.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl7/igt@gem_workarounds@suspend-resume.html
* igt@gem_workarounds@suspend-resume-context:
- shard-kbl: [INCOMPLETE][19] ([fdo#103665]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl3/igt@gem_workarounds@suspend-resume-context.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl2/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_pm_rpm@i2c:
- shard-hsw: [FAIL][21] ([fdo#104097]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-hsw5/igt@i915_pm_rpm@i2c.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-hsw2/igt@i915_pm_rpm@i2c.html
* igt@kms_cursor_crc@pipe-c-cursor-64x64-random:
- shard-apl: [FAIL][23] ([fdo#103232]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl3/igt@kms_cursor_crc@pipe-c-cursor-64x64-random.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl5/igt@kms_cursor_crc@pipe-c-cursor-64x64-random.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-kbl: [DMESG-WARN][25] ([fdo#108566]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl6/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl2/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-apl: [FAIL][27] ([fdo#103167]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
- shard-kbl: [FAIL][29] ([fdo#103167]) -> [PASS][30]
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-glk: [FAIL][31] ([fdo#103167]) -> [PASS][32]
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-iclb: [FAIL][33] ([fdo#103167]) -> [PASS][34] +4 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-stridechange.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_psr@no_drrs:
- shard-iclb: [FAIL][35] ([fdo#108341]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb1/igt@kms_psr@no_drrs.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb6/igt@kms_psr@no_drrs.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: [SKIP][37] ([fdo#109441]) -> [PASS][38] +1 similar issue
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb1/igt@kms_psr@psr2_cursor_mmap_cpu.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
* igt@perf_pmu@rc6-runtime-pm-long:
- shard-apl: [FAIL][39] ([fdo#105010]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl4/igt@perf_pmu@rc6-runtime-pm-long.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl5/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-glk: [FAIL][41] ([fdo#105010]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-glk8/igt@perf_pmu@rc6-runtime-pm-long.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-glk7/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-hsw: [FAIL][43] ([fdo#105010]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-hsw6/igt@perf_pmu@rc6-runtime-pm-long.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-hsw1/igt@perf_pmu@rc6-runtime-pm-long.html
- shard-kbl: [FAIL][45] ([fdo#105010]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl1/igt@perf_pmu@rc6-runtime-pm-long.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl1/igt@perf_pmu@rc6-runtime-pm-long.html
#### Warnings ####
* igt@kms_ccs@pipe-c-bad-pixel-format:
- shard-glk: [INCOMPLETE][47] ([fdo#103359] / [k.org#198133]) -> [SKIP][48] ([fdo#109271]) +6 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-glk3/igt@kms_ccs@pipe-c-bad-pixel-format.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-glk9/igt@kms_ccs@pipe-c-bad-pixel-format.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer:
- shard-apl: [INCOMPLETE][49] ([fdo#103927]) -> [SKIP][50] ([fdo#109271]) +7 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-apl6/igt@kms_ccs@pipe-c-missing-ccs-buffer.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-apl1/igt@kms_ccs@pipe-c-missing-ccs-buffer.html
- shard-kbl: [INCOMPLETE][51] ([fdo#103665]) -> [SKIP][52] ([fdo#109271]) +7 similar issues
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-kbl2/igt@kms_ccs@pipe-c-missing-ccs-buffer.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-kbl4/igt@kms_ccs@pipe-c-missing-ccs-buffer.html
* igt@kms_dp_dsc@basic-dsc-enable-edp:
- shard-iclb: [DMESG-WARN][53] ([fdo#107724]) -> [SKIP][54] ([fdo#109349])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5123/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/shard-iclb4/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[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#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#104097]: https://bugs.freedesktop.org/show_bug.cgi?id=104097
[fdo#105010]: https://bugs.freedesktop.org/show_bug.cgi?id=105010
[fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
[fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
Participating hosts (7 -> 6)
------------------------------
Missing (1): shard-skl
Build changes
-------------
* IGT: IGT_5123 -> IGTPW_3323
CI_DRM_6642: c6985b96f0eec20215e33673ded4fce46ec6293a @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3323: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/
IGT_5123: a9d229327f512ee51d80b05325541f6f562a0f96 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3323/
_______________________________________________
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
* Re: [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f
2019-08-06 21:02 [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f Chris Wilson
2019-08-06 21:51 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-08-07 8:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-08-13 8:00 ` Ser, Simon
2 siblings, 0 replies; 4+ messages in thread
From: Ser, Simon @ 2019-08-13 8:00 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, chris@chris-wilson.co.uk; +Cc: Latvala, Petri
On Tue, 2019-08-06 at 22:02 +0100, Chris Wilson wrote:
> Currently the runner sees
>
> Starting subtest: pipe-C-bad-aux-stride
> Test requirement not met in function test_output, file
> ../tests/kms_ccs.c:324:
> Test requirement: valid_tests > 0
> CCS not supported, skippingSubtest pipe-C-bad-aux-stride: SKIP
> (0.330s)
>
> and manages to explode.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Simon Ser <simon.ser@intel.com>
> ---
> tests/kms_ccs.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_ccs.c b/tests/kms_ccs.c
> index 6cd30aad8..1ce66cdec 100644
> --- a/tests/kms_ccs.c
> +++ b/tests/kms_ccs.c
> @@ -321,7 +321,7 @@ static int __test_output(data_t *data)
> static void test_output(data_t *data)
> {
> int valid_tests = __test_output(data);
> - igt_require_f(valid_tests > 0, "CCS not supported, skipping");
> + igt_require_f(valid_tests > 0, "CCS not supported,
> skipping\n");
> }
>
> static data_t data;
> @@ -373,7 +373,8 @@ igt_main
> valid_tests += __test_output(&data);
> }
>
> - igt_require_f(valid_tests > 0, "CCS not
> supported, skipping");
> + igt_require_f(valid_tests > 0,
> + "CCS not supported, skipping\n");
> }
>
> data.plane = NULL;
_______________________________________________
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-08-13 8:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-06 21:02 [igt-dev] [PATCH i-g-t] kms_ccs: Add the missing '\n' for igt_require_f Chris Wilson
2019-08-06 21:51 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-08-07 8:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-08-13 8:00 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox