[wpt-sync] Sync PR 44255 - Remove nonterminating test from RTCPeerConnection-SLD-offer
Categories
(Core :: WebRTC, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44255 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44255
Details from upstream follow.
Harald Alvestrand <hta@chromium.org> wrote:
Remove nonterminating test from RTCPeerConnection-SLD-offer
This was blocking other tests, and from inspecting the test, it is
unclear how it could ever have succeeded.
wpt.fyi claims that it fails in all browsers.Bug: chromium:1043503
Change-Id: Ic4d41a486e547de3f28a964e5f3dda412d375821
Reviewed-on: https://chromium-review.googlesource.com/5243893
WPT-Export-Revision: 6c05f6d4712fdd870c1a8a0913fd9f82e814dad7
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 1•8 months ago
|
||
Assignee | ||
Comment 2•8 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 14 subtests
Status Summary
Firefox
PASS
: 9
FAIL
: 2
ERROR
: 1
NOTRUN
: 3
Chrome
OK
: 1
PASS
: 9
FAIL
: 5
Safari
PASS
: 8
FAIL
: 3
ERROR
: 1
NOTRUN
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc/RTCPeerConnection-setRemoteDescription-offer.html [wpt.fyi]:
ERROR
(Chrome:OK
, Safari:ERROR
)- setRemoteDescription(offer) with invalid SDP should reject with RTCError:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - setRemoteDescription(invalidOffer) from have-local-offer does not undo rollback:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - repeated sRD(offer) works:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
) - sRD(reoffer) with candidates and without trickle works:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
) - Transceivers added by sRD(offer) should not show up until sRD resolves:
NOTRUN
(Chrome:PASS
, Safari:NOTRUN
)
- setRemoteDescription(offer) with invalid SDP should reject with RTCError:
Comment 4•8 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c3dc55fc70fc
https://hg.mozilla.org/mozilla-central/rev/5f2ffa5d6e1f
Description
•