Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/imported/wpt/streams/readable-streams/general.https-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/streams/readable-streams/general.https-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/streams/readable-streams/general.https-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cd54e6741a50587263a4b9926b5de9d9771fa4b0 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/streams/readable-streams/general.https-expected.txt |
| @@ -0,0 +1,146 @@ |
| +CONSOLE ERROR: line 725: Uncaught (in promise) TypeError: This readable stream reader has been released and cannot be used to monitor the stream's state |
| +CONSOLE ERROR: line 725: Uncaught (in promise) TypeError: This readable stream reader has been released and cannot be used to monitor the stream's state |
| +This is a testharness.js-based test. |
| +PASS ReadableStream can be constructed with no errors |
| +PASS ReadableStream can't be constructed with garbage |
| +PASS ReadableStream can't be constructed with an invalid type |
| +FAIL ReadableStream instances should have the correct list of properties assert_array_equals: should have all the correct methods lengths differ, expected 7 got 5 |
| +PASS ReadableStream constructor should throw for non-function start arguments |
| +PASS ReadableStream constructor can get initial garbage as cancel argument |
| +PASS ReadableStream constructor can get initial garbage as pull argument |
| +FAIL ReadableStream start should be called with the proper parameters assert_equals: constructor should have 4 parameter expected 4 but got 5 |
|
Adam Rice
2016/11/15 06:55:42
What's a good way to fix this?
|
| +PASS ReadableStream start controller parameter should be extensible |
| +PASS ReadableStream should be able to call start method within prototype chain of its source |
| +PASS ReadableStream start should be able to return a promise |
| +PASS ReadableStream start should be able to return a promise and reject it |
| +PASS ReadableStream should be able to enqueue different objects. |
| +PASS ReadableStream: if pull rejects, it should error the stream |
| +PASS ReadableStream: should only call pull once upon starting the stream |
| +PASS ReadableStream: should call pull when trying to read from a started, empty stream |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills |
| +PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining |
| +PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining |
| +PASS ReadableStream: should not call pull until the previous pull call's promise fulfills |
| +PASS ReadableStream: should pull after start, and after every read |
| +PASS ReadableStream: should not call pull after start if the stream is now closed |
| +PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows |
| +PASS ReadableStream pull should be able to close a stream. |
| +PASS ReadableStream pull should be able to error a stream. |
| +PASS ReadableStream pull should be able to error a stream and throw. |
| +PASS ReadableStream: enqueue should throw when the stream is readable but draining |
| +PASS ReadableStream: enqueue should throw when the stream is closed |
| +PASS ReadableStream: should call underlying source methods as methods |
| +PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue |
| +PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately |
| +PASS ReadableStream integration test: adapting a random push source |
| +PASS ReadableStream integration test: adapting a sync pull source |
| +PASS ReadableStream integration test: adapting an async pull source |
| +PASS Untitled |
| +PASS ReadableStream can be constructed with no errors |
| +PASS ReadableStream can't be constructed with garbage |
| +PASS ReadableStream can't be constructed with an invalid type |
| +FAIL ReadableStream instances should have the correct list of properties assert_array_equals: should have all the correct methods lengths differ, expected 7 got 5 |
| +PASS ReadableStream constructor should throw for non-function start arguments |
| +PASS ReadableStream constructor can get initial garbage as cancel argument |
| +PASS ReadableStream constructor can get initial garbage as pull argument |
| +FAIL ReadableStream start should be called with the proper parameters assert_equals: constructor should have 4 parameter expected 4 but got 5 |
| +PASS ReadableStream start controller parameter should be extensible |
| +PASS ReadableStream should be able to call start method within prototype chain of its source |
| +PASS ReadableStream start should be able to return a promise |
| +PASS ReadableStream start should be able to return a promise and reject it |
| +PASS ReadableStream should be able to enqueue different objects. |
| +PASS ReadableStream: if pull rejects, it should error the stream |
| +PASS ReadableStream: should only call pull once upon starting the stream |
| +PASS ReadableStream: should call pull when trying to read from a started, empty stream |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills |
| +PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining |
| +PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining |
| +PASS ReadableStream: should not call pull until the previous pull call's promise fulfills |
| +PASS ReadableStream: should pull after start, and after every read |
| +PASS ReadableStream: should not call pull after start if the stream is now closed |
| +PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows |
| +PASS ReadableStream pull should be able to close a stream. |
| +PASS ReadableStream pull should be able to error a stream. |
| +PASS ReadableStream pull should be able to error a stream and throw. |
| +PASS ReadableStream: enqueue should throw when the stream is readable but draining |
| +PASS ReadableStream: enqueue should throw when the stream is closed |
| +PASS ReadableStream: should call underlying source methods as methods |
| +PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue |
| +PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately |
| +PASS ReadableStream integration test: adapting a random push source |
| +PASS ReadableStream integration test: adapting a sync pull source |
| +PASS ReadableStream integration test: adapting an async pull source |
| +PASS ReadableStream can be constructed with no errors |
| +PASS ReadableStream can't be constructed with garbage |
| +PASS ReadableStream can't be constructed with an invalid type |
| +FAIL ReadableStream instances should have the correct list of properties assert_array_equals: should have all the correct methods lengths differ, expected 7 got 5 |
| +PASS ReadableStream constructor should throw for non-function start arguments |
| +PASS ReadableStream constructor can get initial garbage as cancel argument |
| +PASS ReadableStream constructor can get initial garbage as pull argument |
| +FAIL ReadableStream start should be called with the proper parameters assert_equals: constructor should have 4 parameter expected 4 but got 5 |
| +PASS ReadableStream start controller parameter should be extensible |
| +PASS ReadableStream should be able to call start method within prototype chain of its source |
| +PASS ReadableStream start should be able to return a promise |
| +PASS ReadableStream start should be able to return a promise and reject it |
| +PASS ReadableStream should be able to enqueue different objects. |
| +PASS ReadableStream: if pull rejects, it should error the stream |
| +PASS ReadableStream: should only call pull once upon starting the stream |
| +PASS ReadableStream: should call pull when trying to read from a started, empty stream |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills |
| +PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining |
| +PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining |
| +PASS ReadableStream: should not call pull until the previous pull call's promise fulfills |
| +PASS ReadableStream: should pull after start, and after every read |
| +PASS ReadableStream: should not call pull after start if the stream is now closed |
| +PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows |
| +PASS ReadableStream pull should be able to close a stream. |
| +PASS ReadableStream pull should be able to error a stream. |
| +PASS ReadableStream pull should be able to error a stream and throw. |
| +PASS ReadableStream: enqueue should throw when the stream is readable but draining |
| +PASS ReadableStream: enqueue should throw when the stream is closed |
| +PASS ReadableStream: should call underlying source methods as methods |
| +PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue |
| +PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately |
| +PASS ReadableStream integration test: adapting a random push source |
| +PASS ReadableStream integration test: adapting a sync pull source |
| +PASS ReadableStream integration test: adapting an async pull source |
| +PASS ReadableStream can be constructed with no errors |
| +PASS ReadableStream can't be constructed with garbage |
| +PASS ReadableStream can't be constructed with an invalid type |
| +FAIL ReadableStream instances should have the correct list of properties assert_array_equals: should have all the correct methods lengths differ, expected 7 got 5 |
| +PASS ReadableStream constructor should throw for non-function start arguments |
| +PASS ReadableStream constructor can get initial garbage as cancel argument |
| +PASS ReadableStream constructor can get initial garbage as pull argument |
| +FAIL ReadableStream start should be called with the proper parameters assert_equals: constructor should have 4 parameter expected 4 but got 5 |
| +PASS ReadableStream start controller parameter should be extensible |
| +PASS ReadableStream should be able to call start method within prototype chain of its source |
| +PASS ReadableStream start should be able to return a promise |
| +PASS ReadableStream start should be able to return a promise and reject it |
| +PASS ReadableStream should be able to enqueue different objects. |
| +PASS ReadableStream: if pull rejects, it should error the stream |
| +PASS ReadableStream: should only call pull once upon starting the stream |
| +PASS ReadableStream: should call pull when trying to read from a started, empty stream |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills |
| +PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills |
| +PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining |
| +PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining |
| +PASS ReadableStream: should not call pull until the previous pull call's promise fulfills |
| +PASS ReadableStream: should pull after start, and after every read |
| +PASS ReadableStream: should not call pull after start if the stream is now closed |
| +PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows |
| +PASS ReadableStream pull should be able to close a stream. |
| +PASS ReadableStream pull should be able to error a stream. |
| +PASS ReadableStream pull should be able to error a stream and throw. |
| +PASS ReadableStream: enqueue should throw when the stream is readable but draining |
| +PASS ReadableStream: enqueue should throw when the stream is closed |
| +PASS ReadableStream: should call underlying source methods as methods |
| +PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue |
| +PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately |
| +PASS ReadableStream integration test: adapting a random push source |
| +PASS ReadableStream integration test: adapting a sync pull source |
| +PASS ReadableStream integration test: adapting an async pull source |
| +Harness: the test ran to completion. |
| + |