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

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

Issue 1213943002: Isolate extensions_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 { 65 {
66 "test": "display_unittests" 66 "test": "display_unittests"
67 }, 67 },
68 { 68 {
69 "swarming": { 69 "swarming": {
70 "can_use_on_swarming_builders": true 70 "can_use_on_swarming_builders": true
71 }, 71 },
72 "test": "extensions_browsertests" 72 "test": "extensions_browsertests"
73 }, 73 },
74 { 74 {
75 "swarming": {
76 "can_use_on_swarming_builders": true
77 },
75 "test": "extensions_unittests" 78 "test": "extensions_unittests"
76 }, 79 },
77 { 80 {
78 "test": "gcm_unit_tests" 81 "test": "gcm_unit_tests"
79 }, 82 },
80 { 83 {
81 "swarming": { 84 "swarming": {
82 "can_use_on_swarming_builders": true 85 "can_use_on_swarming_builders": true
83 }, 86 },
84 "test": "gfx_unittests" 87 "test": "gfx_unittests"
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "can_use_on_swarming_builders": true 504 "can_use_on_swarming_builders": true
502 }, 505 },
503 "test": "unit_tests" 506 "test": "unit_tests"
504 }, 507 },
505 { 508 {
506 "test": "url_unittests" 509 "test": "url_unittests"
507 } 510 }
508 ] 511 ]
509 } 512 }
510 } 513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698