kernel32/tests: Disable Windows version dependent test for pcPriClassBase.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Sebastian Lackner 2016-02-10 08:58:28 +01:00 committed by Alexandre Julliard
parent 5bb169ad7b
commit 748103663c

View file

@ -1129,7 +1129,7 @@ static void test_Toolhelp(void)
okChildInt("Toolhelp", "th32DefaultHeapID", 0);
okChildInt("Toolhelp", "th32ModuleID", 0);
okChildInt("Toolhelp", "th32ParentProcessID", GetCurrentProcessId());
todo_wine okChildInt("Toolhelp", "pcPriClassBase", 8);
/* pcPriClassBase differs between Windows versions (either 6 or 8) */
okChildInt("Toolhelp", "dwFlags", 0);
release_memory();
@ -1200,7 +1200,7 @@ static void test_Toolhelp(void)
okChildInt("Toolhelp", "th32DefaultHeapID", 0);
okChildInt("Toolhelp", "th32ModuleID", 0);
okChildInt("Toolhelp", "th32ParentProcessID", info.dwProcessId);
todo_wine okChildInt("Toolhelp", "pcPriClassBase", 8);
/* pcPriClassBase differs between Windows versions (either 6 or 8) */
okChildInt("Toolhelp", "dwFlags", 0);
release_memory();