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

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

Issue 1212893004: Write skia_unittests.isolate and enable swarming for skia_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert chromium.fyi.json per maruel@ Created 5 years, 5 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
OLDNEW
1 { 1 {
2 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 { 133 {
134 "test": "printing_unittests" 134 "test": "printing_unittests"
135 }, 135 },
136 { 136 {
137 "test": "remoting_unittests" 137 "test": "remoting_unittests"
138 }, 138 },
139 { 139 {
140 "test": "sandbox_linux_unittests" 140 "test": "sandbox_linux_unittests"
141 }, 141 },
142 { 142 {
143 "swarming": {
144 "can_use_on_swarming_builders": true
145 },
143 "test": "skia_unittests" 146 "test": "skia_unittests"
144 }, 147 },
145 { 148 {
146 "test": "sql_unittests" 149 "test": "sql_unittests"
147 }, 150 },
148 { 151 {
149 "test": "sync_unit_tests" 152 "test": "sync_unit_tests"
150 }, 153 },
151 { 154 {
152 "test": "ui_base_unittests" 155 "test": "ui_base_unittests"
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 { 344 {
342 "test": "printing_unittests" 345 "test": "printing_unittests"
343 }, 346 },
344 { 347 {
345 "test": "remoting_unittests" 348 "test": "remoting_unittests"
346 }, 349 },
347 { 350 {
348 "test": "sandbox_linux_unittests" 351 "test": "sandbox_linux_unittests"
349 }, 352 },
350 { 353 {
354 "swarming": {
355 "can_use_on_swarming_builders": true
356 },
351 "test": "skia_unittests" 357 "test": "skia_unittests"
352 }, 358 },
353 { 359 {
354 "test": "sql_unittests" 360 "test": "sql_unittests"
355 }, 361 },
356 { 362 {
357 "test": "sync_unit_tests" 363 "test": "sync_unit_tests"
358 }, 364 },
359 { 365 {
360 "test": "ui_base_unittests" 366 "test": "ui_base_unittests"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 { 484 {
479 "test": "ppapi_unittests" 485 "test": "ppapi_unittests"
480 }, 486 },
481 { 487 {
482 "test": "printing_unittests" 488 "test": "printing_unittests"
483 }, 489 },
484 { 490 {
485 "test": "remoting_unittests" 491 "test": "remoting_unittests"
486 }, 492 },
487 { 493 {
494 "swarming": {
495 "can_use_on_swarming_builders": true
496 },
488 "test": "skia_unittests" 497 "test": "skia_unittests"
489 }, 498 },
490 { 499 {
491 "test": "sql_unittests" 500 "test": "sql_unittests"
492 }, 501 },
493 { 502 {
494 "test": "sync_unit_tests" 503 "test": "sync_unit_tests"
495 }, 504 },
496 { 505 {
497 "test": "ui_base_unittests" 506 "test": "ui_base_unittests"
498 }, 507 },
499 { 508 {
500 "swarming": { 509 "swarming": {
501 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
502 }, 511 },
503 "test": "unit_tests" 512 "test": "unit_tests"
504 }, 513 },
505 { 514 {
506 "test": "url_unittests" 515 "test": "url_unittests"
507 } 516 }
508 ] 517 ]
509 } 518 }
510 } 519 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698