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

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

Issue 869783004: Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add wow_helper for Vista x64 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.chromiumos.json ('k') | testing/buildbot/chromium.webkit.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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "crypto_unittests", 54 "crypto_unittests",
55 "dbus_unittests", 55 "dbus_unittests",
56 "device_unittests", 56 "device_unittests",
57 "display_unittests", 57 "display_unittests",
58 { 58 {
59 "test": "events_unittests", 59 "test": "events_unittests",
60 "swarming": { 60 "swarming": {
61 "can_use_on_swarming_builders": true 61 "can_use_on_swarming_builders": true
62 } 62 }
63 }, 63 },
64 "extensions_browsertests", 64 {
65 "test": "extensions_browsertests",
66 "swarming": {
67 "can_use_on_swarming_builders": true
68 }
69 },
65 "extensions_unittests", 70 "extensions_unittests",
66 "gcm_unit_tests", 71 "gcm_unit_tests",
67 { 72 {
68 "test": "gfx_unittests", 73 "test": "gfx_unittests",
69 "swarming": { 74 "swarming": {
70 "can_use_on_swarming_builders": true 75 "can_use_on_swarming_builders": true
71 } 76 }
72 }, 77 },
73 "google_apis_unittests", 78 "google_apis_unittests",
74 { 79 {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "crypto_unittests", 227 "crypto_unittests",
223 "dbus_unittests", 228 "dbus_unittests",
224 "device_unittests", 229 "device_unittests",
225 "display_unittests", 230 "display_unittests",
226 { 231 {
227 "test": "events_unittests", 232 "test": "events_unittests",
228 "swarming": { 233 "swarming": {
229 "can_use_on_swarming_builders": true 234 "can_use_on_swarming_builders": true
230 } 235 }
231 }, 236 },
232 "extensions_browsertests", 237 {
238 "test": "extensions_browsertests",
239 "swarming": {
240 "can_use_on_swarming_builders": true
241 }
242 },
233 "extensions_unittests", 243 "extensions_unittests",
234 "gcm_unit_tests", 244 "gcm_unit_tests",
235 { 245 {
236 "test": "gfx_unittests", 246 "test": "gfx_unittests",
237 "swarming": { 247 "swarming": {
238 "can_use_on_swarming_builders": true 248 "can_use_on_swarming_builders": true
239 } 249 }
240 }, 250 },
241 "google_apis_unittests", 251 "google_apis_unittests",
242 { 252 {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "crypto_unittests", 380 "crypto_unittests",
371 "dbus_unittests", 381 "dbus_unittests",
372 "device_unittests", 382 "device_unittests",
373 "display_unittests", 383 "display_unittests",
374 { 384 {
375 "test": "events_unittests", 385 "test": "events_unittests",
376 "swarming": { 386 "swarming": {
377 "can_use_on_swarming_builders": true 387 "can_use_on_swarming_builders": true
378 } 388 }
379 }, 389 },
380 "extensions_browsertests", 390 {
391 "test": "extensions_browsertests",
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 }
395 },
381 "extensions_unittests", 396 "extensions_unittests",
382 "gcm_unit_tests", 397 "gcm_unit_tests",
383 { 398 {
384 "test": "gfx_unittests", 399 "test": "gfx_unittests",
385 "swarming": { 400 "swarming": {
386 "can_use_on_swarming_builders": true 401 "can_use_on_swarming_builders": true
387 } 402 }
388 }, 403 },
389 "google_apis_unittests", 404 "google_apis_unittests",
390 { 405 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "nacl_loader_unittests", 513 "nacl_loader_unittests",
499 "sandbox_linux_unittests", 514 "sandbox_linux_unittests",
500 "sql_unittests", 515 "sql_unittests",
501 "sync_unit_tests", 516 "sync_unit_tests",
502 "ui_base_unittests", 517 "ui_base_unittests",
503 "unit_tests", 518 "unit_tests",
504 "skia_unittests" 519 "skia_unittests"
505 ] 520 ]
506 } 521 }
507 } 522 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698