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

Run a single WPT test from a relative path #4063

Merged
merged 1 commit into from Nov 22, 2014

Conversation

@mttr
Copy link
Contributor

mttr commented Nov 21, 2014

Fixes #4055

This PR allows ./mach test-wpt to be run (from /path/to/servo) with a single relative path to some wpt test.

For example:

./mach test-wpt tests/wpt/web-platform-tests/dom/sometest.html

The argument tests/wpt/web-platform-tests/dom/sometest.html is passed on as --include dom/sometest.html.

@hoppipolla-critic-bot
Copy link

hoppipolla-critic-bot commented Nov 21, 2014

Critic review: https://critic.hoppipolla.co.uk/r/3243

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

@mbrubeck

This comment has been minimized.

Copy link

mbrubeck commented on 655dd45 Nov 21, 2014

r+

@bors-servo

This comment has been minimized.

Copy link
Contributor

bors-servo commented on 655dd45 Nov 22, 2014

saw approval from mbrubeck
at mttr@655dd45

This comment has been minimized.

Copy link
Contributor

bors-servo replied Nov 22, 2014

merging mttr/servo/test_wpt_from_relpath = 655dd45 into auto

This comment has been minimized.

Copy link
Contributor

bors-servo replied Nov 22, 2014

mttr/servo/test_wpt_from_relpath = 655dd45 merged ok, testing candidate = e6e73b8

This comment has been minimized.

Copy link
Contributor

bors-servo replied Nov 22, 2014

fast-forwarding master to auto = e6e73b8

bors-servo pushed a commit that referenced this pull request Nov 22, 2014
Fixes #4055 

This PR allows `./mach test-wpt` to be run  (from /path/to/servo) with a single relative path to some wpt test.

For example:
```
./mach test-wpt tests/wpt/web-platform-tests/dom/sometest.html
```
The argument `tests/wpt/web-platform-tests/dom/sometest.html` is passed on as `--include dom/sometest.html`.
@bors-servo bors-servo closed this Nov 22, 2014
@bors-servo bors-servo merged commit 655dd45 into servo:master Nov 22, 2014
1 check passed
1 check passed
default all tests passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants
You can’t perform that action at this time.