mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision e15b5ebba7465e09bcda2962f6758cddcdcfa248
This commit is contained in:
parent
68e55ead42
commit
3eaee747ed
214 changed files with 4692 additions and 245 deletions
|
@ -55,7 +55,7 @@ def test_subprocess_exit(server_subprocesses, tempfile_name):
|
|||
# which are relevant to this functionality. Disable the check so that
|
||||
# the constructor is only used to create relevant processes.
|
||||
with open(tempfile_name, 'w') as handle:
|
||||
json.dump({"check_subdomains": False}, handle)
|
||||
json.dump({"check_subdomains": False, "bind_address": False}, handle)
|
||||
|
||||
# The `logger` module from the wptserver package uses a singleton
|
||||
# pattern which resists testing. In order to avoid conflicting with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue