auto merge of #2089 : Manishearth/servo/wpt, r=Ms2ger

See #1479

This sets up a basic environment for running wpt. It instantiates a virtualenv, generates the manifest if it doesn't exist*, and runs the tests.

Currently @Ms2ger's [`run-in-servo` fork of wpt](https://github.com/Ms2ger/web-platform-tests/tree/run-in-servo/)  is used.

Note: I did everything in a shell script instead of make since one cannot run `source` from a makefile (the environment is immutable, apparently)


*It does not, however, update the manifest. We'll have to add an extra script for that.
This commit is contained in:
bors-servo 2014-04-18 10:04:07 -04:00
commit 9edfb439a6
8 changed files with 72 additions and 0 deletions

3
.gitmodules vendored
View file

@ -113,3 +113,6 @@
[submodule "src/platform/android/servo-android-glue"]
path = src/platform/android/servo-android-glue
url = https://github.com/mozilla-servo/servo-android-glue.git
[submodule "src/test/wpt/web-platform-tests"]
path = src/test/wpt/web-platform-tests
url = https://github.com/mozilla-servo/web-platform-tests.git