-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
spec reporter crash when --require
d file keep the process alive and timeout reached
#49927
Labels
confirmed-bug
Issues with confirmed bugs.
test_runner
Issues and PRs related to the test runner subsystem.
Comments
rluvaton
added
the
test_runner
Issues and PRs related to the test runner subsystem.
label
Sep 28, 2023
rluvaton
changed the title
spec reporter crash when
spec reporter crash when Sep 28, 2023
--require
ed file keep the process alive and timeout reached --require
d file keep the process alive and timeout reached
related to #49926 |
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Oct 1, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs#49926 Fixes: nodejs#49927
cjihrig
added a commit
to cjihrig/node
that referenced
this issue
Oct 1, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs#49926 Fixes: nodejs#49927
nodejs-github-bot
pushed a commit
that referenced
this issue
Oct 3, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: #49926 Fixes: #49927 PR-URL: #49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this issue
Nov 1, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs#49926 Fixes: nodejs#49927 PR-URL: nodejs#49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 11, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: #49926 Fixes: #49927 PR-URL: #49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 27, 2023
This commit adds the previously missing test location for FileTest tests. Fixes: #49926 Fixes: #49927 PR-URL: #49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
debadree25
pushed a commit
to debadree25/node
that referenced
this issue
Apr 15, 2024
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs#49926 Fixes: nodejs#49927 PR-URL: nodejs#49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
sercher
added a commit
to sercher/graaljs
that referenced
this issue
Apr 25, 2024
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs/node#49926 Fixes: nodejs/node#49927 PR-URL: nodejs/node#49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
sercher
added a commit
to sercher/graaljs
that referenced
this issue
Apr 25, 2024
This commit adds the previously missing test location for FileTest tests. Fixes: nodejs/node#49926 Fixes: nodejs/node#49927 PR-URL: nodejs/node#49999 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
test_runner
Issues and PRs related to the test runner subsystem.
Version
20.7.0
Platform
Darwin Razs-MacBook-Pro.local 23.0.0 Darwin Kernel Version 23.0.0: Fri Sep 15 14:41:43 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T6000 arm64
Subsystem
test_runner
What steps will reproduce the bug?
npm test
(this will runnode --require ./setup.js ./run-tests.js
)How often does it reproduce? Is there a required condition?
always, you should have something that keeps the process up in the
--required
fileWhat is the expected behavior? Why is that the expected behavior?
to not crash
What do you see instead?
crashing:
Additional information
No response
The text was updated successfully, but these errors were encountered: