-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
jeanbmar
changed the title
Test runner run method crashing on Windows
Test runner run function crashing on Windows
Mar 23, 2023
@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:
|
MoLow
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Mar 23, 2023
jeanbmar
changed the title
Test runner run function crashing on Windows
Test runner run function crashing
Mar 23, 2023
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: