From: Amine Khaldi Date: Tue, 4 Oct 2016 18:32:09 +0000 (+0000) Subject: [WS2_32_WINETEST] Enable test_address_list_query() again, now that CORE-12000 is... X-Git-Tag: ReactOS-0.4.3~152 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=fed5729c81147c2800f6db63b18d8790ae122f0b [WS2_32_WINETEST] Enable test_address_list_query() again, now that CORE-12000 is resolved. svn path=/trunk/; revision=72903 --- diff --git a/rostests/winetests/ws2_32/sock.c b/rostests/winetests/ws2_32/sock.c index 6211cb64d14..3d6d01125de 100644 --- a/rostests/winetests/ws2_32/sock.c +++ b/rostests/winetests/ws2_32/sock.c @@ -9287,7 +9287,6 @@ static void test_completion_port(void) CloseHandle(previous_port); } -#if CORE_12000_IS_FIXED /* CORE-12000 */ /* WSHIoctl is not supported by wshtcpip.dll and crashes. Test should be fixed also! */ static void test_address_list_query(void) { @@ -9351,7 +9350,6 @@ static void test_address_list_query(void) HeapFree(GetProcessHeap(), 0, address_list); closesocket(s); } -#endif /* CORE-12000 */ static DWORD WINAPI inet_ntoa_thread_proc(void *param) { @@ -9810,9 +9808,7 @@ START_TEST( sock ) test_WSAAsyncGetServByName(); test_completion_port(); -#if CORE_12000_IS_FIXED /* FIXME: CORE-12000 */ test_address_list_query(); -#endif /* this is an io heavy test, do it at the end so the kernel doesn't start dropping packets */ test_send();