Bug 1290948 - Part 10: Stop expecting failure on lots of webrtc web-platform-tests. r=drno

MozReview-Commit-ID: KIPxoWdo89F

--HG--
extra : rebase_source : 7783a927a8eb7303cd3c27b6a4277b3fd97e0fb3
This commit is contained in:
Byron Campen [:bwc] 2017-11-14 17:30:33 -06:00
parent 3c2b6b45a0
commit 885ac8a414
16 changed files with 5 additions and 525 deletions

View File

@ -1,7 +1,4 @@
[RTCDTMFSender-insertDTMF.https.html]
[insertDTMF() should throw InvalidStateError if transceiver is stopped]
expected: FAIL
[insertDTMF() should throw InvalidStateError if transceiver.currentDirection is recvonly]
expected: FAIL

View File

@ -2,9 +2,6 @@
[addTrack with single track argument and no mediaStream should succeed]
expected: FAIL
[Adding the same track multiple times should throw InvalidAccessError]
expected: FAIL
[addTrack with existing sender with null track, same kind, and recvonly direction should reuse sender]
expected: FAIL

View File

@ -6,33 +6,15 @@
[addTransceiver('video') should return a video transceiver]
expected: FAIL
[addTransceiver() with string argument as invalid kind should throw TypeError]
expected: FAIL
[addTransceiver(track) should have result with sender.track be given track]
expected: FAIL
[addTransceiver(track) multiple times should create multiple transceivers]
expected: FAIL
[addTransceiver() with direction sendonly should have result transceiver.direction be the same]
expected: FAIL
[addTransceiver() with direction inactive should have result transceiver.direction be the same]
expected: FAIL
[addTransceiver() with invalid direction should throw TypeError]
expected: FAIL
[addTransceiver() with rid containing invalid non-alphanumeric characters should throw TypeError]
expected: FAIL
[addTransceiver() with rid longer than 16 characters should throw TypeError]
expected: FAIL
[addTransceiver() with valid rid value should succeed]
expected: FAIL
[addTransceiver() with readonly ssrc set should throw InvalidAccessError]
expected: FAIL
@ -42,6 +24,3 @@
[addTransceiver() with readonly fec set should throw InvalidAccessError]
expected: FAIL
[addTransceiver() with valid sendEncodings should succeed]
expected: FAIL

View File

@ -3,15 +3,3 @@
[createOffer() with no argument from newly created RTCPeerConnection should succeed]
expected: FAIL
[When media stream is added when createOffer() is running in parallel, the result offer should contain the new media stream]
expected: FAIL
[createOffer() with offerToReceiveAudio should add audio line to all subsequent created offers]
expected: FAIL
[createOffer() with offerToReceiveVideo should add video line to all subsequent created offers]
expected: FAIL
[createOffer() with offerToReceiveAudio:true then offerToReceiveVideo:true should have result offer with both audio and video line]
expected: FAIL

View File

@ -1,5 +1,2 @@
[RTCPeerConnection-getTransceivers.html]
type: testharness
[Initial peer connection should have list of zero senders, receivers and transceivers]
expected: FAIL

View File

@ -1,17 +1,2 @@
[RTCPeerConnection-onnegotiationneeded.html]
type: testharness
[task for negotiationneeded event should be enqueued for next tick]
expected: TIMEOUT
[addTransceiver() should fire negotiationneeded event]
expected: FAIL
[Calling addTransceiver() twice should fire negotiationneeded event once]
expected: FAIL
[negotiationneeded event should fire only after signaling state go back to stable]
expected: FAIL
[Calling both addTransceiver() and createDataChannel() should fire negotiationneeded event once]
expected: FAIL

View File

@ -1,13 +1,2 @@
[RTCPeerConnection-ontrack.https.html]
[setRemoteDescription should trigger ontrack event when the MSID of the stream is is parsed.]
expected: FAIL
[addTrack() should cause remote connection to fire ontrack when setRemoteDescription()]
expected: FAIL
[addTransceiver('video') should cause remote connection to fire ontrack when setRemoteDescription()]
expected: FAIL
[addTransceiver() with inactive direction should not cause remote connection to fire ontrack when setRemoteDescription()]
expected: FAIL

View File

