Bug 1264479: adapt WPT to interface changes. r=jgraham

MozReview-Commit-ID: 4ox2A5qnRW4

--HG--
extra : rebase_source : 8995a8b2eb22987a7089d1c615edbf6aadc5d2b9
This commit is contained in:
Nils Ohlmeier [:drno] 2017-08-30 15:50:50 -07:00
Родитель b81119f1e6
Коммит f99d62032b
8 изменённых файлов: 0 добавлений и 93 удалений

Просмотреть файл

@ -24,18 +24,6 @@
[new RTCPeerConnection({ certificates: [expiredCertificate\] })]
expected: FAIL
[currentLocalDescription initial value]
expected: FAIL
[pendingLocalDescription initial value]
expected: FAIL
[currentRemoteDescription initial value]
expected: FAIL
[pendingRemoteDescription initial value]
expected: FAIL
[connectionState initial value]
expected: FAIL

Просмотреть файл

@ -1,17 +1,5 @@
[RTCPeerConnection-idl.html]
type: testharness
[RTCPeerConnection interface: attribute currentLocalDescription]
expected: FAIL
[RTCPeerConnection interface: attribute pendingLocalDescription]
expected: FAIL
[RTCPeerConnection interface: attribute currentRemoteDescription]
expected: FAIL
[RTCPeerConnection interface: attribute pendingRemoteDescription]
expected: FAIL
[RTCPeerConnection interface: operation setConfiguration(RTCConfiguration)]
expected: FAIL
@ -39,18 +27,6 @@
[RTCPeerConnection interface: attribute dtmf]
expected: FAIL
[RTCPeerConnection interface: pc must inherit property "currentLocalDescription" with the proper type (4)]
expected: FAIL
[RTCPeerConnection interface: pc must inherit property "pendingLocalDescription" with the proper type (5)]
expected: FAIL
[RTCPeerConnection interface: pc must inherit property "currentRemoteDescription" with the proper type (8)]
expected: FAIL
[RTCPeerConnection interface: pc must inherit property "pendingRemoteDescription" with the proper type (9)]
expected: FAIL
[RTCPeerConnection interface: pc must inherit property "signalingState" with the proper type (11)]
expected: FAIL

Просмотреть файл

@ -1,8 +1,5 @@
[RTCPeerConnection-setLocalDescription-answer.html]
type: testharness
[setLocalDescription() with valid answer should succeed]
expected: FAIL
[setLocalDescription() with type answer and null sdp should use lastAnswer generated from createAnswer]
expected: FAIL

Просмотреть файл

@ -1,8 +1,5 @@
[RTCPeerConnection-setLocalDescription-offer.html]
type: testharness
[setLocalDescription with valid offer should succeed]
expected: FAIL
[setLocalDescription with type offer and null sdp should use lastOffer generated from createOffer]
expected: FAIL

Просмотреть файл

@ -25,9 +25,6 @@
[setLocalDescription() with answer not created by own createAnswer() should reject with InvalidModificationError]
expected: FAIL
[Calling createOffer() and setLocalDescription() again after one round of local-offer/remote-answer should succeed]
expected: FAIL
[Switching role from answerer to offerer after going back to stable state should succeed]
expected: FAIL

Просмотреть файл

@ -1,8 +1,5 @@
[RTCPeerConnection-setRemoteDescription-answer.html]
type: testharness
[setRemoteDescription() with valid state and answer should succeed]
expected: FAIL
[Calling setRemoteDescription(answer) from stable state should reject with InvalidStateError]
expected: FAIL

Просмотреть файл

@ -1,9 +0,0 @@
[RTCPeerConnection-setRemoteDescription-rollback.html]
type: testharness
expected: TIMEOUT
[setRemoteDescription(rollback) in have-remote-offer state should revert to stable state]
expected: FAIL
[Test onsignalingstatechange event for setRemoteDescription(rollback) in have-remote-offer state should revert to stable state]
expected: TIMEOUT

Просмотреть файл

@ -13,18 +13,6 @@
[RTCPeerConnection interface: existence and properties of interface prototype object]
expected: FAIL
[RTCPeerConnection interface: attribute currentLocalDescription]
expected: FAIL
[RTCPeerConnection interface: attribute pendingLocalDescription]
expected: FAIL
[RTCPeerConnection interface: attribute currentRemoteDescription]
expected: FAIL
[RTCPeerConnection interface: attribute pendingRemoteDescription]
expected: FAIL
[RTCPeerConnection interface: attribute connectionState]
expected: FAIL
@ -61,18 +49,6 @@
[Stringification of new RTCPeerConnection]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "currentLocalDescription" with the proper type (4)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "pendingLocalDescription" with the proper type (5)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "currentRemoteDescription" with the proper type (8)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "pendingRemoteDescription" with the proper type (9)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection must inherit property "connectionState" with the proper type (14)]
expected: FAIL
@ -658,18 +634,6 @@
[Stringification of new RTCPeerConnection()]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "currentLocalDescription" with the proper type (4)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "pendingLocalDescription" with the proper type (5)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "currentRemoteDescription" with the proper type (8)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "pendingRemoteDescription" with the proper type (9)]
expected: FAIL
[RTCPeerConnection interface: new RTCPeerConnection() must inherit property "connectionState" with the proper type (14)]
expected: FAIL