Closed
Bug 1945303
Opened 7 months ago
Closed 6 months ago
Add missing await in test_ext_manifest_commands.js
Categories
(WebExtensions :: General, task, P3)
WebExtensions
General
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
await
is missing at https://searchfox.org/mozilla-central/rev/671d010bef89f043926f07e70bc3e4b09e89b171/browser/components/extensions/test/xpcshell/test_ext_manifest_commands.js#47,50
That is a regression of the change in bug 1364784.
Probably the reason why the test is falling in some situations, e.g. when run in parallel with other tests (bug 1781782 and about to be skipped in ccov tests in bug 1933914 : https://phabricator.services.mozilla.com/D236439?id=977906)
Assignee | ||
Updated•6 months ago
|
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [addons-jira]
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/ce598a9e5f24
Add missing await in test_ext_manifest_commands.js r=willdurand
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•