Module: wine Branch: master Commit: 53a6b55ff64a49c2409872571ee9d626c5071cda URL: https://source.winehq.org/git/wine.git/?a=commit;h=53a6b55ff64a49c2409872571...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Apr 2 10:07:57 2021 +0200
user32/tests: Repeat each GetKeyState test a few times.
As it changes the results on the second and later iterations.
This shows for instance that without a thread message queue, the first key press is always missed but then the thread input will follow desktop async keystate updates.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=26269 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27238 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31899 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35907 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45385 Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/tests/input.c | 148 ++++++++++++++++++++++++---------------------- 1 file changed, 77 insertions(+), 71 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=53a6b55ff64a49c240987...