blob: cd09dda79cfb80cad3c23a0324bde70b83f9b609 [file] [log] [blame]
Harness Error (FAIL), message = Unhandled rejection: releasing lock of reader whose stream is still in readable state
PASS Errors must be propagated backward: starts errored; preventCancel omitted; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel omitted; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel omitted; rejected cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = undefined (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = null (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = false (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 0 (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = -0 (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = NaN (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = (falsy); fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = true (truthy)
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = a (truthy)
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 1 (truthy)
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = Symbol() (truthy)
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = [object Object] (truthy)
PASS Errors must be propagated backward: becomes errored before piping due to write, preventCancel = true; preventAbort = true
PASS Errors must be propagated backward: becomes errored before piping due to write; preventCancel = true, preventAbort = true, preventClose = true
PASS Errors must be propagated backward: becomes errored during piping due to write; preventCancel omitted; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored during piping due to write; preventCancel omitted; rejected cancel promise
PASS Errors must be propagated backward: becomes errored during piping due to write; preventCancel = true
PASS Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = false; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = false; rejected cancel promise
PASS Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = true
PASS Errors must be propagated backward: becomes errored after piping; preventCancel omitted; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored after piping; preventCancel omitted; rejected cancel promise
PASS Errors must be propagated backward: becomes errored after piping; preventCancel = true
PASS Errors must be propagated backward: becomes errored after piping due to last write; source is closed; preventCancel omitted (but cancel is never called)
PASS Errors must be propagated backward: becomes errored after piping due to last write; source is closed; preventCancel = true
PASS Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = false; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = false; rejected cancel promise
PASS Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = true
PASS Errors must be propagated backward: becomes errored before piping via abort; preventCancel omitted; fulfilled cancel promise
PASS Errors must be propagated backward: becomes errored before piping via abort; preventCancel omitted; rejected cancel promise
PASS Errors must be propagated backward: becomes errored before piping via abort; preventCancel = true
PASS Errors must be propagated backward: erroring via the controller errors once pending write completes