Tag the tests outside browser/components/urlbar that drive the address bar so the urlbar-ipc variant runs them
Categories
(Firefox :: Address Bar, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox156 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [sng][mcab-hnt])
Attachments
(1 file)
The urlbar-ipc (uipc) test variant is scoped by MOZHARNESS_TEST_TAG: [urlbar], so it only runs tests whose manifest entry carries the urlbar tag. A number of tests drive the address bar — opening the results popup, reading results, asserting gURLBar.searchMode — but live in manifests tagged searchnontelem, search-telemetry or newtab, so they have never run on the message path.
These nine pass with browser.urlbar.ipc.chromeMessagePassing=true today (verified on try, Linux and Windows), so tagging them is pure coverage with no fix needed:
browser/components/search/test/browser/browser.toml -> tags = "urlbar"
- browser_remote_override.js
- browser_rich_suggestions.js
- browser_searchRestrictToken_privateWindow.js
- browser_search_lastused_pref.js
browser/components/search/test/browser/telemetry/browser.toml -> tags = "urlbar"
- browser_search_telemetry_app_provided_and_overridden.js
- browser_search_telemetry_searchform.js
- browser_search_telemetry_sources.js
- browser_search_telemetry_sources_navigation.js
browser/extensions/newtab/test/browser/browser.toml -> tags = "urlbar"
- browser_topsites_section.js
browser_searchRestrictToken_privateWindow.js is worth calling out: it was previously outside the urlbar try recipe entirely, and that is how a search-mode-Enter regression reached autoland and had to be backed out.
Three further tests in the same sweep — browser_addSearchEngineFromForm.js, browser_trending_suggestions.js and browser_webSearch.js — do fail on the message path. Their tags are being added in the bugs fixing them, so this one stays green.
Updated•1 day ago
|
| Assignee | ||
Comment 1•1 day ago
|
||
Updated•1 day ago
|
Updated•1 day ago
|
Description
•