<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [regression] Weston event-test unit test failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56819#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [regression] Weston event-test unit test failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56819">bug 56819</a>
              from <span class="vcard"><a class="email" href="mailto:jadahl@gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span></b>
        <pre>I did some reseach on this and it seems to be three issues that needs to be
fixed.

The first is that the test-client does not commit after creating a surface,
meaning it will never actually be commited to the server.

The second issue is that the input region of the surface is not updated when
the event-test resizes. This can be fixed by adding a
weston_surface_update_input_area called afer resizing that re-reads the pending
input region and intersects the changed geometry with the pending to create a
new updated input region.

The third issue is that there was nothing making sure that all pending events
(input events etc) were handled before the test-client replied to a send-state.
Strategically adding roundtrips in the client seems to solve that.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>