Closed
Bug 1522174
Opened 6 years ago
Closed 6 years ago
Add tags to the urlbar mochitests for quantumbar + legacy
Categories
(Firefox :: Address Bar, enhancement, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [fxsearch])
Attachments
(1 file)
Gijs suggested that we add tags to the mochitest that we have for the urlbar, at least whilst we have them referenced across two directories.
This means we can do things like:
$ ./mach mochitest --tag quantumbar browser/components/urlbar/
$ ./mach mochitest --tag quantumbar browser/components/urlbar/tests/browser/browser_urlbarEnter.js
and only the quantumbar related tests will run.
(you can do just ./mach mochitest --tag quantumbar
but that takes longer as it has to check all the test directories).
I'm also tagging the legacy tests as 'urlbar' so we can run just those as well.
Assignee | ||
Comment 1•6 years ago
|
||
This should make it easier to run tests against one implementation or the other.
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/50017809b174
Add tags to the urlbar mochitests (quantumbar, urlbar). r=mak
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•