[WIN32U_APITEST] Disable 2 tests for NtUserGetThreadState

These fail on Windows 2003. Needs investigation.
This commit is contained in:
Timo Kreuzer
2025-12-30 12:59:52 +02:00
parent 3b434431f5
commit e04c703e65
@@ -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);