| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fixes regression in ability to run single tests. Refs: nodejs@c8a389e
There was a problem hiding this comment.
LGTM if CI is green. Thanks for catching/fixing this.
Sorry, something went wrong.
|
If we can get some more reviews on this, I'd be +1 on landing it sooner than the usual 48/72 hours. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Another reason to expedite this: I don't think the CI single-stress-test job will work again until this lands. @nodejs/testing |
Sorry, something went wrong.
|
I have an alternative version that's a bit cleaner IMO: #15329 My bad for break it :( |
Sorry, something went wrong.
When ESM support was added it created a regression in the test runner that broke the ability to run individual tests. This commit re-introduces the use of `NormalizePath` which fixes the regression in the test runner Refs: #15300 PR-URL: #15329 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
When ESM support was added it created a regression in the test runner that broke the ability to run individual tests. This commit re-introduces the use of `NormalizePath` which fixes the regression in the test runner Refs: #15300 PR-URL: #15329 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
When ESM support was added it created a regression in the test runner that broke the ability to run individual tests. This commit re-introduces the use of `NormalizePath` which fixes the regression in the test runner Refs: nodejs#15300 PR-URL: nodejs#15329 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
| Back | FazBrowse Home | New Git URL |
A recent commit c8a389e broke the ability to run single tests without adding * to the end of the name. This fixes it.
You can test by running python tools/test.py -J --mode=release es-module/test-esm-pkg-over-ext before and after this patch.
If there's a cleaner way to accomplish the same, please let me know. Thanks!
Checklist
Affected core subsystem(s)
test