[PATCH 2/2] comctl32/tests: Add a test for base class names.

Nikolay Sivov nsivov at codeweavers.com
Sat Aug 25 15:51:10 CDT 2018


On 08/24/2018 09:17 PM, Alexandre Julliard wrote:

> Nikolay Sivov <nsivov at codeweavers.com> writes:
>
>> From: Fabian Maurer <dark.shadow4 at web.de>
>>
>> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
>> ---
>>
>> Extended to cover more redirected classes.
>>
>>   dlls/comctl32/tests/misc.c | 9 +++++++++
>>   1 file changed, 9 insertions(+)
> This fails here:
>
> ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so misc && touch misc.ok
> misc.c:364: Test failed: Failed to create window for class ComboBox.
> misc.c:366: Test failed: Unexpected class name Button, expected ComboBox.
> make: *** [Makefile:590: misc.ok] Error 2
>

Sorry about that, was almost sure I ran the test. Apparently you can't 
create WS_VISIBLE ComboBox without a parent window in Wine, and it works 
on Windows.



More information about the wine-devel mailing list