Skip to content

Conversation

@MoLow
Copy link
Member

Fixes: #45013

@MoLowMoLow requested a review from cjihrigOctober 18, 2022 14:44
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run. labels Oct 18, 2022
@MoLowMoLow added coverage Issues and PRs related to native coverage support. test_runner Issues and PRs related to the test runner subsystem. dont-land-on-v14.x labels Oct 18, 2022
Copy link
Contributor

@cjihrigcjihrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@MoLowMoLowforce-pushed the fix-test-runner-coverage branch 2 times, most recently from 1f7f85e to 4e7b6d2CompareOctober 18, 2022 16:07
@MoLowMoLowforce-pushed the fix-test-runner-coverage branch from 4e7b6d2 to e4f6b97CompareOctober 18, 2022 18:26
@MoLowMoLow added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 19, 2022
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 19, 2022
@nodejs-github-bot
Copy link
Collaborator

@MoLowMoLow added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 20, 2022
@MoLowMoLow added the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 20, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Oct 20, 2022
@nodejs-github-botnodejs-github-bot merged commit 54eb543 into nodejs:mainOct 20, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in 54eb543

@MoLowMoLow deleted the fix-test-runner-coverage branch October 20, 2022 18:21
RafaelGSS pushed a commit that referenced this pull request Nov 1, 2022
PR-URL: #45055Fixes: #45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@RafaelGSSRafaelGSS mentioned this pull request Nov 1, 2022
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
PR-URL: #45055Fixes: #45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
MoLow added a commit to MoLow/node that referenced this pull request Nov 23, 2022
PR-URL: nodejs#45055Fixes: nodejs#45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@iambumblehead
Copy link

Politely, it would be great if this were found in the stable 18.* series. After porting many tests to use the node native test runner, one must use unstable 19.* to continue getting test coverage

@iambumblehead
Copy link

installing the 19.* series and running the tests, the test process continues when tests have failed

@MoLow
Copy link
MemberAuthor

node 18 is in the LTS phase so it will be receiving these commits

MoLow added a commit to MoLow/node that referenced this pull request Dec 9, 2022
PR-URL: nodejs#45055Fixes: nodejs#45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45055Fixes: #45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45055Fixes: #45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #45055Fixes: #45013 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.coverageIssues and PRs related to native coverage support.inspectorIssues and PRs related to the V8 inspector protocolneeds-ciPRs that need a full CI run.test_runnerIssues and PRs related to the test runner subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tests are not running anymore with C8 on node 18.11

6 participants

@MoLow@nodejs-github-bot@iambumblehead@jasnell@benjamingr@cjihrig