[PATCH 1/2] kernel32/tests: Improve timeout hanling in debugger tests.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/tests/debugger.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 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=55206 Your paranoid android. === debian10 (32 bit report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134). === debian10 (32 bit French report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134). === debian10 (32 bit Japanese:Japan report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134). === debian10 (32 bit Chinese:China report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134). === debian10 (32 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134). === debian10 (64 bit WoW report) === kernel32: Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134).
participants (2)
-
Jacek Caban -
Marvin