Re: [webrtc-tests] WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169958 (#5198)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision db0d85b2afdc47fb96e71155b524286c9d1fe742
Using browser at version 59.0.3047.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5198/webrtc/rtcpeerconnection/rtcconfiguration-icecandidatepoolsize.html">/webrtc/rtcpeerconnection/rtcconfiguration-icecandidatepoolsize.html</a></summary>


|                          Subtest                           | Results |                 Messages                |
|------------------------------------------------------------|---------|-----------------------------------------|
|                                                            | OK      |                                         |
| `Setting iceCandidatePoolSize to a valid value: 10`        | FAIL    | `pc.getConfiguration is not a function` |
| `Setting iceCandidatePoolSize to a valid value: 0`         | FAIL    | `pc.getConfiguration is not a function` |
| `Setting iceCandidatePoolSize to a valid value: null`      | FAIL    | `pc.getConfiguration is not a function` |
| `Setting iceCandidatePoolSize to a valid value: undefined` | FAIL    | `pc.getConfiguration is not a function` |
| `Setting iceCandidatePoolSize to an invalid value: -1`     | PASS    |                                         |
| `Setting iceCandidatePoolSize to an invalid value: 1000`   | PASS    |                                         |
| `Setting iceCandidatePoolSize to an invalid value: string` | PASS    |                                         |

</details>
</details>

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

Received on Wednesday, 22 March 2017 16:55:25 UTC