This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Failed test: test-net-connect-options-ipv6 #7983
Closed
Description
I get two failed tests on 0.11.13 because one of my test rigs "lacks" ipv6 support:
=== release test-net-connect-options-ipv6 ===
Path: simple/test-net-connect-options-ipv6
exit false false
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EAFNOSUPPORT
at exports._errnoException (util.js:742:11)
at Server._listen2 (net.js:1128:19)
at listen (net.js:1170:10)
at net.js:1253:9
at dns.js:82:18
at process._tickCallback (node.js:343:11)
Command: out/Release/node /var/tmp/portage/net-libs/nodejs-0.11.13/work/node-v0.11.13/test/simple/test-net-connect-options-ipv6.js
=== release test-net-pingpong ===
Path: simple/test-net-pingpong
/var/tmp/portage/net-libs/nodejs-0.11.13/work/node-v0.11.13/test/tmp/test.sock
server listening on /var/tmp/portage/net-libs/nodejs-0.11.13/work/node-v0.11.13/test/tmp/test.sock undefined
server listening on 12346 undefined
events.js:85
throw er; // Unhandled 'error' event
^
Error: listen EAFNOSUPPORT
at exports._errnoException (util.js:742:11)
at Server._listen2 (net.js:1128:19)
at listen (net.js:1170:10)
at net.js:1253:9
at dns.js:82:18
at process._tickCallback (node.js:343:11)
at Function.Module.runMain (module.js:492:11)
at startup (node.js:124:16)
at node.js:807:3
Perhaps ipv6 support should be checked and then skip tests requiring it?
This is a 64-bit linux 3.15 on glib 2.19 if relevant.
Metadata
Metadata
Assignees
Labels
No labels