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

--- Comment #2 from U. Artie Eoff <[email protected]> ---
http://cgit.freedesktop.org/wayland/weston/commit/?id=5281fb1500b1ac430bde54426f85319e316c82e3
is the commit that changed the behavior.  If I revert that commit, event-test
no longer hangs.

Before commit 5281fb15, the animation was masking this bug.  That is,
event-test:test_surface_output was dependent on the
weston_surface_animation_frame() which called
weston_compositor_schedule_repaint().  In turn, that triggered a surface frame
callback that allowed event-test:test_surface_output to continue execution.

Now that the animation is fixed, event-test:test_surface_output exposes the bug
described in comment #1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to