xpcshell.toml (980B)
1 [DEFAULT] 2 run-if = [ 3 "os != 'android'", 4 ] 5 head = "head.js ../../../common/tests/unit/head_helpers.js ../../../common/tests/unit/head_http.js" 6 firefox-appdir = "browser" 7 skip-if = [ 8 "!sync", 9 ] 10 support-files = [ 11 "!/services/common/tests/unit/head_helpers.js", 12 "!/services/common/tests/unit/head_http.js", 13 ] 14 15 ["test_accounts.js"] 16 17 ["test_accounts_config.js"] 18 19 ["test_accounts_device_registration.js"] 20 21 ["test_browser_lifetime.js"] 22 23 ["test_client.js"] 24 25 ["test_commands.js"] 26 27 ["test_commands_closetab.js"] 28 skip-if = [ 29 "appname == 'thunderbird'", 30 ] 31 32 ["test_credentials.js"] 33 34 ["test_device.js"] 35 36 ["test_keys.js"] 37 38 ["test_loginmgr_storage.js"] 39 40 ["test_oauth_flow.js"] 41 42 ["test_oauth_token_storage.js"] 43 44 ["test_oauth_tokens.js"] 45 46 ["test_pairing.js"] 47 48 ["test_profile.js"] 49 50 ["test_profile_client.js"] 51 52 ["test_push_service.js"] 53 54 ["test_storage_manager.js"] 55 56 ["test_sync_warning_dialogs.js"] 57 skip-if = [ 58 "appname == 'thunderbird'", 59 ] 60 61 ["test_telemetry.js"] 62 63 ["test_web_channel.js"]