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 | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..967242ee5a --- /dev/null +++ b/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-offer.html.ini @@ -0,0 +1,11 @@ +[RTCPeerConnection-setRemoteDescription-offer.html] + expected: + if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, CRASH] + if (os == "android") and fission: [OK, TIMEOUT] + [setRemoteDescription(offer) with invalid SDP should reject with RTCError] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916 + expected: FAIL + + [setRemoteDescription(invalidOffer) from have-local-offer does not undo rollback] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916 + expected: FAIL |