Francois Gouget : msvcrtd/tests: Missing the library should be a win_skip().

Alexandre Julliard julliard at winehq.org
Tue Mar 23 16:54:31 CDT 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar 22 17:30:46 2021 +0100

msvcrtd/tests: Missing the library should be a win_skip().

Wine is supposed to have msvcrtd and we want its absence to be recorded
as a skip either way.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcrtd/tests/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrtd/tests/debug.c b/dlls/msvcrtd/tests/debug.c
index 4af4c815b38..2a232de4a49 100644
--- a/dlls/msvcrtd/tests/debug.c
+++ b/dlls/msvcrtd/tests/debug.c
@@ -42,7 +42,7 @@ static BOOL init_functions(void)
   HMODULE hModule = LoadLibraryA("msvcrtd.dll");
 
   if (!hModule) {
-    trace("LoadLibraryA failed to load msvcrtd.dll with GLE=%d\n", GetLastError());
+    win_skip("LoadLibraryA failed to load msvcrtd.dll with GLE=%d\n", GetLastError());
     return FALSE;
   }
 




More information about the wine-cvs mailing list