Skip to content
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

Add instructions to export WPT changes #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add instructions to export WPT changes #30

wants to merge 1 commit into from

Conversation

nt1m
Copy link
Member

@nt1m nt1m commented May 3, 2023

No description provided.


The export process for WPT consists of the following:

1. Commit your changes and run:
Copy link
Member

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.

Copy link
Member

@stwrt stwrt left a 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)
Copy link
Member

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.
Copy link
Member

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?

@stwrt
Copy link
Member

stwrt commented May 3, 2023

Thinking about this some more do we want to merge the two articles into one on handling WPT tests?

Could just be called WPT Tests.

1. Commit your changes and run:

```
Tools/Scripts/export-w3c-tests -g HEAD -b BUG_ID -c --no-linter
Copy link
Member

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

@clopez
Copy link
Contributor

clopez commented May 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants