[Wayland-bugs] [Bug 56819] [regression] Weston event-test unit test failure

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 11 07:37:03 PST 2012


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

--- Comment #1 from Jonas Ådahl <jadahl at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20121111/caaa83cb/attachment.html>


More information about the Wayland-bugs mailing list