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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.json

Issue 896253003: Add test specs for TSan bots on the MFYI bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 "Linux MSan Tests": { 2 "Linux MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }, 124 },
125 "Linux ChromeOS MSan Browser (2)": { 125 "Linux ChromeOS MSan Browser (2)": {
126 "gtest_tests": [ 126 "gtest_tests": [
127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 127 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
128 ] 128 ]
129 }, 129 },
130 "Linux ChromeOS MSan Browser (3)": { 130 "Linux ChromeOS MSan Browser (3)": {
131 "gtest_tests": [ 131 "gtest_tests": [
132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
133 ] 133 ]
134 },
135 "Linux TSan Tests": {
136 "gtest_tests": [
137 "accessibility_unittests",
138 "app_list_unittests",
139 "aura_unittests",
140 "base_unittests",
141 "cacheinvalidation_unittests",
142 "cast_unittests",
143 "chromedriver_unittests",
144 "components_unittests",
145 "content_unittests",
146 "crypto_unittests",
147 "dbus_unittests",
148 "device_unittests",
149 "display_unittests",
150 "events_unittests",
151 "extensions_unittests",
152 "gcm_unit_tests",
153 "gfx_unittests",
154 "google_apis_unittests",
155 "gpu_unittests",
156 "ipc_mojo_unittests",
157 "ipc_tests",
158 "jingle_unittests",
159 "media_unittests",
160 "mojo_common_unittests",
161 "mojo_public_bindings_unittests",
162 "mojo_public_environment_unittests",
163 "mojo_public_system_unittests",
164 "mojo_public_utility_unittests",
165 "mojo_system_unittests",
jam 2015/02/05 21:12:06 take out the mojo tests (other than mojo_common_un
Alexander Potapenko 2015/02/06 12:35:07 I've copied these from "Linux MSan Tests" above. W
166 "net_unittests",
167 "ppapi_unittests",
168 "printing_unittests",
169 "remoting_unittests",
170 "sandbox_linux_unittests",
171 "skia_unittests",
172 "sql_unittests",
173 "sync_unit_tests",
174 "ui_base_unittests",
175 "ui_touch_selection_unittests",
176 "unit_tests",
177 "url_unittests",
178 "views_unittests",
179 "wm_unittests"
180 ],
181 "disabled_tests": {
182 "app_shell_browsertests": "http://crbug.com/455633",
183 "cc_unittests": "http://crbug.com/437454",
184 "content_browsertests":
185 "Too many errors, clean browser_tests first. http://crbug.com/368525",
186 "interactive_ui_tests": "http://crbug.com/455679"
187 }
188 },
189 "Linux TSan Browser": {
jam 2015/02/05 21:12:06 The model now is to have one bot which runs the te
Alexander Potapenko 2015/02/06 12:35:07 I was going to first mimic the current non-recipes
190 "gtest_tests": [
191 {"test": "browser_tests"}
192 ]
134 } 193 }
135 } 194 }
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