node/test
Bert Belder abd3ecfbd1 win,test: fix test-stdin-from-file
The test-stdin-from-from-file test runs a subprocess that verifies stdin
can be piped from a file.

The subprocess additionally attempts to verify that the file descriptor
for stdin never gets closed. It used to do this by creating a TCP server
and asserting that the associated file descriptor is greater than two.
However this strategy doesn't work on windows, because servers don't
have an associated file descriptor. With this patch an ordinary file is
opened instead of creating a server.

PR: https://github.com/iojs/io.js/pull/1067
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
2015-03-05 15:30:52 +01:00
..
addons smalloc: extend user API 2015-02-20 11:02:33 -07:00
debugger Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
disabled Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fixtures win,test: fix test-stdin-from-file 2015-03-05 15:30:52 +01:00
gc test: common.js -> common 2015-02-22 19:34:17 -08:00
internet test: refactor all tests that depends on crypto 2015-03-05 10:31:41 +09:00
message test: common.js -> common 2015-02-22 19:34:17 -08:00
parallel fs: remove unnecessary usage of .hasOwnProperty() 2015-03-05 15:35:15 +03:00
pummel build: remove tools/wrk from the tree 2015-03-04 20:25:41 -08:00
sequential test: refactor all tests that depends on crypto 2015-03-05 10:31:41 +09:00
testpy test: fix `make test-addons` target 2015-01-12 23:21:51 +01:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js test: introduce a helper that checks if crypto is available 2015-03-05 10:31:41 +09:00