mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
kernel32/tests: Avoid test failure on multicore machines.
This commit is contained in:
parent
c2d53af33b
commit
ece3fafcda
1 changed files with 0 additions and 2 deletions
|
@ -829,8 +829,6 @@ static VOID test_thread_processor(void)
|
||||||
ok(retMask == processMask, "SetThreadAffinityMask failed\n");
|
ok(retMask == processMask, "SetThreadAffinityMask failed\n");
|
||||||
retMask = SetThreadAffinityMask(curthread,~(ULONG_PTR)0 >> 3);
|
retMask = SetThreadAffinityMask(curthread,~(ULONG_PTR)0 >> 3);
|
||||||
ok(retMask == processMask, "SetThreadAffinityMask failed\n");
|
ok(retMask == processMask, "SetThreadAffinityMask failed\n");
|
||||||
retMask = SetThreadAffinityMask(curthread,~(ULONG_PTR)1);
|
|
||||||
ok(retMask == 0, "SetThreadAffinityMask succeeded\n");
|
|
||||||
}
|
}
|
||||||
/* NOTE: This only works on WinNT/2000/XP) */
|
/* NOTE: This only works on WinNT/2000/XP) */
|
||||||
if (pSetThreadIdealProcessor) {
|
if (pSetThreadIdealProcessor) {
|
||||||
|
|
Loading…
Reference in a new issue