Re: [streams-tests] ReadableStream: Verify pipeThrough with real Promise / fake readable (#5379)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/218790106)

# Firefox (nightly channel) #
Testing web-platform-tests at revision a3ed0a0e5f52c91fff780c365f29c4cbf6cbb663
Using browser at version BuildID 20170404100210; SourceStamp b5d8b27a753725c1de41ffae2e338798f3b5cacd
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>4 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5379/streams/piping/pipe-through.dedicatedworker.html">/streams/piping/pipe-through.dedicatedworker.html</a></summary>


|                                                Subtest                                                 | Results |             Messages            |
|--------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                        | OK      |                                 |
| `Piping through a duck-typed pass-through transform stream should work`                                | FAIL    | `ReadableStream is not defined` |
| `Piping through a transform errored on the writable end does not cause an unhandled promise rejection` | FAIL    | `WritableStream is not defined` |
| `pipeThrough generically calls pipeTo with the appropriate args`                                       | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise object`                            | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise thenable object`                   | FAIL    | `ReadableStream is not defined` |
| `pipeThrough should correct mark a real promise from a fake readable as handled`                       | FAIL    | `ReadableStream is not defined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5379/streams/piping/pipe-through.html">/streams/piping/pipe-through.html</a></summary>


|                                                Subtest                                                 | Results |             Messages            |
|--------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                        | OK      |                                 |
| `Piping through a duck-typed pass-through transform stream should work`                                | FAIL    | `ReadableStream is not defined` |
| `Piping through a transform errored on the writable end does not cause an unhandled promise rejection` | FAIL    | `WritableStream is not defined` |
| `pipeThrough generically calls pipeTo with the appropriate args`                                       | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise object`                            | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise thenable object`                   | FAIL    | `ReadableStream is not defined` |
| `pipeThrough should correct mark a real promise from a fake readable as handled`                       | FAIL    | `ReadableStream is not defined` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5379/streams/piping/pipe-through.serviceworker.https.html">/streams/piping/pipe-through.serviceworker.https.html</a></summary>


|                                                Subtest                                                 | Results |             Messages            |
|--------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                        | OK      |                                 |
| `Service worker test setup`                                                                            | PASS    |                                 |
| `Piping through a duck-typed pass-through transform stream should work`                                | FAIL    | `ReadableStream is not defined` |
| `Piping through a transform errored on the writable end does not cause an unhandled promise rejection` | FAIL    | `WritableStream is not defined` |
| `pipeThrough generically calls pipeTo with the appropriate args`                                       | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise object`                            | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise thenable object`                   | FAIL    | `ReadableStream is not defined` |
| `pipeThrough should correct mark a real promise from a fake readable as handled`                       | FAIL    | `ReadableStream is not defined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5379/streams/piping/pipe-through.sharedworker.html">/streams/piping/pipe-through.sharedworker.html</a></summary>


|                                                Subtest                                                 | Results |             Messages            |
|--------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                        | OK      |                                 |
| `Piping through a duck-typed pass-through transform stream should work`                                | FAIL    | `ReadableStream is not defined` |
| `Piping through a transform errored on the writable end does not cause an unhandled promise rejection` | FAIL    | `WritableStream is not defined` |
| `pipeThrough generically calls pipeTo with the appropriate args`                                       | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise object`                            | FAIL    | `ReadableStream is not defined` |
| `pipeThrough can handle calling a pipeTo that returns a non-promise thenable object`                   | FAIL    | `ReadableStream is not defined` |
| `pipeThrough should correct mark a real promise from a fake readable as handled`                       | FAIL    | `ReadableStream is not defined` |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5379#issuecomment-291792572

Received on Wednesday, 5 April 2017 08:35:47 UTC