[PATCH v2] kernel32/tests: Add single step and debug service tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 367 +++++++++++++++++++++++++++++++-- 1 file changed, 349 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=55484 Your paranoid android. === debian10 (32 bit report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612). === debian10 (32 bit French report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612). === debian10 (32 bit Japanese:Japan report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612). === debian10 (32 bit Chinese:China report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612). === debian10 (32 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612). === debian10 (64 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00439612).
participants (2)
-
Jacek Caban -
Marvin