On Sat Sep 10 18:21:33 2022 +0000, Jinoh Kang wrote:
Note that WOW64 path and non-WOW64 path has different TODOs; some existing `todo_wine`s will succeed unexpectedly on the wow64 build.
This patch is not really enough to enable wow64 testing on CI, it will need more complete support. We're getting there, but there is still more work needed for that.
That said, while making testing easier sounds nice, it would be more interesting so have something closer to the final solution. I don't know yet how those parts will look like exactly yet, but ntdll will need to take into account things like running from build tree and proper wow64 build system support (and build system part will probably be nicer to work with once we can get rid of -mcygwin modules, which is still needed for opengl32.dll). While we can probably have a way to enable wow64 before it's all fully implemented, I think this needs more consideration to make sure it all fits.