Release 970305
[wine] / documentation / winsock
1 Winsock
2
3 Platform 1.
4 Windows NT 3.51, build 1057, Service Pack 2
5
6 Platform 2.
7 Windows 3.1 with Trumpet Sockets (2.1f)
8
9 Testing
10 -------
11   Testing was done using the Windows Sockets API Tester (WSAT), available
12 from rhino.microsoft.com/wsat/wsat594.exe. I found a number of tests that
13 would not run under Wine, some that failed under Trumpet, and others under
14 NT. So, I decided to use tests that at least succeeded IN FULL on all the
15 test platforms.
16
17 These are only the local tests.
18
19 Any program which makes use of the WSAAsync* calls, pretty much won't
20 work. Other program which work correctly will work ... mostly. Programs
21 which are incorrect, will probably crash and burn fairly quickly.
22
23 I have tried to make WINESockets as close as possible to Trumpet's.
24
25 The numbers in brackets next to each platform indicate how many tests failed,
26 the numbers listed on the variations line are the test that failed.
27
28 Investigated
29 ============
30
31 BINDT.TST       NT (00)    Trumpet (10)    Wine (10)
32 BINDU.TST       NT (00)    Trumpet (10)    Wine (10)
33 HOST.TST        NT (01)    Trumpet (06)    Wine (38)*3
34 HOSTHOST.TST    NT (01)*1  Trumpet (01)*1  Wine (00) 
35 HOSTNAME.TST    NT (01)    Trumpet (00)    Wine (00)*2
36 INET.TST        NT (01)    Trumpet (24)*1  Wine (01)
37 IOCTLT.TST      NT (00)    Trumpet (00)    Wine (06)
38 IOCTLU.TST      NT (00)    Trumpet (00)    Wine (04)
39 PROTO.TST       NT (00)    Trumpet (00)    Wine (41)*3
40 SERV.TST        NT (00)    Trumpet (00)    Wine (50)*3
41 SOCKETT.TST     NT (01)    Trumpet (00)    Wine (00)
42 SOCKETU.TST     NT (03)    Trumpet (00)    Wine (00)
43 START.TST       NT (00)    Trumpet (00)    Wine (08)*3
44 STARTL.TST      NT (00)*4  Trumpet (00)    Wine (00)
45
46 STARTH.TST      Wine crashed with two messages (from the program, methinks)
47                 indicating "FREE - HEAPBADNODE - bad node in head."
48
49 Unchecked
50 =========
51 ENOBUFST.TST    ENOBUFSU.TST
52 GETOPTT.TST     GETOPTU.TST
53 SETOPTT.TST     SETOPTU.TST
54 All the client/server tests
55
56 *1 errors in the NT and/or Trumpet were caused
57    by a mistake I made while configuring this test.
58
59 *2 Wine passes these tests, because they aren't done
60    correctly not because it does everything correctly.
61
62 *3 Wine crashed part way through the testing process,
63    hence the large value of tests failed.
64
65 *4 NT actually supports Winsock 1.0 as well.