summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.toml
blob: 160427ac5e2969250e4e7ab2d28c7716f97e792f (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
[DEFAULT]
tags = "appupdate"
head = "head_update.js"
skip-if = ["os == 'win' && (ccov || msix)"] # Our updater is disabled in MSIX builds
prefs = ["app.update.staging.enabled=false"]
support-files = [
  "../data/shared.js",
  "../data/sharedUpdateXML.js",
  "../data/xpcshellUtilsAUS.js",
  "../data/app_update.sjs",
  "testConstants.js",
  "../data/simple.mar",
]

["ausReadStrings.js"]

["backgroundUpdateTaskInternalUpdater.js"]

["canCheckForAndCanApplyUpdates.js"]

["cleanupDownloadingForDifferentChannel.js"]

["cleanupDownloadingForOlderAppVersion.js"]

["cleanupDownloadingForSameVersionAndBuildID.js"]

["cleanupDownloadingIncorrectStatus.js"]

["cleanupPendingVersionFileIncorrectStatus.js"]

["cleanupSuccessLogMove.js"]

["cleanupSuccessLogsFIFO.js"]

["disableBackgroundUpdatesBackgroundTask.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["disableBackgroundUpdatesNonBackgroundTask.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["downloadInterruptedNoRecovery.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["downloadInterruptedOffline.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["downloadInterruptedRecovery.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["downloadResumeForSameAppVersion.js"]

["ensureExperimentToRolloutTransitionPerformed.js"]
run-if = ["os == 'win' && appname == 'firefox'"]
reason = "Feature is Firefox-specific and Windows-specific."

["languagePackUpdates.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["multiUpdate.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["onlyDownloadUpdatesThisSession.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["perInstallationPrefs.js"]

["remoteUpdateXML.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035

["updateAutoPrefMigrate.js"]
run-if = ["os == 'win'"]
reason = "Update pref migration is currently Windows only"

["updateCheckCombine.js"]

["updateDirectoryMigrate.js"]
run-if = ["os == 'win'"]
reason = "Update directory migration is currently Windows only"

["updateManagerXML.js"]

["updateSyncManager.js"]

["urlConstruction.js"]
skip-if = ["socketprocess_networking"] # Bug 1759035