[PATCH] user32/tests: Add tests for keyboard layout preload list.

Rémi Bernon rbernon at codeweavers.com
Thu May 6 06:16:36 CDT 2021


On 5/4/21 5:08 PM, Marvin wrote:
> Hi,
> 
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> 
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=89907
> 
> Your paranoid android.
> 
> 
> === w7u_2qxl (32 bit report) ===
> 
> user32:
> input.c:757: Test failed:  0 (a4/0): 00 from 00 -> 80 unexpected
> input.c:757: Test failed:  0 (a4/0): 41 from 01 -> 00 unexpected
> 
> === wvistau64 (64 bit report) ===
> 
> user32:
> input.c:757: Test failed:  0 (a4/0): 01 from 01 -> 00 unexpected
> input.c:757: Test failed:  0 (a4/0): 11 from 01 -> 00 unexpected
> input.c:757: Test failed:  0 (a4/0): a2 from 01 -> 00 unexpected
> 
> === w10pro64_zh_CN (64 bit report) ===
> 
> user32:
> input.c:3393: Test failed: expected WM_NCHITTEST message
> input.c:3394: Test failed: expected WM_RBUTTONDOWN message
> input.c:3395: Test failed: expected WM_RBUTTONUP message
> input.c:3424: Test failed: expected WM_LBUTTONDOWN message
> input.c:3425: Test failed: expected WM_LBUTTONUP message
> input.c:3478: Test failed: expected loop with WM_NCHITTEST messages
> input.c:3531: Test failed: expected WM_LBUTTONDOWN message
> input.c:3532: Test failed: expected WM_LBUTTONUP message
> 
> === debiant2 (32 bit French report) ===
> 
> user32:
> input.c:3124: Test failed: Could not find keyboard layout 040C040C in preload list
> 
> === debiant2 (32 bit Japanese:Japan report) ===
> 
> user32:
> input.c:3080: Test failed: Unexpected preloaded keyboard layout high bits 0xe0010411
> input.c:3124: Test failed: Could not find keyboard layout E0010411 in preload list
> 
> === debiant2 (32 bit Chinese:China report) ===
> 
> user32:
> input.c:3080: Test failed: Unexpected preloaded keyboard layout high bits 0xe0010804
> input.c:3124: Test failed: Could not find keyboard layout E0010804 in preload list
> 

I missed these failures, I'll resend the test later as the 
GetKeyboardLayoutNameW refactor fixes some of the wine failures.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list