Closed
Bug 1888054
Opened 2 years ago
Closed 1 year ago
[wpt-sync] Sync PR 45339 - Fix ICE bad port test in WebRTC
Categories
(Core :: WebRTC, task, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45339 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45339
Details from upstream follow.
Dominique Hazael-Massieux <dom@w3.org> wrote:
Fix ICE bad port test in WebRTC
The test used onicestatechange instead of oniceconnectionstatechange. Also now runs on the full list of bad ports for completeness (thus requiring a long timeout)
| Assignee | ||
Comment 1•2 years ago
|
||
PR 45339 applied with additional changes from upstream: 0099557fb76dfb541bc926ca38793f4e2b0eecdb
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=eadbbb29edfc808f1d541ce4691b8cf005b68432
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 83 subtests
Status Summary
Firefox
OK : 1
PASS: 81
FAIL: 2
Chrome
OK : 1
PASS: 63
FAIL: 20
Safari
OK : 1
PASS: 63
FAIL: 20
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc/RTCPeerConnection-addTcpIceCandidate.html [wpt.fyi]
- TCP candidate aimed at port 8001 accepted:
FAIL(Chrome:FAIL, Safari:FAIL) - TCP addIceCandidate aimed at port 8001 accepted:
FAIL(Chrome:FAIL, Safari:FAIL)
- TCP candidate aimed at port 8001 accepted:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a8ae9ea7c5f2
[wpt PR 45339] - Fix ICE bad port test in WebRTC, a=testonly
Comment 5•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•