https://bugs.winehq.org/show_bug.cgi?id=45032
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |e618fb526d06ae19306bae88e81 | |e0214fcbd7d85
--- Comment #9 from François Gouget fgouget@codeweavers.com --- This is fixed by the same patch as for bug 50783. This allows the following extra tests to run now (and maybe more): vcomp, vcomp110, infosoft, and the 32-bit ntoskrnl.exe on 64-bit Windows.
commit e618fb526d06ae19306bae88e81e0214fcbd7d85 Author: Francois Gouget fgouget@codeweavers.com Date: Tue Mar 16 10:34:07 2021 +0100
winetest: Fix detecting whether a test can be run or not.
Rather than second-guessing the loader, run 'test.exe --list' with the critical-error handler message box disabled and use the resulting exit codes. But keep the activation context and COM code to improve the chances of getting the dll version.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45032 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50783 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org