- From: wpt-stability-bot <web-platform-tests-notifications@w3.org>
- Date: Mon, 24 Oct 2016 09:58:59 GMT
- To: public-web-platform-tests-notifications@w3.org
# Chrome # Testing revision 518ec3cdf38b58bdb90370bb2339e575792895fb All results were stable ## All results ## ### /webrtc/rtcpeerconnection/rtcpeerconnection-constructor.html ### | Subtest | Results | |----------------------------------------------------------------------------------------------------------------------------------------------|---------| | | OK | | signalingState initial value | FAIL | | iceGatheringState initial value | FAIL | | new RTCPeerConnection({ iceTransportPolicy: null }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "http://example.com" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", username: "user", credential: "cred" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", username: "user" }] }) | FAIL | | connectionState initial value | FAIL | | new RTCPeerConnection({ iceTransports: "none" }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "relative-url" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", username: "user", credential: "cred" }] }) | FAIL | | new RTCPeerConnection({ iceTransportPolicy: "all" }) | FAIL | | new RTCPeerConnection({ iceServers: [{ url: "stun:stun1.example.net" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{}] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", username: "user" }] }) | FAIL | | new RTCPeerConnection() | FAIL | | new RTCPeerConnection({ bundlePolicy: "max-bundle" }) | FAIL | | new RTCPeerConnection({ bundlePolicy: "invalid" }) | FAIL | | pendingRemoteDescription initial value | FAIL | | new RTCPeerConnection({ iceServers: null }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net" }] }) | FAIL | | iceConnectionState initial value | FAIL | | new RTCPeerConnection({ certificates: [expiredCertificate] }) | FAIL | | new RTCPeerConnection({ iceServers: [undefined] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", credential: "cred" }] }) | FAIL | | new RTCPeerConnection({ rtcpMuxPolicy: "negotiate" }) | FAIL | | pendingLocalDescription initial value | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", credentialType: "token" }] }) | FAIL | | new RTCPeerConnection({ rtcpMuxPolicy: null }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: [], credentialType: "token" }] }) | FAIL | | new RTCPeerConnection({ iceTransportPolicy: undefined }) | FAIL | | new RTCPeerConnection({ bundlePolicy: "max-compat" }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org" }] }) | FAIL | | new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) | FAIL | | new RTCPeerConnection({ iceServers: undefined }) | FAIL | | new RTCPeerConnection({ bundlePolicy: undefined }) | FAIL | | new RTCPeerConnection({ rtcpMuxPolicy: "require" }) | FAIL | | new RTCPeerConnection({ peerIdentity: toStringThrows }) | FAIL | | RTCPeerConnection.length | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", credential: "cred" }] }) | FAIL | | new RTCPeerConnection({}) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: ["turns:turn.example.org", "turn:turn.example.net"], username: "user", credential: "cred" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: [], credentialType: "password" }] }) | FAIL | | new RTCPeerConnection({ iceServers: [null] }) | FAIL | | localDescription initial value | FAIL | | remoteDescription initial value | FAIL | | new RTCPeerConnection({ bundlePolicy: "balanced" }) | FAIL | | currentLocalDescription initial value | FAIL | | new RTCPeerConnection({ rtcpMuxPolicy: undefined }) | FAIL | | new RTCPeerConnection({ iceTransportPolicy: "relay" }) | FAIL | | new RTCPeerConnection({ certificates: [null] }) | FAIL | | new RTCPeerConnection({ certificates: [certificate] }) | FAIL | | new RTCPeerConnection({ certificates: undefined }) | FAIL | | new RTCPeerConnection({ certificates: null }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", credentialType: "password" }] }) | FAIL | | new RTCPeerConnection({ rtcpMuxPolicy: "invalid" }) | FAIL | | currentRemoteDescription initial value | FAIL | | new RTCPeerConnection({ bundlePolicy: null }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: [], credentialType: "invalid" }] }) | FAIL | | new RTCPeerConnection(null) | FAIL | | new RTCPeerConnection({ certificates: [] }) | FAIL | | new RTCPeerConnection(undefined) | FAIL | | new RTCPeerConnection({ iceTransports: "invalid" }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net"] }] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net", "stun:stun2.example.net"] }] }) | FAIL | | canTrickleIceCandidates initial value | FAIL | | new RTCPeerConnection({ certificates: [undefined] }) | FAIL | | new RTCPeerConnection({ iceServers: [{ urls: [] }] }) | FAIL | | new RTCPeerConnection({ iceTransportPolicy: "invalid" }) | FAIL | | new RTCPeerConnection({ iceTransportPolicy: "none" }) | FAIL | View on GitHub: https://github.com/w3c/web-platform-tests/pull/4062#issuecomment-255698524
Received on Monday, 24 October 2016 09:59:08 UTC