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

WritableStream: test writer behaviour #15235

Merged
merged 1 commit into from Feb 5, 2019

Conversation

ricea
Copy link
Contributor

@ricea ricea commented Feb 4, 2019

Tests for a couple of bugs found in Blink's new C++ implementation:

  1. Verify that the WritableStreamDefaultWriter() constructor does not
    detach the existing writer when it is called on a locked stream.
  2. Verify that the first write on a stream with HWM 0 does not cause the
    ready promise to fulfill.

The reference implementation passes these tests without change.

Tests for a couple of bugs found in Blink's new C++ implementation:

1. Verify that the WritableStreamDefaultWriter() constructor does not
   detach the existing writer when it is called on a locked stream.
2. Verify that the first write on a stream with HWM 0 does not cause the
   ready promise to fulfill.

The reference implementation passes these tests without change.
@ricea ricea merged commit 73a0e27 into web-platform-tests:master Feb 5, 2019
@ricea ricea deleted the writable-stream-misc-tests branch February 5, 2019 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants