- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Wed, 22 Mar 2017 16:55:12 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/213916831)
# Firefox (nightly channel) #
Testing web-platform-tests at revision db0d85b2afdc47fb96e71155b524286c9d1fe742
Using browser at version BuildID 20170321110237; SourceStamp ca4ae502156eaea6fffb296bb9c3b3930af8ab58
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 | `assert_equals: expected (number) 10 but got (undefined) undefined` |
| `Setting iceCandidatePoolSize to a valid value: 0` | FAIL | `assert_equals: expected (number) 0 but got (undefined) undefined` |
| `Setting iceCandidatePoolSize to a valid value: null` | FAIL | `assert_equals: expected (number) 0 but got (undefined) undefined` |
| `Setting iceCandidatePoolSize to a valid value: undefined` | FAIL | `assert_equals: expected (number) 0 but got (undefined) undefined` |
| `Setting iceCandidatePoolSize to an invalid value: -1` | FAIL | `assert_throws: function "() => new RTCPeerConnection({iceCandidatePoolSize: size})" did not throw` |
| `Setting iceCandidatePoolSize to an invalid value: 1000` | FAIL | `assert_throws: function "() => new RTCPeerConnection({iceCandidatePoolSize: size})" did not throw` |
| `Setting iceCandidatePoolSize to an invalid value: string` | FAIL | `assert_throws: function "() => new RTCPeerConnection({iceCandidatePoolSize: size})" did not throw` |
</details>
</details>
View on GitHub: https://github.com/w3c/web-platform-tests/pull/5198#issuecomment-288465473
Received on Wednesday, 22 March 2017 16:55:25 UTC