Summary: | [CI] igt@gem_eio - fail - Failed assertion: __gem_context_create(fd, &ctx_id) == 0 | ||
---|---|---|---|
Product: | DRI | Reporter: | Marta Löfstedt <marta.lofstedt> |
Component: | DRM/Intel | Assignee: | Marta Löfstedt <marta.lofstedt> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | ILK | i915 features: | GEM/Other |
Description
Marta Löfstedt
2018-04-06 08:08:02 UTC
Not quite, this is a missing igt_require(gem_has_contexts()); the other is a missing igt_device_set_master(). commit e5a785cc7b6b6ca47a40467878372728064d02fa Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Apr 6 10:07:32 2018 +0100 igt/gem_eio: Require context support before creation gem_context_create() nowadays assumes you have already checked for context support and asserts for any error. So check first. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105924 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Need more drmtip to varify to close this Looks green on drmtip_13 and forward |
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.