Commit c11ed566 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

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

parent d98cd8d2
...@@ -5012,7 +5012,7 @@ static void test_ImmActivateLayout(void) ...@@ -5012,7 +5012,7 @@ static void test_ImmActivateLayout(void)
{ {
.hkl = expect_ime, .himc = default_himc, .hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_OPENSTATUSWINDOW}, .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, .hkl = expect_ime, .himc = default_himc,
...@@ -5046,7 +5046,7 @@ static void test_ImmActivateLayout(void) ...@@ -5046,7 +5046,7 @@ static void test_ImmActivateLayout(void)
{ {
.hkl = expect_ime, .himc = default_himc, .hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_CLOSESTATUSWINDOW}, .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, .hkl = expect_ime, .himc = default_himc,
...@@ -5203,7 +5203,7 @@ static void test_ImmCreateInputContext(void) ...@@ -5203,7 +5203,7 @@ static void test_ImmCreateInputContext(void)
{ {
.hkl = expect_ime, .himc = default_himc, .hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_OPENSTATUSWINDOW}, .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}, {0},
}; };
...@@ -5258,7 +5258,7 @@ static void test_ImmCreateInputContext(void) ...@@ -5258,7 +5258,7 @@ static void test_ImmCreateInputContext(void)
{ {
.hkl = expect_ime, .himc = default_himc, .hkl = expect_ime, .himc = default_himc,
.func = MSG_IME_UI, .message = {.msg = WM_IME_NOTIFY, .wparam = IMN_CLOSESTATUSWINDOW}, .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, .hkl = expect_ime, .himc = default_himc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment