Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55283
--- It has been causing every merge request to get a GitLab CI error ever since the move to Debian 12 on 2023-07-10. That makes the GitLab CI pretty horrible.
If there is a quick fix for this issue then this MR can be ignored. Otherwise, since there is no way to tell the GitLab CI that a specific test is expected to crash or fail in a certain way, there is no other option than to skip the test entirely until it works again.
Side-note: Finding failures in the GitLab CI logs is quite annoying. As far as I can tell the only way not to miss any is to perform a set of four searches: - "Test f" -> regular failures - "todo " -> Todo tests that unexpectedly succeed - "ne (2" -> Timeouts (and test units with 2 failures) - "ne (-" -> Crashes (with or without an 'unhandled exception' line)
If anyone has an emacs macro to automate this...