-
Notifications
You must be signed in to change notification settings - Fork 31k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test runner run function crashing #47231
Labels
good first issue
Issues that are suitable for first-time contributors.
test_runner
Issues and PRs related to the test runner subsystem.
Comments
@cjihrig @nodejs/test_runner |
Crashes on Linux too |
|
@MoLow then why official docs shows this run({ files: [path.resolve('./tests/test.js')] })
.pipe(process.stdout); |
And how are we supposed to parse the run output to generate something similar to |
I am reopening this for us to perform 2 action items:
|
nodejs-github-bot
pushed a commit
that referenced
this issue
Mar 28, 2023
PR-URL: #47238 Fixes: #47231 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Apr 5, 2023
PR-URL: #47238 Fixes: #47231 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Apr 6, 2023
PR-URL: #47238 Fixes: #47231 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Apr 7, 2023
PR-URL: #47238 Fixes: #47231 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jul 6, 2023
PR-URL: #47238 Fixes: #47231 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Issues that are suitable for first-time contributors.
test_runner
Issues and PRs related to the test runner subsystem.
Version
v18.15.0
Platform
Microsoft Windows NT 10.0.19045.0 x64
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always. Crashes as well when files is not empty.
What is the expected behavior? Why is that the expected behavior?
It shouldn't crash.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: