Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun a single WPT test from a relative path #4063
Conversation
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 |
This comment has been minimized.
This comment has been minimized.
mbrubeck
commented on 655dd45
Nov 21, 2014
|
r+ |
This comment has been minimized.
This comment has been minimized.
|
saw approval from mbrubeck |
This comment has been minimized.
This comment has been minimized.
|
merging mttr/servo/test_wpt_from_relpath = 655dd45 into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
all tests pass: |
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = e6e73b8 |
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`.
655dd45
into
servo:master
mttr commentedNov 21, 2014
Fixes #4055
This PR allows
./mach test-wptto be run (from /path/to/servo) with a single relative path to some wpt test.For example:
The argument
tests/wpt/web-platform-tests/dom/sometest.htmlis passed on as--include dom/sometest.html.