public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/5] lib/tests: Add header for common helpers
Date: Tue, 19 Feb 2019 08:41:26 -0000	[thread overview]
Message-ID: <20190219084126.5011.59117@emeril.freedesktop.org> (raw)
In-Reply-To: <20190219075716.11553-1-daniel.vetter@ffwll.ch>

== Series Details ==

Series: series starting with [i-g-t,1/5] lib/tests: Add header for common helpers
URL   : https://patchwork.freedesktop.org/series/56878/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5629 -> IGTPW_2440
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/56878/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_2440 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_module_load@reload:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       PASS -> FAIL [fdo#109485]

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - fi-kbl-7560u:       PASS -> FAIL [fdo#103375]

  
#### Possible fixes ####

  * igt@i915_module_load@reload-with-fault-injection:
    - fi-kbl-7567u:       DMESG-WARN [fdo#105602] / [fdo#108529] -> PASS +1

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       DMESG-FAIL [fdo#105079] -> PASS

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-kbl-7500u:       FAIL -> PASS

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c:
    - fi-kbl-7567u:       {SKIP} [fdo#109271] -> PASS +33

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS +1

  * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
    - fi-ivb-3770:        {SKIP} [fdo#109271] -> PASS

  * igt@pm_rpm@module-reload:
    - fi-kbl-7567u:       DMESG-WARN [fdo#108529] -> PASS
    - {fi-icl-y}:         INCOMPLETE [fdo#108840] -> PASS

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108840]: https://bugs.freedesktop.org/show_bug.cgi?id=108840
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485


Participating hosts (46 -> 41)
------------------------------

  Additional (1): fi-pnv-d510 
  Missing    (6): fi-kbl-soraka fi-hsw-4770r fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan 


Build changes
-------------

    * IGT: IGT_4836 -> IGTPW_2440

  CI_DRM_5629: e5bd5364ce58650dc664ee250629aa902dfe64ac @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_2440: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2440/
  IGT_4836: 51d069e07b3f7697f06fa8947ee92a196356d8b3 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2440/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2019-02-19  8:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19  7:57 [igt-dev] [PATCH i-g-t 1/5] lib/tests: Add header for common helpers Daniel Vetter
2019-02-19  7:57 ` [igt-dev] [PATCH i-g-t 2/5] lib/tests: add internal_assert_wexited/wsignaled Daniel Vetter
2019-02-19  8:52   ` Chris Wilson
2019-02-19  7:57 ` [igt-dev] [PATCH i-g-t 3/5] tests: drop invalid name build checks Daniel Vetter
2019-02-19  9:06   ` Arkadiusz Hiler
2019-02-19  7:57 ` [igt-dev] [PATCH i-g-t 4/5] lib/tests: Convert no_exit tests into positive tests Daniel Vetter
2019-02-20 11:10   ` Arkadiusz Hiler
2019-02-19  7:57 ` [igt-dev] [PATCH i-g-t 5/5] lib/tests: Add testcase for nonexisting subtest name Daniel Vetter
2019-02-20 11:22   ` Arkadiusz Hiler
2019-02-20 12:57     ` Daniel Vetter
2019-02-19  8:41 ` Patchwork [this message]
2019-02-19  9:48 ` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/5] lib/tests: Add header for common helpers Patchwork
2019-02-20 11:09 ` [igt-dev] [PATCH i-g-t 1/5] " Arkadiusz Hiler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190219084126.5011.59117@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox