Bug 68132 - [PNV/ILK Bisected]igt/gem_ctx_basic aborted
Summary: [PNV/ILK Bisected]igt/gem_ctx_basic aborted
Status: CLOSED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: high major
Assignee: Daniel Vetter
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-15 05:19 UTC by lu hua
Modified: 2017-10-06 14:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


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

Description lu hua 2013-08-15 05:19:57 UTC
Created attachment 84084 [details]
dmesg

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

Bug detailed description:
-----------------------------
It aborted on Pineview/Ironlake with -nightly, -fixes, -queued kernel.
Bisect shows:5e25fcc285240353ab15bd4c3a0d0e02d970f45b is the first bad commit.
commit 5e25fcc285240353ab15bd4c3a0d0e02d970f45b
Author:     Daniel Vetter <daniel.vetter@ffwll.ch>
AuthorDate: Tue Aug 13 12:56:06 2013 +0200
Commit:     Daniel Vetter <daniel.vetter@ffwll.ch>
CommitDate: Tue Aug 13 15:15:17 2013 +0200

    tests: use igt_fail instead of exit(param != 0)

    Mostly a sed job with too manual fixups:
    - one case of using _exit instead of exit
    - and one case which under some conditions use 77, so convert that
      check to an igt_skip.

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

output:
gem_ctx_basic: drmtest.c:796: igt_fail: Assertion `exitcode != 0 && exitcode != 77' failed.
Aborted (core dumped)


Reproduce steps:
----------------------------
1. ./gem_ctx_basic
Comment 1 Daniel Vetter 2013-08-15 11:51:49 UTC
commit 610630622b4f5f9570f6faf136a0273535728536
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Thu Aug 15 13:47:15 2013 +0200

    tests/gem_ctx_basic: Use igt_require
    
    ... instead of threading the 77 return value through threads. Even
    better would be to check for requirements in the single-threaded setup
    part of the test, since now it's done by multiple threads in parallel
    and will result in interleaved and multiplied output on stdout.
    Whatever.
    
    Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Comment 2 lu hua 2013-08-19 01:49:11 UTC
Verified.Fixed.
Comment 3 Elizabeth 2017-10-06 14:44:06 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.