Closed
Bug 1480837
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12299 - Add terminate worker WebUSB test
Categories
(Core :: DOM: Device Interfaces, enhancement, P4)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12299 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12299
Details from upstream follow.
Ovidio Henriquez <odejesush@chromium.org> wrote:
> Add terminate worker WebUSB test
>
> This change adds a web platform test for terminating workers while having
> a device connected in the worker. The test uses MojoInterfaceInterceptor
> to intercept Mojo requests for WebUSB. As a result, MojoHandle was
> modified to be transferable in a MessagePort to allow for the window
> WebUSB test framework to intercept the worker's requests.
>
> Bug: 841510
> Change-Id: Ib7f74d172b9dcc16a4821a4063cfffc196466a88
> Reviewed-on: https://chromium-review.googlesource.com/1162351
> WPT-Export-Revision: 8474e4413f4c763defc65d6ce30e5d215bb39e7c
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Device Interfaces
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2c48b6bc01f43487c77267b4af5abca66353ec02
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=590a51df70c720e3f1ab689244d8a1f95ec9ba09
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1143063392dce91a0b43317f5d4e447f42c281a7
Assignee | ||
Comment 9•7 years ago
|
||
PR 12299 applied with additional changes from upstream: 2ac66c0e42ad6e3eca86592876347dad41a4997b
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=038c9dc8627c24feeb4966e81a0a7fa8e4225c45
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 12•7 years ago
|
||
Assignee | ||
Comment 13•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=870bc84fb73df3ca152d70d37ee1684de47bc140
Assignee | ||
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
Ran 13 tests and 618 subtests
OK : 13
PASS : 13
FAIL : 605
New tests that have failures or other problems:
/webusb/usbDevice-worker.https.html
terminating worker disconnects device.: FAIL
Assignee | ||
Comment 16•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2f66a990c9700c5392a18a730634e88af6298173
Comment 17•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5a31a50ccf9f
[wpt PR 12299] - Update WebUSB terminate child context tests, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e12e94b339a
[wpt PR 12299] - Update wpt metadata, a=testonly
Comment 18•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5a31a50ccf9f
https://hg.mozilla.org/mozilla-central/rev/6e12e94b339a
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•