Uh oh!
There was an error while loading. Please reload this page.
test_runner: catch reporter errors - #49646
Conversation
nodejs-github-bot
commented
Sep 14, 2023
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
ljharb
left a comment
There was a problem hiding this comment.
would be good to have a test of something that does process.exitCode = 42 or whatever, and then throws, and asserts that the exitCode remains 42 afterwards
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
benjamingr
left a comment
There was a problem hiding this comment.
I was convinced think @cjihrig is right and we should also deal with the case the error is async given this is the test runner.
81853a5 to
c40d76dCompareUh oh!
There was an error while loading. Please reload this page.
c40d76d to
38aed2cComparenodejs-github-bot
commented
Sep 21, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
nodejs-github-bot
commented
Sep 21, 2023
PR-URL: nodejs#49646Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MoLow
commented
Sep 21, 2023
Landed in a4c7f81 |
ruyadorno
commented
Sep 28, 2023
This commit does not land cleanly on |
PR-URL: nodejs#49646Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#49646Fixes: nodejs/node#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs/node#49646Fixes: nodejs/node#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fixes: #48937