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

Enable upstream bluetooth tests #22420

Merged
merged 9 commits into from Dec 22, 2018

#20437 moved supports_testdriver from ServoTestharnessExecutor to Ser…

…voWebDriverTestharnessExecutor
  • Loading branch information
cdeler committed Dec 16, 2018
commit 8f8257456dfc7ace13f4cbb7259ca256cfb91d2b
@@ -33,7 +33,6 @@ def write_hosts_file(config):


class ServoTestharnessExecutor(ProcessTestExecutor):
supports_testdriver = True
convert_result = testharness_result_converter

def __init__(self, browser, server_config, timeout_multiplier=1, debug_info=None,
@@ -177,6 +177,7 @@ def timeout_func(timeout):


class ServoWebDriverTestharnessExecutor(TestharnessExecutor):
supports_testdriver = True
def __init__(self, browser, server_config, timeout_multiplier=1,
close_after_done=True, capabilities=None, debug_info=None,
**kwargs):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.