mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8
This commit is contained in:
parent
abc0f50d20
commit
e07315e6af
221 changed files with 7334 additions and 774 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:16.04
|
||||
FROM ubuntu:18.04
|
||||
|
||||
# No interactive frontend during docker build
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
|
|
|
@ -367,9 +367,8 @@ class Firefox(Browser):
|
|||
|
||||
return path
|
||||
|
||||
def version(self, binary=None, channel=None):
|
||||
def version(self, binary=None):
|
||||
"""Retrieve the release version of the installed browser."""
|
||||
binary = binary or self.find_binary(channel)
|
||||
version_string = call(binary, "--version").strip()
|
||||
m = re.match(r"Mozilla Firefox (.*)", version_string)
|
||||
if not m:
|
||||
|
|
|
@ -5,5 +5,5 @@ mozcrash == 1.0
|
|||
mozrunner==7.1.0
|
||||
mozleak == 0.1
|
||||
mozinstall==1.16.0
|
||||
mozdownload==1.24
|
||||
mozdownload==1.25
|
||||
|
||||
|
|
|
@ -111,7 +111,8 @@ def env_extras(**kwargs):
|
|||
|
||||
def run_info_extras(**kwargs):
|
||||
return {"e10s": False,
|
||||
"headless": False}
|
||||
"headless": False,
|
||||
"sw-e10s": False}
|
||||
|
||||
|
||||
def env_options():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue