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

Sebastian Lackner sebastian at fds-team.de
Wed Feb 10 01:58:28 CST 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

For https://bugs.winehq.org/show_bug.cgi?id=40108.

Since the result is not consistent and no app depends on it so far,
it is probably not important enough to introduce a okChildInt2 function.

 dlls/kernel32/tests/process.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index 0beb9bf..2708072 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -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();
-- 
2.7.0



More information about the wine-patches mailing list