=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ws2_32/tests: Test with less socket pairs.

Alexandre Julliard julliard at winehq.org
Mon Feb 5 16:48:25 CST 2018


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Feb  2 20:35:53 2018 +0100

ws2_32/tests: Test with less socket pairs.

about 400 lines less in output

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 3bc3d66..17b59a4 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -1181,7 +1181,7 @@ static void test_WithWSAStartup(void)
     struct
     {
         SOCKET src, dst, dup_src, dup_dst;
-    } pairs[128];
+    } pairs[32];
     DWORD error;
 
     res = WSAStartup( version, &data );




More information about the wine-cvs mailing list