Chromium Code Reviews| 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_user_not_updated.prop", | |
|
grt (UTC plus 2)
2016/08/01 15:08:16
since this is a pure subset of what chrome_user_no
fdoray
2016/08/01 15:53:13
Done.
| |
| 7 "chrome_canary_not_installed.prop", | 8 "chrome_canary_not_installed.prop", |
| 8 "chrome_system_not_installed.prop", | 9 "chrome_system_not_installed.prop", |
| 10 "chrome_system_not_updated.prop", | |
| 9 "chrome_user_not_inuse.prop", | 11 "chrome_user_not_inuse.prop", |
| 10 "chrome_canary_not_inuse.prop", | 12 "chrome_canary_not_inuse.prop", |
| 11 "chrome_system_not_inuse.prop"]], | 13 "chrome_system_not_inuse.prop"]], |
| 12 ["chrome_user_installed_not_inuse", ["chrome_user_installed.prop", | 14 ["chrome_user_installed_not_inuse", ["chrome_user_installed.prop", |
| 15 "chrome_user_not_updated.prop", | |
| 13 "chrome_canary_not_installed.prop", | 16 "chrome_canary_not_installed.prop", |
| 14 "chrome_system_not_installed.prop", | 17 "chrome_system_not_installed.prop", |
| 18 "chrome_system_not_updated.prop", | |
| 15 "chrome_user_not_inuse.prop", | 19 "chrome_user_not_inuse.prop", |
| 16 "chrome_canary_not_inuse.prop", | 20 "chrome_canary_not_inuse.prop", |
| 17 "chrome_system_not_inuse.prop"]], | 21 "chrome_system_not_inuse.prop"]], |
| 18 ["chrome_canary_installed_not_inuse", ["chrome_user_not_installed.prop", | 22 ["chrome_canary_installed_not_inuse", ["chrome_user_not_installed.prop", |
| 23 "chrome_user_not_updated.prop", | |
| 19 "chrome_canary_installed.prop", | 24 "chrome_canary_installed.prop", |
| 20 "chrome_system_not_installed.prop", | 25 "chrome_system_not_installed.prop", |
| 26 "chrome_system_not_updated.prop", | |
| 21 "chrome_user_not_inuse.prop", | 27 "chrome_user_not_inuse.prop", |
| 22 "chrome_canary_not_inuse.prop", | 28 "chrome_canary_not_inuse.prop", |
| 23 "chrome_system_not_inuse.prop"]], | 29 "chrome_system_not_inuse.prop"]], |
| 24 ["chrome_single_user_installed_not_inuse", | 30 ["chrome_single_user_installed_not_inuse", |
| 25 ["chrome_single_user_installed.prop", | 31 ["chrome_single_user_installed.prop", |
| 26 "chrome_canary_not_installed.prop", | 32 "chrome_canary_not_installed.prop", |
| 27 "chrome_system_not_installed.prop", | 33 "chrome_system_not_installed.prop", |
| 34 "chrome_system_not_updated.prop", | |
| 28 "chrome_user_not_inuse.prop", | 35 "chrome_user_not_inuse.prop", |
| 29 "chrome_canary_not_inuse.prop", | 36 "chrome_canary_not_inuse.prop", |
| 30 "chrome_system_not_inuse.prop"]], | 37 "chrome_system_not_inuse.prop"]], |
| 31 ["chrome_system_installed_not_inuse", ["chrome_user_not_installed.prop", | 38 ["chrome_system_installed_not_inuse", ["chrome_user_not_installed.prop", |
| 39 "chrome_user_not_updated.prop", | |
| 32 "chrome_canary_not_installed.prop", | 40 "chrome_canary_not_installed.prop", |
| 33 "chrome_system_installed.prop", | 41 "chrome_system_installed.prop", |
| 42 "chrome_system_not_updated.prop", | |
| 34 "chrome_user_not_inuse.prop", | 43 "chrome_user_not_inuse.prop", |
| 35 "chrome_canary_not_inuse.prop", | 44 "chrome_canary_not_inuse.prop", |
| 36 "chrome_system_not_inuse.prop"]], | 45 "chrome_system_not_inuse.prop"]], |
| 37 ["chrome_user_and_canary_installed_not_inuse", ["chrome_user_installed.prop" , | 46 ["chrome_user_and_canary_installed_not_inuse", ["chrome_user_installed.prop" , |
| 47 "chrome_user_not_updated.prop", | |
| 38 "chrome_canary_installed.prop", | 48 "chrome_canary_installed.prop", |
| 39 "chrome_system_not_installed.prop", | 49 "chrome_system_not_installed.prop", |
| 50 "chrome_system_not_updated.prop", | |
| 40 "chrome_user_not_inuse.prop", | 51 "chrome_user_not_inuse.prop", |
| 41 "chrome_canary_not_inuse.prop", | 52 "chrome_canary_not_inuse.prop", |
| 42 "chrome_system_not_inuse.prop"]], | 53 "chrome_system_not_inuse.prop"]], |
| 43 ["chrome_user_installed_inuse", ["chrome_user_installed.prop", | 54 ["chrome_user_installed_inuse", ["chrome_user_installed.prop", |
| 55 "chrome_user_not_updated.prop", | |
| 44 "chrome_canary_not_installed.prop", | 56 "chrome_canary_not_installed.prop", |
| 45 "chrome_system_not_installed.prop", | 57 "chrome_system_not_installed.prop", |
| 58 "chrome_system_not_updated.prop", | |
| 46 "chrome_user_inuse.prop", | 59 "chrome_user_inuse.prop", |
| 47 "chrome_canary_not_inuse.prop", | 60 "chrome_canary_not_inuse.prop", |
| 48 "chrome_system_not_inuse.prop"]], | 61 "chrome_system_not_inuse.prop"]], |
| 49 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", | 62 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", |
| 63 "chrome_user_not_updated.prop", | |
| 50 "chrome_canary_installed.prop", | 64 "chrome_canary_installed.prop", |
| 51 "chrome_system_not_installed.prop", | 65 "chrome_system_not_installed.prop", |
| 66 "chrome_system_not_updated.prop", | |
| 52 "chrome_user_not_inuse.prop", | 67 "chrome_user_not_inuse.prop", |
| 53 "chrome_canary_inuse.prop", | 68 "chrome_canary_inuse.prop", |
| 54 "chrome_system_not_inuse.prop"]], | 69 "chrome_system_not_inuse.prop"]], |
| 55 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", | 70 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", |
| 71 "chrome_user_not_updated.prop", | |
| 56 "chrome_canary_not_installed.prop", | 72 "chrome_canary_not_installed.prop", |
| 57 "chrome_system_installed.prop", | 73 "chrome_system_installed.prop", |
| 74 "chrome_system_not_updated.prop", | |
| 58 "chrome_user_not_inuse.prop", | 75 "chrome_user_not_inuse.prop", |
| 59 "chrome_canary_not_inuse.prop", | 76 "chrome_canary_not_inuse.prop", |
| 60 "chrome_system_inuse.prop"]], | 77 "chrome_system_inuse.prop"]], |
| 61 ["no_chrome_user", ["chrome_user_killed.prop"]], | 78 ["no_chrome_user", ["chrome_user_killed.prop"]], |
| 62 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]] | 79 ["no_chrome_user_binaries", ["chrome_user_binaries_killed.prop"]], |
| 80 ["chrome_user_updated_not_inuse", ["chrome_user_updated.prop", | |
| 81 "chrome_canary_not_installed.prop", | |
| 82 "chrome_system_not_installed.prop", | |
| 83 "chrome_system_not_updated.prop", | |
| 84 "chrome_user_not_inuse.prop", | |
| 85 "chrome_canary_not_inuse.prop", | |
| 86 "chrome_system_not_inuse.prop"]], | |
| 87 ["chrome_system_updated_not_inuse", ["chrome_user_not_installed.prop", | |
| 88 "chrome_user_not_updated.prop", | |
| 89 "chrome_canary_not_installed.prop", | |
| 90 "chrome_system_updated.prop", | |
| 91 "chrome_user_not_inuse.prop", | |
| 92 "chrome_canary_not_inuse.prop", | |
| 93 "chrome_system_not_inuse.prop"]] | |
| 63 ], | 94 ], |
| 64 "actions": [ | 95 "actions": [ |
| 65 ["delete_user_chrome_lastrun", | 96 ["delete_user_chrome_lastrun", |
| 66 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_CLIENT_STATE_KEY\" /v lastrun /f /reg:32"], | 97 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_CLIENT_STATE_KEY\" /v lastrun /f /reg:32"], |
| 67 ["install_chrome_user", | 98 ["install_chrome_user", |
| 68 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la unch-chrome"], | 99 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la unch-chrome"], |
| 100 ["update_chrome_user", | |
| 101 "\"$NEXT_VERSION_MINI_INSTALLER\" --multi-install --verbose-logging --do-no t-launch-chrome"], | |
| 69 ["install_chrome_canary", | 102 ["install_chrome_canary", |
| 70 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome" ], | 103 "\"$MINI_INSTALLER\" --chrome-sxs --verbose-logging --do-not-launch-chrome" ], |
| 71 ["install_chrome_single_user", | 104 ["install_chrome_single_user", |
| 72 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], | 105 "\"$MINI_INSTALLER\" --verbose-logging --do-not-launch-chrome"], |
| 73 ["install_chrome_system", | 106 ["install_chrome_system", |
| 74 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-le vel --do-not-launch-chrome"], | 107 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --system-le vel --do-not-launch-chrome"], |
| 108 ["update_chrome_system", | |
| 109 "\"$NEXT_VERSION_MINI_INSTALLER\" --multi-install --verbose-logging --syste m-level --do-not-launch-chrome"], | |
| 75 ["kill_user_binaries", | 110 ["kill_user_binaries", |
| 76 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v pv /f /reg:32"], | 111 "reg.exe delete \"HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY\" /v pv /f /reg:32"], |
| 77 ["kill_user_chrome", | 112 ["kill_user_chrome", |
| 78 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv /f /reg:32"], | 113 "reg.exe delete \"HKEY_CURRENT_USER\\$CHROME_UPDATE_REGISTRY_SUBKEY\" /v pv /f /reg:32"], |
| 79 ["launch_chrome_user", | 114 ["launch_chrome_user", |
| 80 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome .exe\""], | 115 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome .exe\""], |
| 81 ["launch_chrome_canary", | 116 ["launch_chrome_canary", |
| 82 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch rome.exe\""], | 117 "python launch_chrome.py \"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\ch rome.exe\""], |
| 83 ["launch_chrome_system", | 118 ["launch_chrome_system", |
| 84 "python launch_chrome.py \"$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome .exe\""], | 119 "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 { | 208 { |
| 174 "name": "ChromeUserLevel", | 209 "name": "ChromeUserLevel", |
| 175 "description": "Verifies that multi-install user-level Chrome can be insta lled and uninstalled.", | 210 "description": "Verifies that multi-install user-level Chrome can be insta lled and uninstalled.", |
| 176 "traversal": [ | 211 "traversal": [ |
| 177 "no_pv", | 212 "no_pv", |
| 178 "install_chrome_user", "chrome_user_installed_not_inuse", | 213 "install_chrome_user", "chrome_user_installed_not_inuse", |
| 179 "uninstall_chrome_user", "clean" | 214 "uninstall_chrome_user", "clean" |
| 180 ] | 215 ] |
| 181 }, | 216 }, |
| 182 { | 217 { |
| 218 "name": "ChromeUserLevelUpdate", | |
| 219 "description": "Verifies that multi-install user-level Chrome can be updat ed.", | |
| 220 "traversal": [ | |
| 221 "no_pv", | |
| 222 "install_chrome_user", "chrome_user_installed_not_inuse", | |
| 223 "update_chrome_user", "chrome_user_updated_not_inuse", | |
| 224 "uninstall_chrome_user", "clean" | |
| 225 ] | |
| 226 }, | |
| 227 { | |
| 183 "name": "ChromeCanary", | 228 "name": "ChromeCanary", |
| 184 "description": "Verifies that Chrome SxS can be installed and uninstalled. ", | 229 "description": "Verifies that Chrome SxS can be installed and uninstalled. ", |
| 185 "condition": "$SUPPORTS_SXS", | 230 "condition": "$SUPPORTS_SXS", |
| 186 "traversal": [ | 231 "traversal": [ |
| 187 "no_pv", | 232 "no_pv", |
| 188 "install_chrome_canary", "chrome_canary_installed_not_inuse", | 233 "install_chrome_canary", "chrome_canary_installed_not_inuse", |
| 189 "uninstall_chrome_canary", "clean" | 234 "uninstall_chrome_canary", "clean" |
| 190 ] | 235 ] |
| 191 }, | 236 }, |
| 192 { | 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 |