Closed
Bug 1938971
Opened 2 months ago
Closed 1 month ago
add_setup skipped in mochitest-plain/chrome when add_task(...).only() is used
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(firefox135 fixed)
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
add_setup
was added for mochitests in bug 1776589 to support bug 1720335. Tasks in add_setup(...)
are supposed to always be called, even if .only()
is used after an add_task(...)
. When I just tried it, the add_setup(...)
task was skipped too. Let's fix that.
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Pushed by rob@robwu.nl:
https://hg.mozilla.org/integration/autoland/rev/c83f32a9dfba
Do not skip add_setup-tasks when .only() is used in mochitests r=ahal
Comment 3•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Updated•1 month ago
|
Summary: add_setup skipped when add_task(...).only() is used → add_setup skipped in mochitest-plain/chrome when add_task(...).only() is used
You need to log in
before you can comment on or make changes to this bug.
Description
•