On Mon Sep 29 17:51:09 2025 +0000, Elizabeth Figura wrote:
It should be a todo in any commit where the behaviour on Wine differs from Windows. Also, don't do "todo_wine_if (a) ok (!a)" unless absolutely necessary; writing it like that means you can't notice if the code changes to fix or break the test. Just write "todo_wine" if possible.
Right now some of the cases work. So a plain todo_wine will throw errors because those ok statements work, no?.
Anything that is defined in stock_icon_id_to_resource_id will work.