mirror of
https://github.com/servo/servo.git
synced 2025-08-28 00:28:20 +01:00
Auto merge of #19318 - jdm:webdriver, r=jgraham
Make wdspec tests runnable This makes it possible to run tests in tests/wpt/web-platform-tests/webdriver/tests and focus on investigating why they fail. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix (partially) #15274. - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19318) <!-- Reviewable:end -->
This commit is contained in:
commit
dc35457b4a
10 changed files with 62 additions and 106 deletions
|
@ -32,7 +32,7 @@ style_tests = {path = "../../tests/unit/style"}
|
|||
default = ["unstable", "default-except-unstable"]
|
||||
default-except-unstable = ["webdriver", "max_log_level"]
|
||||
max_log_level = ["log/release_max_level_info"]
|
||||
webdriver = ["libservo/webdriver_server"]
|
||||
webdriver = ["libservo/webdriver"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
debugmozjs = ["libservo/debugmozjs"]
|
||||
googlevr = ["libservo/googlevr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue