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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 10 11:11:09 CST 2016


Module: wine
Branch: master
Commit: 748103663c6ec160c302f220c16fd53532689020
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=748103663c6ec160c302f220c16fd53532689020

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Wed Feb 10 08:58:28 2016 +0100

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

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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();




More information about the wine-cvs mailing list