Closed
Conversation
Collaborator
|
Review requested:
|
ljharb
requested changes
Sep 14, 2023
ljharb
approved these changes
Sep 14, 2023
Member
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
atlowChemi
approved these changes
Sep 14, 2023
cjihrig
reviewed
Sep 14, 2023
benjamingr
reviewed
Sep 14, 2023
benjamingr
reviewed
Sep 14, 2023
benjamingr
approved these changes
Sep 14, 2023
benjamingr
requested changes
Sep 14, 2023
Member
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
c40d76d
Compare
atlowChemi
reviewed
Sep 21, 2023
c40d76d to
38aed2c
Compare
benjamingr
approved these changes
Sep 21, 2023
Collaborator
cjihrig
approved these changes
Sep 21, 2023
Contributor
cjihrig
left a comment
There was a problem hiding this comment.
LGTM once the CI passes.
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
Collaborator
MoLow
added a commit
to MoLow/node
that referenced
this pull request
Sep 21, 2023
PR-URL: nodejs#49646 Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Member
Author
|
Landed in a4c7f81 |
This was referenced Sep 22, 2023
Member
|
This commit does not land cleanly on |
MoLow
added a commit
to MoLow/node
that referenced
this pull request
Sep 28, 2023
PR-URL: nodejs#49646 Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this pull request
Nov 1, 2023
PR-URL: nodejs#49646 Fixes: nodejs#48937 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
sercher
added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
PR-URL: nodejs/node#49646 Fixes: 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>
sercher
added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
PR-URL: nodejs/node#49646 Fixes: 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #48937