diff options
Diffstat (limited to 'browser/components/urlbar/tests/unit/xpcshell.ini')
-rw-r--r-- | browser/components/urlbar/tests/unit/xpcshell.ini | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/browser/components/urlbar/tests/unit/xpcshell.ini b/browser/components/urlbar/tests/unit/xpcshell.ini new file mode 100644 index 0000000000..555f8ac7ce --- /dev/null +++ b/browser/components/urlbar/tests/unit/xpcshell.ini @@ -0,0 +1,54 @@ +[DEFAULT] +head = head.js +firefox-appdir = browser +support-files = + data/engine-suggestions.xml + data/engine-tail-suggestions.xml + +[test_autofill_about_urls.js] +[test_autofill_bookmarked.js] +[test_autofill_functional.js] +[test_autofill_origins.js] +[test_autofill_originsAndQueries.js] +[test_autofill_prefix_fallback.js] +[test_autofill_search_engines.js] +[test_autofill_search_engine_aliases.js] +[test_autofill_urls.js] +[test_avoid_middle_complete.js] +[test_avoid_stripping_to_empty_tokens.js] +[test_casing.js] +[test_dedupe_prefix.js] +[test_dupe_urls.js] +[test_encoded_urls.js] +[test_heuristic_cancel.js] +[test_keywords.js] +skip-if = os == 'linux' # bug 1474616 +[test_muxer.js] +[test_providerHeuristicFallback.js] +[test_providerOmnibox.js] +[test_providerOpenTabs.js] +[test_providersManager.js] +[test_providersManager_filtering.js] +[test_providersManager_maxResults.js] +[test_providerTabToSearch.js] +[test_providerTabToSearch_partialHost.js] +[test_providerUnifiedComplete.js] +[test_providerUnifiedComplete_duplicate_entries.js] +[test_query_url.js] +[test_queryScorer.js] +[test_search_engine_host.js] +[test_search_suggestions.js] +[test_search_suggestions_aliases.js] +[test_search_suggestions_tail.js] +[test_tokenizer.js] +[test_trimming.js] +[test_UrlbarController_integration.js] +[test_UrlbarController_telemetry.js] +[test_UrlbarController_unit.js] +[test_UrlbarPrefs.js] +[test_UrlbarQueryContext.js] +[test_UrlbarQueryContext_restrictSource.js] +[test_UrlbarSearchUtils.jsm] +[test_UrlbarUtils_addToUrlbarHistory.js] +[test_UrlbarUtils_getShortcutOrURIAndPostData.js] +[test_UrlbarUtils_getTokenMatches.js] |