Paul Vriens : kernel32/tests: Add a skip.
Module: wine Branch: master Commit: a635a4ff4133b37aea87fb60cf1ecf489b5ab910 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a635a4ff4133b37aea87fb60cf... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Mon Sep 22 22:44:25 2008 +0200 kernel32/tests: Add a skip. --- dlls/ntdll/tests/port.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/ntdll/tests/port.c b/dlls/ntdll/tests/port.c index 0bb1ff7..c63820a 100644 --- a/dlls/ntdll/tests/port.c +++ b/dlls/ntdll/tests/port.c @@ -138,6 +138,7 @@ static BOOL init_function_ptrs(void) !pNtRequestPort || !pNtRegisterThreadTerminatePort || !pNtConnectPort || !pRtlInitUnicodeString) { + win_skip("Needed port functions are not available\n"); FreeLibrary(hntdll); return FALSE; }
participants (1)
-
Alexandre Julliard