https://bugs.winehq.org/show_bug.cgi?id=35610
Bug ID: 35610 Summary: The of user32:msg tests fail in the Hebrew locale Product: Wine Version: 1.7.12 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Classification: Unclassified
The fg-win7u64-1spie9-he VM runs the tests in the Hebrew locale. This results in 9 test failures instead of the background of 6.
See: http://test.winehq.org/data/tests/user32:msg.html
The three test failures are very similar:
msg.c:7461: Test failed: Alt press/release: 12: in msg 0x011f expecting wParam 0x20900000 got 0x60900000 msg.c:7481: Test failed: VK_F10 press/release: 12: in msg 0x011f expecting wParam 0x20900000 got 0x60900000 msg.c:7491: Test failed: SHIFT+F10 press/release: 14: in msg 0x011f expecting wParam 0x20900000 got 0x60900000
They were introduced by:
commit b44b2cc880c1df8dc9270849d05de4b5a1c84811 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Jan 11 10:38:31 2005 +0000
Add more tests for keyboard/menu activation behaviour, make the tests pass under Wine.
commit b74c0cc2fea3568d2bd08e42513212e1cc60ed58 Author: Erich Hoover ehoover@mines.edu Date: Mon Oct 12 18:49:57 2009 -0600
user32: Test for 'F10' key events.
commit 95676b50f8b7b77034aef6acd745af4d8322cafd Author: Kusanagi Kouichi slash@ac.auone-net.jp Date: Wed Jan 13 22:55:05 2010 +0900
user32/tests: Add test for Shift+F10.