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

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

Issue 620093004: Added test spec for ChromiumOS builders in chromium.memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_shell_browsertests", 5 "app_shell_browsertests",
6 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "sync_unit_tests", 168 "sync_unit_tests",
169 "ui_unittests", 169 "ui_unittests",
170 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 170 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
171 ] 171 ]
172 }, 172 },
173 "Mac ASan 64 Tests (3)": { 173 "Mac ASan 64 Tests (3)": {
174 "gtest_tests": [ 174 "gtest_tests": [
175 "interactive_ui_tests", 175 "interactive_ui_tests",
176 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 176 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
177 ] 177 ]
178 },
179 "Linux Chromium OS ASan LSan Tests (1)": {
180 "gtest_tests": [
181 "ash_unittests",
182 "aura_unittests",
183 "base_unittests",
184 "cacheinvalidation_unittests",
185 "chromeos_unittests",
186 "compositor_unittests",
187 "content_browsertests",
188 "crypto_unittests",
189 "events_unittests",
190 "gcm_unit_tests",
191 "gpu_unittests",
192 "jingle_unittests",
193 "media_unittests",
194 "ppapi_unittests",
195 "printing_unittests",
196 "remoting_unittests",
197 "url_unittests",
198 "views_unittests",
199 {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
200 ]
201 },
202 "Linux Chromium OS ASan LSan Tests (2)": {
203 "gtest_tests": [
204 "interactive_ui_tests",
205 "net_unittests",
206 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
207 ]
208 },
209 "Linux Chromium OS ASan LSan Tests (3)": {
210 "gtest_tests": [
211 "accessibility_unittests",
212 "app_list_unittests",
213 "athena_unittests",
214 "cast_unittests",
215 "components_unittests",
216 "device_unittests",
217 "display_unittests",
218 "gfx_unittests",
219 "google_apis_unittests",
220 "message_center_unittests",
221 "nacl_loader_unittests",
222 "sandbox_linux_unittests",
223 "ipc_tests",
Michael Achenbach 2014/10/02 14:09:22 nit: alpha-sort
224 "sync_unittests",
225 "unit_tests",
226 "sql_unittests",
227 "ui_unittests",
228 "content_unittests",
229 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
230 ]
178 } 231 }
179 } 232 }
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