@ -1,31 +1,10 @@
[RTCPeerConnection-removeTrack.https.html]
[addTransceiver - Calling removeTrack when connection is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection that is closed should throw InvalidStateError]
expected: FAIL
[addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError]
expected: FAIL
[addTrack - Calling removeTrack on different connection should throw InvalidAccessError]
expected: FAIL
[addTransceiver - Calling removeTrack with valid sender should set sender.track to null]
expected: FAIL
[addTrack - Calling removeTrack with valid sender should set sender.track to null]
expected: FAIL
[Calling removeTrack with currentDirection sendrecv should set direction to recvonly]
expected: FAIL
[Calling removeTrack with currentDirection sendonly should set direction to inactive]
expected: FAIL
[Calling removeTrack with currentDirection recvonly should not change direction]
expected: FAIL
[Calling removeTrack with currentDirection inactive should not change direction]
expected: FAIL

View File

@ -1,17 +1,5 @@
[RTCPeerConnection-setDescription-transceiver.html]
type: testharness
[setLocalDescription(offer) with m= section should assign mid to corresponding transceiver]
expected: FAIL
[setRemoteDescription(offer) with m= section and no existing transceiver should create corresponding transceiver]
expected: FAIL
[setLocalDescription(rollback) should unset transceiver.mid]
expected: FAIL
[setLocalDescription(rollback) should only unset transceiver mids associated with current round]
expected: FAIL
[setRemoteDescription(rollback) should remove newly created transceiver from transceiver list]
expected: FAIL

View File

@ -7,11 +7,14 @@
expected: FAIL
[addTrack() for an existing stream makes stream.onaddtrack fire.]
expected: TIMEOUT
expected: FAIL
[addTrack() with a track and two streams makes ontrack fire with a track and two streams.]
expected: FAIL
[addTrack() with a track and a stream makes ontrack fire with a track and a stream.]
expected: FAIL
[ontrack fires before setRemoteDescription resolves.]
expected: FAIL
@ -22,7 +25,7 @@
expected: FAIL
[removeTrack() causes onremovetrack and the track to be removed from the stream.]
expected: FAIL
expected: TIMEOUT
[removeTrack() causes onmute and the track to be muted.]
expected: FAIL

View File

@ -25,9 +25,6 @@
[setRemoteDescription() with valid state and answer should succeed]
expected: FAIL
[Calling setRemoteDescription() again after one round of remote-offer/local-answer should succeed]
expected: FAIL
[Switching role from offerer to answerer after going back to stable state should succeed]
expected: FAIL
@ -43,9 +40,6 @@
[setRemoteDescription should trigger ontrack event when the MSID of the stream is is parsed.]
expected: FAIL
[Test onsignalingstatechange event for Calling setRemoteDescription() again after one round of remote-offer/local-answer should succeed]
expected: TIMEOUT
[Test onsignalingstatechange event for Switching role from offerer to answerer after going back to stable state should succeed]
expected: TIMEOUT

View File

@ -1,32 +1,2 @@
[RTCRtpSender-replaceTrack.html]
type: testharness
[Calling replaceTrack on closed connection should reject with InvalidStateError]
expected: FAIL
[Calling replaceTrack with track of different kind should reject with TypeError]
expected: FAIL
[Calling replaceTrack on stopped sender should reject with InvalidStateError]
expected: FAIL
[Calling replaceTrack on sender with null track and not set to session description should resolve with sender.track set to given track]
expected: FAIL
[Calling replaceTrack on sender not set to session description should resolve with sender.track set to given track]
expected: FAIL
[Calling replaceTrack(null) on sender not set to session description should resolve with sender.track set to null]
expected: FAIL
[Calling replaceTrack(null) on sender set to session description should resolve with sender.track set to null]
expected: FAIL
[Calling replaceTrack on sender with stopped track and and set to session description should resolve with sender.track set to given track]
expected: FAIL
[Calling replaceTrack on sender with similar track and and set to session description should resolve with sender.track set to new track]
expected: FAIL
[replaceTrack should never resolve if connection is closed in parallel]
expected: FAIL

View File

@ -1,5 +1,2 @@
[RTCRtpSender-setParameters.html]
type: testharness
[setParameters() when transceiver is stopped should reject with InvalidStateError]
expected: FAIL

View File

