[wpt-sync] Sync PR 31031 - [WebTransport] Add a test for server initiated connection close
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox95 fixed)
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31031 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31031
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
[WebTransport] Add a test for server initiated connection close
This needs further client and server implementation to pass.
Bug: 1201569
Change-Id: Ibd45c710309c6551c1ff793b9b85a09890752ef0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3193241
Commit-Queue: Yutaka Hirano \<yhirano@chromium.org>
Reviewed-by: Nidhi Jaju \<nidhijaju@chromium.org>
Cr-Commit-Position: refs/heads/main@{#926715}
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 5 subtests
Status Summary
Firefox
OK : 4
FAIL : 20
Chrome
FAIL : 20
ERROR: 4
Safari
OK : 3
FAIL : 15
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webtransport/close.https.any.serviceworker.html
close: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and reason: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and long reason: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated closure: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated connection closure: FAIL (Chrome: FAIL, Safari: FAIL)
/webtransport/close.https.any.worker.html
close: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and reason: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and long reason: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated closure: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated connection closure: FAIL (Chrome: FAIL, Safari: FAIL)
/webtransport/close.https.any.html
close: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and reason: FAIL (Chrome: FAIL, Safari: FAIL)
close with code and long reason: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated closure: FAIL (Chrome: FAIL, Safari: FAIL)
server initiated connection closure: FAIL (Chrome: FAIL, Safari: FAIL)
/webtransport/close.https.any.sharedworker.html
close: FAIL (Chrome: FAIL)
close with code and reason: FAIL (Chrome: FAIL)
close with code and long reason: FAIL (Chrome: FAIL)
server initiated closure: FAIL (Chrome: FAIL)
server initiated connection closure: FAIL (Chrome: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eaee285b646c
https://hg.mozilla.org/mozilla-central/rev/820fc3f2dd6b
Description
•