[wpt-sync] Sync PR 37302 - Remove direct-sockets- prefix from direct sockets WPT file names
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox109 fixed)
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37302 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37302
Details from upstream follow.
Robbie McElrath <rmcelrath@chromium.org> wrote:
Remove direct-sockets- prefix from direct sockets WPT file names
Presubmit is blocking the submission of some expectation files related
to these tests because the file name is too long for Windows. The file
path has semantic meaning so the only option I can see for reducing the
path length is renaming the tests, and the direct-socket- prefix seemed
like a good candidate as these files are in a direct-sockets/ folder.The problematic expectation file would be in:
third_party/blink/web_tests/flag-specific/disable-site-isolation-trials
followed by the full path to the test, which combined is over the 200
character path limit we enforce for Windows.Bug: 1333966
Change-Id: Ia26a516b4cfea40e59e58aa92415ad4aea5e9a48
Reviewed-on: https://chromium-review.googlesource.com/4077065
WPT-Export-Revision: dc4c0975f94aa29f1a68c321e6f5d91664a4820d
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /direct-sockets/disabled-by-permissions-policy.https.sub.html [wpt.fyi]
- tcp disabled by permissions-policy:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - udp disabled by permissions-policy:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- tcp disabled by permissions-policy:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce0ae1809b49
https://hg.mozilla.org/mozilla-central/rev/309ff9bd4fa6
Description
•