reactos/rostests
Colin Finck c91fecf968 - Add a test suite for ws2_32.dll
It currently tests the features I needed to adjust/implement when fixing the wininet problem.
  ReactOS currently passes all tests, but fails one if you launch the test app for the second time quickly after the first time (timing problem in the network code?).
- Fix the behaviour on an ioctlsocket FIONREAD call: The output buffer is not touched, when we have no socket, but when we have no connection, it is set to 0.
- Forward the socket call to WSASocketW instead of WSASocketA, minimal performance improvement

svn path=/trunk/; revision=33824
2008-06-01 22:08:45 +00:00
..
apitests - Add a test suite for ws2_32.dll 2008-06-01 22:08:45 +00:00
drivers add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
dxtest Fix win32kdxtest build 2008-05-08 17:00:15 +00:00
regtests_by_casper add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
tests add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
win32 Add a testing suite for CMD based on CMD scripts. 2008-05-17 20:01:21 +00:00
winetests Forgot to commit urlmon.dll tests synced with Wine HEAD 2008-05-17 22:29:12 +00:00
.gitignore
copying
directory.rbuild add missing winetests : hlink & schannel, 2008-02-22 21:01:47 +00:00
readme.txt

$Id: readme.txt 21229 2006-03-05 13:57:35Z frik85 $

====================
ReactOS Tests
====================

This directory contains various tests for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.