[winsock] select() server added to conformance test

Thomas Kho thomaskho at gmail.com
Thu Mar 10 21:50:45 CST 2005


Hi,

We're working to add conformance tests to winsock, and we've currently
added a test server that uses select().

We ran gcov to see how much of dlls/winsock/socket.c we tested, and found:

Before:
37.14% of 1839 lines executed in file socket.c

After (select() server code):
41.16% of 1839 lines executed in file socket.c

http://hkn.icsl.ucla.edu/~tom/socket.c.gcov.txt

-Thomas Kho

Files available at:
http://www.geekymedia.com/viewcvs/cgi/viewcvs.cgi/wine4/wine/dlls/winsock/tests/

Changelog:
 * dlls/winsock/tests/sock.c
   added select_server() test that uses select() in serving clients
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winsock_test.patch
Type: application/octet-stream
Size: 7459 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050310/3011907a/winsock_test.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winsock_test.patch
Type: application/octet-stream
Size: 7459 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050310/3011907a/winsock_test-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winsock_test.patch
Type: application/octet-stream
Size: 7459 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050310/3011907a/winsock_test-0002.obj


More information about the wine-patches mailing list