summaryrefslogtreecommitdiff
path: root/test/parallel/test-internal-socket-list-receive.js
AgeCommit message (Collapse)Author
2018-06-07child_process: swallow errors in internal communicationAnatoli Papirovski
Much like with NODE_HANDLE_ACK, the internal protocol for communication about the sent socket should not expose its errors to the users when those async calls are not initiated by them. PR-URL: https://github.com/nodejs/node/pull/21108 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
2017-04-04test: increase coverage of internal/socket_listDavidCai
PR-URL: https://github.com/nodejs/node/pull/12066 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-03-24test: add internal/socket_list testsDavidCai
PR-URL: https://github.com/nodejs/node/pull/11989 Reviewed-By: James M Snell <jasnell@gmail.com>