-
Notifications
You must be signed in to change notification settings - Fork 31
Add instructions to export WPT changes #30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
|
||
The export process for WPT consists of the following: | ||
|
||
1. Commit your changes and run: |
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.
You mean commit your changes locally.
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.
Looks pretty good just would like clarity on a few things.
Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter | ||
``` | ||
|
||
2. In the newly created pull request, enable auto-merge (if you have access) |
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.
Is this pull request for the WPT repo or WebKit repo?
|
||
2. In the newly created pull request, enable auto-merge (if you have access) | ||
|
||
3. Once the WebKit commit lands, the pull request will be automatically approved by a bot. |
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.
A little confused does the export-w3c-tests
export both a WPT and WebKit PR?
Thinking about this some more do we want to merge the two articles into one on handling WPT tests? Could just be called |
1. Commit your changes and run: | ||
|
||
``` | ||
Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter |
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.
This should be Tools/Scripts/export-w3c-test-changes
Here is the old doc that looks more complete https://trac.webkit.org/wiki/WPTExportProcess but not sure if is still 100% up-to-date. Maybe there is some info from there that is worth adding here |
No description provided.