[PATCH 18/18] kernel32/tests: Add debugger syscall handling tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 172 ++++++++++++++++++++++++++++++++- 1 file changed, 171 insertions(+), 1 deletion(-)
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=84458 Your paranoid android. === w10pro64 (32 bit report) === kernel32: debugger.c:145: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wt1B48.tmp' debugger.c:145: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wt1B48.tmp debugger.c:666: Test failed: the child and debugged pids don't match: 6864 != 6704 === w10pro64 (testbot log) === The task timed out === w1064_2qxl (64 bit report) === kernel32: debugger.c:145: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wt150E.tmp' debugger.c:145: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wt150E.tmp debugger.c:666: Test failed: the child and debugged pids don't match: 7796 != 7616 === w10pro64 (64 bit report) === kernel32: debugger.c:145: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wt16D4.tmp' debugger.c:145: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wt16D4.tmp debugger.c:666: Test failed: the child and debugged pids don't match: 7388 != 3024
participants (2)
-
Jacek Caban -
Marvin