trisquel-icecat/icecat/services/common/tests/unit/xpcshell.toml
2025-10-06 02:35:48 -06:00

61 lines
1.2 KiB
TOML

[DEFAULT]
head = "head_global.js head_helpers.js head_http.js"
icecat-appdir = "browser"
support-files = ["test_storage_adapter/**"]
# Test load modules first so syntax failures are caught early.
["test_async_chain.js"]
["test_async_foreach.js"]
["test_hawkclient.js"]
skip-if = ["os == 'android' && android_version == '24' && processor == 'x86_64'"]
["test_hawkrequest.js"]
skip-if = ["os == 'android' && android_version == '24' && processor == 'x86_64'"]
["test_kinto.js"]
tags = "blocklist"
["test_load_modules.js"]
["test_observers.js"]
["test_restrequest.js"]
["test_storage_adapter.js"]
tags = "remote-settings blocklist"
["test_storage_adapter_shutdown.js"]
tags = "remote-settings blocklist"
["test_tokenauthenticatedrequest.js"]
["test_tokenserverclient.js"]
skip-if = ["os == 'android' && android_version == '24' && processor == 'x86_64'"]
["test_uptake_telemetry.js"]
tags = "remote-settings"
["test_utils_atob.js"]
["test_utils_convert_string.js"]
["test_utils_dateprefs.js"]
["test_utils_encodeBase32.js"]
["test_utils_encodeBase64URL.js"]
["test_utils_ensureMillisecondsTimestamp.js"]
["test_utils_makeURI.js"]
["test_utils_namedTimer.js"]
["test_utils_sets.js"]
["test_utils_utf8.js"]
["test_utils_uuid.js"]