xpcshell.toml (1175B)
1 [DEFAULT] 2 head = "../../../common/tests/unit/head_global.js ../../../common/tests/unit/head_helpers.js head_settings.js" 3 firefox-appdir = "browser" 4 tags = "remote-settings" 5 support-files = ["test_remote_settings_signatures/**"] 6 skip-if = [ 7 "appname == 'thunderbird'", # Bug 1662758 - these tests don't pass if default bucket isn't "main". 8 ] 9 10 ["test_attachments_downloader.js"] 11 support-files = ["test_attachments_downloader/**"] 12 13 ["test_remote_settings.js"] 14 15 ["test_remote_settings_dump_lastmodified.js"] 16 17 ["test_remote_settings_jexl_filters.js"] 18 19 ["test_remote_settings_offline.js"] 20 21 ["test_remote_settings_older_than_local.js"] 22 23 ["test_remote_settings_poll.js"] 24 25 ["test_remote_settings_recover_broken.js"] 26 27 ["test_remote_settings_release_prefs.js"] 28 29 ["test_remote_settings_signatures.js"] 30 31 ["test_remote_settings_startup_bundle.js"] 32 support-files = ["test_remote_settings_startup_bundle/**"] 33 34 ["test_remote_settings_sync_history.js"] 35 36 ["test_remote_settings_utils.js"] 37 38 ["test_remote_settings_utils_telemetry.js"] 39 skip-if = [ 40 "os == 'android' && os_version == '14' && arch == 'x86_64'", # Bug 1739463 41 ] 42 43 ["test_remote_settings_worker.js"] 44 45 ["test_shutdown_handling.js"]