82 lines
2.5 KiB
TOML
82 lines
2.5 KiB
TOML
[DEFAULT]
|
|
icecat-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 IceCat 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"]
|
|
|
|
# The test_ebay needs newSearchConfig.enabled=true because there
|
|
# are changes to ebay and locale pl for search-config-v2.
|
|
# We have rolled out search-config-v2 100% to Beta 126 and the next Beta 127
|
|
# will pick up newSearchConfig.enabled=true from Nimbus Settings but not
|
|
# immediately, we need to turn the PREF on for this test to prevent failures
|
|
# in the merge from central to Beta 127.
|
|
["test_ebay.js"]
|
|
prefs = ["browser.search.newSearchConfig.enabled=true"]
|
|
|
|
["test_ecosia.js"]
|
|
|
|
["test_google.js"]
|
|
|
|
["test_mailru.js"]
|
|
|
|
["test_qwant.js"]
|
|
|
|
["test_rakuten.js"]
|
|
|
|
["test_searchconfig_ui_schemas_valid.js"]
|
|
support-files = [
|
|
"../../../schema/search-config-icons-schema.json",
|
|
"../../../schema/search-config-icons-ui-schema.json",
|
|
"../../../schema/search-config-overrides-schema.json",
|
|
"../../../schema/search-config-overrides-ui-schema.json",
|
|
"../../../schema/search-config-overrides-v2-schema.json",
|
|
"../../../schema/search-config-overrides-v2-ui-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",
|
|
"../../../schema/search-default-override-allowlist-schema.json",
|
|
"../../../schema/search-default-override-allowlist-ui-schema.json",
|
|
]
|
|
|
|
["test_searchconfig_validates.js"]
|
|
support-files = [
|
|
"../../../schema/search-config-icons-schema.json",
|
|
"../../../schema/search-config-overrides-schema.json",
|
|
"../../../schema/search-config-overrides-v2-schema.json",
|
|
"../../../schema/search-config-schema.json",
|
|
"../../../schema/search-config-v2-schema.json",
|
|
"../../../schema/search-default-override-allowlist-schema.json",
|
|
]
|
|
|
|
["test_selector_db_out_of_date.js"]
|
|
|
|
["test_wikipedia.js"]
|
|
|
|
["test_yahoojp.js"]
|
|
|
|
["test_yandex.js"]
|