New wpt crashes in /fetch/api/request/ [request-bad-port.any.worker.html, request-bad-port.any.html, request-bad-port.any.sharedworker.html]
Categories
(Core :: DOM: Networking, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Assigned: twisniewski)
References
Details
(Whiteboard: [wpt], [wptsync upstream])
Attachments
(1 file)
Syncing wpt PR 45350 found new crashes in CI
Affected Tests
- /fetch/api/request/request-bad-port.any.worker.html [wpt.fyi]:
CRASH
- /fetch/api/request/request-bad-port.any.html [wpt.fyi]:
CRASH
- /fetch/api/request/request-bad-port.any.sharedworker.html [wpt.fyi]:
CRASH
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
Getting the crash signature into these bug reports is a TODO; sorry
These updates will be on mozilla-central once bug 1888061 lands.
Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.
This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/
If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.
Assignee | ||
Comment 1•1 year ago
|
||
This test is trying to access example.org
, which will crash the test harness. Changing the test to visit location.origin instead does the trick here. I'll post a patch soon.
Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Reporter | ||
Comment 4•1 year ago
|
||
Reporter | ||
Updated•1 year ago
|
Comment 5•1 year ago
|
||
bugherder |
Reporter | ||
Comment 6•1 year ago
|
||
Reporter | ||
Comment 7•1 year ago
|
||
Description
•