14 Mar
2024
14 Mar
'24
11:19 a.m.
The commit adds a todo_wine statement to the tests that are currently failing on my macOS build. The failing tests are in a conditional statement and the same tests in the `else` block already contain a `todo_wine` (see lines 8566 and 8571). My guess is, that on most systems, the `else` block is executed and the `todo_wine` was just forgotten in the `else if` statement. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5309