Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
test_runner: add --test-name-pattern CLI flag#44508
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
cjihrig commented Sep 3, 2022 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MoLow commented Sep 4, 2022 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
we will probably want to add this as an option to |
11bd5fe to 7180c1dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MoLow left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. added non-blocking comments
This commit adds support for running tests that match a regular expression. Fixes: nodejs#42984
7180c1d to 2ae9559Comparenodejs-github-bot commented Oct 2, 2022
nodejs-github-bot commented Oct 3, 2022
nodejs-github-bot commented Oct 3, 2022
nodejs-github-bot commented Oct 3, 2022
nodejs-github-bot commented Oct 4, 2022
Commit Queue failed- Loading data for nodejs/node/pull/44508 ✔ Done loading data for nodejs/node/pull/44508 ----------------------------------- PR info ------------------------------------ Title test_runner: add --test-name-pattern CLI flag (#44508) Author Colin Ihrig (@cjihrig) Branch cjihrig:test-name-pattern -> nodejs:main Labels c++, semver-minor, dont-land-on-v14.x, commit-queue-squash, test_runner Commits 3 - test_runner: add --test-name-pattern CLI flag - more tests more better - update node.1 Committers 1 - cjihrig PR-URL: https://github.com/nodejs/node/pull/44508 Fixes: https://github.com/nodejs/node/issues/42984 Reviewed-By: Moshe Atlow Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/44508 Fixes: https://github.com/nodejs/node/issues/42984 Reviewed-By: Moshe Atlow Reviewed-By: James M Snell -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - update node.1 ℹ This PR was created on Sat, 03 Sep 2022 21:19:34 GMT ✔ Approvals: 2 ✔ - Moshe Atlow (@MoLow): https://github.com/nodejs/node/pull/44508#pullrequestreview-1127666293 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/44508#pullrequestreview-1127626541 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2022-10-03T19:38:53Z: https://ci.nodejs.org/job/node-test-pull-request/47046/ - Querying data for job/node-test-pull-request/47046/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/3182397015 |
cjihrig commented Oct 4, 2022
Landed in 87170c3 |
This commit adds support for running tests that match a regular expression.
Fixes: #42984