0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/gc
Gibson Fahnestock 067be658f9 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
PR-URL: https://github.com/nodejs/node/pull/10854
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
2017-01-22 19:11:42 -08:00
..
node_modules test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-http-client-connaborted.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-http-client-onerror.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-http-client-timeout.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-http-client.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-net-timeout.js test: don't connect to :: (use localhost instead) 2017-01-22 19:11:42 -08:00
testcfg.py test: refactor to use common testcfg 2014-01-20 09:00:13 -08:00