On Fri Jul 18 09:47:15 2025 +0000, Paul Gofman wrote:
@giomasce Looks like this MR introduced various test failures in dsound/tests/capture.c and mmdevapi/tests/capture.c (see, e. g., https://gitlab.winehq.org/wine/wine/-/jobs/174369). I am reproducing those locally. Commit 00211db0d08d60ee9a0e40206bf7cf9b5b88987b (functional change) triggered failures in dsound test (reverting that fixes the failures). The failures in mmdevapi are in newly added test_formats().
Thanks. The failures in `mmdevapi/tests/capture.c` are just a missing `todo`, so they're easy to deal with. But I also introduced crashes in `mmdevapi/tests/spatialaudio.c`, which is what I am investigating now. Apparently everybody used the flexibility that the audio renderer offered before. Sorry for not noticing that before.