summaryrefslogtreecommitdiffstats
path: root/services/fxaccounts/tests/xpcshell/xpcshell.toml
blob: 7fc9c60006d49f837649f32f9bcba22668099cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[DEFAULT]
head = "head.js ../../../common/tests/unit/head_helpers.js ../../../common/tests/unit/head_http.js"
firefox-appdir = "browser"
skip-if = [
  "os == 'android'",
  "appname == 'thunderbird'",
]
support-files = [
  "!/services/common/tests/unit/head_helpers.js",
  "!/services/common/tests/unit/head_http.js",
]

["test_accounts.js"]

["test_accounts_config.js"]

["test_accounts_device_registration.js"]

["test_client.js"]

["test_commands.js"]

["test_credentials.js"]

["test_device.js"]

["test_keys.js"]

["test_loginmgr_storage.js"]

["test_oauth_flow.js"]

["test_oauth_token_storage.js"]

["test_oauth_tokens.js"]

["test_pairing.js"]

["test_profile.js"]

["test_profile_client.js"]

["test_push_service.js"]

["test_storage_manager.js"]

["test_telemetry.js"]

["test_web_channel.js"]