Commit cc4c2202 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Michael Stefaniuc

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

Signed-off-by: 's avatarSebastian Lackner <sebastian@fds-team.de> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org> (cherry picked from commit 74810366) Signed-off-by: 's avatarMichael Stefaniuc <mstefani@winehq.org>
parent 28cb112b
......@@ -1131,7 +1131,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();
......@@ -1202,7 +1202,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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment