[PATCH] kernel32/tests: Add more debugger tests.
--- dlls/kernel32/tests/debugger.c | 476 ++++++++++++++++++++++++++++++++- 1 file changed, 462 insertions(+), 14 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=54937 Your paranoid android. === wvistau64_fr (32 bit report) === kernel32: debugger.c:1417: Test failed: dwDebugEventCode = 2 === debian10 (32 bit report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). debugger.c:329: Test failed: GetThreadContext failed: 5 === debian10 (32 bit French report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). === debian10 (32 bit Japanese:Japan report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). === debian10 (32 bit Chinese:China report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). === debian10 (32 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). debugger.c:329: Test failed: GetThreadContext failed: 5 === debian10 (64 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439ea2). debugger.c:329: Test failed: GetThreadContext failed: 5
participants (2)
-
Jacek Caban -
Marvin