1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/update/tests/unit_aus_update/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +; This Source Code Form is subject to the terms of the Mozilla Public 1.5 +; License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +; file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +[DEFAULT] 1.9 +head = head_update.js 1.10 +tail = 1.11 +generated-files = head_update.js 1.12 + 1.13 +[canCheckForAndCanApplyUpdates.js] 1.14 +[urlConstruction.js] 1.15 +[updateCheckOnLoadOnErrorStatusText.js] 1.16 +[updateManagerXML.js] 1.17 +[remoteUpdateXML.js] 1.18 +[downloadAndHashCheckMar.js] 1.19 +[cleanupDownloadingForOlderAppVersion.js] 1.20 +[cleanupDownloadingForDifferentChannel.js] 1.21 +[cleanupDownloadingForSameVersionAndBuildID.js] 1.22 +[cleanupDownloadingIncorrectStatus.js] 1.23 +[cleanupPendingVersionFileIncorrectStatus.js] 1.24 +[cleanupSuccessLogMove.js] 1.25 +[cleanupSuccessLogsFIFO.js] 1.26 +[downloadInterruptedRecovery.js] 1.27 +[downloadResumeForSameAppVersion.js] 1.28 +[downloadCompleteAfterPartialFailure.js] 1.29 +skip-if = toolkit == 'gonk' 1.30 +reason = custom nsIUpdatePrompt 1.31 +[downloadInterruptedByOfflineRetry.js] 1.32 +[downloadFileTooBig_gonk.js] 1.33 +run-if = toolkit == 'gonk' 1.34 +[uiSilentPref.js] 1.35 +skip-if = toolkit == 'gonk' 1.36 +reason = custom nsIUpdatePrompt 1.37 +[uiOnlyAllowOneWindow.js] 1.38 +skip-if = toolkit == 'gonk' 1.39 +reason = custom nsIUpdatePrompt 1.40 +[uiUnsupportedAlreadyNotified.js] 1.41 +skip-if = toolkit == 'gonk' 1.42 +reason = custom nsIUpdatePrompt 1.43 +[updateRootDirMigration_win.js] 1.44 +run-if = os == 'win'