| OLD | NEW |
| 1 { | 1 { |
| 2 "states": [ | 2 "states": [ |
| 3 ["no_pv", ["chrome_user_no_pv.prop", | 3 ["no_pv", ["chrome_user_no_pv.prop", |
| 4 "chrome_beta_no_pv.prop", |
| 4 "chrome_canary_no_pv.prop", | 5 "chrome_canary_no_pv.prop", |
| 6 "chrome_dev_no_pv.prop", |
| 5 "chrome_system_no_pv.prop"]], | 7 "chrome_system_no_pv.prop"]], |
| 6 ["clean", ["chrome_user_not_installed.prop", | 8 ["clean", ["chrome_user_not_installed.prop", |
| 9 "chrome_beta_not_installed.prop", |
| 7 "chrome_canary_not_installed.prop", | 10 "chrome_canary_not_installed.prop", |
| 11 "chrome_dev_not_installed.prop", |
| 8 "chrome_system_not_installed.prop", | 12 "chrome_system_not_installed.prop", |
| 9 "chrome_user_not_inuse.prop", | 13 "chrome_user_not_inuse.prop", |
| 14 "chrome_beta_not_inuse.prop", |
| 10 "chrome_canary_not_inuse.prop", | 15 "chrome_canary_not_inuse.prop", |
| 16 "chrome_dev_not_inuse.prop", |
| 11 "chrome_system_not_inuse.prop"]], | 17 "chrome_system_not_inuse.prop"]], |
| 12 ["chrome_user_installed_not_inuse", ["chrome_user_installed.prop", | 18 ["chrome_user_installed_not_inuse", ["chrome_user_installed.prop", |
| 19 "chrome_beta_not_installed.prop", |
| 13 "chrome_canary_not_installed.prop", | 20 "chrome_canary_not_installed.prop", |
| 21 "chrome_dev_not_installed.prop", |
| 14 "chrome_system_not_installed.prop", | 22 "chrome_system_not_installed.prop", |
| 15 "chrome_user_not_inuse.prop", | 23 "chrome_user_not_inuse.prop", |
| 24 "chrome_beta_not_inuse.prop", |
| 16 "chrome_canary_not_inuse.prop", | 25 "chrome_canary_not_inuse.prop", |
| 26 "chrome_dev_not_inuse.prop", |
| 27 "chrome_system_not_inuse.prop"]], |
| 28 ["chrome_beta_installed_not_inuse", ["chrome_user_not_installed.prop", |
| 29 "chrome_beta_installed.prop", |
| 30 "chrome_canary_not_installed.prop", |
| 31 "chrome_dev_not_installed.prop", |
| 32 "chrome_system_not_installed.prop", |
| 33 "chrome_user_not_inuse.prop", |
| 34 "chrome_beta_not_inuse.prop", |
| 35 "chrome_canary_not_inuse.prop", |
| 36 "chrome_dev_not_inuse.prop", |
| 17 "chrome_system_not_inuse.prop"]], | 37 "chrome_system_not_inuse.prop"]], |
| 18 ["chrome_canary_installed_not_inuse", ["chrome_user_not_installed.prop", | 38 ["chrome_canary_installed_not_inuse", ["chrome_user_not_installed.prop", |
| 39 "chrome_beta_not_installed.prop", |
| 19 "chrome_canary_installed.prop", | 40 "chrome_canary_installed.prop", |
| 41 "chrome_dev_not_installed.prop", |
| 20 "chrome_system_not_installed.prop", | 42 "chrome_system_not_installed.prop", |
| 21 "chrome_user_not_inuse.prop", | 43 "chrome_user_not_inuse.prop", |
| 44 "chrome_beta_not_inuse.prop", |
| 22 "chrome_canary_not_inuse.prop", | 45 "chrome_canary_not_inuse.prop", |
| 46 "chrome_dev_not_inuse.prop", |
| 23 "chrome_system_not_inuse.prop"]], | 47 "chrome_system_not_inuse.prop"]], |
| 48 ["chrome_user_and_beta_installed_not_inuse", [ |
| 49 "chrome_user_installed.prop", |
| 50 "chrome_beta_installed.prop", |
| 51 "chrome_canary_not_installed.prop", |
| 52 "chrome_dev_not_installed.prop", |
| 53 "chrome_system_not_installed.prop", |
| 54 "chrome_user_not_inuse.prop", |
| 55 "chrome_beta_not_inuse.prop", |
| 56 "chrome_canary_not_inuse.prop", |
| 57 "chrome_dev_not_inuse.prop", |
| 58 "chrome_system_not_inuse.prop"]], |
| 59 ["chrome_user_and_beta_and_dev_installed_not_inuse", [ |
| 60 "chrome_user_installed.prop", |
| 61 "chrome_beta_installed.prop", |
| 62 "chrome_canary_not_installed.prop", |
| 63 "chrome_dev_installed.prop", |
| 64 "chrome_system_not_installed.prop", |
| 65 "chrome_user_not_inuse.prop", |
| 66 "chrome_beta_not_inuse.prop", |
| 67 "chrome_canary_not_inuse.prop", |
| 68 "chrome_dev_not_inuse.prop", |
| 69 "chrome_system_not_inuse.prop"]], |
| 70 ["chrome_user_and_beta_and_dev_and_canary_installed_not_inuse", [ |
| 71 "chrome_user_installed.prop", |
| 72 "chrome_beta_installed.prop", |
| 73 "chrome_canary_installed.prop", |
| 74 "chrome_dev_installed.prop", |
| 75 "chrome_system_not_installed.prop", |
| 76 "chrome_user_not_inuse.prop", |
| 77 "chrome_beta_not_inuse.prop", |
| 78 "chrome_canary_not_inuse.prop", |
| 79 "chrome_dev_not_inuse.prop", |
| 80 "chrome_system_not_inuse.prop"]], |
| 81 ["chrome_beta_and_dev_and_canary_installed_not_inuse", [ |
| 82 "chrome_user_not_installed.prop", |
| 83 "chrome_beta_installed.prop", |
| 84 "chrome_canary_installed.prop", |
| 85 "chrome_dev_installed.prop", |
| 86 "chrome_system_not_installed.prop", |
| 87 "chrome_user_not_inuse.prop", |
| 88 "chrome_beta_not_inuse.prop", |
| 89 "chrome_canary_not_inuse.prop", |
| 90 "chrome_dev_not_inuse.prop", |
| 91 "chrome_system_not_inuse.prop"]], |
| 92 ["chrome_dev_and_canary_installed_not_inuse", [ |
| 93 "chrome_user_not_installed.prop", |
| 94 "chrome_beta_not_installed.prop", |
| 95 "chrome_canary_installed.prop", |
| 96 "chrome_dev_installed.prop", |
| 97 "chrome_system_not_installed.prop", |
| 98 "chrome_user_not_inuse.prop", |
| 99 "chrome_beta_not_inuse.prop", |
| 100 "chrome_canary_not_inuse.prop", |
| 101 "chrome_dev_not_inuse.prop", |
| 102 "chrome_system_not_inuse.prop"]], |
| 24 ["chrome_multi_user_installed_not_inuse", | 103 ["chrome_multi_user_installed_not_inuse", |
| 25 ["chrome_multi_user_installed.prop", | 104 ["chrome_multi_user_installed.prop", |
| 105 "chrome_beta_not_installed.prop", |
| 26 "chrome_canary_not_installed.prop", | 106 "chrome_canary_not_installed.prop", |
| 107 "chrome_dev_not_installed.prop", |
| 27 "chrome_system_not_installed.prop", | 108 "chrome_system_not_installed.prop", |
| 28 "chrome_user_not_inuse.prop", | 109 "chrome_user_not_inuse.prop", |
| 110 "chrome_beta_not_inuse.prop", |
| 29 "chrome_canary_not_inuse.prop", | 111 "chrome_canary_not_inuse.prop", |
| 112 "chrome_dev_not_inuse.prop", |
| 30 "chrome_system_not_inuse.prop"]], | 113 "chrome_system_not_inuse.prop"]], |
| 31 ["chrome_system_installed_not_inuse", ["chrome_user_not_installed.prop", | 114 ["chrome_system_installed_not_inuse", ["chrome_user_not_installed.prop", |
| 115 "chrome_beta_not_installed.prop", |
| 32 "chrome_canary_not_installed.prop", | 116 "chrome_canary_not_installed.prop", |
| 117 "chrome_dev_not_installed.prop", |
| 33 "chrome_system_installed.prop", | 118 "chrome_system_installed.prop", |
| 34 "chrome_user_not_inuse.prop", | 119 "chrome_user_not_inuse.prop", |
| 120 "chrome_beta_not_inuse.prop", |
| 35 "chrome_canary_not_inuse.prop", | 121 "chrome_canary_not_inuse.prop", |
| 122 "chrome_dev_not_inuse.prop", |
| 36 "chrome_system_not_inuse.prop"]], | 123 "chrome_system_not_inuse.prop"]], |
| 37 ["chrome_user_and_canary_installed_not_inuse", ["chrome_user_installed.prop"
, | |
| 38 "chrome_canary_installed.prop", | |
| 39 "chrome_system_not_installed.prop", | |
| 40 "chrome_user_not_inuse.prop", | |
| 41 "chrome_canary_not_inuse.prop", | |
| 42 "chrome_system_not_inuse.prop"]], | |
| 43 ["chrome_user_installed_inuse", ["chrome_user_installed.prop", | 124 ["chrome_user_installed_inuse", ["chrome_user_installed.prop", |
| 125 "chrome_beta_not_installed.prop", |
| 44 "chrome_canary_not_installed.prop", | 126 "chrome_canary_not_installed.prop", |
| 127 "chrome_dev_not_installed.prop", |
| 45 "chrome_system_not_installed.prop", | 128 "chrome_system_not_installed.prop", |
| 46 "chrome_user_inuse.prop", | 129 "chrome_user_inuse.prop", |
| 130 "chrome_beta_not_inuse.prop", |
| 47 "chrome_canary_not_inuse.prop", | 131 "chrome_canary_not_inuse.prop", |
| 132 "chrome_dev_not_inuse.prop", |
| 48 "chrome_system_not_inuse.prop"]], | 133 "chrome_system_not_inuse.prop"]], |
| 49 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", | 134 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", |
| 135 "chrome_beta_not_installed.prop", |
| 50 "chrome_canary_installed.prop", | 136 "chrome_canary_installed.prop", |
| 137 "chrome_dev_not_installed.prop", |
| 51 "chrome_system_not_installed.prop", | 138 "chrome_system_not_installed.prop", |
| 52 "chrome_user_not_inuse.prop", | 139 "chrome_user_not_inuse.prop", |
| 140 "chrome_beta_not_inuse.prop", |
| 53 "chrome_canary_inuse.prop", | 141 "chrome_canary_inuse.prop", |
| 142 "chrome_dev_not_inuse.prop", |
| 54 "chrome_system_not_inuse.prop"]], | 143 "chrome_system_not_inuse.prop"]], |
| 55 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", | 144 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", |
| 145 "chrome_beta_not_installed.prop", |
| 56 "chrome_canary_not_installed.prop", | 146 "chrome_canary_not_installed.prop", |
| 147 "chrome_dev_not_installed.prop", |
| 57 "chrome_system_installed.prop", | 148 "chrome_system_installed.prop", |
| 58 "chrome_user_not_inuse.prop", | 149 "chrome_user_not_inuse.prop", |
| 150 "chrome_beta_not_inuse.prop", |
| 59 "chrome_canary_not_inuse.prop", | 151 "chrome_canary_not_inuse.prop", |
| 152 "chrome_dev_not_inuse.prop", |
| 60 "chrome_system_inuse.prop"]], | 153 "chrome_system_inuse.prop"]], |
| 61 ["no_chrome_user", ["chrome_user_killed.prop"]], | 154 ["no_chrome_user", ["chrome_user_killed.prop"]], |
| 62 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]], | 155 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]], |
| 63 ["chrome_user_updated_not_inuse", ["chrome_user_updated.prop", | 156 ["chrome_user_updated_not_inuse", ["chrome_user_updated.prop", |
| 157 "chrome_beta_not_installed.prop", |
| 64 "chrome_canary_not_installed.prop", | 158 "chrome_canary_not_installed.prop", |
| 159 "chrome_dev_not_installed.prop", |
| 65 "chrome_system_not_installed.prop", | 160 "chrome_system_not_installed.prop", |
| 66 "chrome_user_not_inuse.prop", | 161 "chrome_user_not_inuse.prop", |
| 162 "chrome_beta_not_inuse.prop", |
| 67 "chrome_canary_not_inuse.prop", | 163 "chrome_canary_not_inuse.prop", |
| 164 "chrome_dev_not_inuse.prop", |
| 68 "chrome_system_not_inuse.prop"]], | 165 "chrome_system_not_inuse.prop"]], |
| 69 ["chrome_canary_updated_not_inuse", ["chrome_user_not_installed.prop", | 166 ["chrome_canary_updated_not_inuse", ["chrome_user_not_installed.prop", |
| 167 "chrome_beta_not_installed.prop", |
| 70 "chrome_canary_updated.prop", | 168 "chrome_canary_updated.prop", |
| 169 "chrome_dev_not_installed.prop", |
| 71 "chrome_system_not_installed.prop", | 170 "chrome_system_not_installed.prop", |
| 72 "chrome_user_not_inuse.prop", | 171 "chrome_user_not_inuse.prop", |
| 172 "chrome_beta_not_inuse.prop", |
| 73 "chrome_canary_not_inuse.prop", | 173 "chrome_canary_not_inuse.prop", |
| 174 "chrome_dev_not_inuse.prop", |
| 74 "chrome_system_not_inuse.prop"]], | 175 "chrome_system_not_inuse.prop"]], |
| 75 ["chrome_system_updated_not_inuse", ["chrome_user_not_installed.prop", | 176 ["chrome_system_updated_not_inuse", ["chrome_user_not_installed.prop", |
| 177 "chrome_beta_not_installed.prop", |
| 76 "chrome_canary_not_installed.prop", | 178 "chrome_canary_not_installed.prop", |
| 179 "chrome_dev_not_installed.prop", |
| 77 "chrome_system_updated.prop", | 180 "chrome_system_updated.prop", |
| 78 "chrome_user_not_inuse.prop", | 181 "chrome_user_not_inuse.prop", |
| 182 "chrome_beta_not_inuse.prop", |
| 79 "chrome_canary_not_inuse.prop", | 183 "chrome_canary_not_inuse.prop", |
| 184 "chrome_dev_not_inuse.prop", |
| 80 "chrome_system_not_inuse.prop"]] | 185 "chrome_system_not_inuse.prop"]] |
| 81 ], | 186 ], |
| 82 "actions": [ | 187 "actions": [ |
| 188 ["install_chrome_beta", |
| 189 "\"$MINI_INSTALLER\" --chrome-beta --verbose-logging --do-not-launch-chrome
"], |
| 83 ["install_chrome_canary", | 190 ["install_chrome_canary", |
| 84 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome"
], | 191 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome"
], |
| 192 ["install_chrome_dev", |
| 193 "\"$MINI_INSTALLER\" --chrome-dev --verbose-logging --do-not-launch-chrome"
], |
| 85 ["install_chrome_system", | 194 ["install_chrome_system", |
| 86 "\"$MINI_INSTALLER\" --verbose-logging --system-level --do-not-launch-chrom
e"], | 195 "\"$MINI_INSTALLER\" --verbose-logging --system-level --do-not-launch-chrom
e"], |
| 87 ["install_chrome_user", | 196 ["install_chrome_user", |
| 88 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], | 197 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], |
| 89 ["make_chrome_user_multi", | 198 ["make_chrome_user_multi", |
| 90 "python make_chrome_multi.py --chrome-long-name \"$CHROME_LONG_NAME\" --chr
ome-clients-key \"$CHROME_UPDATE_REGISTRY_SUBKEY\" --chrome-client-state-key \"$
CHROME_CLIENT_STATE_KEY\" --binaries-clients-key \"$BINARIES_UPDATE_REGISTRY_SUB
KEY\""], | 199 "python make_chrome_multi.py --chrome-long-name \"$CHROME_LONG_NAME\" --chr
ome-clients-key \"$CHROME_UPDATE_REGISTRY_SUBKEY\" --chrome-client-state-key \"$
CHROME_CLIENT_STATE_KEY\" --binaries-clients-key \"$BINARIES_UPDATE_REGISTRY_SUB
KEY\""], |
| 91 ["kill_user_binaries", | 200 ["kill_user_binaries", |
| 92 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v
pv /f /reg:32"], | 201 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v
pv /f /reg:32"], |
| 93 ["kill_user_chrome", | 202 ["kill_user_chrome", |
| 94 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv
/f /reg:32"], | 203 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv
/f /reg:32"], |
| 95 ["launch_chrome_canary", | 204 ["launch_chrome_canary", |
| 96 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch
rome.exe\""], | 205 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch
rome.exe\""], |
| 97 ["launch_chrome_system", | 206 ["launch_chrome_system", |
| 98 "python launch_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome
.exe\""], | 207 "python launch_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome
.exe\""], |
| 99 ["launch_chrome_user", | 208 ["launch_chrome_user", |
| 100 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome
.exe\""], | 209 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome
.exe\""], |
| 101 ["quit_chrome_canary", | 210 ["quit_chrome_canary", |
| 102 "python quit_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chro
me.exe\""], | 211 "python quit_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chro
me.exe\""], |
| 103 ["quit_chrome_system", | 212 ["quit_chrome_system", |
| 104 "python quit_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.e
xe\""], | 213 "python quit_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.e
xe\""], |
| 105 ["quit_chrome_user", | 214 ["quit_chrome_user", |
| 106 "python quit_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.e
xe\""], | 215 "python quit_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.e
xe\""], |
| 216 ["uninstall_chrome_beta", |
| 217 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_BETA\""]
, |
| 107 ["uninstall_chrome_canary", | 218 ["uninstall_chrome_canary", |
| 108 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_SXS\""], | 219 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_SXS\""], |
| 220 ["uninstall_chrome_dev", |
| 221 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_DEV\""], |
| 109 ["uninstall_chrome_system", | 222 ["uninstall_chrome_system", |
| 110 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\" --syst
em-level"], | 223 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\" --syst
em-level"], |
| 111 ["uninstall_chrome_user", | 224 ["uninstall_chrome_user", |
| 112 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\""], | 225 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\""], |
| 113 ["update_chrome_canary", | 226 ["update_chrome_canary", |
| 114 "\"$NEXT_VERSION_MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-l
aunch-chrome"], | 227 "\"$NEXT_VERSION_MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-l
aunch-chrome"], |
| 115 ["update_chrome_system", | 228 ["update_chrome_system", |
| 116 "\"$NEXT_VERSION_MINI_INSTALLER\" --verbose-logging --system-level --do-not
-launch-chrome"], | 229 "\"$NEXT_VERSION_MINI_INSTALLER\" --verbose-logging --system-level --do-not
-launch-chrome"], |
| 117 ["update_chrome_user", | 230 ["update_chrome_user", |
| 118 "\"$NEXT_VERSION_MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"
] | 231 "\"$NEXT_VERSION_MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"
] |
| (...skipping 12 matching lines...) Expand all Loading... |
| 131 "name": "ChromeUserLevelUpdate", | 244 "name": "ChromeUserLevelUpdate", |
| 132 "description": "Verifies that user-level Chrome can be updated.", | 245 "description": "Verifies that user-level Chrome can be updated.", |
| 133 "traversal": [ | 246 "traversal": [ |
| 134 "no_pv", | 247 "no_pv", |
| 135 "install_chrome_user", "chrome_user_installed_not_inuse", | 248 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 136 "update_chrome_user", "chrome_user_updated_not_inuse", | 249 "update_chrome_user", "chrome_user_updated_not_inuse", |
| 137 "uninstall_chrome_user", "clean" | 250 "uninstall_chrome_user", "clean" |
| 138 ] | 251 ] |
| 139 }, | 252 }, |
| 140 { | 253 { |
| 254 "name": "ChromeBeta", |
| 255 "description": "Verifies that Chrome Beta can be installed and uninstalled
.", |
| 256 "condition": "'$BRAND' == 'Google Chrome'", |
| 257 "traversal": [ |
| 258 "no_pv", |
| 259 "install_chrome_beta", "chrome_beta_installed_not_inuse", |
| 260 "uninstall_chrome_beta", "clean" |
| 261 ] |
| 262 }, |
| 263 { |
| 141 "name": "ChromeCanary", | 264 "name": "ChromeCanary", |
| 142 "description": "Verifies that Chrome SxS can be installed and uninstalled.
", | 265 "description": "Verifies that Chrome SxS can be installed and uninstalled.
", |
| 143 "condition": "$SUPPORTS_SXS", | 266 "condition": "'$BRAND' == 'Google Chrome'", |
| 144 "traversal": [ | 267 "traversal": [ |
| 145 "no_pv", | 268 "no_pv", |
| 146 "install_chrome_canary", "chrome_canary_installed_not_inuse", | 269 "install_chrome_canary", "chrome_canary_installed_not_inuse", |
| 147 "uninstall_chrome_canary", "clean" | 270 "uninstall_chrome_canary", "clean" |
| 148 ] | 271 ] |
| 149 }, | 272 }, |
| 150 { | 273 { |
| 151 "name": "ChromeCanaryUpdate", | 274 "name": "ChromeCanaryUpdate", |
| 152 "description": "Verifies that Chrome SxS can be updated.", | 275 "description": "Verifies that Chrome SxS can be updated.", |
| 153 "condition": "$SUPPORTS_SXS", | 276 "condition": "'$BRAND' == 'Google Chrome'", |
| 154 "traversal": [ | 277 "traversal": [ |
| 155 "no_pv", | 278 "no_pv", |
| 156 "install_chrome_canary", "chrome_canary_installed_not_inuse", | 279 "install_chrome_canary", "chrome_canary_installed_not_inuse", |
| 157 "update_chrome_canary", "chrome_canary_updated_not_inuse", | 280 "update_chrome_canary", "chrome_canary_updated_not_inuse", |
| 158 "uninstall_chrome_canary", "clean" | 281 "uninstall_chrome_canary", "clean" |
| 159 ] | 282 ] |
| 160 }, | 283 }, |
| 161 { | 284 { |
| 285 "name": "ChromeDev", |
| 286 "description": "Verifies that Chrome Dev can be installed and uninstalled.
", |
| 287 "condition": "'$BRAND' == 'Google Chrome'", |
| 288 "traversal": [ |
| 289 "no_pv", |
| 290 "install_chrome_dev", "chrome_dev_installed_not_inuse", |
| 291 "uninstall_chrome_dev", "clean" |
| 292 ] |
| 293 }, |
| 294 { |
| 162 "name": "ChromeSystemLevel", | 295 "name": "ChromeSystemLevel", |
| 163 "description": "Verifies that system-level Chrome can be installed and uni
nstalled.", | 296 "description": "Verifies that system-level Chrome can be installed and uni
nstalled.", |
| 164 "traversal": [ | 297 "traversal": [ |
| 165 "no_pv", | 298 "no_pv", |
| 166 "install_chrome_system", "chrome_system_installed_not_inuse", | 299 "install_chrome_system", "chrome_system_installed_not_inuse", |
| 167 "uninstall_chrome_system", "clean" | 300 "uninstall_chrome_system", "clean" |
| 168 ] | 301 ] |
| 169 }, | 302 }, |
| 170 { | 303 { |
| 171 "name": "ChromeSystemLevelUpdate", | 304 "name": "ChromeSystemLevelUpdate", |
| 172 "description": "Verifies that system-level Chrome can be updated.", | 305 "description": "Verifies that system-level Chrome can be updated.", |
| 173 "traversal": [ | 306 "traversal": [ |
| 174 "no_pv", | 307 "no_pv", |
| 175 "install_chrome_system", "chrome_system_installed_not_inuse", | 308 "install_chrome_system", "chrome_system_installed_not_inuse", |
| 176 "update_chrome_system", "chrome_system_updated_not_inuse", | 309 "update_chrome_system", "chrome_system_updated_not_inuse", |
| 177 "uninstall_chrome_system", "clean" | 310 "uninstall_chrome_system", "clean" |
| 178 ] | 311 ] |
| 179 }, | 312 }, |
| 180 { | 313 { |
| 181 "name": "ChromeUserLevelWithCanary", | 314 "name": "AllChromeUserLevel", |
| 182 "description": "Verifies that user-level Chrome and Chrome SxS can be inst
alled simultaneously.", | 315 "description": "Verifies that user-level Chrome, Chrome Beta, Chrome Dev,
and Chrome SxS can all be installed simultaneously.", |
| 183 "condition": "$SUPPORTS_SXS", | 316 "condition": "'$BRAND' == 'Google Chrome'", |
| 184 "traversal": [ | 317 "traversal": [ |
| 185 "no_pv", | 318 "no_pv", |
| 186 "install_chrome_user", "chrome_user_installed_not_inuse", | 319 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 187 "install_chrome_canary", "chrome_user_and_canary_installed_not_inuse", | 320 "install_chrome_beta", "chrome_user_and_beta_installed_not_inuse", |
| 188 "uninstall_chrome_user", "chrome_canary_installed_not_inuse", | 321 "install_chrome_dev", "chrome_user_and_beta_and_dev_installed_not_inuse"
, |
| 322 "install_chrome_canary", "chrome_user_and_beta_and_dev_and_canary_instal
led_not_inuse", |
| 323 "uninstall_chrome_user", "chrome_beta_and_dev_and_canary_installed_not_i
nuse", |
| 324 "uninstall_chrome_beta", "chrome_dev_and_canary_installed_not_inuse", |
| 325 "uninstall_chrome_dev", "chrome_canary_installed_not_inuse", |
| 189 "uninstall_chrome_canary", "clean" | 326 "uninstall_chrome_canary", "clean" |
| 190 ] | 327 ] |
| 191 }, | 328 }, |
| 192 { | 329 { |
| 193 "name": "MigrateMultiSimple", | 330 "name": "MigrateMultiSimple", |
| 194 "description": "Verifies that an update on top of multi-install Chrome wil
l migrate.", | 331 "description": "Verifies that an update on top of multi-install Chrome wil
l migrate.", |
| 195 "traversal": [ | 332 "traversal": [ |
| 196 "no_pv", | 333 "no_pv", |
| 197 "install_chrome_user", "chrome_user_installed_not_inuse", | 334 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 198 "make_chrome_user_multi", "chrome_multi_user_installed_not_inuse", | 335 "make_chrome_user_multi", "chrome_multi_user_installed_not_inuse", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "no_pv", | 368 "no_pv", |
| 232 "install_chrome_user", "chrome_user_installed_not_inuse", | 369 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 233 "make_chrome_user_multi", "chrome_multi_user_installed_not_inuse", | 370 "make_chrome_user_multi", "chrome_multi_user_installed_not_inuse", |
| 234 "kill_user_binaries", "no_chrome_user_binaries", | 371 "kill_user_binaries", "no_chrome_user_binaries", |
| 235 "update_chrome_user", "chrome_user_updated_not_inuse", | 372 "update_chrome_user", "chrome_user_updated_not_inuse", |
| 236 "uninstall_chrome_user", "clean" | 373 "uninstall_chrome_user", "clean" |
| 237 ] | 374 ] |
| 238 } | 375 } |
| 239 ] | 376 ] |
| 240 } | 377 } |
| OLD | NEW |