node/test/gc
Gibson Fahnestock a1a850f066
test: don't connect to :: (use localhost instead)
If a test does http.listen(0) or net.listen(0),
http.listen(0).address().address returns '::'. Some machines will
resolve this to localhost, but not all. Every machine should have
localhost defined in /etc/hosts (or equivalent), so it should always
resolve.

Fixes: https://github.com/nodejs/node/issues/7291
2017-03-08 17:29:48 -08:00
..
node_modules test: update weak module for gc tests 2016-07-14 12:44:58 -07:00
test-http-client-connaborted.js test: remove common.PORT from gc tests 2016-07-14 12:44:46 -07:00
test-http-client-onerror.js test: remove common.PORT from gc tests 2016-07-14 12:44:46 -07:00
test-http-client-timeout.js test: remove common.PORT from gc tests 2016-07-14 12:44:46 -07:00
test-http-client.js test: remove common.PORT from gc tests 2016-07-14 12:44:46 -07:00
test-net-timeout.js test: don't connect to :: (use localhost instead) 2017-03-08 17:29:48 -08:00
testcfg.py test: refactor to use common testcfg 2014-01-20 09:00:13 -08:00