| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 FAIL Closing must be propagated forward: starts closed; preventClose omitted; fu
lfilled close promise rs.pipeTo is not a function | |
| 3 FAIL Closing must be propagated forward: starts closed; preventClose omitted; re
jected close promise rs.pipeTo is not a function | |
| 4 FAIL Closing must be propagated forward: starts closed; preventClose = undefined
(falsy); fulfilled close promise rs.pipeTo is not a function | |
| 5 FAIL Closing must be propagated forward: starts closed; preventClose = null (fal
sy); fulfilled close promise rs.pipeTo is not a function | |
| 6 FAIL Closing must be propagated forward: starts closed; preventClose = false (fa
lsy); fulfilled close promise rs.pipeTo is not a function | |
| 7 FAIL Closing must be propagated forward: starts closed; preventClose = 0 (falsy)
; fulfilled close promise rs.pipeTo is not a function | |
| 8 FAIL Closing must be propagated forward: starts closed; preventClose = -0 (falsy
); fulfilled close promise rs.pipeTo is not a function | |
| 9 FAIL Closing must be propagated forward: starts closed; preventClose = NaN (fals
y); fulfilled close promise rs.pipeTo is not a function | |
| 10 FAIL Closing must be propagated forward: starts closed; preventClose = (falsy);
fulfilled close promise rs.pipeTo is not a function | |
| 11 FAIL Closing must be propagated forward: starts closed; preventClose = true (tru
thy) rs.pipeTo is not a function | |
| 12 FAIL Closing must be propagated forward: starts closed; preventClose = a (truthy
) rs.pipeTo is not a function | |
| 13 FAIL Closing must be propagated forward: starts closed; preventClose = 1 (truthy
) rs.pipeTo is not a function | |
| 14 FAIL Closing must be propagated forward: starts closed; preventClose = Symbol()
(truthy) rs.pipeTo is not a function | |
| 15 FAIL Closing must be propagated forward: starts closed; preventClose = [object O
bject] (truthy) rs.pipeTo is not a function | |
| 16 FAIL Closing must be propagated forward: starts closed; preventClose = true, pre
ventAbort = true rs.pipeTo is not a function | |
| 17 FAIL Closing must be propagated forward: starts closed; preventClose = true, pre
ventAbort = true, preventCancel = true rs.pipeTo is not a function | |
| 18 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC
lose omitted; fulfilled close promise rs.pipeTo is not a function | |
| 19 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC
lose omitted; rejected close promise rs.pipeTo is not a function | |
| 20 FAIL Closing must be propagated forward: becomes closed asynchronously; preventC
lose = true rs.pipeTo is not a function | |
| 21 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev
er desires chunks; preventClose omitted; fulfilled close promise rs.pipeTo is no
t a function | |
| 22 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev
er desires chunks; preventClose omitted; rejected close promise rs.pipeTo is not
a function | |
| 23 FAIL Closing must be propagated forward: becomes closed asynchronously; dest nev
er desires chunks; preventClose = true rs.pipeTo is not a function | |
| 24 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent
Close omitted; fulfilled close promise rs.pipeTo is not a function | |
| 25 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent
Close omitted; rejected close promise rs.pipeTo is not a function | |
| 26 FAIL Closing must be propagated forward: becomes closed after one chunk; prevent
Close = true rs.pipeTo is not a function | |
| 27 FAIL Closing must be propagated forward: shutdown must not occur until the final
write completes rs.pipeTo is not a function | |
| 28 Harness: the test ran to completion. | |
| 29 | |
| OLD | NEW |