1
0
Fork 0

Revert "tests/clutter/conform: Wait for stage update right after showing stage"

This turned out to not be needed, see the preceding commit for the proper
fix.

This reverts commit 530659c643.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3807>
This commit is contained in:
Jonas Dreßler 2024-06-12 23:06:43 +02:00 committed by Marge Bot
parent 76f689195e
commit e0c1dff45c

View file

@ -146,7 +146,6 @@ gesture_state_machine_move_to_waiting (void)
&was_updated);
clutter_actor_show (stage);
wait_stage_updated (&was_updated);
clutter_virtual_input_device_notify_absolute_motion (virtual_pointer, now_us, 15, 15);
clutter_virtual_input_device_notify_button (virtual_pointer, now_us,
@ -206,7 +205,6 @@ gesture_state_machine_move_to_cancelled_while_possible (void)
&was_updated);
clutter_actor_show (stage);
wait_stage_updated (&was_updated);
clutter_virtual_input_device_notify_absolute_motion (virtual_pointer, now_us, 15, 15);
clutter_virtual_input_device_notify_button (virtual_pointer, now_us,
@ -259,7 +257,6 @@ gesture_state_machine_move_to_cancelled_on_sequence_cancel (void)
&was_updated);
clutter_actor_show (stage);
wait_stage_updated (&was_updated);
clutter_virtual_input_device_notify_absolute_motion (virtual_pointer, now_us, 15, 15);
clutter_virtual_input_device_notify_button (virtual_pointer, now_us,
@ -314,7 +311,6 @@ gesture_multiple_mouse_buttons (void)
&was_updated);
clutter_actor_show (stage);
wait_stage_updated (&was_updated);
clutter_virtual_input_device_notify_absolute_motion (virtual_pointer, now_us, 15, 15);
clutter_virtual_input_device_notify_button (virtual_pointer, now_us,