Sweden-Number/dlls/user32
Zebediah Figura 0741d193ff user32/tests: Flush events after test_ShowWindow().
The test minimizes windows, which triggers most window managers to generate
focus events on other windows. These events aren't processed until halfway
through the next test, test_EnableWindow(), when a message loop is run, and
as a result an unexpected window (usually hwndMain) is activated, causing the
test to fail.

The testbot uses focus-follows-mouse mode, so these focus events were not
triggered, thereby causing a success inside the todo block.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-02 14:42:38 +01:00
..
resources
tests user32/tests: Flush events after test_ShowWindow(). 2018-02-02 14:42:38 +01:00
Makefile.in
button.c
caret.c
class.c comctl32: Introduce Edit control. 2018-02-01 22:24:55 +01:00
clipboard.c
combo.c user32: Add more CB_SETCURSEL tests on ComboBox. 2018-01-05 19:30:26 +01:00
controls.h
cursoricon.c user32: Validate DIB offset in CURSORICON_GetFileEntry. 2018-01-30 10:41:56 +01:00
dde_client.c
dde_misc.c
dde_private.h
dde_server.c
defdlg.c
defwnd.c
desktop.c
dialog.c
driver.c
edit.c user32/edit: Fix replacement text trace. 2018-02-01 22:24:55 +01:00
exticon.c
focus.c
hook.c
icontitle.c
input.c user32: Globally invalidate key state on changes in other threads. 2017-12-18 16:20:58 +01:00
listbox.c
lstr.c
mdi.c
menu.c
message.c
misc.c
msgbox.c
nonclient.c
painting.c
property.c
resource.c
resources.h
scroll.c
spy.c
static.c
sysparams.c user32: Also user the thread-safe display DC in icon functions. 2018-01-23 12:30:22 +01:00
text.c
uitools.c
user32.rc
user32.spec
user_main.c
user_private.h user32: Make it possible to create windows for redirected classes. 2018-01-31 21:07:24 +01:00
win.c user32: Make it possible to create windows for redirected classes. 2018-01-31 21:07:24 +01:00
win.h
winhelp.c
winpos.c
winproc.c
winstation.c
wsprintf.c