[PATCH] kernel32/tests: Remove the macros from the GetNumberFormatA() tests.

Francois Gouget fgouget at codeweavers.com
Tue Aug 24 15:08:43 CDT 2021


On Tue, 24 Aug 2021, Marvin wrote:
[...]
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=96180
> 
> === build (build log) ===
> 
> ../wine/dlls/kernel32/tests/locale.c:838:3: error: ???EXPECT_LENA??? undeclared (first use in this function)
> ../wine/dlls/kernel32/tests/locale.c:838:16: error: ???EXPECT_EQA??? undeclared (first use in this function)
> ../wine/dlls/kernel32/tests/locale.c:1213:3: error: ???EXPECT_LENA??? undeclared (first use in this function)
> ../wine/dlls/kernel32/tests/locale.c:1213:16: error: ???EXPECT_EQA??? undeclared (first use in this function)
> Makefile:84755: recipe for target 'dlls/kernel32/tests/locale.cross.o' failed
> Task: The exe32 Wine build failed

Oh, good point. This patch does depend on all the other "STRINGSA()" 
patches since it removes the EXPECT_LENA and EXPECT_EQA macros so I 
should have made a series out of them or waited before sending this one.

So either apply it last or I'll resend it when the others are in.

-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list