Closed Bug 1692443 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 27603 - move webrtc icetransport extension tests to separate directory

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox88 fixed)

RESOLVED FIXED
88 Branch
Tracking Status
firefox88 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 27603 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/27603
Details from upstream follow.

b'Philipp Hancke <philipp.hancke@googlemail.com>' wrote:

move webrtc icetransport extension tests to separate directory

spec is here: https://w3c.github.io/webrtc-ice/

BUG=chromium:864871

Change-Id: I595b20d9fd6a05dd6e732340202056c1fff62f00
Reviewed-on: https://chromium-review.googlesource.com/2690641
WPT-Export-Revision: 5ce622e88994dd213ca5d1ad0ce437783dbc3016

CI Results

Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 1 tests and 31 subtests

Status Summary

Firefox

OK : 1
FAIL: 31

Chrome

OK : 1
PASS: 31

Safari

OK : 1
FAIL: 31

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/webrtc-ice/RTCIceTransport-extension.https.html
RTCIceTransport constructor does not throw: FAIL (Chrome: PASS, Safari: FAIL)
RTCIceTransport initial properties are set: FAIL (Chrome: PASS, Safari: FAIL)
gather() with { iceServers: null } should throw TypeError: FAIL (Chrome: PASS, Safari: FAIL)
gather() with { iceServers: undefined } should succeed: FAIL (Chrome: PASS, Safari: FAIL)
gather() with one turns server, one turn server, username, credential should succeed: FAIL (Chrome: PASS, Safari: FAIL)
gather() with 2 stun servers should succeed: FAIL (Chrome: PASS, Safari: FAIL)
gather() throws if closed: FAIL (Chrome: PASS, Safari: FAIL)
gather() transitions gatheringState to 'gathering': FAIL (Chrome: PASS, Safari: FAIL)
gather() throws if called twice: FAIL (Chrome: PASS, Safari: FAIL)
eventually transition gatheringState to 'complete': FAIL (Chrome: PASS, Safari: FAIL)
onicecandidate fires with null candidate before gatheringState transitions to 'complete': FAIL (Chrome: PASS, Safari: FAIL)
gather() returns at least one host candidate: FAIL (Chrome: PASS, Safari: FAIL)
gather() returns no candidates with { gatherPolicy: 'relay'} and no turn servers: FAIL (Chrome: PASS, Safari: FAIL)
start() throws if closed: FAIL (Chrome: PASS, Safari: FAIL)
start() throws if usernameFragment or password not set: FAIL (Chrome: PASS, Safari: FAIL)
start() throws if usernameFragment does not conform to syntax: FAIL (Chrome: PASS, Safari: FAIL)
start() throws if password does not conform to syntax: FAIL (Chrome: PASS, Safari: FAIL)
start() does not transition state to 'checking' if no remote candidates added: FAIL (Chrome: PASS, Safari: FAIL)
start() with default role sets role attribute to 'controlled': FAIL (Chrome: PASS, Safari: FAIL)
start() sets role attribute to 'controlling': FAIL (Chrome: PASS, Safari: FAIL)
addRemoteCandidate() throws if closed: FAIL (Chrome: PASS, Safari: FAIL)
addRemoteCandidate() throws on invalid candidate: FAIL (Chrome: PASS, Safari: FAIL)
start() transitions state to 'checking' if one remote candidate had been added: FAIL (Chrome: PASS, Safari: FAIL)
addRemoteCandidate() transitions state to 'checking' if start() had been called before: FAIL (Chrome: PASS, Safari: FAIL)
start() throws if later called with a different role: FAIL (Chrome: PASS, Safari: FAIL)
start() flushes remote candidates and transitions state to 'new' if later called with different remote parameters: FAIL (Chrome: PASS, Safari: FAIL)
Two RTCIceTransports connect to each other: FAIL (Chrome: PASS, Safari: FAIL)
Two RTCIceTransports configured with the controlling role resolve the conflict in band and still connect.: FAIL (Chrome: PASS, Safari: FAIL)
Two RTCIceTransports configured with the controlled role resolve the conflict in band and still connect.: FAIL (Chrome: PASS, Safari: FAIL)
Selected candidate pair changes once the RTCIceTransports connect.: FAIL (Chrome: PASS, Safari: FAIL)
getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.: FAIL (Chrome: PASS, Safari: FAIL)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd667bbe5724
[wpt PR 27603] - move webrtc icetransport extension tests to separate directory, a=testonly
https://hg.mozilla.org/integration/autoland/rev/eec176bcb6ef
[wpt PR 27603] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in before you can comment on or make changes to this bug.