summaryrefslogtreecommitdiffstats
path: root/toolkit/profile/xpcshell/xpcshell.toml
blob: 00c00cc6c437f79fb31ca6fea4bb78620371600d (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[DEFAULT]
head = "head.js"
skip-if = ["os == 'android'"]

["test_check_backup.js"]

["test_claim_locked.js"]

["test_clean.js"]

["test_conflict_installs.js"]

["test_conflict_profiles.js"]

["test_create_default.js"]

["test_fix_directory_case.js"]

["test_ignore_legacy_directory.js"]

["test_invalid_descriptor.js"]

["test_legacy_empty.js"]

["test_legacy_select.js"]

["test_lock.js"]

["test_missing_profilesini.js"]

["test_new_default.js"]

["test_previous_dedicated.js"]

["test_profile_reset.js"]

["test_remove.js"]

["test_remove_default.js"]

["test_select_backgroundtasks_ephemeral.js"]

["test_select_backgroundtasks_not_ephemeral_create.js"]

["test_select_backgroundtasks_not_ephemeral_exists.js"]

["test_select_default.js"]

["test_select_environment.js"]

["test_select_environment_named.js"]

["test_select_missing.js"]

["test_select_named.js"]

["test_select_noname.js"]

["test_select_profile_argument.js"]

["test_select_profile_argument_new.js"]

["test_select_profilemanager.js"]

["test_single_profile_selected.js"]
skip-if = ["devedition"]

["test_single_profile_unselected.js"]
skip-if = ["devedition"]

["test_skip_locked_environment.js"]

["test_snap.js"]
snap = true
run-if = ["os == 'linux'"]
skip-if = ["appname == 'thunderbird'"]

["test_snap_empty.js"]
snap = true
run-if = ["os == 'linux'"]
skip-if = ["appname == 'thunderbird'"]

["test_snatch_environment.js"]

["test_snatch_environment_default.js"]

["test_startswithlast.js"]

["test_steal_inuse.js"]

["test_update_selected_dedicated.js"]

["test_update_unknown_dedicated.js"]

["test_update_unselected_dedicated.js"]

["test_use_dedicated.js"]