summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/tests/unit_service_updater/xpcshell.toml
blob: d10ae8ec3beaa870a52650be6985672f524f3287 (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[DEFAULT]
skip-if = [
  "os == 'win' && verify",
  "os == 'win' && ccov", # 1532801
  "os == 'win' && asan", # updater binary must be signed for these tests, but it isn't in this build config
  "os == 'win' && msix", # Updates are disabled for MSIX builds
]
tags = "appupdate"
head = "head_update.js"
support-files = [
  "../data/shared.js",
  "../data/sharedUpdateXML.js",
  "../data/xpcshellUtilsAUS.js",
]

["bootstrapSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["checkUpdaterSigSvc.js"]

["fallbackOnSvcFailure.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgInstallDirPathTooLongFailureSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgInstallDirPathTraversalFailureSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgInstallWorkingDirPathNotSameFailureSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgPatchDirPathSuffixFailureSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgPatchDirPathTraversalFailureSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgStageDirNotInInstallDirFailureSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgWorkingDirPathLocalUNCFailureSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["invalidArgWorkingDirPathRelativeFailureSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppApplyDirLockedStageFailureSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppApplyUpdateAppBinInUseStageSuccessSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."
skip-if = ["ccov && os == 'win'"] #Bug 1651090

["marAppApplyUpdateStageSuccessSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppApplyUpdateSuccessSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppInUseBackgroundTaskFailureSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppInUseStageFailureCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marAppInUseSuccessCompleteSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marCallbackAppStageSuccessCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marCallbackAppStageSuccessPartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marCallbackAppSuccessCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marCallbackAppSuccessPartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFailurePartialSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileInUseStageFailureCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileInUseStageFailurePartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileInUseSuccessCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileInUseSuccessPartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileLockedFailureCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileLockedFailurePartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileLockedStageFailureCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marFileLockedStageFailurePartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marRMRFDirFileInUseStageFailureCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marRMRFDirFileInUseStageFailurePartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marRMRFDirFileInUseSuccessCompleteSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marRMRFDirFileInUseSuccessPartialSvc_win.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marStageFailurePartialSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marStageSuccessCompleteSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marStageSuccessPartialSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marSuccessCompleteSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."

["marSuccessPartialSvc.js"]
run-sequentially = "Uses the Mozilla Maintenance Service."