From a635a4ff4133b37aea87fb60cf1ecf489b5ab910 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Mon, 22 Sep 2008 22:44:25 +0200 Subject: [PATCH] kernel32/tests: Add a skip. --- dlls/ntdll/tests/port.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ntdll/tests/port.c b/dlls/ntdll/tests/port.c index 0bb1ff7cb4d..c63820a37fd 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; } -- 2.11.4.GIT