Re: [streams-tests] WritableStream: minor test fixes (#5564)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision f6220649970e75730ab8c34223eeb9d7193c7bc3
Using browser at version BuildID 20170413100144; SourceStamp 819a666afddc804b6099ee1b3cff3a0fdf35ec15
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/5564/streams/writable-streams/aborting.dedicatedworker.html">/streams/writable-streams/aborting.dedicatedworker.html</a></summary>


|                                                                     Subtest                                                                     | Results |             Messages            |
|-------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                                                                 | OK      |                                 |
| `Aborting a WritableStream before it starts should cause the writer's unsettled ready promise to reject`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream should cause the writer's fulfilled ready promise to reset to a rejected one`                                        | FAIL    | `WritableStream is not defined` |
| `abort() on a released writer rejects`                                                                                                          | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream immediately prevents future writes`                                                                                  | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream prevents further writes after any that are in progress`                                                              | FAIL    | `WritableStream is not defined` |
| `Fulfillment value of ws.abort() call must be undefined even if the underlying sink returns a non-undefined value`                              | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by writer.abort() rejects`                                                         | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by ws.abort() rejects`                                                             | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, for an abort performed during a write, the promise returned by ws.abort() rejects`                      | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream passes through the given reason`                                                                                     | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream puts it in an errored state, with a TypeError as the stored error`                                                   | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream causes any outstanding write() promises to be rejected with a TypeError`                                             | FAIL    | `WritableStream is not defined` |
| `Closing but then immediately aborting a WritableStream causes the stream to error`                                                             | FAIL    | `WritableStream is not defined` |
| `Closing a WritableStream and aborting it while it closes causes the stream to ignore the abort attempt`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream after it is closed is a no-op`                                                                                       | FAIL    | `WritableStream is not defined` |
| `WritableStream should NOT call underlying sink's close if no abort is supplied (historical)`                                                   | FAIL    | `WritableStream is not defined` |
| `returning a thenable from abort() should work`                                                                                                 | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before fulfilled write()`                                                                                           | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before rejected write(); write() error should not overwrite abort() error`                                          | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order when aborting`                                                                                             | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order after rejected write when aborting`                                                                        | FAIL    | `WritableStream is not defined` |
| `close() should reject with TypeError when abort() is first error`                                                                              | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called until underlying write() completes`                                                                    | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called if underlying close() has started`                                                                     | FAIL    | `WritableStream is not defined` |
| `if underlying close() has started and then rejects, the abort() and close() promises should reject with the underlying close rejection reason` | FAIL    | `WritableStream is not defined` |
| `an abort() that happens during a write() should trigger the underlying abort() even with a close() queued`                                     | FAIL    | `WritableStream is not defined` |
| `if a writer is created for a stream with a pending abort, its ready should be rejected with a TypeError`                                       | FAIL    | `WritableStream is not defined` |
| `writer close() promise should resolve before abort() promise`                                                                                  | FAIL    | `WritableStream is not defined` |
| `writer.ready should reject on controller error without waiting for underlying write`                                                           | FAIL    | `WritableStream is not defined` |
| `writer.abort() while there is an in-flight write, and then finish the write with rejection`                                                    | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `releaseLock() while aborting should reject the original closed promise`                                                                        | FAIL    | `WritableStream is not defined` |
| `releaseLock() during delayed async abort() should reject the writer.closed promise`                                                            | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called until sink start() is done`                                                                                  | FAIL    | `WritableStream is not defined` |
| `if start attempts to error the controller after abort() has been called, then it should lose`                                                  | FAIL    | `WritableStream is not defined` |
| `stream abort() promise should still resolve if sink start() rejects`                                                                           | FAIL    | `WritableStream is not defined` |
| `writer abort() during sink start() should replace the writer.ready promise synchronously`                                                      | FAIL    | `WritableStream is not defined` |
| `promises returned from other writer methods should be rejected when writer abort() happens during sink start()`                                | FAIL    | `WritableStream is not defined` |
| `abort() should succeed despite rejection from write`                                                                                           | FAIL    | `WritableStream is not defined` |
| `abort() should be rejected with the rejection returned from close()`                                                                           | FAIL    | `WritableStream is not defined` |
| `a rejecting sink.write() should not prevent sink.abort() from being called`                                                                    | FAIL    | `WritableStream is not defined` |
| `when start errors after stream abort(), underlying sink abort() should be called anyway`                                                       | FAIL    | `WritableStream is not defined` |
| `when calling abort() twice on the same stream, the second call should reject`                                                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to controller.error() before abort() was called`                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to bad strategy before abort() was called`                                        | FAIL    | `WritableStream is not defined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5564/streams/writable-streams/aborting.html">/streams/writable-streams/aborting.html</a></summary>


|                                                                     Subtest                                                                     | Results |             Messages            |
|-------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                                                                 | OK      |                                 |
| `Aborting a WritableStream before it starts should cause the writer's unsettled ready promise to reject`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream should cause the writer's fulfilled ready promise to reset to a rejected one`                                        | FAIL    | `WritableStream is not defined` |
| `abort() on a released writer rejects`                                                                                                          | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream immediately prevents future writes`                                                                                  | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream prevents further writes after any that are in progress`                                                              | FAIL    | `WritableStream is not defined` |
| `Fulfillment value of ws.abort() call must be undefined even if the underlying sink returns a non-undefined value`                              | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by writer.abort() rejects`                                                         | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by ws.abort() rejects`                                                             | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, for an abort performed during a write, the promise returned by ws.abort() rejects`                      | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream passes through the given reason`                                                                                     | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream puts it in an errored state, with a TypeError as the stored error`                                                   | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream causes any outstanding write() promises to be rejected with a TypeError`                                             | FAIL    | `WritableStream is not defined` |
| `Closing but then immediately aborting a WritableStream causes the stream to error`                                                             | FAIL    | `WritableStream is not defined` |
| `Closing a WritableStream and aborting it while it closes causes the stream to ignore the abort attempt`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream after it is closed is a no-op`                                                                                       | FAIL    | `WritableStream is not defined` |
| `WritableStream should NOT call underlying sink's close if no abort is supplied (historical)`                                                   | FAIL    | `WritableStream is not defined` |
| `returning a thenable from abort() should work`                                                                                                 | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before fulfilled write()`                                                                                           | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before rejected write(); write() error should not overwrite abort() error`                                          | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order when aborting`                                                                                             | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order after rejected write when aborting`                                                                        | FAIL    | `WritableStream is not defined` |
| `close() should reject with TypeError when abort() is first error`                                                                              | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called until underlying write() completes`                                                                    | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called if underlying close() has started`                                                                     | FAIL    | `WritableStream is not defined` |
| `if underlying close() has started and then rejects, the abort() and close() promises should reject with the underlying close rejection reason` | FAIL    | `WritableStream is not defined` |
| `an abort() that happens during a write() should trigger the underlying abort() even with a close() queued`                                     | FAIL    | `WritableStream is not defined` |
| `if a writer is created for a stream with a pending abort, its ready should be rejected with a TypeError`                                       | FAIL    | `WritableStream is not defined` |
| `writer close() promise should resolve before abort() promise`                                                                                  | FAIL    | `WritableStream is not defined` |
| `writer.ready should reject on controller error without waiting for underlying write`                                                           | FAIL    | `WritableStream is not defined` |
| `writer.abort() while there is an in-flight write, and then finish the write with rejection`                                                    | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `releaseLock() while aborting should reject the original closed promise`                                                                        | FAIL    | `WritableStream is not defined` |
| `releaseLock() during delayed async abort() should reject the writer.closed promise`                                                            | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called until sink start() is done`                                                                                  | FAIL    | `WritableStream is not defined` |
| `if start attempts to error the controller after abort() has been called, then it should lose`                                                  | FAIL    | `WritableStream is not defined` |
| `stream abort() promise should still resolve if sink start() rejects`                                                                           | FAIL    | `WritableStream is not defined` |
| `writer abort() during sink start() should replace the writer.ready promise synchronously`                                                      | FAIL    | `WritableStream is not defined` |
| `promises returned from other writer methods should be rejected when writer abort() happens during sink start()`                                | FAIL    | `WritableStream is not defined` |
| `abort() should succeed despite rejection from write`                                                                                           | FAIL    | `WritableStream is not defined` |
| `abort() should be rejected with the rejection returned from close()`                                                                           | FAIL    | `WritableStream is not defined` |
| `a rejecting sink.write() should not prevent sink.abort() from being called`                                                                    | FAIL    | `WritableStream is not defined` |
| `when start errors after stream abort(), underlying sink abort() should be called anyway`                                                       | FAIL    | `WritableStream is not defined` |
| `when calling abort() twice on the same stream, the second call should reject`                                                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to controller.error() before abort() was called`                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to bad strategy before abort() was called`                                        | FAIL    | `WritableStream is not defined` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5564/streams/writable-streams/aborting.serviceworker.https.html">/streams/writable-streams/aborting.serviceworker.https.html</a></summary>


|                                                                     Subtest                                                                     | Results |             Messages            |
|-------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------------------------------|
|                                                                                                                                                 | OK      |                                 |
| `Service worker test setup`                                                                                                                     | PASS    |                                 |
| `Aborting a WritableStream before it starts should cause the writer's unsettled ready promise to reject`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream should cause the writer's fulfilled ready promise to reset to a rejected one`                                        | FAIL    | `WritableStream is not defined` |
| `abort() on a released writer rejects`                                                                                                          | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream immediately prevents future writes`                                                                                  | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream prevents further writes after any that are in progress`                                                              | FAIL    | `WritableStream is not defined` |
| `Fulfillment value of ws.abort() call must be undefined even if the underlying sink returns a non-undefined value`                              | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by writer.abort() rejects`                                                         | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, the promise returned by ws.abort() rejects`                                                             | FAIL    | `WritableStream is not defined` |
| `WritableStream if sink's abort throws, for an abort performed during a write, the promise returned by ws.abort() rejects`                      | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream passes through the given reason`                                                                                     | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream puts it in an errored state, with a TypeError as the stored error`                                                   | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream causes any outstanding write() promises to be rejected with a TypeError`                                             | FAIL    | `WritableStream is not defined` |
| `Closing but then immediately aborting a WritableStream causes the stream to error`                                                             | FAIL    | `WritableStream is not defined` |
| `Closing a WritableStream and aborting it while it closes causes the stream to ignore the abort attempt`                                        | FAIL    | `WritableStream is not defined` |
| `Aborting a WritableStream after it is closed is a no-op`                                                                                       | FAIL    | `WritableStream is not defined` |
| `WritableStream should NOT call underlying sink's close if no abort is supplied (historical)`                                                   | FAIL    | `WritableStream is not defined` |
| `returning a thenable from abort() should work`                                                                                                 | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before fulfilled write()`                                                                                           | FAIL    | `WritableStream is not defined` |
| `.closed should not resolve before rejected write(); write() error should not overwrite abort() error`                                          | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order when aborting`                                                                                             | FAIL    | `WritableStream is not defined` |
| `writes should be satisfied in order after rejected write when aborting`                                                                        | FAIL    | `WritableStream is not defined` |
| `close() should reject with TypeError when abort() is first error`                                                                              | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called until underlying write() completes`                                                                    | FAIL    | `WritableStream is not defined` |
| `underlying abort() should not be called if underlying close() has started`                                                                     | FAIL    | `WritableStream is not defined` |
| `if underlying close() has started and then rejects, the abort() and close() promises should reject with the underlying close rejection reason` | FAIL    | `WritableStream is not defined` |
| `an abort() that happens during a write() should trigger the underlying abort() even with a close() queued`                                     | FAIL    | `WritableStream is not defined` |
| `if a writer is created for a stream with a pending abort, its ready should be rejected with a TypeError`                                       | FAIL    | `WritableStream is not defined` |
| `writer close() promise should resolve before abort() promise`                                                                                  | FAIL    | `WritableStream is not defined` |
| `writer.ready should reject on controller error without waiting for underlying write`                                                           | FAIL    | `WritableStream is not defined` |
| `writer.abort() while there is an in-flight write, and then finish the write with rejection`                                                    | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `writer.abort(), controller.error() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight write, and then finish the write`                                               | FAIL    | `WritableStream is not defined` |
| `controller.error(), writer.abort() while there is an in-flight close, and then finish the close`                                               | FAIL    | `WritableStream is not defined` |
| `releaseLock() while aborting should reject the original closed promise`                                                                        | FAIL    | `WritableStream is not defined` |
| `releaseLock() during delayed async abort() should reject the writer.closed promise`                                                            | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called until sink start() is done`                                                                                  | FAIL    | `WritableStream is not defined` |
| `if start attempts to error the controller after abort() has been called, then it should lose`                                                  | FAIL    | `WritableStream is not defined` |
| `stream abort() promise should still resolve if sink start() rejects`                                                                           | FAIL    | `WritableStream is not defined` |
| `writer abort() during sink start() should replace the writer.ready promise synchronously`                                                      | FAIL    | `WritableStream is not defined` |
| `promises returned from other writer methods should be rejected when writer abort() happens during sink start()`                                | FAIL    | `WritableStream is not defined` |
| `abort() should succeed despite rejection from write`                                                                                           | FAIL    | `WritableStream is not defined` |
| `abort() should be rejected with the rejection returned from close()`                                                                           | FAIL    | `WritableStream is not defined` |
| `a rejecting sink.write() should not prevent sink.abort() from being called`                                                                    | FAIL    | `WritableStream is not defined` |
| `when start errors after stream abort(), underlying sink abort() should be called anyway`                                                       | FAIL    | `WritableStream is not defined` |
| `when calling abort() twice on the same stream, the second call should reject`                                                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to controller.error() before abort() was called`                                  | FAIL    | `WritableStream is not defined` |
| `sink abort() should not be called if stream was erroring due to bad strategy before abort() was called`                                        | FAIL    | `WritableStream is not defined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5564/streams/writable-streams/aborting.sharedworker.html">/streams/writable-streams/aborting.sharedworker.html</a></summary>


| Subtest | Results | Messages |
|---------|---------|----------|
|         | TIMEOUT |          |

</details>
</details>

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

Received on Friday, 14 April 2017 08:02:25 UTC