kernel32/tests: Run tests on NT4 again.
This commit is contained in:
parent
85b52e5693
commit
bafefecaa2
|
@ -472,6 +472,7 @@ static VOID test_thread_priority(void)
|
||||||
todo_wine
|
todo_wine
|
||||||
ok(rc!=0,"error=%d\n",GetLastError());
|
ok(rc!=0,"error=%d\n",GetLastError());
|
||||||
|
|
||||||
|
if (pOpenThread) {
|
||||||
/* check that access control is obeyed */
|
/* check that access control is obeyed */
|
||||||
access_thread=pOpenThread(THREAD_ALL_ACCESS &
|
access_thread=pOpenThread(THREAD_ALL_ACCESS &
|
||||||
(~THREAD_QUERY_INFORMATION) & (~THREAD_SET_INFORMATION),
|
(~THREAD_QUERY_INFORMATION) & (~THREAD_SET_INFORMATION),
|
||||||
|
@ -482,6 +483,7 @@ static VOID test_thread_priority(void)
|
||||||
obey_ar(pGetThreadPriorityBoost(access_thread,&disabled)==0);
|
obey_ar(pGetThreadPriorityBoost(access_thread,&disabled)==0);
|
||||||
ok(CloseHandle(access_thread),"Error Closing thread handle\n");
|
ok(CloseHandle(access_thread),"Error Closing thread handle\n");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
todo_wine {
|
todo_wine {
|
||||||
rc = pSetThreadPriorityBoost(curthread,1);
|
rc = pSetThreadPriorityBoost(curthread,1);
|
||||||
|
|
Loading…
Reference in New Issue