Skip to content

Commit e04c703

Browse files
committed
[WIN32U_APITEST] Disable 2 tests for NtUserGetThreadState
These fail on Windows 2003. Needs investigation.
1 parent 3b43443 commit e04c703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/rostests/apitests/win32u/ntuser/NtUserGetThreadState.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static VOID DoTest_EDIT(VOID)
8181
0, 0, 50, 30,
8282
NULL, NULL, GetModuleHandleW(NULL), NULL);
8383
hImeWnd = ImmGetDefaultIMEWnd(hWnd);
84-
ok_int(hImeWnd != NULL, TRUE);
84+
//ok_int(hImeWnd != NULL, TRUE); // broken on win 2003
8585

8686
hIMC = ImmGetContext(hWnd);
8787
ok_int(hIMC != NULL, TRUE);
@@ -203,7 +203,7 @@ static VOID DoTest_BUTTON(VOID)
203203
0, 0, 50, 30,
204204
NULL, NULL, GetModuleHandleW(NULL), NULL);
205205
hImeWnd = ImmGetDefaultIMEWnd(hWnd);
206-
ok_int(hImeWnd != NULL, TRUE);
206+
//ok_int(hImeWnd != NULL, TRUE); // broken on win 2003
207207

208208
hIMC = ImmGetContext(hWnd);
209209
ok_int(hIMC != NULL, FALSE);

0 commit comments

Comments
 (0)