node/test
Alexis Campailla 29518c17be test: fix test-http-flush on Windows
On Windows we cannot get the server address until a connection
is accepted.

From MSDN:
The getsockname function does not always return information about
the host address when the socket has been bound to an unspecified
address, unless the socket has been connected with connect or accept
(for example, using ADDR_ANY). A Windows Sockets application must not
assume that the address will be specified unless the socket is
connected.

Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
2014-05-02 08:39:47 -07:00
..
addons src, test: fix up ObjectWrap, `make test-addons` 2014-03-14 00:41:04 +04:00
debugger Merge remote-tracking branch 'upstream/v0.10' 2014-02-17 20:57:53 -08:00
disabled test: move pummel/test-fs-largefile to disabled 2014-02-24 17:03:28 -08:00
fixtures tls: support OCSP on client and server 2014-04-18 02:21:16 +04:00
gc test: update our branched weakref to v8 3.24 2014-03-17 10:19:47 -07:00
internet test: update test-dns.js after a60a9b0 2014-04-30 09:14:55 -07:00
message src: domain should not replace nextTick function 2014-03-03 16:27:58 -08:00
pummel crypto: move `createCredentials` to tls 2014-03-29 12:01:43 +04:00
simple test: fix test-http-flush on Windows 2014-05-02 08:39:47 -07:00
testpy addons: build and test examples 2014-01-22 00:39:13 +04:00
common.js child_process: execFileSync stderr should inherit 2014-02-18 16:03:13 +04:00