summaryrefslogtreecommitdiffstats
path: root/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml')
-rw-r--r--toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml65
1 files changed, 65 insertions, 0 deletions
diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml
new file mode 100644
index 0000000000..8baff2a38d
--- /dev/null
+++ b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell.toml
@@ -0,0 +1,65 @@
+[DEFAULT]
+firefox-appdir = "browser"
+head = "head_searchconfig.js"
+dupe-manifest = ""
+support-files = ["../../../../../../browser/locales/all-locales"]
+tags = "searchconfig remote-settings"
+# These are extensive tests, we don't need to run them on asan/tsan.
+# They are also skipped for mobile and Thunderbird as these are specifically
+# testing the Firefox config at the moment.
+skip-if = [
+ "os == 'android'",
+ "appname == 'thunderbird'",
+ "asan",
+ "tsan",
+ "debug",
+ "os == 'win' && ccov",
+]
+# These tests do take a little longer on Linux ccov, so allow that here.
+requesttimeoutfactor = 2
+
+["test_amazon.js"]
+
+["test_baidu.js"]
+
+["test_bing.js"]
+
+["test_distributions.js"]
+
+["test_duckduckgo.js"]
+
+["test_ebay.js"]
+
+["test_ecosia.js"]
+
+["test_google.js"]
+
+["test_mailru.js"]
+
+["test_qwant.js"]
+
+["test_rakuten.js"]
+
+["test_searchconfig_validates.js"]
+support-files = [
+ "../../../schema/search-config-overrides-schema.json",
+ "../../../schema/search-config-overrides-v2-schema.json",
+ "../../../schema/search-config-schema.json",
+ "../../../schema/search-config-ui-schema.json",
+ "../../../schema/search-config-v2-schema.json",
+ "../../../schema/search-config-v2-ui-schema.json",
+]
+
+["test_searchicons_validates.js"]
+support-files = [
+ "../../../schema/search-config-icons-schema.json",
+ "../../../schema/search-config-icons-ui-schema.json",
+]
+
+["test_selector_db_out_of_date.js"]
+
+["test_wikipedia.js"]
+
+["test_yahoojp.js"]
+
+["test_yandex.js"]