[PATCH] kernel32/tests: Add initial tests for GetConsoleFontInfo (v2)

Sebastian Lackner sebastian at fds-team.de
Sun Apr 24 08:43:26 CDT 2016


On 22.04.2016 15:21, Hugh McMaster wrote:
> Changes since v1: Use CONSOLE_FONT_INFO instead of undocumented CONSOLE_FONT.
> The structure is identical.
> 
> Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
> ---
>  dlls/kernel32/tests/console.c | 57 +++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 57 insertions(+)
> 

You'll have to add a stub first, otherwise it breaks the tests:

$ (cd dlls/kernel32/tests/; make console.ok)
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so console && touch console.ok
fixme:console:GetConsoleProcessList ((nil),0): stub
fixme:console:GetConsoleProcessList ((nil),1): stub
fixme:console:GetConsoleProcessList (0x118ca0,0): stub
fixme:console:GetConsoleProcessList (0x118ca0,1): stub
fixme:console:GetConsoleProcessList (0x118ca0,0): stub
fixme:console:SetConsoleFont (0x63, 0): stub!
fixme:console:SetConsoleFont (0x63, 0): stub!
wine: Call from 0x7b43b8a2 to unimplemented function KERNEL32.dll.GetConsoleFontInfo, aborting
wine: Unimplemented function KERNEL32.dll.GetConsoleFontInfo called at address 0x7b43b8a2 (thread 0009), starting debugger...




More information about the wine-devel mailing list