Zebediah Figura : psapi/tests: Add todo_wine to a failing test.

Alexandre Julliard julliard at winehq.org
Fri Jun 22 18:32:38 CDT 2018


Module: wine
Branch: master
Commit: a47332ae17863390f745287c285a092e1659a37c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a47332ae17863390f745287c285a092e1659a37c

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Fri Jun 22 09:46:26 2018 -0500

psapi/tests: Add todo_wine to a failing test.

This test was based on an implementation of K32EnumProcessModules() which was later rewritten.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/psapi/tests/psapi_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/psapi/tests/psapi_main.c b/dlls/psapi/tests/psapi_main.c
index 0ff212c..ec74716 100644
--- a/dlls/psapi/tests/psapi_main.c
+++ b/dlls/psapi/tests/psapi_main.c
@@ -229,6 +229,7 @@ todo_wine
         SetLastError(0xdeadbeef);
         ret = pEnumProcessModules(pi.hProcess, &hMod, sizeof(HMODULE), &cbNeeded);
         ok(!ret, "got %d\n", ret);
+todo_wine
         ok(GetLastError() == ERROR_PARTIAL_COPY, "got error %u\n", GetLastError());
 
         TerminateProcess(pi.hProcess, 0);




More information about the wine-cvs mailing list