-
- Notifications
You must be signed in to change notification settings - Fork 33.8k
[v18.x backport] test: add WPTRunner support for variants and generating WPT reports #46767
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
PR-URL: nodejs#46498 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Backport-PR-URL: nodejs#46767
e55d6bd to 8812c56 Compare This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
anonrig approved these changes Feb 22, 2023
Member
anonrig 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
panva added a commit to panva/node that referenced this pull request Feb 22, 2023
PR-URL: nodejs#46778 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Backport-PR-URL: nodejs#46767
This comment was marked as outdated.
This comment was marked as outdated.
PR-URL: nodejs#46778 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Backport-PR-URL: nodejs#46767
f88b581 to 5d45158 Compare This comment was marked as outdated.
This comment was marked as outdated.
31 tasks
Collaborator
15 tasks
Collaborator
Collaborator
Collaborator
Collaborator
Collaborator
Member Author
| cc @nodejs/backporters if possible, please land 🙏 so that the next v18.x tagged release starts submitting runs to wpt.fyi like nightly and 19.x already do. This does not affect the build, it merely enables the daily wpt workflow to create the report for future v18.x releases. |
Collaborator
Collaborator
13 tasks
Collaborator
anonrig approved these changes Feb 27, 2023
This was referenced Feb 28, 2023
richardlau approved these changes Mar 1, 2023
Merged
Member
| Landed in 492fc95...de64315 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Backports #46498, #46778, and #46804 to v18.x.
Enables WPT Report for future v18.x LTS releases.