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

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

Issue 837243002: Reland "skia: Add 'skia_unittests' test suite for this directory." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "test": "net_unittests", 53 "test": "net_unittests",
54 "swarming": { 54 "swarming": {
55 "can_use_on_swarming_builders": true, 55 "can_use_on_swarming_builders": true,
56 "shards": 4 56 "shards": 4
57 } 57 }
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 "sandbox_linux_unittests", 62 "sandbox_linux_unittests",
63 "skia_unittests",
63 "sql_unittests", 64 "sql_unittests",
64 "sync_unit_tests", 65 "sync_unit_tests",
65 "ui_base_unittests", 66 "ui_base_unittests",
66 { 67 {
67 "test": "unit_tests", 68 "test": "unit_tests",
68 "swarming": { 69 "swarming": {
69 "can_use_on_swarming_builders": true, 70 "can_use_on_swarming_builders": true,
70 "shards": 2 71 "shards": 2
71 } 72 }
72 }, 73 },
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "media_unittests", 203 "media_unittests",
203 { 204 {
204 "test": "net_unittests", 205 "test": "net_unittests",
205 "swarming": { 206 "swarming": {
206 "can_use_on_swarming_builders": true 207 "can_use_on_swarming_builders": true
207 } 208 }
208 }, 209 },
209 "ppapi_unittests", 210 "ppapi_unittests",
210 "printing_unittests", 211 "printing_unittests",
211 "remoting_unittests", 212 "remoting_unittests",
213 "skia_unittests",
212 "sql_unittests", 214 "sql_unittests",
213 "sync_unit_tests", 215 "sync_unit_tests",
214 "ui_base_unittests", 216 "ui_base_unittests",
215 { 217 {
216 "test": "unit_tests", 218 "test": "unit_tests",
217 "swarming": { 219 "swarming": {
218 "can_use_on_swarming_builders": true 220 "can_use_on_swarming_builders": true
219 } 221 }
220 }, 222 },
221 "url_unittests" 223 "url_unittests"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "test": "net_unittests", 289 "test": "net_unittests",
288 "swarming": { 290 "swarming": {
289 "can_use_on_swarming_builders": true, 291 "can_use_on_swarming_builders": true,
290 "shards": 4 292 "shards": 4
291 } 293 }
292 }, 294 },
293 "ppapi_unittests", 295 "ppapi_unittests",
294 "printing_unittests", 296 "printing_unittests",
295 "remoting_unittests", 297 "remoting_unittests",
296 "sandbox_linux_unittests", 298 "sandbox_linux_unittests",
299 "skia_unittests",
297 "sql_unittests", 300 "sql_unittests",
298 "sync_unit_tests", 301 "sync_unit_tests",
299 { 302 {
300 "test": "unit_tests", 303 "test": "unit_tests",
301 "swarming": { 304 "swarming": {
302 "can_use_on_swarming_builders": true, 305 "can_use_on_swarming_builders": true,
303 "shards": 2 306 "shards": 2
304 } 307 }
305 }, 308 },
306 "ui_base_unittests", 309 "ui_base_unittests",
307 "ui_chromeos_unittests", 310 "ui_chromeos_unittests",
308 "ui_touch_selection_unittests", 311 "ui_touch_selection_unittests",
309 "url_unittests", 312 "url_unittests",
310 "views_unittests" 313 "views_unittests"
311 ] 314 ]
312 } 315 }
313 } 316 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698