[3/3] imm32,user32: Create and destroy the default IME window implicitly. (try 9; resend)

Sebastian Lackner sebastian at fds-team.de
Tue Aug 30 14:48:49 CDT 2016


On 23.08.2016 15:13, Akihiro Sagawa wrote:
> 
> Try 9:
>  - Withdraw try 8 changes as we have ImmDisableIME now.
>  - Rebased and resolve conflicts against ImmDisableIME patch.
> 
> Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
> ---
>  dlls/imm32/imm.c           | 99 +++++++++++++++++++++++++++++++++++-----------
>  dlls/imm32/imm32.spec      |  1 +
>  dlls/imm32/tests/imm32.c   | 12 +++---
>  dlls/user32/misc.c         |  4 +-
>  dlls/user32/user_private.h |  1 +
>  dlls/user32/win.c          | 26 ++++++++++++
>  dlls/user32/win.h          |  1 +
>  7 files changed, 113 insertions(+), 31 deletions(-)

This patch broke various user32 tests in virtual desktop mode, for example:

$ (cd dlls/user32/tests/; make broadcast.ok)
../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so broadcast && touch broadcast.ok
broadcast.c:174: Test failed: Asynchronous message sent instead
broadcast.c:152: Test failed: Returned: 0
broadcast.c:153: Test failed: Asynchronous message sent instead
broadcast.c:174: Test failed: Asynchronous message sent instead
broadcast.c:238: Test failed: Returned: 0
broadcast.c:239: Test failed: Asynchronous message sent instead
broadcast.c:257: Test failed: Asynchronous message sent instead
broadcast.c:238: Test failed: Returned: 0
broadcast.c:239: Test failed: Asynchronous message sent instead
broadcast.c:257: Test failed: Asynchronous message sent instead
broadcast.c:298: Test failed: Returned: 0 error 1460
broadcast.c:299: Test failed: Asynchronous message sent instead
broadcast.c:309: Test failed: Returned: 0 error 1460
broadcast.c:310: Test failed: Asynchronous message sent instead
broadcast.c:320: Test failed: Returned: 0 error 1460
broadcast.c:321: Test failed: Asynchronous message sent instead
broadcast.c:332: Test failed: Asynchronous message sent instead
make: *** [Makefile:197: broadcast.ok] Fehler 17

Could you please take a look?




More information about the wine-devel mailing list