[Bug 93316] [BXT-P/APL/BDW/BSW/KBL] Timeout when executing testdisplay -f

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 20 13:13:16 UTC 2016


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

yann <yann.argotti at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DRM/Intel                   |IGT
         QA Contact|intel-gfx-bugs at lists.freede |
                   |sktop.org                   |
           Assignee|humberto.i.perez.rodriguez@ |marius.c.vlad at intel.com
                   |intel.com                   |

--- Comment #17 from yann <yann.argotti at intel.com> ---
I investigated and the issue is coming from the fact that tests
(update_display) are done successfully and then land into an infinite loop with
glib main loop (waiting for an event that never happen when you are running)

If you run with option -a (ie all modes) this is not happening because in case
of success test_all_modes exit via out_stdio. 

So I am changing Product here and either we consider that 
1- -f cannot be used to test automatically (via command line) and close as
notabug, or consider -f is only be done in a automatic way and then goto
out_stdio also in case of success,
2- check that we are not into an hotplug config and therefore we may not need
to got though glib main loop,
3- handle a timeout (of no event) within glib main loop,
4- add another option ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160720/8fecd50a/attachment.html>


More information about the intel-gfx-bugs mailing list