[Piglit] [Bug 97577] Device override incorrectly skips tests

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 2 16:44:24 UTC 2016


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

--- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> ---
This is actually not a piglit issue - it's an issue with how the intel driver
does feature enablement. A bunch of features depend on various kernel features,
and so the driver does a bunch of "exec" tests on startup, to see what all it
can turn on. When you do a device override, it still runs those exec tests,
which will generally fail.

I think the solution is to assume all the exec tests pass if there's a device
override in place.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20160902/747f04ea/attachment.html>


More information about the Piglit mailing list