1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/update/tests/unit_base_updater/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,87 @@ 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 +; Tests that require the updater binary. These tests should never run on Android 1.9 +; which doesn't use the updater binary as other applications do and are excluded 1.10 +; from running the tests in the moz.build file. 1.11 + 1.12 +[DEFAULT] 1.13 +head = head_update.js 1.14 +tail = 1.15 +generated-files = head_update.js 1.16 + 1.17 +[marSuccessComplete.js] 1.18 +[marSuccessPartial.js] 1.19 +[marFailurePartial.js] 1.20 +[marStageSuccessComplete.js] 1.21 +skip-if = toolkit == 'gonk' 1.22 +reason = bug 820380 1.23 +[marStageSuccessPartial.js] 1.24 +[marVersionDowngrade.js] 1.25 +run-if = os == 'win' 1.26 +[marWrongChannel.js] 1.27 +run-if = os == 'win' 1.28 +[marStageFailurePartial.js] 1.29 +[marCallbackAppSuccessComplete_win.js] 1.30 +run-if = os == 'win' 1.31 +[marCallbackAppSuccessPartial_win.js] 1.32 +run-if = os == 'win' 1.33 +[marCallbackAppStageSuccessComplete_win.js] 1.34 +run-if = os == 'win' 1.35 +[marCallbackAppStageSuccessPartial_win.js] 1.36 +run-if = os == 'win' 1.37 +[marAppInUseSuccessComplete.js] 1.38 +skip-if = toolkit == 'gonk' 1.39 +[marAppInUseStageSuccessComplete_unix.js] 1.40 +run-if = os == 'linux' || os == 'sunos' || os == 'mac' 1.41 +[marAppInUseStageFailureComplete_win.js] 1.42 +run-if = os == 'win' 1.43 +[marAppInUseFallbackStageFailureComplete_win.js] 1.44 +run-if = os == 'win' 1.45 +[marFileLockedFailureComplete_win.js] 1.46 +run-if = os == 'win' 1.47 +[marFileLockedFailurePartial_win.js] 1.48 +run-if = os == 'win' 1.49 +[marFileLockedStageFailureComplete_win.js] 1.50 +run-if = os == 'win' 1.51 +[marFileLockedStageFailurePartial_win.js] 1.52 +run-if = os == 'win' 1.53 +[marFileLockedFallbackStageFailureComplete_win.js] 1.54 +run-if = os == 'win' 1.55 +[marFileLockedFallbackStageFailurePartial_win.js] 1.56 +run-if = os == 'win' 1.57 +[marFileInUseSuccessComplete_win.js] 1.58 +run-if = os == 'win' 1.59 +[marFileInUseSuccessPartial_win.js] 1.60 +run-if = os == 'win' 1.61 +[marRMRFDirFileInUseSuccessComplete_win.js] 1.62 +run-if = os == 'win' 1.63 +[marRMRFDirFileInUseSuccessPartial_win.js] 1.64 +run-if = os == 'win' 1.65 +[marFileInUseStageFailureComplete_win.js] 1.66 +run-if = os == 'win' 1.67 +[marFileInUseStageFailurePartial_win.js] 1.68 +run-if = os == 'win' 1.69 +[marRMRFDirFileInUseStageFailureComplete_win.js] 1.70 +run-if = os == 'win' 1.71 +[marRMRFDirFileInUseStageFailurePartial_win.js] 1.72 +run-if = os == 'win' 1.73 +[marFileInUseFallbackStageFailureComplete_win.js] 1.74 +run-if = os == 'win' 1.75 +[marFileInUseFallbackStageFailurePartial_win.js] 1.76 +run-if = os == 'win' 1.77 +[marRMRFDirFileInUseFallbackStageFailureComplete_win.js] 1.78 +run-if = os == 'win' 1.79 +[marRMRFDirFileInUseFallbackStageFailurePartial_win.js] 1.80 +run-if = os == 'win' 1.81 +reason = bug 820380 1.82 +[marAppApplyDirLockedStageFailure_win.js] 1.83 +run-if = os == 'win' 1.84 +[marAppApplyUpdateAppBinInUseStageSuccess_win.js] 1.85 +run-if = os == 'win' 1.86 +[marAppApplyUpdateSuccess.js] 1.87 +skip-if = toolkit == 'gonk' 1.88 +reason = bug 820380 1.89 +[marAppApplyUpdateStageSuccess.js] 1.90 +skip-if = toolkit == 'gonk'