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 |
||
|---|---|---|
| .. | ||
| node_modules | ||
| test-http-client-connaborted.js | ||
| test-http-client-onerror.js | ||
| test-http-client-timeout.js | ||
| test-http-client.js | ||
| test-net-timeout.js | ||
| testcfg.py | ||