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.