• Eric Pouech's avatar
    kernel32/tests: Merge two debug event loops in test_debugger(). · 982472d8
    Eric Pouech authored
    Current test in debugger expects that all breakpoint debug
    events appear before all the exit thread events.
    On Windows, it happens that sometimes the breakpoint and exit
    thread events are intertwined (making the test fail).
    
    So, this patch:
    - merges the exception events loop and the exit thread events loop
      into a single loop.
    - detects the unordered sequence (mark it broken as windows only)
    - extends the test so that we check that all exit thread events
      are received.
    - introduce next_event_filter helper to not return some unwanted
      events.
    
    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47874Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    982472d8
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...