I am not sure what exactly went wrong in tests, I see this in report ``` <testsuite name="winmm:mci" file="dlls/winmm/tests/mci.c" time="19.437000" tests="0" failures="0" skipped="0"> <testcase classname="winmm:mci" name="winmm:mci status 1" file="dlls/winmm/tests/mci.c" assertions="0" time="19.437000"> <system-out>Test exited with status 1</system-out> <failure/> </testcase> </testsuite> ``` while I see correct test output in the log (except X11 error, probably). ``` winmm:mci start dlls/winmm/tests/mci.c ALSA lib seq_hw.c:540:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 142 (Composite) Minor opcode of failed request: 3 () Value in failed request: 0x18001d2 Serial number of failed request: 2226 Current serial number in output stream: 2241 mci.c:233:0.029 Test marked todo: open notify: MCIERR_EXTENSION_NOT_FOUND ... mci.c:1259:16.666 Wine style MCI auto-close upon notification mci.c:1425:17.740 Test succeeded mci.c:1574:18.904 Test succeeded winmm:mci:04d8 done (1) in 19s 4162B ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9977#note_128092