Re: [service-workers-tests] Upstream service worker `client` tests to WPT (#5307)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 54385a2909acf6f97ccec8c88a7959bb64b3ba60
Using browser at version BuildID 20170331102157; SourceStamp 8df9fabf2587b7020889755acb9e75b664fe13cf
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>10 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/client-id.https.html">/service-workers/service-worker/client-id.https.html</a></summary>


|               Subtest                | Results | Messages |
|--------------------------------------|---------|----------|
|                                      | OK      |          |
| `Client.id returns the client's ID.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-get-client-types.https.html">/service-workers/service-worker/clients-get-client-types.https.html</a></summary>


|                       Subtest                       | Results |                                         Messages                                        |
|-----------------------------------------------------|---------|-----------------------------------------------------------------------------------------|
|                                                     | OK      |                                                                                         |
| `Test Clients.get() with window and worker clients` | FAIL    | `promise_test: Unhandled rejection with value: object "TypeError: actual is undefined"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-get-cross-origin.https.html">/service-workers/service-worker/clients-get-cross-origin.https.html</a></summary>


|              Subtest              | Results | Messages |
|-----------------------------------|---------|----------|
|                                   | OK      |          |
| `Test Clients.get() cross origin` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-get.https.html">/service-workers/service-worker/clients-get.https.html</a></summary>


|       Subtest        | Results | Messages |
|----------------------|---------|----------|
|                      | OK      |          |
| `Test Clients.get()` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall-client-types.https.html">/service-workers/service-worker/clients-matchall-client-types.https.html</a></summary>


|                            Subtest                            | Results |                                                                  Messages                                                                  |
|---------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------|
|                                                               | OK      |                                                                                                                                            |
| `Verify matchAll() with window client type`                   | PASS    |                                                                                                                                            |
| `Verify matchAll() with window and sharedworker client types` | FAIL    | `promise_test: Unhandled rejection with value: object "Error: clients.matchAll() rejected: NotSupportedError: Operation is not supported"` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall-exact-controller.https.html">/service-workers/service-worker/clients-matchall-exact-controller.https.html</a></summary>


|                     Subtest                     | Results | Messages |
|-------------------------------------------------|---------|----------|
|                                                 | OK      |          |
| `Test Clients.matchAll() with exact controller` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html">/service-workers/service-worker/clients-matchall-include-uncontrolled.https.html</a></summary>


|                     Subtest                     | Results | Messages |
|-------------------------------------------------|---------|----------|
|                                                 | OK      |          |
| `Verify matchAll() respect includeUncontrolled` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall-on-evaluation.https.html">/service-workers/service-worker/clients-matchall-on-evaluation.https.html</a></summary>


|                    Subtest                     | Results | Messages |
|------------------------------------------------|---------|----------|
|                                                | OK      |          |
| `Test Clients.matchAll() on script evaluation` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall-order.https.html">/service-workers/service-worker/clients-matchall-order.https.html</a></summary>


|                                     Subtest                                      | Results | Messages |
|----------------------------------------------------------------------------------|---------|----------|
|                                                                                  | OK      |          |
| `Clients.matchAll() returns non-focused controlled windows in creation order.`   | PASS    |          |
| `Clients.matchAll() returns controlled windows in focus order.  Case 1.`         | PASS    |          |
| `Clients.matchAll() returns controlled windows in focus order.  Case 2.`         | PASS    |          |
| `Clients.matchAll() returns non-focused uncontrolled windows in creation order.` | PASS    |          |
| `Clients.matchAll() returns uncontrolled windows in focus order.  Case 1.`       | PASS    |          |
| `Clients.matchAll() returns uncontrolled windows in focus order.  Case 2.`       | PASS    |          |
| `Clients.matchAll() returns controlled windows and frames in focus order.`       | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5307/service-workers/service-worker/clients-matchall.https.html">/service-workers/service-worker/clients-matchall.https.html</a></summary>


|          Subtest          | Results | Messages |
|---------------------------|---------|----------|
|                           | OK      |          |
| `Test Clients.matchAll()` | PASS    |          |

</details>
</details>

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

Received on Friday, 31 March 2017 22:02:34 UTC