@ -1,23 +1,2 @@
[RTCTrackEvent-constructor.html]
type: testharness
[new RTCTrackEvent() with valid receiver, track, transceiver should succeed]
expected: FAIL
[new RTCTrackEvent() with valid receiver, track, streams, transceiver should succeed]
expected: FAIL
[new RTCTrackEvent() with valid receiver, track, multiple streams, transceiver should succeed]
expected: FAIL
[new RTCTrackEvent() with unrelated receiver, track, streams, transceiver should succeed]
expected: FAIL
[new RTCTrackEvent() with no transceiver should throw TypeError]
expected: FAIL
[new RTCTrackEvent() with no track should throw TypeError]
expected: FAIL
[new RTCTrackEvent() with no receiver should throw TypeError]
expected: FAIL

View File

@ -30,15 +30,9 @@
[RTCPeerConnection interface: attribute onfingerprintfailure]
expected: FAIL
[RTCPeerConnection interface: operation getTransceivers()]
expected: FAIL
[RTCPeerConnection interface: operation addTrack(MediaStreamTrack,MediaStream)]
expected: FAIL
[RTCPeerConnection interface: operation addTransceiver([object Object\],[object Object\],RTCRtpTransceiverInit)]
expected: FAIL
[RTCPeerConnection interface: attribute sctp]
expected: FAIL
@ -69,15 +63,6 @@
[RTCPeerConnection interface: calling generateCertificate(AlgorithmIdentifier) on new RTCPeerConnection with too few arguments must throw TypeError]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "getTransceivers" with the proper type (36)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "addTransceiver" with the proper type (39)]
expected: FAIL
[RTCPeerConnection interface: calling addTransceiver([object Object\],[object Object\],RTCRtpTransceiverInit) on new RTCPeerConnection with too few arguments must throw TypeError]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "sctp" with the proper type (41)]
expected: FAIL
@ -300,45 +285,12 @@
[RTCRtpContributingSource interface: attribute voiceActivityFlag]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface object]
expected: FAIL
[RTCRtpTransceiver interface object length]
expected: FAIL
[RTCRtpTransceiver interface object name]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface prototype object]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[RTCRtpTransceiver interface: attribute mid]
expected: FAIL
[RTCRtpTransceiver interface: attribute sender]
expected: FAIL
[RTCRtpTransceiver interface: attribute receiver]
expected: FAIL
[RTCRtpTransceiver interface: attribute stopped]
expected: FAIL
[RTCRtpTransceiver interface: attribute direction]
expected: FAIL
[RTCRtpTransceiver interface: attribute currentDirection]
expected: FAIL
[RTCRtpTransceiver interface: operation setDirection(RTCRtpTransceiverDirection)]
expected: FAIL
[RTCRtpTransceiver interface: operation stop()]
expected: FAIL
[RTCRtpTransceiver interface: operation setCodecPreferences([object Object\])]
expected: FAIL
@ -426,9 +378,6 @@
[RTCTrackEvent interface: existence and properties of interface prototype object]
expected: FAIL
[RTCTrackEvent interface: attribute transceiver]
expected: FAIL
[RTCSctpTransport interface: existence and properties of interface object]
expected: FAIL
@ -651,15 +600,6 @@
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onfingerprintfailure" with the proper type (27)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getTransceivers" with the proper type (36)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTransceiver" with the proper type (39)]
expected: FAIL
[RTCPeerConnection interface: calling addTransceiver([object Object\],[object Object\],RTCRtpTransceiverInit) on new RTCPeerConnection() with too few arguments must throw TypeError]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type (41)]
expected: FAIL
@ -753,15 +693,6 @@
[RTCCertificate interface: idlTestObjects.certificate must inherit property "getAlgorithm" with the proper type (2)]
expected: FAIL
[RTCRtpSender must be primary interface of new RTCPeerConnection().addTransceiver('audio').sender]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio').sender]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "track" with the proper type (0)]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "transport" with the proper type (1)]
expected: FAIL
@ -774,39 +705,9 @@
[RTCRtpSender interface: calling getCapabilities(DOMString) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "setParameters" with the proper type (4)]
expected: FAIL
[RTCRtpSender interface: calling setParameters(RTCRtpParameters) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getParameters" with the proper type (5)]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "replaceTrack" with the proper type (6)]
expected: FAIL
[RTCRtpSender interface: calling replaceTrack(MediaStreamTrack) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getStats" with the proper type (7)]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "dtmf" with the proper type (8)]
expected: FAIL
[RTCRtpReceiver interface: operation getSynchronizationSources()]
expected: FAIL
[RTCRtpReceiver must be primary interface of new RTCPeerConnection().addTransceiver('audio').receiver]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio').receiver]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "track" with the proper type (0)]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "transport" with the proper type (1)]
expected: FAIL
@ -828,9 +729,6 @@
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getSynchronizationSources" with the proper type (6)]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getStats" with the proper type (7)]
expected: FAIL
[RTCRtpSynchronizationSource interface: existence and properties of interface object]
expected: FAIL
@ -858,39 +756,12 @@
[RTCRtpSynchronizationSource interface: attribute voiceActivityFlag]
expected: FAIL
[RTCRtpTransceiver must be primary interface of new RTCPeerConnection().addTransceiver('audio')]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio')]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "mid" with the proper type (0)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "sender" with the proper type (1)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "receiver" with the proper type (2)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stopped" with the proper type (3)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "direction" with the proper type (4)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "currentDirection" with the proper type (5)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setDirection" with the proper type (6)]
expected: FAIL
[RTCRtpTransceiver interface: calling setDirection(RTCRtpTransceiverDirection) on new RTCPeerConnection().addTransceiver('audio') with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stop" with the proper type (7)]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setCodecPreferences" with the proper type (8)]
expected: FAIL
@ -957,24 +828,9 @@
[RTCIceTransport interface: idlTestObjects.iceTransport must inherit property "onselectedcandidatepairchange" with the proper type (11)]
expected: FAIL
[RTCTrackEvent must be primary interface of initTrackEvent()]
expected: FAIL
[Stringification of initTrackEvent()]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "receiver" with the proper type (0)]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "track" with the proper type (1)]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "streams" with the proper type (2)]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "transceiver" with the proper type (3)]
expected: FAIL
[RTCSctpTransport must be primary interface of idlTestObjects.sctpTransport]
expected: FAIL
@ -1032,9 +888,6 @@
[RTCPeerConnection interface: operation addTrack(MediaStreamTrack, MediaStream)]
expected: FAIL
[RTCPeerConnection interface: operation addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "connectionState" with the proper type]
expected: FAIL
@ -1050,15 +903,6 @@
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onfingerprintfailure" with the proper type]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getTransceivers()" with the proper type]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit)" with the proper type]
expected: FAIL
[RTCPeerConnection interface: calling addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit) on new RTCPeerConnection() with too few arguments must throw TypeError]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type]
expected: FAIL
@ -1128,45 +972,18 @@
[RTCCertificate interface: idlTestObjects.certificate must inherit property "getAlgorithm()" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "track" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "transport" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "rtcpTransport" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getCapabilities(DOMString)" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "setParameters(RTCRtpParameters)" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getParameters()" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "replaceTrack(MediaStreamTrack)" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getStats()" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "dtmf" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "track" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "transport" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "rtcpTransport" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getCapabilities(DOMString)" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getParameters()" with the proper type]
expected: FAIL
@ -1176,33 +993,9 @@
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getSynchronizationSources()" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getStats()" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "mid" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "sender" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "receiver" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stopped" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "direction" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "currentDirection" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setDirection(RTCRtpTransceiverDirection)" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stop()" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setCodecPreferences([object Object\])" with the proper type]
expected: FAIL
@ -1254,18 +1047,6 @@
[RTCIceTransport interface: idlTestObjects.iceTransport must inherit property "onselectedcandidatepairchange" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "receiver" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "track" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "streams" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "transceiver" with the proper type]
expected: FAIL
[RTCSctpTransport interface: idlTestObjects.sctpTransport must inherit property "transport" with the proper type]
expected: FAIL
@ -1352,15 +1133,9 @@
[RTCPeerConnection interface: attribute onfingerprintfailure]
expected: FAIL
[RTCPeerConnection interface: operation getTransceivers()]
expected: FAIL
[RTCPeerConnection interface: operation addTrack(MediaStreamTrack, MediaStream)]
expected: FAIL
[RTCPeerConnection interface: operation addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit)]
expected: FAIL
[RTCPeerConnection interface: attribute sctp]
expected: FAIL
@ -1388,15 +1163,6 @@
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "onfingerprintfailure" with the proper type]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "getTransceivers()" with the proper type]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit)" with the proper type]
expected: FAIL
[RTCPeerConnection interface: calling addTransceiver([object Object\],[object Object\], RTCRtpTransceiverInit) on new RTCPeerConnection() with too few arguments must throw TypeError]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "sctp" with the proper type]
expected: FAIL
@ -1592,48 +1358,15 @@
[RTCRtpSender interface: operation getCapabilities(DOMString)]
expected: FAIL
[RTCRtpSender must be primary interface of new RTCPeerConnection().addTransceiver('audio').sender]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio').sender]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "track" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "transport" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "rtcpTransport" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getCapabilities(DOMString)" with the proper type]
expected: FAIL
[RTCRtpSender interface: calling getCapabilities(DOMString) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "setParameters(RTCRtpParameters)" with the proper type]
expected: FAIL
[RTCRtpSender interface: calling setParameters(RTCRtpParameters) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getParameters()" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "replaceTrack(MediaStreamTrack)" with the proper type]
expected: FAIL
[RTCRtpSender interface: calling replaceTrack(MediaStreamTrack) on new RTCPeerConnection().addTransceiver('audio').sender with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "getStats()" with the proper type]
expected: FAIL
[RTCRtpSender interface: new RTCPeerConnection().addTransceiver('audio').sender must inherit property "dtmf" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: attribute transport]
expected: FAIL
@ -1652,24 +1385,12 @@
[RTCRtpReceiver interface: operation getSynchronizationSources()]
expected: FAIL
[RTCRtpReceiver must be primary interface of new RTCPeerConnection().addTransceiver('audio').receiver]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio').receiver]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "track" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "transport" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "rtcpTransport" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getCapabilities(DOMString)" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: calling getCapabilities(DOMString) on new RTCPeerConnection().addTransceiver('audio').receiver with too few arguments must throw TypeError]
expected: FAIL
@ -1682,9 +1403,6 @@
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getSynchronizationSources()" with the proper type]
expected: FAIL
[RTCRtpReceiver interface: new RTCPeerConnection().addTransceiver('audio').receiver must inherit property "getStats()" with the proper type]
expected: FAIL
[RTCRtpContributingSource interface: existence and properties of interface object]
expected: FAIL
@ -1736,81 +1454,21 @@
[RTCRtpSynchronizationSource interface: attribute voiceActivityFlag]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface object]
expected: FAIL
[RTCRtpTransceiver interface object length]
expected: FAIL
[RTCRtpTransceiver interface object name]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface prototype object]
expected: FAIL
[RTCRtpTransceiver interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[RTCRtpTransceiver interface: attribute mid]
expected: FAIL
[RTCRtpTransceiver interface: attribute sender]
expected: FAIL
[RTCRtpTransceiver interface: attribute receiver]
expected: FAIL
[RTCRtpTransceiver interface: attribute stopped]
expected: FAIL
[RTCRtpTransceiver interface: attribute direction]
expected: FAIL
[RTCRtpTransceiver interface: attribute currentDirection]
expected: FAIL
[RTCRtpTransceiver interface: operation setDirection(RTCRtpTransceiverDirection)]
expected: FAIL
[RTCRtpTransceiver interface: operation stop()]
expected: FAIL
[RTCRtpTransceiver interface: operation setCodecPreferences([object Object\])]
expected: FAIL
[RTCRtpTransceiver must be primary interface of new RTCPeerConnection().addTransceiver('audio')]
expected: FAIL
[Stringification of new RTCPeerConnection().addTransceiver('audio')]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "mid" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "sender" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "receiver" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stopped" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "direction" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "currentDirection" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setDirection(RTCRtpTransceiverDirection)" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: calling setDirection(RTCRtpTransceiverDirection) on new RTCPeerConnection().addTransceiver('audio') with too few arguments must throw TypeError]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "stop()" with the proper type]
expected: FAIL
[RTCRtpTransceiver interface: new RTCPeerConnection().addTransceiver('audio') must inherit property "setCodecPreferences([object Object\])" with the proper type]
expected: FAIL
@ -1961,27 +1619,9 @@
[RTCTrackEvent interface: existence and properties of interface prototype object]
expected: FAIL
[RTCTrackEvent interface: attribute transceiver]
expected: FAIL
[RTCTrackEvent must be primary interface of initTrackEvent()]
expected: FAIL
[Stringification of initTrackEvent()]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "receiver" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "track" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "streams" with the proper type]
expected: FAIL
[RTCTrackEvent interface: initTrackEvent() must inherit property "transceiver" with the proper type]
expected: FAIL
[RTCSctpTransport interface: existence and properties of interface object]
expected: FAIL

View File

@ -1,5 +1,3 @@
[no-media-call.html]
type: testharness
[Can set up a basic WebRTC call with no data.]
expected: FAIL