intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.IGT: failure for series starting with [v3] drm/i915: Define an engine class enum for the uABI (rev2)
Date: Fri, 03 Nov 2017 18:06:58 -0000	[thread overview]
Message-ID: <20171103180658.10789.16020@emeril.freedesktop.org> (raw)
In-Reply-To: <20171103133449.11267-1-chris@chris-wilson.co.uk>

== Series Details ==

Series: series starting with [v3] drm/i915: Define an engine class enum for the uABI (rev2)
URL   : https://patchwork.freedesktop.org/series/33126/
State : failure

== Summary ==

Test kms_pipe_crc_basic:
        Subgroup suspend-read-crc-pipe-B:
                pass       -> DMESG-WARN (shard-hsw)
Test kms_setmode:
        Subgroup basic:
                fail       -> PASS       (shard-hsw) fdo#99912
Test pm_rpm:
        Subgroup i2c:
                pass       -> FAIL       (shard-hsw)
        Subgroup system-suspend-modeset:
                pass       -> FAIL       (shard-hsw)
        Subgroup cursor:
                pass       -> FAIL       (shard-hsw)
        Subgroup debugfs-forcewake-user:
                pass       -> FAIL       (shard-hsw)
        Subgroup gem-pread:
                pass       -> FAIL       (shard-hsw)
        Subgroup gem-execbuf:
                pass       -> FAIL       (shard-hsw)
        Subgroup system-suspend-execbuf:
                pass       -> DMESG-FAIL (shard-hsw)
        Subgroup drm-resources-equal:
                pass       -> FAIL       (shard-hsw)
        Subgroup dpms-mode-unset-non-lpsp:
                pass       -> FAIL       (shard-hsw)
        Subgroup gem-idle:
                pass       -> FAIL       (shard-hsw)
        Subgroup system-suspend:
                pass       -> DMESG-FAIL (shard-hsw)
        Subgroup dpms-mode-unset-lpsp:
                skip       -> FAIL       (shard-hsw)
        Subgroup cursor-dpms:
                pass       -> FAIL       (shard-hsw)
        Subgroup basic-pci-d3-state:
                pass       -> FAIL       (shard-hsw)
        Subgroup universal-planes:
                pass       -> FAIL       (shard-hsw)
        Subgroup dpms-lpsp:
                skip       -> FAIL       (shard-hsw)
        Subgroup modeset-stress-extra-wait:
                pass       -> FAIL       (shard-hsw)
        Subgroup legacy-planes-dpms:
                pass       -> FAIL       (shard-hsw)
        Subgroup modeset-lpsp-stress:
                skip       -> FAIL       (shard-hsw)
        Subgroup modeset-non-lpsp:
                pass       -> FAIL       (shard-hsw)
        Subgroup gem-evict-pwrite:
                pass       -> FAIL       (shard-hsw)
Test kms_flip:
        Subgroup vblank-vs-modeset-rpm:
                pass       -> FAIL       (shard-hsw)
        Subgroup vblank-vs-dpms-rpm-interruptible:
                pass       -> FAIL       (shard-hsw)
        Subgroup vblank-vs-suspend-interruptible:
                pass       -> DMESG-WARN (shard-hsw) fdo#100368
        Subgroup vblank-vs-dpms-suspend:
                pass       -> DMESG-WARN (shard-hsw)
        Subgroup vblank-vs-dpms-rpm:
                pass       -> FAIL       (shard-hsw)
        Subgroup vblank-vs-modeset-rpm-interruptible:
                pass       -> FAIL       (shard-hsw)
Test kms_cursor_crc:
        Subgroup cursor-256x256-suspend:
                pass       -> DMESG-WARN (shard-hsw)
        Subgroup cursor-64x64-suspend:
                pass       -> DMESG-WARN (shard-hsw)
Test drv_suspend:
        Subgroup fence-restore-untiled-hibernate:
                dmesg-fail -> FAIL       (shard-hsw) fdo#103375

fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
fdo#103375 https://bugs.freedesktop.org/show_bug.cgi?id=103375

shard-hsw        total:2539 pass:1407 dwarn:5   dfail:2   fail:31  skip:1094 time:9101s

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_6940/shards.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2017-11-03 18:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-03 13:34 [PATCH v2 1/9] drm/i915: Define an engine class enum for the uABI Chris Wilson
2017-11-03 13:34 ` [PATCH v2 2/9] drm/i915: Force the switch to the i915->kernel_context Chris Wilson
2017-11-03 14:03   ` Mika Kuoppala
2017-11-03 14:07     ` Chris Wilson
2017-11-03 14:13       ` Mika Kuoppala
2017-11-03 13:34 ` [PATCH v2 3/9] drm/i915: Move GT powersaving init to i915_gem_init() Chris Wilson
2017-11-03 13:34 ` [PATCH v2 4/9] drm/i915: Inline intel_modeset_gem_init() Chris Wilson
2017-11-03 14:06   ` Mika Kuoppala
2017-11-03 13:34 ` [PATCH v2 5/9] drm/i915: Mark the context state as dirty/written Chris Wilson
2017-11-03 14:29   ` Mika Kuoppala
2017-11-03 13:34 ` [PATCH v2 6/9] drm/i915: Record the default hw state after reset upon load Chris Wilson
2017-11-03 13:34 ` [PATCH v2 7/9] drm/i915: Report whether we have true context isolation Chris Wilson
2017-11-03 13:34 ` [PATCH v2 8/9] drm/i915: Remove redundant intel_autoenable_gt_powersave() Chris Wilson
2017-11-03 13:34 ` [PATCH v2 9/9] drm/i915: Stop caching the "golden" renderstate Chris Wilson
2017-11-03 14:01 ` ✗ Fi.CI.BAT: warning for series starting with [v2,1/9] drm/i915: Define an engine class enum for the uABI Patchwork
2017-11-03 14:08 ` [PATCH v3] " Chris Wilson
2017-11-03 14:58 ` ✓ Fi.CI.BAT: success for series starting with [v3] drm/i915: Define an engine class enum for the uABI (rev2) Patchwork
2017-11-03 18:06 ` Patchwork [this message]

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=20171103180658.10789.16020@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@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;
as well as URLs for NNTP newsgroup(s).