Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: chrome/test/mini_installer/config/config.config

Issue 1804983002: Start/stop Chrome in the mini_installer test. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 27 matching lines...) Expand all
38 "chrome_system_not_installed.prop", 38 "chrome_system_not_installed.prop",
39 "chrome_user_inuse.prop", 39 "chrome_user_inuse.prop",
40 "chrome_canary_not_inuse.prop", 40 "chrome_canary_not_inuse.prop",
41 "chrome_system_not_inuse.prop"]], 41 "chrome_system_not_inuse.prop"]],
42 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop", 42 ["chrome_canary_installed_inuse", ["chrome_user_not_installed.prop",
43 "chrome_canary_installed.prop", 43 "chrome_canary_installed.prop",
44 "chrome_system_not_installed.prop", 44 "chrome_system_not_installed.prop",
45 "chrome_user_not_inuse.prop", 45 "chrome_user_not_inuse.prop",
46 "chrome_canary_inuse.prop", 46 "chrome_canary_inuse.prop",
47 "chrome_system_not_inuse.prop"]], 47 "chrome_system_not_inuse.prop"]],
48 ["chrome_user_and_canary_installed_user_inuse",
49 [
50 "chrome_user_installed.prop",
51 "chrome_canary_installed.prop",
52 "chrome_system_not_installed.prop",
53 "chrome_user_inuse.prop",
54 "chrome_canary_not_inuse.prop",
55 "chrome_system_not_inuse.prop"
56 ]
57 ],
48 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop", 58 ["chrome_system_installed_inuse", ["chrome_user_not_installed.prop",
49 "chrome_canary_not_installed.prop", 59 "chrome_canary_not_installed.prop",
50 "chrome_system_installed.prop", 60 "chrome_system_installed.prop",
51 "chrome_user_not_inuse.prop", 61 "chrome_user_not_inuse.prop",
52 "chrome_canary_not_inuse.prop", 62 "chrome_canary_not_inuse.prop",
53 "chrome_system_inuse.prop"]] 63 "chrome_system_inuse.prop"]]
54 ], 64 ],
55 "actions": [ 65 "actions": [
56 ["install_chrome_user", 66 ["install_chrome_user",
57 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la unch-chrome"], 67 "\"$MINI_INSTALLER\" --chrome --multi-install --verbose-logging --do-not-la unch-chrome"],
(...skipping 19 matching lines...) Expand all
77 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_SXS\""], 87 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME_SXS\""],
78 ["uninstall_chrome_system", 88 ["uninstall_chrome_system",
79 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\" --syst em-level"] 89 "python uninstall_chrome.py --chrome-long-name=\"$CHROME_LONG_NAME\" --syst em-level"]
80 ], 90 ],
81 "tests": [ 91 "tests": [
82 { 92 {
83 "name": "ChromeUserLevel", 93 "name": "ChromeUserLevel",
84 "traversal": [ 94 "traversal": [
85 "no_pv", 95 "no_pv",
86 "install_chrome_user", "chrome_user_installed_not_inuse", 96 "install_chrome_user", "chrome_user_installed_not_inuse",
97 "launch_chrome_user", "chrome_user_installed_inuse",
98 "quit_chrome_user", "chrome_user_installed_not_inuse",
87 "uninstall_chrome_user", "clean" 99 "uninstall_chrome_user", "clean"
88 ] 100 ]
89 }, 101 },
90 { 102 {
91 "name": "ChromeCanary", 103 "name": "ChromeCanary",
92 "condition": "$SUPPORTS_SXS", 104 "condition": "$SUPPORTS_SXS",
93 "traversal": [ 105 "traversal": [
94 "no_pv", 106 "no_pv",
95 "install_chrome_canary", "chrome_canary_installed_not_inuse", 107 "install_chrome_canary", "chrome_canary_installed_not_inuse",
108 "launch_chrome_canary", "chrome_canary_installed_inuse",
109 "quit_chrome_canary", "chrome_canary_installed_not_inuse",
96 "uninstall_chrome_canary", "clean" 110 "uninstall_chrome_canary", "clean"
97 ] 111 ]
98 }, 112 },
99 { 113 {
100 "name": "ChromeSystemLevel", 114 "name": "ChromeSystemLevel",
101 "traversal": [ 115 "traversal": [
102 "no_pv", 116 "no_pv",
103 "install_chrome_system", "chrome_system_installed_not_inuse", 117 "install_chrome_system", "chrome_system_installed_not_inuse",
118 "launch_chrome_system", "chrome_system_installed_inuse",
119 "quit_chrome_system", "chrome_system_installed_not_inuse",
104 "uninstall_chrome_system", "clean" 120 "uninstall_chrome_system", "clean"
105 ] 121 ]
106 }, 122 },
107 { 123 {
108 "name": "ChromeUserLevelWithCanary", 124 "name": "ChromeUserLevelWithCanary",
109 "condition": "$SUPPORTS_SXS", 125 "condition": "$SUPPORTS_SXS",
110 "traversal": [ 126 "traversal": [
111 "no_pv", 127 "no_pv",
112 "install_chrome_user", "chrome_user_installed_not_inuse", 128 "install_chrome_user", "chrome_user_installed_not_inuse",
113 "install_chrome_canary", "chrome_user_and_canary_installed_not_inuse", 129 "install_chrome_canary", "chrome_user_and_canary_installed_not_inuse",
130 "launch_chrome_user", "chrome_user_and_canary_installed_user_inuse",
131 "quit_chrome_user", "chrome_user_and_canary_installed_not_inuse",
114 "uninstall_chrome_user", "chrome_canary_installed_not_inuse", 132 "uninstall_chrome_user", "chrome_canary_installed_not_inuse",
115 "uninstall_chrome_canary", "clean" 133 "uninstall_chrome_canary", "clean"
116 ] 134 ]
117 } 135 }
118 ] 136 ]
119 } 137 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698