OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 12 tests. 0 PASS 12 FAIL 0 TIMEOUT 0 NOTRUN |
2 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no
t a function | 3 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no
t a function |
3 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs.
pipeTo is not a function | 4 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs.
pipeTo is not a function |
4 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr
operty 'apply' of undefined | 5 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr
operty 'apply' of undefined |
5 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop
erty 'apply' of undefined | 6 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop
erty 'apply' of undefined |
6 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable
Stream rs.pipeTo is not a function | 7 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable
Stream rs.pipeTo is not a function |
7 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable
Stream rs.pipeTo is not a function | 8 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable
Stream rs.pipeTo is not a function |
8 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re
adable rs.pipeTo is not a function | 9 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re
adable rs.pipeTo is not a function |
9 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada
ble after the pipeTo rs.pipeTo is not a function | 10 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada
ble after the pipeTo rs.pipeTo is not a function |
10 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is true rs.pipeTo is not a function | 11 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is true rs.pipeTo is not a function |
11 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is false rs.pipeTo is not a function | 12 FAIL an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is false rs.pipeTo is not a function |
12 FAIL an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is true rs.pipeTo is not a function | 13 FAIL an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is true rs.pipeTo is not a function |
13 FAIL an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is false rs.pipeTo is not a function | 14 FAIL an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is false rs.pipeTo is not a function |
14 Harness: the test ran to completion. | 15 Harness: the test ran to completion. |
15 | 16 |
OLD | NEW |