Author: akhaldi
Date: Tue Oct  4 18:32:09 2016
New Revision: 72903

URL: http://svn.reactos.org/svn/reactos?rev=72903&view=rev
Log:
[WS2_32_WINETEST] Enable test_address_list_query() again, now that CORE-12000 
is resolved.

Modified:
    trunk/rostests/winetests/ws2_32/sock.c

Modified: trunk/rostests/winetests/ws2_32/sock.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ws2_32/sock.c?rev=72903&r1=72902&r2=72903&view=diff
==============================================================================
--- trunk/rostests/winetests/ws2_32/sock.c      [iso-8859-1] (original)
+++ trunk/rostests/winetests/ws2_32/sock.c      [iso-8859-1] Tue Oct  4 
18:32:09 2016
@@ -9287,7 +9287,6 @@
     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 @@
     HeapFree(GetProcessHeap(), 0, address_list);
     closesocket(s);
 }
-#endif /* CORE-12000 */
 
 static DWORD WINAPI inet_ntoa_thread_proc(void *param)
 {
@@ -9810,9 +9808,7 @@
     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();


Reply via email to