imm32/tests: Mark some tests as broken by prior SetForegroundWindow call.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54760
This commit is contained in:
Rémi Bernon 2023-05-09 17:15:39 +02:00 committed by Alexandre Julliard
parent d98cd8d28b
commit c11ed566cb

View file

@ -5012,7 +5012,7 @@ static void test_ImmActivateLayout(void)
{
.hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_OPENSTATUSWINDOW},
.todo = TRUE,
.todo = TRUE, .broken = TRUE, /* broken after SetForegroundWindow(GetDesktopWindow()) as in d3d8:device */
},
{
.hkl = expect_ime, .himc = default_himc,
@ -5046,7 +5046,7 @@ static void test_ImmActivateLayout(void)
{
.hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_CLOSESTATUSWINDOW},
.todo = TRUE,
.todo = TRUE, .broken = TRUE, /* broken after SetForegroundWindow(GetDesktopWindow()) as in d3d8:device */
},
{
.hkl = expect_ime, .himc = default_himc,
@ -5203,7 +5203,7 @@ static void test_ImmCreateInputContext(void)
{
.hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_OPENSTATUSWINDOW},
.todo = TRUE,
.todo = TRUE, .broken = TRUE, /* broken after SetForegroundWindow(GetDesktopWindow()) as in d3d8:device */
},
{0},
};
@ -5258,7 +5258,7 @@ static void test_ImmCreateInputContext(void)
{
.hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_CLOSESTATUSWINDOW},
.todo = TRUE,
.todo = TRUE, .broken = TRUE, /* broken after SetForegroundWindow(GetDesktopWindow()) as in d3d8:device */
},
{
.hkl = expect_ime, .himc = default_himc,