[PATCH 02/12] user32/tests: Tweak test result for w1064v1809.

Rémi Bernon rbernon at codeweavers.com
Tue Nov 12 14:41:55 CST 2019


Seems like the wparam is not always as expected.

  https://testbot.winehq.org/JobDetails.pl?Key=59835#k110

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
---
 dlls/user32/tests/msg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index 2b777e0c89c..26d3abee0fa 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -9059,8 +9059,8 @@ static const struct message WmShiftMouseButton[] = {
     { HCBT_KEYSKIPPED, hook|wparam|lparam|optional, VK_SHIFT, 0xc0000001 }, /* XP */
     { WM_KEYUP, wparam|lparam, VK_SHIFT, 0xc0000001 },
     { WM_KEYUP, sent|wparam|lparam, VK_SHIFT, 0xc0000001 },
-    { WM_LBUTTONUP, wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
-    { WM_LBUTTONUP, sent|wparam|optional, MK_SHIFT, 0 }, /* >= w1064v1809 */
+    { WM_LBUTTONUP, optional, 0, 0 }, /* >= w1064v1809 */
+    { WM_LBUTTONUP, sent|optional, 0, 0 }, /* >= w1064v1809 */
     { 0 }
 };
 static const struct message WmF1Seq[] = {
-- 
2.24.0.rc2




More information about the wine-devel mailing list