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

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

Issue 1217563004: Isolate device_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "swarming": { 72 "swarming": {
73 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
74 }, 74 },
75 "test": "crypto_unittests" 75 "test": "crypto_unittests"
76 }, 76 },
77 { 77 {
78 "test": "dbus_unittests" 78 "test": "dbus_unittests"
79 }, 79 },
80 { 80 {
81 "swarming": {
82 "can_use_on_swarming_builders": true
83 },
81 "test": "device_unittests" 84 "test": "device_unittests"
82 }, 85 },
83 { 86 {
84 "test": "display_unittests" 87 "test": "display_unittests"
85 }, 88 },
86 { 89 {
87 "swarming": { 90 "swarming": {
88 "can_use_on_swarming_builders": true 91 "can_use_on_swarming_builders": true
89 }, 92 },
90 "test": "events_unittests" 93 "test": "events_unittests"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 { 284 {
282 "swarming": { 285 "swarming": {
283 "can_use_on_swarming_builders": true 286 "can_use_on_swarming_builders": true
284 }, 287 },
285 "test": "crypto_unittests" 288 "test": "crypto_unittests"
286 }, 289 },
287 { 290 {
288 "test": "dbus_unittests" 291 "test": "dbus_unittests"
289 }, 292 },
290 { 293 {
294 "swarming": {
295 "can_use_on_swarming_builders": true
296 },
291 "test": "device_unittests" 297 "test": "device_unittests"
292 }, 298 },
293 { 299 {
294 "test": "display_unittests" 300 "test": "display_unittests"
295 }, 301 },
296 { 302 {
297 "swarming": { 303 "swarming": {
298 "can_use_on_swarming_builders": true 304 "can_use_on_swarming_builders": true
299 }, 305 },
300 "test": "events_unittests" 306 "test": "events_unittests"
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 { 498 {
493 "swarming": { 499 "swarming": {
494 "can_use_on_swarming_builders": true 500 "can_use_on_swarming_builders": true
495 }, 501 },
496 "test": "crypto_unittests" 502 "test": "crypto_unittests"
497 }, 503 },
498 { 504 {
499 "test": "dbus_unittests" 505 "test": "dbus_unittests"
500 }, 506 },
501 { 507 {
508 "swarming": {
509 "can_use_on_swarming_builders": true
510 },
502 "test": "device_unittests" 511 "test": "device_unittests"
503 }, 512 },
504 { 513 {
505 "test": "display_unittests" 514 "test": "display_unittests"
506 }, 515 },
507 { 516 {
508 "swarming": { 517 "swarming": {
509 "can_use_on_swarming_builders": true 518 "can_use_on_swarming_builders": true
510 }, 519 },
511 "test": "events_unittests" 520 "test": "events_unittests"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 }, 616 },
608 { 617 {
609 "test": "views_unittests" 618 "test": "views_unittests"
610 }, 619 },
611 { 620 {
612 "test": "wm_unittests" 621 "test": "wm_unittests"
613 } 622 }
614 ] 623 ]
615 } 624 }
616 } 625 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698