• Eric Pouech's avatar
    kernel32/tests: Fix a debugger test failing on Windows. · 6e195851
    Eric Pouech authored
    Testing: kernel32:debugger, there's sometimes the following error:
    debugger.c:1760: Test failed: unexpected instruction pointer 778B2A0C
    
    Current test code has a workaround when this happens on last thread, but
    this is clearly not sufficient.
    
    Fix the test so that it grabs the thread context only in a place we're
    sure it's in stopped state at breakpoint instruction.
    (Current code likely catches cases where the thread is in bp signal
    handling).
    
    Rewrote the test to be in more logical order.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53143
    6e195851
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...