tools: add undici WPTs to daily WPT Report#46763
Closed
panva wants to merge 2 commits intonodejs:mainfrom
Closed
Conversation
Collaborator
|
Review requested:
|
Member
Author
|
cc @KhafraDev |
anonrig
approved these changes
Feb 22, 2023
Member
Author
|
Here's a merged run Coming from undici are the following three
Complete merged report https://staging.wpt.fyi/results/?run_id=5247378118410240&run_id=6086989598162944 |
c0072b2 to
2b8c774
Compare
2b8c774 to
00b73b7
Compare
aduh95
reviewed
Feb 26, 2023
00b73b7 to
7efbe0a
Compare
aduh95
approved these changes
Feb 26, 2023
Contributor
aduh95
left a comment
There was a problem hiding this comment.
I don't understand everything this PR is doing, but overall it LGTM.
Member
Author
|
cc @nodejs/actions |
7efbe0a to
3190142
Compare
anonrig
approved these changes
Feb 27, 2023
Member
Author
|
blocked waiting for undici's next release to be in nightly, otherwise ready for review |
Collaborator
|
Landed in f6e4e12...f41d507 |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
nodejs-github-bot
pushed a commit
that referenced
this pull request
Mar 13, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
targos
pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
targos
pushed a commit
that referenced
this pull request
Mar 14, 2023
PR-URL: #46763 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR extends the WPT daily report submitted to wpt.fyi with WPTs related to all globals imported from
nodejs/undici.This is done by querying the WPT version included in the nodejs checkout, locally checking out undici repo on that given version, installing its dependencies and executing
npm run test:wpt(whilst ignoring its exit code) with a present environment variable that instructs the undici WPTRunner to add results to an existing wpt report file.If an existing release doesn't have the Undici WPT Report capabilities it will create the report as it did until now, without undici globals WPTs.
It also adds a GITHUB_STEP_SUMMARY to the workflow.