blob: cbcd7e9f94b5a4a82cc66ce1b6ade94b51b6ba09 [file] [log] [blame]
CONSOLE MESSAGE: Unhandled Promise Rejection: a
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: Unhandled Promise Rejection: Error: Sorry, it just wasn't meant to be.
CONSOLE MESSAGE: Unhandled Promise Rejection: Error: Sorry, it just wasn't meant to be.
CONSOLE MESSAGE: Unhandled Promise Rejection: Error: Sorry, it just wasn't meant to be.
CONSOLE MESSAGE: Unhandled Promise Rejection: Error: Sorry, it just wasn't meant to be.
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
CONSOLE MESSAGE: TypeError: undefined is not an object (evaluating 'e.error')
CONSOLE MESSAGE: Unhandled Promise Rejection: undefined
Harness Error (FAIL), message = TypeError: undefined is not an object (evaluating 'e.error')
PASS Aborting a WritableStream immediately prevents future writes
PASS Aborting a WritableStream prevents further writes after any that are in progress
PASS Fulfillment value of ws.abort() call must be undefined even if the underlying sink returns a non-undefined value
PASS WritableStream if sink's abort throws, the promise returned by ws.abort() rejects
PASS Aborting a WritableStream passes through the given reason
PASS Aborting a WritableStream puts it in an errored state, with stored error equal to the abort reason
PASS Aborting a WritableStream causes any outstanding ready promises to be fulfilled immediately
PASS Aborting a WritableStream causes any outstanding write() promises to be rejected with the abort reason
PASS Closing but then immediately aborting a WritableStream causes the stream to error
PASS Closing a WritableStream and aborting it while it closes causes the stream to error
PASS Aborting a WritableStream after it is closed is a no-op
PASS WritableStream should call underlying sink's close if no abort is supplied