Skip to content

tests/wayland-test-client-utils: Sync event serial in same dispatch

If multiple sync events are send in the same dispatch, a further call to wait_for_sync_event will get stuck. Fix this by keeping track of the latest sync event serial in the display and always compare against that.

Merge request reports