Bug 68260 - igt/gem_dummy_reloc_loop/blt skipped
Summary: igt/gem_dummy_reloc_loop/blt skipped
Status: CLOSED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: All All
: high major
Assignee: Daniel Vetter
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-19 08:11 UTC by lu hua
Modified: 2017-10-06 14:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
dmesg (102.00 KB, text/plain)
2013-08-19 08:11 UTC, lu hua
no flags Details

Description lu hua 2013-08-19 08:11:39 UTC
Created attachment 84234 [details]
dmesg

System Environment:
--------------------------
Platform:    Pinveview/Ironlake/Sandybridge/Ivybridge/Haswell
Kernel:      (drm-intel-next-queued) 815ca9817afc1c1a45799fb9d4a4f413b7b1517c

Bug detailed description:
-----------------------------
It skipped on Pinveview/Ironlake/Sandybridge/Ivybridge/Haswell with -queued,-fixes,-nightly kernel.
Following cases also skipped:
igt/gem_dummy_reloc_loop/bsd
igt/gem_dummy_reloc_loop/mixed
igt/gem_dummy_reloc_loop/render
igt/gem_dummy_reloc_loop/vebox

It caused by commit 1532af19d9bf962412bb150393aa10d13fae91d6
commit 1532af19d9bf962412bb150393aa10d13fae91d6
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Wed Aug 14 12:13:28 2013 +0200

    tests/gem_dummy_reloc_loop: use igt_skip

    For tests with subtest we should use igt_skip to ensure that subtests
    are always properly enumerated.

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


Test requirement not met in function main, file gem_dummy_reloc_loop.c:141:
Test requirement: (!HAS_BLT_RING(devid))
Subtest render: SKIP
Subtest bsd: SKIP
Subtest blt: SKIP
Subtest vebox: SKIP
Subtest mixed: SKIP


Reproduce steps:
----------------------------
1. ./gem_dummy_reloc_loop --run-subtest bsd
Comment 1 Daniel Vetter 2013-08-19 08:28:20 UTC
Should be fixed with

commit 90ef68859c3e5edf2a6cd6b274f0443b936c9e0d
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Sun Aug 18 19:58:28 2013 +0200

    test/gem_dummy_reloc_loop: fix igt_require conversion
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68170
    Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>


Note that this test is expected to skip on all pre-snb platforms (like pnv, ilk, ...).
Comment 2 lu hua 2013-08-21 06:55:22 UTC
Verified.Fixed.
Comment 3 Gordon Jin 2014-01-03 01:35:23 UTC
(give the credit to Daniel)
Comment 4 Elizabeth 2017-10-06 14:43:52 UTC
Closing old verified.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.