node/test/report
legendecas 61c95f08b3
src: write named pipe info in diagnostic report
Writes pipe handles with `uv_pipe_getsockname()`
and `uv_pipe_getpeername()`.

PR-URL: https://github.com/nodejs/node/pull/38637
Fixes: https://github.com/nodejs/node/issues/38625
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
2021-05-31 15:34:49 -04:00
..
test-report-config.js src,cli: support compact (one-line) JSON reports 2020-03-17 08:42:41 -07:00
test-report-fatal-error.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-report-getreport.js src: add errorProperties on process.report 2020-06-26 10:06:22 -07:00
test-report-signal.js doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
test-report-uncaught-exception-compat.js src,cli: support compact (one-line) JSON reports 2020-03-17 08:42:41 -07:00
test-report-uncaught-exception-override.js lib: honor setUncaughtExceptionCaptureCallback 2020-10-15 12:53:39 +05:30
test-report-uncaught-exception-primitives.js src: write named pipe info in diagnostic report 2021-05-31 15:34:49 -04:00
test-report-uncaught-exception-symbols.js src: write named pipe info in diagnostic report 2021-05-31 15:34:49 -04:00
test-report-uncaught-exception.js doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
test-report-uv-handles.js src: write named pipe info in diagnostic report 2021-05-31 15:34:49 -04:00
test-report-worker.js doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
test-report-writereport.js src: add errorProperties on process.report 2020-06-26 10:06:22 -07:00
testcfg.py