| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an
d its arguments Cannot read property 'call' of undefined |
| 3 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i
s not convertible to an object |
| 4 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo
method |
| 5 FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing p
ipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error
thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(thro
wingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cann
ot read property 'call' of undefined" ("TypeError") expected object "Error: pota
to" ("Error") |
| 6 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri
table, or options Cannot read property 'call' of undefined |
| 7 Harness: the test ran to completion. |
| 8 |
| OLD | NEW |