* [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci
@ 2019-01-21 14:49 Ville Syrjala
2019-01-21 15:00 ` Chris Wilson
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ville Syrjala @ 2019-01-21 14:49 UTC (permalink / raw)
To: igt-dev; +Cc: Martin Peres
From: Ville Syrjälä <ville.syrjala@linux.intel.com>
No point in sleeping 5 seconds between each modeset when running in ci.
So let's just make the default sleep interval 0 seconds and leave it up
to the user to bump it via -s when running interactively.
On a KBL + LSPCON + a 4k HDMI display with 36 modes listed:
time ./tests/testdisplay
- real 3m12,026s
- user 0m1,920s
- sys 0m1,241s
+ real 0m14,681s
+ user 0m3,135s
+ sys 0m1,340s
Cc: Martin Peres <martin.peres@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
tests/testdisplay.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 9972fb3cea63..b36572642bee 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -81,7 +81,7 @@ int drm_fd, modes;
int test_all_modes = 0, test_preferred_mode = 0, force_mode = 0, test_plane,
test_stereo_modes;
uint64_t tiling = LOCAL_DRM_FORMAT_MOD_NONE;
-int sleep_between_modes = 5;
+int sleep_between_modes = 0;
int do_dpms = 0; /* This aliases to DPMS_ON */
uint32_t depth = 24, stride, bpp;
int qr_code = 0;
@@ -525,7 +525,7 @@ static void __attribute__((noreturn)) usage(char *name, char opt)
igt_info("usage: %s [-hiasdpmtf]\n", name);
igt_info("\t-i\tdump info\n");
igt_info("\t-a\ttest all modes\n");
- igt_info("\t-s\t<duration>\tsleep between each mode test\n");
+ igt_info("\t-s\t<duration>\tsleep between each mode test (default: 0)\n");
igt_info("\t-d\t<depth>\tbit depth of scanout buffer\n");
igt_info("\t-p\t<planew,h>,<crtcx,y>,<crtcw,h> test overlay plane\n");
igt_info("\t-m\ttest the preferred mode\n");
--
2.19.2
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci
2019-01-21 14:49 [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci Ville Syrjala
@ 2019-01-21 15:00 ` Chris Wilson
2019-01-21 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-01-21 19:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Chris Wilson @ 2019-01-21 15:00 UTC (permalink / raw)
To: Ville Syrjala, igt-dev; +Cc: Martin Peres
Quoting Ville Syrjala (2019-01-21 14:49:25)
> From: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> No point in sleeping 5 seconds between each modeset when running in ci.
> So let's just make the default sleep interval 0 seconds and leave it up
> to the user to bump it via -s when running interactively.
>
> On a KBL + LSPCON + a 4k HDMI display with 36 modes listed:
> time ./tests/testdisplay
> - real 3m12,026s
> - user 0m1,920s
> - sys 0m1,241s
> + real 0m14,681s
> + user 0m3,135s
> + sys 0m1,340s
>
> Cc: Martin Peres <martin.peres@linux.intel.com>
> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Seems sane, lets hope the HW is.
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/testdisplay: Speed up testdisplay for ci
2019-01-21 14:49 [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci Ville Syrjala
2019-01-21 15:00 ` Chris Wilson
@ 2019-01-21 15:41 ` Patchwork
2019-01-21 19:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-01-21 15:41 UTC (permalink / raw)
To: Ville Syrjala; +Cc: igt-dev
== Series Details ==
Series: tests/testdisplay: Speed up testdisplay for ci
URL : https://patchwork.freedesktop.org/series/55515/
State : success
== Summary ==
CI Bug Log - changes from IGT_4780 -> IGTPW_2265
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/55515/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_2265 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live_execlists:
- fi-apl-guc: PASS -> INCOMPLETE [fdo#103927]
* igt@pm_rpm@basic-rte:
- fi-byt-j1900: PASS -> FAIL [fdo#108800]
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3:
- fi-blb-e6850: INCOMPLETE [fdo#107718] -> PASS
{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#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
[fdo#108800]: https://bugs.freedesktop.org/show_bug.cgi?id=108800
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109316]: https://bugs.freedesktop.org/show_bug.cgi?id=109316
Participating hosts (46 -> 39)
------------------------------
Additional (1): fi-icl-u2
Missing (8): fi-kbl-soraka fi-ilk-m540 fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_4780 -> IGTPW_2265
CI_DRM_5458: 74ec7792af09018594097356ddc79d87cb9504f9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_2265: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
IGT_4780: 1c1612bdc36b44a704095e7b0ba5542818ce793f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread* [igt-dev] ✗ Fi.CI.IGT: failure for tests/testdisplay: Speed up testdisplay for ci
2019-01-21 14:49 [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci Ville Syrjala
2019-01-21 15:00 ` Chris Wilson
2019-01-21 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-01-21 19:42 ` Patchwork
2019-01-21 19:59 ` Ville Syrjälä
2 siblings, 1 reply; 5+ messages in thread
From: Patchwork @ 2019-01-21 19:42 UTC (permalink / raw)
To: Ville Syrjälä; +Cc: igt-dev
== Series Details ==
Series: tests/testdisplay: Speed up testdisplay for ci
URL : https://patchwork.freedesktop.org/series/55515/
State : failure
== Summary ==
CI Bug Log - changes from IGT_4780_full -> IGTPW_2265_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_2265_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_2265_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/55515/revisions/1/mbox/
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_2265_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_rotation_crc@multiplane-rotation:
- shard-kbl: PASS -> FAIL
Known issues
------------
Here are the changes found in IGTPW_2265_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_schedule@pi-ringfull-render:
- shard-kbl: NOTRUN -> FAIL [fdo#103158]
* igt@i915_suspend@shrink:
- shard-snb: NOTRUN -> DMESG-WARN [fdo#109244]
* igt@kms_available_modes_crc@available_mode_test_crc:
- shard-glk: PASS -> FAIL [fdo#106641]
* igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b:
- shard-glk: NOTRUN -> DMESG-WARN [fdo#107956]
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic:
- shard-glk: PASS -> FAIL [fdo#108145]
* igt@kms_color@pipe-a-legacy-gamma:
- shard-apl: PASS -> FAIL [fdo#104782] / [fdo#108145]
* igt@kms_cursor_crc@cursor-256x256-sliding:
- shard-kbl: PASS -> FAIL [fdo#103232] +1
* igt@kms_cursor_crc@cursor-256x85-random:
- shard-apl: PASS -> FAIL [fdo#103232] +3
- shard-glk: PASS -> FAIL [fdo#103232] +1
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-glk: NOTRUN -> FAIL [fdo#105454] / [fdo#106509]
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-apl: PASS -> FAIL [fdo#103167] +2
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-kbl: PASS -> FAIL [fdo#103167]
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-glk: PASS -> FAIL [fdo#103167] +2
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
- shard-glk: NOTRUN -> FAIL [fdo#103167]
* igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
- shard-kbl: NOTRUN -> FAIL [fdo#108145] / [fdo#108590]
* igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
- shard-glk: NOTRUN -> FAIL [fdo#108145]
* igt@kms_plane_multiple@atomic-pipe-b-tiling-none:
- shard-glk: PASS -> FAIL [fdo#103166] +3
- shard-apl: PASS -> FAIL [fdo#103166] +2
* igt@pm_rpm@system-suspend-modeset:
- shard-kbl: PASS -> INCOMPLETE [fdo#103665] / [fdo#107807]
#### Possible fixes ####
* igt@gem_pwrite_pread@snooped-pwrite-blt-cpu_mmap-performance:
- shard-snb: INCOMPLETE [fdo#105411] -> PASS
* igt@kms_cursor_crc@cursor-256x256-dpms:
- shard-glk: FAIL [fdo#103232] -> PASS +2
- shard-kbl: FAIL [fdo#103232] -> PASS
* igt@kms_cursor_crc@cursor-256x85-sliding:
- shard-apl: FAIL [fdo#103232] -> PASS +3
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-apl: DMESG-WARN [fdo#103558] / [fdo#105602] -> PASS +2
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-apl: FAIL [fdo#103167] -> PASS +1
- shard-glk: FAIL [fdo#103167] -> PASS +1
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
- shard-kbl: FAIL [fdo#103167] -> PASS +1
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-glk: FAIL [fdo#103167] / [fdo#105682] -> PASS
* igt@kms_plane@plane-position-covered-pipe-a-planes:
- shard-glk: FAIL [fdo#103166] -> PASS +1
- shard-kbl: FAIL [fdo#103166] -> PASS
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
- shard-glk: FAIL [fdo#108145] -> PASS
* igt@kms_setmode@basic:
- shard-apl: FAIL [fdo#99912] -> PASS
- shard-hsw: FAIL [fdo#99912] -> PASS
* igt@kms_vblank@pipe-a-ts-continuation-suspend:
- shard-kbl: INCOMPLETE [fdo#103665] -> PASS
#### Warnings ####
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-snb: {SKIP} [fdo#109271] -> INCOMPLETE [fdo#105411]
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103158]: https://bugs.freedesktop.org/show_bug.cgi?id=103158
[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#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
[fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
[fdo#105454]: https://bugs.freedesktop.org/show_bug.cgi?id=105454
[fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
[fdo#105682]: https://bugs.freedesktop.org/show_bug.cgi?id=105682
[fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509
[fdo#106641]: https://bugs.freedesktop.org/show_bug.cgi?id=106641
[fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807
[fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#108590]: https://bugs.freedesktop.org/show_bug.cgi?id=108590
[fdo#109244]: https://bugs.freedesktop.org/show_bug.cgi?id=109244
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (7 -> 5)
------------------------------
Missing (2): shard-skl shard-iclb
Build changes
-------------
* IGT: IGT_4780 -> IGTPW_2265
CI_DRM_5458: 74ec7792af09018594097356ddc79d87cb9504f9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_2265: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
IGT_4780: 1c1612bdc36b44a704095e7b0ba5542818ce793f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/testdisplay: Speed up testdisplay for ci
2019-01-21 19:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2019-01-21 19:59 ` Ville Syrjälä
0 siblings, 0 replies; 5+ messages in thread
From: Ville Syrjälä @ 2019-01-21 19:59 UTC (permalink / raw)
To: igt-dev
On Mon, Jan 21, 2019 at 07:42:42PM -0000, Patchwork wrote:
> == Series Details ==
>
> Series: tests/testdisplay: Speed up testdisplay for ci
> URL : https://patchwork.freedesktop.org/series/55515/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from IGT_4780_full -> IGTPW_2265_full
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_2265_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_2265_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/55515/revisions/1/mbox/
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_2265_full:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@kms_rotation_crc@multiplane-rotation:
> - shard-kbl: PASS -> FAIL
(kms_rotation_crc:3262) igt_debugfs-CRITICAL: Test assertion failure function igt_assert_crc_equal, file ../lib/igt_debugfs.c:419:
(kms_rotation_crc:3262) igt_debugfs-CRITICAL: Failed assertion: !mismatch
But this isn't even the test we're looking for, so pushed. Thanks for the
review.
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_2265_full that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@gem_exec_schedule@pi-ringfull-render:
> - shard-kbl: NOTRUN -> FAIL [fdo#103158]
>
> * igt@i915_suspend@shrink:
> - shard-snb: NOTRUN -> DMESG-WARN [fdo#109244]
>
> * igt@kms_available_modes_crc@available_mode_test_crc:
> - shard-glk: PASS -> FAIL [fdo#106641]
>
> * igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b:
> - shard-glk: NOTRUN -> DMESG-WARN [fdo#107956]
>
> * igt@kms_ccs@pipe-b-crc-sprite-planes-basic:
> - shard-glk: PASS -> FAIL [fdo#108145]
>
> * igt@kms_color@pipe-a-legacy-gamma:
> - shard-apl: PASS -> FAIL [fdo#104782] / [fdo#108145]
>
> * igt@kms_cursor_crc@cursor-256x256-sliding:
> - shard-kbl: PASS -> FAIL [fdo#103232] +1
>
> * igt@kms_cursor_crc@cursor-256x85-random:
> - shard-apl: PASS -> FAIL [fdo#103232] +3
> - shard-glk: PASS -> FAIL [fdo#103232] +1
>
> * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
> - shard-glk: NOTRUN -> FAIL [fdo#105454] / [fdo#106509]
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
> - shard-apl: PASS -> FAIL [fdo#103167] +2
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-wc:
> - shard-kbl: PASS -> FAIL [fdo#103167]
>
> * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
> - shard-glk: PASS -> FAIL [fdo#103167] +2
>
> * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff:
> - shard-glk: NOTRUN -> FAIL [fdo#103167]
>
> * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
> - shard-kbl: NOTRUN -> FAIL [fdo#108145] / [fdo#108590]
>
> * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
> - shard-glk: NOTRUN -> FAIL [fdo#108145]
>
> * igt@kms_plane_multiple@atomic-pipe-b-tiling-none:
> - shard-glk: PASS -> FAIL [fdo#103166] +3
> - shard-apl: PASS -> FAIL [fdo#103166] +2
>
> * igt@pm_rpm@system-suspend-modeset:
> - shard-kbl: PASS -> INCOMPLETE [fdo#103665] / [fdo#107807]
>
>
> #### Possible fixes ####
>
> * igt@gem_pwrite_pread@snooped-pwrite-blt-cpu_mmap-performance:
> - shard-snb: INCOMPLETE [fdo#105411] -> PASS
>
> * igt@kms_cursor_crc@cursor-256x256-dpms:
> - shard-glk: FAIL [fdo#103232] -> PASS +2
> - shard-kbl: FAIL [fdo#103232] -> PASS
>
> * igt@kms_cursor_crc@cursor-256x85-sliding:
> - shard-apl: FAIL [fdo#103232] -> PASS +3
>
> * igt@kms_fbcon_fbt@fbc-suspend:
> - shard-apl: DMESG-WARN [fdo#103558] / [fdo#105602] -> PASS +2
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
> - shard-apl: FAIL [fdo#103167] -> PASS +1
> - shard-glk: FAIL [fdo#103167] -> PASS +1
>
> * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-onoff:
> - shard-kbl: FAIL [fdo#103167] -> PASS +1
>
> * igt@kms_frontbuffer_tracking@fbc-2p-rte:
> - shard-glk: FAIL [fdo#103167] / [fdo#105682] -> PASS
>
> * igt@kms_plane@plane-position-covered-pipe-a-planes:
> - shard-glk: FAIL [fdo#103166] -> PASS +1
> - shard-kbl: FAIL [fdo#103166] -> PASS
>
> * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
> - shard-glk: FAIL [fdo#108145] -> PASS
>
> * igt@kms_setmode@basic:
> - shard-apl: FAIL [fdo#99912] -> PASS
> - shard-hsw: FAIL [fdo#99912] -> PASS
>
> * igt@kms_vblank@pipe-a-ts-continuation-suspend:
> - shard-kbl: INCOMPLETE [fdo#103665] -> PASS
>
>
> #### Warnings ####
>
> * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
> - shard-snb: {SKIP} [fdo#109271] -> INCOMPLETE [fdo#105411]
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [fdo#103158]: https://bugs.freedesktop.org/show_bug.cgi?id=103158
> [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#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
> [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
> [fdo#104782]: https://bugs.freedesktop.org/show_bug.cgi?id=104782
> [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
> [fdo#105454]: https://bugs.freedesktop.org/show_bug.cgi?id=105454
> [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
> [fdo#105682]: https://bugs.freedesktop.org/show_bug.cgi?id=105682
> [fdo#106509]: https://bugs.freedesktop.org/show_bug.cgi?id=106509
> [fdo#106641]: https://bugs.freedesktop.org/show_bug.cgi?id=106641
> [fdo#107807]: https://bugs.freedesktop.org/show_bug.cgi?id=107807
> [fdo#107956]: https://bugs.freedesktop.org/show_bug.cgi?id=107956
> [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
> [fdo#108590]: https://bugs.freedesktop.org/show_bug.cgi?id=108590
> [fdo#109244]: https://bugs.freedesktop.org/show_bug.cgi?id=109244
> [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
> [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
> [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
>
>
> Participating hosts (7 -> 5)
> ------------------------------
>
> Missing (2): shard-skl shard-iclb
>
>
> Build changes
> -------------
>
> * IGT: IGT_4780 -> IGTPW_2265
>
> CI_DRM_5458: 74ec7792af09018594097356ddc79d87cb9504f9 @ git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_2265: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
> IGT_4780: 1c1612bdc36b44a704095e7b0ba5542818ce793f @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2265/
--
Ville Syrjälä
Intel
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-21 19:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-21 14:49 [igt-dev] [PATCH i-g-t] tests/testdisplay: Speed up testdisplay for ci Ville Syrjala
2019-01-21 15:00 ` Chris Wilson
2019-01-21 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-01-21 19:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-01-21 19:59 ` Ville Syrjälä
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox