[wpt-sync] Sync PR 32172 - Web tests: Rename external/wpt/raw-sockets -> direct-sockets.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox97 fixed)
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32172 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32172
Details from upstream follow.
Andrew Rayskiy <greengrape@google.com> wrote:
Web tests: Rename external/wpt/raw-sockets -> direct-sockets.
Following https://github.com/WICG/direct-sockets/issues/10, the tests
directory is renamed and all references are updated.Change-Id: I09ee495850666bc8dbe9964835c86aaf89ace555
Reviewed-on: https://chromium-review.googlesource.com/3347248
WPT-Export-Revision: acdd35a57037f01906af56b159431e8fda859025
| 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 6 subtests
Status Summary
Firefox
OK : 4
PASS : 2
FAIL : 10
Chrome
OK : 4
PASS : 2
FAIL : 10
Safari
OK : 1
PASS : 2
CRASH: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/direct-sockets/open-consume-activation.https.html
Calling openTCPSocket consumes user activation: FAIL (Chrome: FAIL)
Calling openUDPSocket consumes user activation: FAIL (Chrome: FAIL)
/direct-sockets/open-without-user-gesture.https.html
openTCPSocket without a user gesture: FAIL (Chrome: FAIL)
openUDPSocket without a user gesture: FAIL (Chrome: FAIL)
/direct-sockets/remotePort-required.https.html
openTCPSocket with no arguments (same as empty dictionary): FAIL (Chrome: FAIL)
openUDPSocket with an empty dictionary: FAIL (Chrome: FAIL)
openTCPSocket with a undefined argument (same as empty dictionary): FAIL (Chrome: FAIL)
openUDPSocket with a null argument (same as empty dictionary): FAIL (Chrome: FAIL)
openTCPSocket with a dictionary omitting remotePort: FAIL (Chrome: FAIL)
openUDPSocket with a dictionary omitting remotePort: FAIL (Chrome: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/01674f621b7c
https://hg.mozilla.org/mozilla-central/rev/16c6f561fd4f
Description
•