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

Readable streams: test no throwing on redundant controller.error() #9896

Merged
merged 2 commits into from Mar 8, 2018

Conversation

domenic
Copy link
Member

@domenic domenic commented Mar 7, 2018

@@ -325,7 +325,7 @@ promise_test(() => {
const closed = new ReadableStream({
start(c) {
c.close();
assert_throws(new TypeError(), () => c.error(), 'second call to error should throw a TypeError');
c.error();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to change the test description as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks

@w3c-bots
Copy link

w3c-bots commented Mar 7, 2018

Build PASSED

Started: 2018-03-07 09:23:23
Finished: 2018-03-07 09:38:04

View more information about this build on:

Copy link
Contributor

@ricea ricea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@domenic domenic merged commit efa3c75 into master Mar 8, 2018
@domenic domenic deleted the no-throwing-rs-controller branch March 8, 2018 05:29
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