• Zebediah Figura's avatar
    user32/tests: Do not stop checking the message list when skipping an optional or… · a8c56b19
    Zebediah Figura authored
    user32/tests: Do not stop checking the message list when skipping an optional or unsupported message.
    
    This was either added by accident, or in an attempt to stop checking the message
    list once we hit a winevent hook todo [and accidentally given too wide of a
    scope]. However, the same commit also uses a global counter to ensure that only
    one winevent todo is printed, so we don't need to break in the first hunk
    anyway.
    
    For trailing winevent todos, there is no global counter, so instead move the
    goto inside the if block.
    
    Fixes: a72bffe7
    
    The test marked todo here was broken by 33617af8, which was hidden due to the above commit.
    a8c56b19
Name
Last commit
Last update
..
resources Loading commit data...
tests Loading commit data...
Makefile.in Loading commit data...
button.c Loading commit data...
class.c Loading commit data...
clipboard.c Loading commit data...
combo.c Loading commit data...
controls.h Loading commit data...
cursoricon.c Loading commit data...
dde_client.c Loading commit data...
dde_misc.c Loading commit data...
dde_private.h Loading commit data...
dde_server.c Loading commit data...
defdlg.c Loading commit data...
defwnd.c Loading commit data...
desktop.c Loading commit data...
dialog.c Loading commit data...
edit.c Loading commit data...
exticon.c Loading commit data...
hook.c Loading commit data...
icontitle.c Loading commit data...
input.c Loading commit data...
listbox.c Loading commit data...
lstr.c Loading commit data...
mdi.c Loading commit data...
menu.c Loading commit data...
message.c Loading commit data...
misc.c Loading commit data...
msgbox.c Loading commit data...
nonclient.c Loading commit data...
property.c Loading commit data...
resource.c Loading commit data...
resources.h Loading commit data...
scroll.c Loading commit data...
static.c Loading commit data...
sysparams.c Loading commit data...
text.c Loading commit data...
uitools.c Loading commit data...
user32.rc Loading commit data...
user32.spec Loading commit data...
user_main.c Loading commit data...
user_private.h Loading commit data...
win.c Loading commit data...
winhelp.c Loading commit data...
winproc.c Loading commit data...
winstation.c Loading commit data...
wsprintf.c Loading commit data...