| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Errors must be propagated backward: starts errored; preventCancel omitted;
fulfilled cancel promise rs.pipeTo is not a function |
| 3 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel omitted; fulfilled cancel promise promise_test: Unhandled rej
ection with value: object "TypeError: rs.pipeTo is not a function" |
| 4 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel omitted; rejected cancel promise promise_test: Unhandled reje
ction with value: object "TypeError: rs.pipeTo is not a function" |
| 5 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = undefined (falsy); fulfilled cancel promise promise_test: U
nhandled rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 6 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = null (falsy); fulfilled cancel promise promise_test: Unhand
led rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 7 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = false (falsy); fulfilled cancel promise promise_test: Unhan
dled rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 8 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = 0 (falsy); fulfilled cancel promise promise_test: Unhandled
rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 9 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = -0 (falsy); fulfilled cancel promise promise_test: Unhandle
d rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 10 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = NaN (falsy); fulfilled cancel promise promise_test: Unhandl
ed rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 11 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = (falsy); fulfilled cancel promise promise_test: Unhandled
rejection with value: object "TypeError: rs.pipeTo is not a function" |
| 12 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = true (truthy) promise_test: Unhandled rejection with value:
object "TypeError: rs.pipeTo is not a function" |
| 13 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = a (truthy) promise_test: Unhandled rejection with value: ob
ject "TypeError: rs.pipeTo is not a function" |
| 14 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = 1 (truthy) promise_test: Unhandled rejection with value: ob
ject "TypeError: rs.pipeTo is not a function" |
| 15 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = Symbol() (truthy) promise_test: Unhandled rejection with va
lue: object "TypeError: rs.pipeTo is not a function" |
| 16 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = [object Object] (truthy) promise_test: Unhandled rejection
with value: object "TypeError: rs.pipeTo is not a function" |
| 17 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite, preventCancel = true; preventAbort = true promise_test: Unhandled rejection
with value: object "TypeError: rs.pipeTo is not a function" |
| 18 FAIL Errors must be propagated backward: becomes errored before piping due to wr
ite; preventCancel = true, preventAbort = true, preventClose = true promise_test
: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function
" |
| 19 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function |
| 20 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function |
| 21 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite; preventCancel = true rs.pipeTo is not a function |
| 22 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite, but async; preventCancel = false; fulfilled cancel promise rs.pipeTo is not
a function |
| 23 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite, but async; preventCancel = false; rejected cancel promise rs.pipeTo is not
a function |
| 24 FAIL Errors must be propagated backward: becomes errored during piping due to wr
ite, but async; preventCancel = true rs.pipeTo is not a function |
| 25 FAIL Errors must be propagated backward: becomes errored after piping; preventCa
ncel omitted; fulfilled cancel promise rs.pipeTo is not a function |
| 26 FAIL Errors must be propagated backward: becomes errored after piping; preventCa
ncel omitted; rejected cancel promise rs.pipeTo is not a function |
| 27 FAIL Errors must be propagated backward: becomes errored after piping; preventCa
ncel = true rs.pipeTo is not a function |
| 28 FAIL Errors must be propagated backward: becomes errored after piping due to las
t write; source is closed; preventCancel omitted (but cancel is never called) rs
.pipeTo is not a function |
| 29 FAIL Errors must be propagated backward: becomes errored after piping due to las
t write; source is closed; preventCancel = true rs.pipeTo is not a function |
| 30 FAIL Errors must be propagated backward: becomes errored after piping; dest neve
r desires chunks; preventCancel = false; fulfilled cancel promise rs.pipeTo is n
ot a function |
| 31 FAIL Errors must be propagated backward: becomes errored after piping; dest neve
r desires chunks; preventCancel = false; rejected cancel promise rs.pipeTo is no
t a function |
| 32 FAIL Errors must be propagated backward: becomes errored after piping; dest neve
r desires chunks; preventCancel = true rs.pipeTo is not a function |
| 33 FAIL Errors must be propagated backward: becomes errored before piping via abort
; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function |
| 34 FAIL Errors must be propagated backward: becomes errored before piping via abort
; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function |
| 35 FAIL Errors must be propagated backward: becomes errored before piping via abort
; preventCancel = true rs.pipeTo is not a function |
| 36 FAIL Errors must be propagated backward: erroring via the controller errors once
pending write completes rs.pipeTo is not a function |
| 37 Harness: the test ran to completion. |
| 38 |
| OLD | NEW |