From ae0a6c4e07c180fd29cd043aa7c66b4a94e17bc3 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Sat, 27 Feb 2021 00:37:23 +0000 Subject: [PATCH] Bug 1692443 [wpt PR 27603] - Update wpt metadata, a=testonly wpt-pr: 27603 wpt-type: metadata --- .../RTCIceTransport-extension.https.html.ini | 94 +++++++++++++++++++ .../RTCIceTransport-extension.https.html.ini | 3 - 2 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 testing/web-platform/meta/webrtc-ice/RTCIceTransport-extension.https.html.ini delete mode 100644 testing/web-platform/meta/webrtc/RTCIceTransport-extension.https.html.ini diff --git a/testing/web-platform/meta/webrtc-ice/RTCIceTransport-extension.https.html.ini b/testing/web-platform/meta/webrtc-ice/RTCIceTransport-extension.https.html.ini new file mode 100644 index 000000000000..8223793b1bbe --- /dev/null +++ b/testing/web-platform/meta/webrtc-ice/RTCIceTransport-extension.https.html.ini @@ -0,0 +1,94 @@ +[RTCIceTransport-extension.https.html] + [RTCIceTransport constructor does not throw] + expected: FAIL + + [RTCIceTransport initial properties are set] + expected: FAIL + + [gather() with { iceServers: null } should throw TypeError] + expected: FAIL + + [gather() with { iceServers: undefined } should succeed] + expected: FAIL + + [gather() with one turns server, one turn server, username, credential should succeed] + expected: FAIL + + [gather() with 2 stun servers should succeed] + expected: FAIL + + [gather() throws if closed] + expected: FAIL + + [gather() transitions gatheringState to 'gathering'] + expected: FAIL + + [gather() throws if called twice] + expected: FAIL + + [eventually transition gatheringState to 'complete'] + expected: FAIL + + [onicecandidate fires with null candidate before gatheringState transitions to 'complete'] + expected: FAIL + + [gather() returns at least one host candidate] + expected: FAIL + + [gather() returns no candidates with { gatherPolicy: 'relay'} and no turn servers] + expected: FAIL + + [start() throws if closed] + expected: FAIL + + [start() throws if usernameFragment or password not set] + expected: FAIL + + [start() throws if usernameFragment does not conform to syntax] + expected: FAIL + + [start() throws if password does not conform to syntax] + expected: FAIL + + [start() does not transition state to 'checking' if no remote candidates added] + expected: FAIL + + [start() with default role sets role attribute to 'controlled'] + expected: FAIL + + [start() sets role attribute to 'controlling'] + expected: FAIL + + [addRemoteCandidate() throws if closed] + expected: FAIL + + [addRemoteCandidate() throws on invalid candidate] + expected: FAIL + + [start() transitions state to 'checking' if one remote candidate had been added] + expected: FAIL + + [addRemoteCandidate() transitions state to 'checking' if start() had been called before] + expected: FAIL + + [start() throws if later called with a different role] + expected: FAIL + + [start() flushes remote candidates and transitions state to 'new' if later called with different remote parameters] + expected: FAIL + + [Two RTCIceTransports connect to each other] + expected: FAIL + + [Two RTCIceTransports configured with the controlling role resolve the conflict in band and still connect.] + expected: FAIL + + [Two RTCIceTransports configured with the controlled role resolve the conflict in band and still connect.] + expected: FAIL + + [Selected candidate pair changes once the RTCIceTransports connect.] + expected: FAIL + + [getSelectedCandidatePair() returns null once the RTCIceTransport is stopped.] + expected: FAIL + diff --git a/testing/web-platform/meta/webrtc/RTCIceTransport-extension.https.html.ini b/testing/web-platform/meta/webrtc/RTCIceTransport-extension.https.html.ini deleted file mode 100644 index 633922287327..000000000000 --- a/testing/web-platform/meta/webrtc/RTCIceTransport-extension.https.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[RTCIceTransport-extension.https.html] - disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1307994 -