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

Side by Side Diff: testing/buildbot/chromium.memory.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 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 53 },
54 "test": "content_unittests" 54 "test": "content_unittests"
55 }, 55 },
56 { 56 {
57 "swarming": { 57 "swarming": {
58 "can_use_on_swarming_builders": true 58 "can_use_on_swarming_builders": true
59 }, 59 },
60 "test": "crypto_unittests" 60 "test": "crypto_unittests"
61 }, 61 },
62 { 62 {
63 "swarming": {
64 "can_use_on_swarming_builders": true
65 },
63 "test": "device_unittests" 66 "test": "device_unittests"
64 }, 67 },
65 { 68 {
66 "test": "display_unittests" 69 "test": "display_unittests"
67 }, 70 },
68 { 71 {
69 "swarming": { 72 "swarming": {
70 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
71 }, 74 },
72 "test": "extensions_browsertests" 75 "test": "extensions_browsertests"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 }, 258 },
256 "test": "content_unittests" 259 "test": "content_unittests"
257 }, 260 },
258 { 261 {
259 "swarming": { 262 "swarming": {
260 "can_use_on_swarming_builders": true 263 "can_use_on_swarming_builders": true
261 }, 264 },
262 "test": "crypto_unittests" 265 "test": "crypto_unittests"
263 }, 266 },
264 { 267 {
268 "swarming": {
269 "can_use_on_swarming_builders": true
270 },
265 "test": "device_unittests" 271 "test": "device_unittests"
266 }, 272 },
267 { 273 {
268 "test": "display_unittests" 274 "test": "display_unittests"
269 }, 275 },
270 { 276 {
271 "swarming": { 277 "swarming": {
272 "can_use_on_swarming_builders": true 278 "can_use_on_swarming_builders": true
273 }, 279 },
274 "test": "events_unittests" 280 "test": "events_unittests"
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "can_use_on_swarming_builders": true 507 "can_use_on_swarming_builders": true
502 }, 508 },
503 "test": "unit_tests" 509 "test": "unit_tests"
504 }, 510 },
505 { 511 {
506 "test": "url_unittests" 512 "test": "url_unittests"
507 } 513 }
508 ] 514 ]
509 } 515 }
510 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698