-
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: latest.js
file is included by default
#54726
Labels
confirmed-bug
Issues with confirmed bugs.
regression
Issues related to regressions.
test_runner
Issues and PRs related to the test runner subsystem.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Comments
jakecastelli
added
the
test_runner
Issues and PRs related to the test runner subsystem.
label
Sep 3, 2024
Hey @hyunbinseo , I believe this issue is caused by the following regex matching pattern: https://github.com/nodejs/node/blob/main/lib/internal/test_runner/utils.js#L54 -> I've created a repro and proposed a possible solution in this pull request: #54728. |
RedYetiDev
added
the
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
label
Sep 3, 2024
RedYetiDev
added
confirmed-bug
Issues with confirmed bugs.
and removed
repro-exists
Issues with reproductions.
labels
Sep 10, 2024
RafaelGSS
pushed a commit
that referenced
this issue
Sep 16, 2024
PR-URL: #54728 Fixes: #54726 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Sep 16, 2024
PR-URL: #54728 Fixes: #54726 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Sep 17, 2024
PR-URL: #54728 Fixes: #54726 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
PR-URL: nodejs#54728 Fixes: nodejs#54726 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Moshe Atlow <[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.
regression
Issues related to regressions.
test_runner
Issues and PRs related to the test runner subsystem.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Version
v22.7.0
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
latest.js
fileHow often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
https://nodejs.org/api/test.html#running-tests-from-the-command-line
What do you see instead?
latest.js
filename does not match the above patterns, but is included innode --test
Additional information
No response
The text was updated successfully, but these errors were encountered: