diff options
Diffstat (limited to 'testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini')
-rw-r--r-- | testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini index 19a74d60e5..794af3dae7 100644 --- a/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini +++ b/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini @@ -1,6 +1,7 @@ [RTCPeerConnection-setRemoteDescription-offer.html] expected: - if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, CRASH] + if (os == "linux") and not debug and fission: [ERROR, OK, CRASH] + ERROR [setRemoteDescription(offer) with invalid SDP should reject with RTCError] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916 expected: FAIL @@ -8,3 +9,15 @@ [setRemoteDescription(invalidOffer) from have-local-offer does not undo rollback] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916 expected: FAIL + + [repeated sRD(offer) works] + expected: NOTRUN + + [sRD(reoffer) with candidates and without trickle works] + expected: NOTRUN + + [Transceivers added by sRD(offer) should not show up until sRD resolves] + expected: NOTRUN + + [setRemoteDescription(section with duplicate msid) rejects] + expected: NOTRUN |