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

Remove timout in async_test for websockets tests #14088

Merged
merged 2 commits into from
Nov 21, 2018

Commits on Nov 20, 2018

  1. Remove timout in async_test for websockets tests

    Remove all the timeout in async_test for websockets tests.
    Affected tests: 21
    Before: Pass: 6, Failed: 15
    After: Pass: 6, Failed: 15
    Related: web-platform-tests#11120
    qiuzhong committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b37b12d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Remove unnecessary parameters from async_test

    The `null` and `undefined` are placeholders for the `property` argument.
    They'll be no use when the `property` is removed from `async_test`
    and should be removed.
    qiuzhong committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    53ef62c View commit details
    Browse the repository at this point in the history