Closed
Bug 1418242
Opened 7 years ago
Closed 7 years ago
[u2f-hid-rs] Let stubs fail, instead of running until cancellation
Categories
(Core :: DOM: Device Interfaces, enhancement, P2)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: ttaubert, Assigned: ttaubert)
References
()
Details
(Whiteboard: [webauthn])
https://github.com/jcjones/u2f-hid-rs/commit/1b1d79e65366f0457c3c183a36c86a11a04fb836
Currently, stub/mod.rs implements a platform manager that does nothing, not even time out. We should instead immediately abort the request to signal to any caller that this won't work.
We should push this to try, I suspect we'll have to disable the tests from bug 1415675 on Android.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Looks like we're skipping those:
https://public-artifacts.taskcluster.net/PnGS7jqNTYmjA9lByGDrhQ/0/public/logs/live_backing.log
Pushed by ttaubert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3b1d7a28d1a5
[u2f-hid-rs] Let stubs fail, instead of running until cancellation r=jcj
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•