[PATCH 05/10] win32u: Introduce inline helpers for NtUserCallTwoParam calls.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user.exe16/user.c | 4 +-- dlls/user32/hook.c | 2 +- dlls/user32/message.c | 2 +- dlls/user32/sysparams.c | 6 ++--- dlls/user32/winproc.c | 2 +- dlls/win32u/sysparams.c | 20 +++++++++----- include/ntuser.h | 60 +++++++++++++++++++++++++++++++---------- 7 files changed, 68 insertions(+), 28 deletions(-)
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=112499 Your paranoid android. === debian11 (64 bit WoW report) === user32: win.c:11361: Test failed: expected 0000000000C00102, got 000000000054015E win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11763: Test failed: 00000000011100FA: expected NOT topmost win.c:11787: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11810: Test failed: 00000000006B00B2: expected NOT topmost win.c:11811: Test failed: 00000000011100FA: expected next 0000000000070146, got 0000000000000000 win.c:11811: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11834: Test failed: 00000000006B00B2: expected NOT topmost win.c:11835: Test failed: 00000000011100FA: expected next 0000000000070146, got 0000000000000000 win.c:11835: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11869: Test failed: 00000000011100FA: expected next 0000000000070146, got 0000000000000000 win.c:11869: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11892: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11903: Test failed: 00000000011100FA: expected next 0000000000070146, got 0000000000000000 win.c:11903: Test failed: 00000000011100FA: expected NOT topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost win.c:11606: Test failed: 1: hwnd 00000000006B00B2 is still topmost win.c:11606: Test failed: 2: hwnd 0000000000E700BC is still topmost win.c:11606: Test failed: 3: hwnd 0000000000070146 is still topmost win.c:11606: Test failed: 4: hwnd 00000000011100FA is still topmost
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin