| 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_canary_no_pv.prop", | 4 "chrome_canary_no_pv.prop", |
| 5 "chrome_system_no_pv.prop"]], | 5 "chrome_system_no_pv.prop"]], |
| 6 ["clean", ["chrome_user_not_installed.prop", | 6 ["clean", ["chrome_user_not_installed.prop", |
| 7 "chrome_canary_not_installed.prop", | 7 "chrome_canary_not_installed.prop", |
| 8 "chrome_system_not_installed.prop", | 8 "chrome_system_not_installed.prop", |
| 9 "chrome_user_not_inuse.prop", | 9 "chrome_user_not_inuse.prop", |
| 10 "chrome_canary_not_inuse.prop", | 10 "chrome_canary_not_inuse.prop", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "chrome_user_not_inuse.prop", | 52 "chrome_user_not_inuse.prop", |
| 53 "chrome_canary_inuse.prop", | 53 "chrome_canary_inuse.prop", |
| 54 "chrome_system_not_inuse.prop"]], | 54 "chrome_system_not_inuse.prop"]], |
| 55 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", | 55 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", |
| 56 "chrome_canary_not_installed.prop", | 56 "chrome_canary_not_installed.prop", |
| 57 "chrome_system_installed.prop", | 57 "chrome_system_installed.prop", |
| 58 "chrome_user_not_inuse.prop", | 58 "chrome_user_not_inuse.prop", |
| 59 "chrome_canary_not_inuse.prop", | 59 "chrome_canary_not_inuse.prop", |
| 60 "chrome_system_inuse.prop"]], | 60 "chrome_system_inuse.prop"]], |
| 61 ["no_chrome_user", ["chrome_user_killed.prop"]], | 61 ["no_chrome_user", ["chrome_user_killed.prop"]], |
| 62 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]] | 62 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]], |
| 63 ["chrome_user_updated_not_inuse", ["chrome_user_updated.prop", |
| 64 "chrome_canary_not_installed.prop", |
| 65 "chrome_system_not_installed.prop", |
| 66 "chrome_user_not_inuse.prop", |
| 67 "chrome_canary_not_inuse.prop", |
| 68 "chrome_system_not_inuse.prop"]], |
| 69 ["chrome_canary_updated_not_inuse", ["chrome_user_not_installed.prop", |
| 70 "chrome_canary_updated.prop", |
| 71 "chrome_system_not_installed.prop", |
| 72 "chrome_user_not_inuse.prop", |
| 73 "chrome_canary_not_inuse.prop", |
| 74 "chrome_system_not_inuse.prop"]], |
| 75 ["chrome_system_updated_not_inuse", ["chrome_user_not_installed.prop", |
| 76 "chrome_canary_not_installed.prop", |
| 77 "chrome_system_updated.prop", |
| 78 "chrome_user_not_inuse.prop", |
| 79 "chrome_canary_not_inuse.prop", |
| 80 "chrome_system_not_inuse.prop"]] |
| 63 ], | 81 ], |
| 64 "actions": [ | 82 "actions": [ |
| 65 ["delete_user_chrome_lastrun", | 83 ["delete_user_chrome_lastrun", |
| 66 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_CLIENT_STATE_KEY\" /v lastrun
/f /reg:32"], | 84 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_CLIENT_STATE_KEY\" /v lastrun
/f /reg:32"], |
| 67 ["install_chrome_user", | 85 ["install_chrome_user", |
| 68 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la
unch-chrome"], | 86 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la
unch-chrome"], |
| 87 ["update_chrome_user", |
| 88 "\"$NEXT_VERSION_MINI_INSTALLER\" --multi-install --verbose-logging --do-no
t-launch-chrome"], |
| 69 ["install_chrome_canary", | 89 ["install_chrome_canary", |
| 70 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome"
], | 90 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome"
], |
| 91 ["update_chrome_canary", |
| 92 "\"$NEXT_VERSION_MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-l
aunch-chrome"], |
| 71 ["install_chrome_single_user", | 93 ["install_chrome_single_user", |
| 72 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], | 94 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], |
| 73 ["install_chrome_system", | 95 ["install_chrome_system", |
| 74 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-le
vel --do-not-launch-chrome"], | 96 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-le
vel --do-not-launch-chrome"], |
| 97 ["update_chrome_system", |
| 98 "\"$NEXT_VERSION_MINI_INSTALLER\" --multi-install --verbose-logging --syste
m-level --do-not-launch-chrome"], |
| 75 ["kill_user_binaries", | 99 ["kill_user_binaries", |
| 76 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v
pv /f /reg:32"], | 100 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v
pv /f /reg:32"], |
| 77 ["kill_user_chrome", | 101 ["kill_user_chrome", |
| 78 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv
/f /reg:32"], | 102 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv
/f /reg:32"], |
| 79 ["launch_chrome_user", | 103 ["launch_chrome_user", |
| 80 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome
.exe\""], | 104 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome
.exe\""], |
| 81 ["launch_chrome_canary", | 105 ["launch_chrome_canary", |
| 82 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch
rome.exe\""], | 106 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch
rome.exe\""], |
| 83 ["launch_chrome_system", | 107 ["launch_chrome_system", |
| 84 "python launch_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome
.exe\""], | 108 "python launch_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome
.exe\""], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 { | 197 { |
| 174 "name": "ChromeUserLevel", | 198 "name": "ChromeUserLevel", |
| 175 "description": "Verifies that multi-install user-level Chrome can be insta
lled and uninstalled.", | 199 "description": "Verifies that multi-install user-level Chrome can be insta
lled and uninstalled.", |
| 176 "traversal": [ | 200 "traversal": [ |
| 177 "no_pv", | 201 "no_pv", |
| 178 "install_chrome_user", "chrome_user_installed_not_inuse", | 202 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 179 "uninstall_chrome_user", "clean" | 203 "uninstall_chrome_user", "clean" |
| 180 ] | 204 ] |
| 181 }, | 205 }, |
| 182 { | 206 { |
| 207 "name": "ChromeUserLevelUpdate", |
| 208 "description": "Verifies that multi-install user-level Chrome can be updat
ed.", |
| 209 "traversal": [ |
| 210 "no_pv", |
| 211 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 212 "update_chrome_user", "chrome_user_updated_not_inuse", |
| 213 "uninstall_chrome_user", "clean" |
| 214 ] |
| 215 }, |
| 216 { |
| 183 "name": "ChromeCanary", | 217 "name": "ChromeCanary", |
| 184 "description": "Verifies that Chrome SxS can be installed and uninstalled.
", | 218 "description": "Verifies that Chrome SxS can be installed and uninstalled.
", |
| 185 "condition": "$SUPPORTS_SXS", | 219 "condition": "$SUPPORTS_SXS", |
| 186 "traversal": [ | 220 "traversal": [ |
| 187 "no_pv", | 221 "no_pv", |
| 188 "install_chrome_canary", "chrome_canary_installed_not_inuse", | 222 "install_chrome_canary", "chrome_canary_installed_not_inuse", |
| 189 "uninstall_chrome_canary", "clean" | 223 "uninstall_chrome_canary", "clean" |
| 190 ] | 224 ] |
| 191 }, | 225 }, |
| 192 { | 226 { |
| 227 "name": "ChromeCanaryUpdate", |
| 228 "description": "Verifies that Chrome SxS can be updated.", |
| 229 "condition": "$SUPPORTS_SXS", |
| 230 "traversal": [ |
| 231 "no_pv", |
| 232 "install_chrome_canary", "chrome_canary_installed_not_inuse", |
| 233 "update_chrome_canary", "chrome_canary_updated_not_inuse", |
| 234 "uninstall_chrome_canary", "clean" |
| 235 ] |
| 236 }, |
| 237 { |
| 193 "name": "ChromeSystemLevel", | 238 "name": "ChromeSystemLevel", |
| 194 "description": "Verifies that multi-install system-level Chrome can be ins
talled and uninstalled.", | 239 "description": "Verifies that multi-install system-level Chrome can be ins
talled and uninstalled.", |
| 195 "traversal": [ | 240 "traversal": [ |
| 196 "no_pv", | 241 "no_pv", |
| 197 "install_chrome_system", "chrome_system_installed_not_inuse", | 242 "install_chrome_system", "chrome_system_installed_not_inuse", |
| 198 "uninstall_chrome_system", "clean" | 243 "uninstall_chrome_system", "clean" |
| 199 ] | 244 ] |
| 200 }, | 245 }, |
| 201 { | 246 { |
| 247 "name": "ChromeSystemLevelUpdate", |
| 248 "description": "Verifies that multi-install system-level Chrome can be upd
ated.", |
| 249 "traversal": [ |
| 250 "no_pv", |
| 251 "install_chrome_system", "chrome_system_installed_not_inuse", |
| 252 "update_chrome_system", "chrome_system_updated_not_inuse", |
| 253 "uninstall_chrome_system", "clean" |
| 254 ] |
| 255 }, |
| 256 { |
| 202 "name": "ChromeUserLevelWithCanary", | 257 "name": "ChromeUserLevelWithCanary", |
| 203 "description": "Verifies that multi-install user-level Chrome and Chrome S
xS can be installed simultaneously.", | 258 "description": "Verifies that multi-install user-level Chrome and Chrome S
xS can be installed simultaneously.", |
| 204 "condition": "$SUPPORTS_SXS", | 259 "condition": "$SUPPORTS_SXS", |
| 205 "traversal": [ | 260 "traversal": [ |
| 206 "no_pv", | 261 "no_pv", |
| 207 "install_chrome_user", "chrome_user_installed_not_inuse", | 262 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 208 "install_chrome_canary", "chrome_user_and_canary_installed_not_inuse", | 263 "install_chrome_canary", "chrome_user_and_canary_installed_not_inuse", |
| 209 "uninstall_chrome_user", "chrome_canary_installed_not_inuse", | 264 "uninstall_chrome_user", "chrome_canary_installed_not_inuse", |
| 210 "uninstall_chrome_canary", "clean" | 265 "uninstall_chrome_canary", "clean" |
| 211 ] | 266 ] |
| 212 } | 267 } |
| 213 ] | 268 ] |
| 214 } | 269 } |
| OLD | NEW |