28 May
2024
28 May
'24
8:46 p.m.
Alexandre Julliard (@julliard) commented about dlls/ntdll/tests/exception.c:
skip( "Exception %u broken on Wow64\n", i ); continue; } + if (is_wow64 && !old_wow64 && exceptions[i].wow64_wine_todo && !strcmp(winetest_platform, "wine")) + { + todo_wine ok( 0, "Exception %u broken on Wow64 (Wine)\n", i ); + continue; + }
What failure do you see that requires disabling tests? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5480#note_67801