From e04c703e6577fdc58337af660660e171dcc75ed4 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 19 Dec 2025 16:44:41 +0200 Subject: [PATCH] [WIN32U_APITEST] Disable 2 tests for NtUserGetThreadState These fail on Windows 2003. Needs investigation. --- .../rostests/apitests/win32u/ntuser/NtUserGetThreadState.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rostests/apitests/win32u/ntuser/NtUserGetThreadState.c b/modules/rostests/apitests/win32u/ntuser/NtUserGetThreadState.c index d5e2712a023..8243881e054 100644 --- a/modules/rostests/apitests/win32u/ntuser/NtUserGetThreadState.c +++ b/modules/rostests/apitests/win32u/ntuser/NtUserGetThreadState.c @@ -81,7 +81,7 @@ static VOID DoTest_EDIT(VOID) 0, 0, 50, 30, NULL, NULL, GetModuleHandleW(NULL), NULL); hImeWnd = ImmGetDefaultIMEWnd(hWnd); - ok_int(hImeWnd != NULL, TRUE); + //ok_int(hImeWnd != NULL, TRUE); // broken on win 2003 hIMC = ImmGetContext(hWnd); ok_int(hIMC != NULL, TRUE); @@ -203,7 +203,7 @@ static VOID DoTest_BUTTON(VOID) 0, 0, 50, 30, NULL, NULL, GetModuleHandleW(NULL), NULL); hImeWnd = ImmGetDefaultIMEWnd(hWnd); - ok_int(hImeWnd != NULL, TRUE); + //ok_int(hImeWnd != NULL, TRUE); // broken on win 2003 hIMC = ImmGetContext(hWnd); ok_int(hIMC != NULL, FALSE);