OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 35 tests. 33 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN |
2 PASS ReadableStream can be constructed with no errors | 3 PASS ReadableStream can be constructed with no errors |
3 PASS ReadableStream can't be constructed with garbage | 4 PASS ReadableStream can't be constructed with garbage |
4 PASS ReadableStream can't be constructed with an invalid type | 5 PASS ReadableStream can't be constructed with an invalid type |
5 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 | 6 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 |
6 PASS ReadableStream constructor should throw for non-function start arguments | 7 PASS ReadableStream constructor should throw for non-function start arguments |
7 PASS ReadableStream constructor can get initial garbage as cancel argument | 8 PASS ReadableStream constructor can get initial garbage as cancel argument |
8 PASS ReadableStream constructor can get initial garbage as pull argument | 9 PASS ReadableStream constructor can get initial garbage as pull argument |
9 FAIL ReadableStream start should be called with the proper parameters assert_equ
als: constructor should have 4 parameter expected 4 but got 5 | 10 FAIL ReadableStream start should be called with the proper parameters assert_equ
als: constructor should have 4 parameter expected 4 but got 5 |
10 PASS ReadableStream start controller parameter should be extensible | 11 PASS ReadableStream start controller parameter should be extensible |
11 PASS ReadableStream should be able to call start method within prototype chain o
f its source | 12 PASS ReadableStream should be able to call start method within prototype chain o
f its source |
(...skipping 17 matching lines...) Expand all Loading... |
29 PASS ReadableStream: enqueue should throw when the stream is readable but draini
ng | 30 PASS ReadableStream: enqueue should throw when the stream is readable but draini
ng |
30 PASS ReadableStream: enqueue should throw when the stream is closed | 31 PASS ReadableStream: enqueue should throw when the stream is closed |
31 PASS ReadableStream: should call underlying source methods as methods | 32 PASS ReadableStream: should call underlying source methods as methods |
32 PASS ReadableStream strategies: the default strategy should give desiredSize of
1 to start, decreasing by 1 per enqueue | 33 PASS ReadableStream strategies: the default strategy should give desiredSize of
1 to start, decreasing by 1 per enqueue |
33 PASS ReadableStream strategies: the default strategy should continue giving desi
redSize of 1 if the chunks are read immediately | 34 PASS ReadableStream strategies: the default strategy should continue giving desi
redSize of 1 if the chunks are read immediately |
34 PASS ReadableStream integration test: adapting a random push source | 35 PASS ReadableStream integration test: adapting a random push source |
35 PASS ReadableStream integration test: adapting a sync pull source | 36 PASS ReadableStream integration test: adapting a sync pull source |
36 PASS ReadableStream integration test: adapting an async pull source | 37 PASS ReadableStream integration test: adapting an async pull source |
37 Harness: the test ran to completion. | 38 Harness: the test ran to completion. |
38 | 39 |
OLD | NEW |