blob: a20d43d877d0a1acfd7a302319aaeef288c30085 (
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
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
[DEFAULT]
tags = appupdate
head = head_update.js
skip-if = (os == 'win' && ccov)
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]
[canCheckForAndCanApplyUpdates.js]
[urlConstruction.js]
[updateManagerXML.js]
[remoteUpdateXML.js]
[cleanupDownloadingForOlderAppVersion.js]
[cleanupDownloadingForDifferentChannel.js]
[cleanupDownloadingForSameVersionAndBuildID.js]
[cleanupDownloadingIncorrectStatus.js]
[cleanupPendingVersionFileIncorrectStatus.js]
[cleanupSuccessLogMove.js]
[cleanupSuccessLogsFIFO.js]
[downloadInterruptedOffline.js]
[downloadInterruptedNoRecovery.js]
[downloadInterruptedRecovery.js]
[downloadResumeForSameAppVersion.js]
[languagePackUpdates.js]
[updateSyncManager.js]
[updateAutoPrefMigrate.js]
skip-if = os != 'win'
reason = Update pref migration is currently Windows only
[updateDirectoryMigrate.js]
skip-if = os != 'win'
reason = Update directory migration is currently Windows only
[multiUpdate.js]
|