Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hostnames #9480

Merged
merged 1 commit into from Feb 16, 2018
Merged

Fix hostnames #9480

merged 1 commit into from Feb 16, 2018

Commits on Feb 15, 2018

  1. wptrunner: Fix regression in config, interpreter

    Prior to the application of this patch, the configuration property named
    `host` was required to expand the templated JSON file maintained within
    the WPT CLI. By removing the property from some browser definitions
    without updating that template, commit 1b4f253 introduced failures when
    using the `run` sub-command with the effected browsers.
    
    Refactor the logic for generating the configuration to use an in-memory
    representation (instead of a file-based template) and conditionally
    extend this object with the `host` option for browsers which specify it.
    Document the rationale for the browser which requires this
    functionality.
    jugglinmike committed Feb 15, 2018
    Copy the full SHA
    c6d99f0 View commit details
    Browse the repository at this point in the history