<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:yann.argotti@intel.com" title="yann <yann.argotti@intel.com>"> <span class="fn">yann</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [BXT-P/APL/BDW/BSW/KBL] Timeout when executing testdisplay -f"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93316">bug 93316</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>DRM/Intel
           </td>
           <td>IGT
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">QA Contact</td>
           <td>intel-gfx-bugs@lists.freedesktop.org
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>humberto.i.perez.rodriguez@intel.com
           </td>
           <td>marius.c.vlad@intel.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [BXT-P/APL/BDW/BSW/KBL] Timeout when executing testdisplay -f"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93316#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [BXT-P/APL/BDW/BSW/KBL] Timeout when executing testdisplay -f"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93316">bug 93316</a>
              from <span class="vcard"><a class="email" href="mailto:yann.argotti@intel.com" title="yann <yann.argotti@intel.com>"> <span class="fn">yann</span></a>
</span></b>
        <pre>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 ?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>