[Bug 68133] New: [Bisected]igt/gem_pread_after_blit/interruptible-display skipped

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 14 23:14:11 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=68133

          Priority: high
            Bug ID: 68133
          Assignee: daniel at ffwll.ch
           Summary: [Bisected]igt/gem_pread_after_blit/interruptible-displ
                    ay skipped
        QA Contact: intel-gfx-bugs at lists.freedesktop.org
          Severity: major
    Classification: Unclassified
                OS: Linux (All)
          Reporter: huax.lu at intel.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: DRM/Intel
           Product: DRI

Created attachment 84085
  --> https://bugs.freedesktop.org/attachment.cgi?id=84085&action=edit
dmesg

System Environment:
--------------------------
Platform:    Pineview/Ironlake/Sandybridge/Ivybridge/Haswell
Kernel:     (drm-intel-fixes)3d51af04567800a87a04785d375f1258977ef6d7

Bug detailed description:
-----------------------------
It skip on Pineview/Ironlake/Sandybridge/Ivybridge/Haswell with -fixes kernel.
It works well on -queued and -nightly kernel.
igt/gem_pread_after_blit/normal-display also skipped.

Bisect shows:7553ad6e10f76aa703359a10e08138e14501d54d is the first bad commit
commit 7553ad6e10f76aa703359a10e08138e14501d54d
Author:     Daniel Vetter <daniel.vetter at ffwll.ch>
AuthorDate: Mon Aug 12 10:43:59 2013 +0200
Commit:     Daniel Vetter <daniel.vetter at ffwll.ch>
CommitDate: Mon Aug 12 11:17:58 2013 +0200

    tests: use drmtest_skip() in caching ioctl helpers

    This way we can rip out all the skip handling from the test control flow,
    and additionally (by using drmtest_retval()) even get correct exit codes.

    The only tricky part is that when we only want ot skip parts of a test
    (like for gem_pread and gem_pwrite) we need to split out those parts as
    subtests. But no addition of control-flow is required, the set/longjmp
    magic in the helpers all makes it happen.

    Also we make extensive use of the behaviour of drmtest_skip to skip
    all subsequent subtests if it is called outside of a subtest. This allows
    us to re-flatten the control flow a lot.

    Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>


Test requirement not met in function gem_set_caching, file drmtest.c:421:
Test requirement: (ret == 0)
Subtest interruptible-display: SKIP


Reproduce steps:
----------------------------
1. ./gem_pread_after_blit --run-subtest interruptible-display

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20130815/1e42c419/attachment-0001.html>


More information about the intel-gfx-bugs mailing list