[PATCH] kernel32/tests: Add single step and debug service tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 364 +++++++++++++++++++++++++++++++-- 1 file changed, 346 insertions(+), 18 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=55367 Your paranoid android. === w1064v1507 (64 bit report) === kernel32: debugger.c:145: Test failed: unable to open 'C:\Users\winetest\AppData\Local\Temp\wtF978.tmp' debugger.c:145: Test failed: failed to open: C:\Users\winetest\AppData\Local\Temp\wtF978.tmp debugger.c:658: Test failed: the child and debugged pids don't match: 2848 != 1260 === debian10 (32 bit report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2). === debian10 (32 bit French report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2). === debian10 (32 bit Japanese:Japan report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2). === debian10 (32 bit Chinese:China report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2). === debian10 (32 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2). === debian10 (64 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x004395a2).
Jacek Caban <jacek(a)codeweavers.com> writes:
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 364 +++++++++++++++++++++++++++++++-- 1 file changed, 346 insertions(+), 18 deletions(-)
This fails here: ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe debugger && touch debugger.ok debugger.c:1303: Test failed: ExceptionAddress = 7BCA6E24 debugger.c:1305: Test failed: unexpected instruction pointer F7F2F079 debugger.c:1308: Test failed: ExceptionAddress = F7F2F07A expected 00340402 debugger.c:1308: Test failed: unexpected instruction pointer F7F2F07A expected 00340402 debugger.c:1309: Test failed: ExceptionAddress = F7F2F07B expected 00340403 debugger.c:1309: Test failed: unexpected instruction pointer F7F2F07B expected 00340403 debugger.c:1310: Test failed: ExceptionAddress = F7F2F07C expected 00340400 debugger.c:1310: Test failed: unexpected instruction pointer F7F2F07C expected 00340400 make: *** [Makefile:347: debugger.ok] Error 8 -- Alexandre Julliard julliard(a)winehq.org
On 8/13/19 1:33 AM, Alexandre Julliard wrote:
Jacek Caban <jacek(a)codeweavers.com> writes:
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 364 +++++++++++++++++++++++++++++++-- 1 file changed, 346 insertions(+), 18 deletions(-) This fails here:
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe debugger && touch debugger.ok debugger.c:1303: Test failed: ExceptionAddress = 7BCA6E24 debugger.c:1305: Test failed: unexpected instruction pointer F7F2F079 debugger.c:1308: Test failed: ExceptionAddress = F7F2F07A expected 00340402 debugger.c:1308: Test failed: unexpected instruction pointer F7F2F07A expected 00340402 debugger.c:1309: Test failed: ExceptionAddress = F7F2F07B expected 00340403 debugger.c:1309: Test failed: unexpected instruction pointer F7F2F07B expected 00340403 debugger.c:1310: Test failed: ExceptionAddress = F7F2F07C expected 00340400 debugger.c:1310: Test failed: unexpected instruction pointer F7F2F07C expected 00340400 make: *** [Makefile:347: debugger.ok] Error 8
I think I can see the problem, I will send a better version. Thanks, Jacek
participants (3)
-
Alexandre Julliard -
Jacek Caban -
Marvin