Since we don't have the bridge anymore, and as I understand it's not coming back (?), it's becoming very easy to miss windows tests regressions. This should at least make sure we get some direct visibility of tests running on Win10.
--
v3: gitlab: Only run the modifieds tests on Windows for an MR.
gitlab: Add windows tests to MR pipeline.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4362
--
v4: dmsynth: Use time instead of position to order events.
dmsynth: Preserve event order when positions are equal.
dmime: Requeue the note message instead of directly queueing MIDI note-off.
dmime/tests: Test output tool note requeueing.
dmime/tests: Move scale_music_time() and check_dmus_note_pmsg() up.
dmime: Correctly requeue messages with changed time.
dmime: Always queue messages with non-immediate delivery type.
dmime: Don't queue messages with immediate delivery type.
dmime: Factor out timeout computation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4438