| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 Harness Error. harness_status.status = 1 , harness_status.message = this rejecti
on should not be reported as unhandled | |
| 3 PASS Piping through a duck-typed pass-through transform stream should work | |
| 4 PASS Piping through a transform errored on the writable end does not cause an un
handled promise rejection | |
| 5 PASS pipeThrough generically calls pipeTo with the appropriate args | |
| 6 PASS pipeThrough can handle calling a pipeTo that returns a non-promise object | |
| 7 PASS pipeThrough can handle calling a pipeTo that returns a non-promise thenable
object | |
| 8 PASS pipeThrough should mark a real promise from a fake readable as handled | |
| 9 PASS pipeThrough should not be fooled by an object whose instanceof Promise retu
rns true | |
| 10 Harness: the test ran to completion. | |
| 11 | |
| OLD | NEW |