Revision 5e7c87421195305ab688dd53dae61ae131609773 authored by Conley Owens on 04 April 2018, 18:03:08 UTC, committed by Chromium WPT Sync on 04 April 2018, 18:03:08 UTC
This change uses AllResponsesConsumed in the bluetooth Web Platform
Tests in order to make sure we have consumed all the anticipatory
responses that we've set on our fakes.

BUG=569709

Change-Id: I9767792fcd5dda71fabf2f8941638f744aefa2dc
Reviewed-on: https://chromium-review.googlesource.com/988422
Commit-Queue: Conley Owens <cco3@chromium.org>
Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548125}
1 parent 6a7101f
Raw File
config.default.json
{"browser_host": "web-platform.test",
 "doc_root": null,
 "ws_doc_root": null,
 "server_host": null,
 "ports":{"http":[8000, "auto"],
          "https":[8443],
          "ws":["auto"],
          "wss":["auto"]},
 "check_subdomains": true,
 "log_level":"debug",
 "bind_address": true,
 "ssl": {"type": "pregenerated",
         "encrypt_after_connect": false,
         "openssl": {
             "openssl_binary": "openssl",
             "base_path": "_certs",
             "force_regenerate": false,
             "base_conf_path": null
         },
         "pregenerated": {
             "host_key_path": "tools/certs/web-platform.test.key",
             "host_cert_path": "tools/certs/web-platform.test.pem"
         },
         "none": {}
        },
 "aliases": []
}
back to top