mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
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.
118 lines
5.3 KiB
Text
118 lines
5.3 KiB
Text
[submodule "src/support/azure/rust-azure"]
|
|
path = src/support/azure/rust-azure
|
|
url = https://github.com/mozilla-servo/rust-azure.git
|
|
[submodule "src/platform/macos/rust-cocoa"]
|
|
path = src/platform/macos/rust-cocoa
|
|
url = https://github.com/mozilla-servo/rust-cocoa.git
|
|
[submodule "src/support/spidermonkey/mozjs"]
|
|
path = src/support/spidermonkey/mozjs
|
|
url = https://github.com/mozilla-servo/mozjs.git
|
|
[submodule "src/support/spidermonkey/rust-mozjs"]
|
|
path = src/support/spidermonkey/rust-mozjs
|
|
url = https://github.com/mozilla-servo/rust-mozjs.git
|
|
[submodule "src/support/harfbuzz/rust-harfbuzz"]
|
|
path = src/support/harfbuzz/rust-harfbuzz
|
|
url = https://github.com/mozilla-servo/rust-harfbuzz.git
|
|
[submodule "src/support/stb-image/rust-stb-image"]
|
|
path = src/support/stb-image/rust-stb-image
|
|
url = https://github.com/mozilla-servo/rust-stb-image.git
|
|
[submodule "src/support/geom/rust-geom"]
|
|
path = src/support/geom/rust-geom
|
|
url = https://github.com/mozilla-servo/rust-geom.git
|
|
[submodule "src/support/opengles/rust-opengles"]
|
|
path = src/support/opengles/rust-opengles
|
|
url = https://github.com/mozilla-servo/rust-opengles.git
|
|
[submodule "src/support/layers/rust-layers"]
|
|
path = src/support/layers/rust-layers
|
|
url = https://github.com/mozilla-servo/rust-layers.git
|
|
[submodule "src/support/http-client/rust-http-client"]
|
|
path = src/support/http-client/rust-http-client
|
|
url = https://github.com/mozilla-servo/rust-http-client.git
|
|
[submodule "src/support/hubbub/libhubbub"]
|
|
path = src/support/hubbub/libhubbub
|
|
url = https://github.com/mozilla-servo/libhubbub.git
|
|
[submodule "src/support/libparserutils/libparserutils"]
|
|
path = src/support/libparserutils/libparserutils
|
|
url = https://github.com/mozilla-servo/libparserutils.git
|
|
[submodule "src/support/hubbub/rust-hubbub"]
|
|
path = src/support/hubbub/rust-hubbub
|
|
url = https://github.com/mozilla-servo/rust-hubbub.git
|
|
[submodule "src/platform/macos/rust-core-foundation"]
|
|
path = src/platform/macos/rust-core-foundation
|
|
url = https://github.com/mozilla-servo/rust-core-foundation.git
|
|
[submodule "src/platform/macos/rust-io-surface"]
|
|
path = src/platform/macos/rust-io-surface
|
|
url = https://github.com/mozilla-servo/rust-io-surface.git
|
|
[submodule "src/support/sharegl/sharegl"]
|
|
path = src/support/sharegl/sharegl
|
|
url = https://github.com/mozilla-servo/sharegl.git
|
|
[submodule "src/platform/macos/rust-core-graphics"]
|
|
path = src/platform/macos/rust-core-graphics
|
|
url = https://github.com/mozilla-servo/rust-core-graphics.git
|
|
[submodule "src/platform/macos/rust-core-text"]
|
|
path = src/platform/macos/rust-core-text
|
|
url = https://github.com/mozilla-servo/rust-core-text.git
|
|
[submodule "src/platform/linux/rust-freetype"]
|
|
path = src/platform/linux/rust-freetype
|
|
url = https://github.com/mozilla-servo/rust-freetype.git
|
|
[submodule "src/platform/linux/rust-fontconfig"]
|
|
path = src/platform/linux/rust-fontconfig
|
|
url = https://github.com/mozilla-servo/rust-fontconfig.git
|
|
[submodule "src/platform/linux/rust-xlib"]
|
|
path = src/platform/linux/rust-xlib
|
|
url = https://github.com/mozilla-servo/rust-xlib.git
|
|
[submodule "src/platform/linux/fontconfig"]
|
|
path = src/platform/linux/fontconfig
|
|
url = https://github.com/mozilla-servo/fontconfig.git
|
|
[submodule "src/support/skia/skia"]
|
|
path = src/support/skia/skia
|
|
url = https://github.com/mozilla-servo/skia.git
|
|
[submodule "src/compiler/rust"]
|
|
path = src/compiler/rust
|
|
url = https://github.com/mozilla/rust.git
|
|
[submodule "src/support/alert/rust-alert"]
|
|
path = src/support/alert/rust-alert
|
|
url = https://github.com/mozilla-servo/rust-alert.git
|
|
[submodule "src/support/glfw/glfw"]
|
|
path = src/support/glfw/glfw
|
|
url = https://github.com/mozilla-servo/glfw.git
|
|
[submodule "src/support/glfw/glfw-rs"]
|
|
path = src/support/glfw/glfw-rs
|
|
url = https://github.com/mozilla-servo/glfw-rs.git
|
|
[submodule "src/support/css/rust-cssparser"]
|
|
path = src/support/css/rust-cssparser
|
|
url = https://github.com/mozilla-servo/rust-cssparser.git
|
|
[submodule "src/support/png/rust-png"]
|
|
path = src/support/png/rust-png
|
|
url = https://github.com/mozilla-servo/rust-png.git
|
|
[submodule "src/support/png/libpng"]
|
|
path = src/support/png/libpng
|
|
url = https://github.com/mozilla-servo/libpng.git
|
|
[submodule "src/platform/android/fontconfig"]
|
|
path = src/platform/android/fontconfig
|
|
url = https://github.com/mozilla-servo/fontconfig.git
|
|
[submodule "src/platform/android/libexpat"]
|
|
path = src/platform/android/libexpat
|
|
url = https://github.com/mozilla-servo/libexpat.git
|
|
[submodule "src/platform/android/libfreetype2"]
|
|
path = src/platform/android/libfreetype2
|
|
url = https://github.com/mozilla-servo/libfreetype2.git
|
|
[submodule "src/support/glut/rust-glut"]
|
|
path = src/support/glut/rust-glut
|
|
url = https://github.com/mozilla-servo/rust-glut.git
|
|
[submodule "src/support/http/rust-http"]
|
|
path = src/support/http/rust-http
|
|
url = https://github.com/mozilla-servo/rust-http
|
|
[submodule "src/support/encoding/rust-encoding"]
|
|
path = src/support/encoding/rust-encoding
|
|
url = https://github.com/mozilla-servo/rust-encoding.git
|
|
branch = rust-servo
|
|
[submodule "src/support/egl/rust-egl"]
|
|
path = src/support/egl/rust-egl
|
|
url = https://github.com/mozilla-servo/rust-egl.git
|
|
[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
|