[PATCH 3/3] kernel32/tests: Avoid function pointers for functions present since XP.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 38 +++++++++++----------------------- 1 file changed, 12 insertions(+), 26 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=62812 Your paranoid android. === w1064v1809_ja (32 bit report) === kernel32: debugger.c:142: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wt28B6.tmp' debugger.c:142: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wt28B6.tmp debugger.c:654: Test failed: the child and debugged pids don't match: 3000 != 6744 === w1064v1809_zh_CN (32 bit report) === kernel32: debugger.c:142: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wt375C.tmp' debugger.c:142: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wt375C.tmp debugger.c:654: Test failed: the child and debugged pids don't match: 5276 != 4760 debugger.c:1408: Test failed: dwDebugEventCode = 1 debugger.c:1408: Test failed: dwDebugEventCode = 1 === debian10 (32 bit Japanese:Japan report) === kernel32: debugger.c:305: Test failed: GetThreadContext failed: 5 === debian10 (64 bit WoW report) === kernel32: debugger: Timeout
participants (2)
-
Jacek Caban -
Marvin