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

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: linux libosmesa 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "crypto_unittests", 60 "crypto_unittests",
61 "dbus_unittests", 61 "dbus_unittests",
62 "device_unittests", 62 "device_unittests",
63 "display_unittests", 63 "display_unittests",
64 { 64 {
65 "test": "events_unittests", 65 "test": "events_unittests",
66 "swarming": { 66 "swarming": {
67 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
68 } 68 }
69 }, 69 },
70 "extensions_browsertests", 70 {
71 "test": "extensions_browsertests",
72 "swarming": {
73 "can_use_on_swarming_builders": true
74 }
75 },
71 "extensions_unittests", 76 "extensions_unittests",
72 "gcm_unit_tests", 77 "gcm_unit_tests",
73 { 78 {
74 "test": "gfx_unittests", 79 "test": "gfx_unittests",
75 "swarming": { 80 "swarming": {
76 "can_use_on_swarming_builders": true 81 "can_use_on_swarming_builders": true
77 } 82 }
78 }, 83 },
79 "google_apis_unittests", 84 "google_apis_unittests",
80 { 85 {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "crypto_unittests", 233 "crypto_unittests",
229 "dbus_unittests", 234 "dbus_unittests",
230 "device_unittests", 235 "device_unittests",
231 "display_unittests", 236 "display_unittests",
232 { 237 {
233 "test": "events_unittests", 238 "test": "events_unittests",
234 "swarming": { 239 "swarming": {
235 "can_use_on_swarming_builders": true 240 "can_use_on_swarming_builders": true
236 } 241 }
237 }, 242 },
238 "extensions_browsertests", 243 {
244 "test": "extensions_browsertests",
245 "swarming": {
246 "can_use_on_swarming_builders": true
247 }
248 },
239 "extensions_unittests", 249 "extensions_unittests",
240 "gcm_unit_tests", 250 "gcm_unit_tests",
241 { 251 {
242 "test": "gfx_unittests", 252 "test": "gfx_unittests",
243 "swarming": { 253 "swarming": {
244 "can_use_on_swarming_builders": true 254 "can_use_on_swarming_builders": true
245 } 255 }
246 }, 256 },
247 "google_apis_unittests", 257 "google_apis_unittests",
248 { 258 {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "crypto_unittests", 386 "crypto_unittests",
377 "dbus_unittests", 387 "dbus_unittests",
378 "device_unittests", 388 "device_unittests",
379 "display_unittests", 389 "display_unittests",
380 { 390 {
381 "test": "events_unittests", 391 "test": "events_unittests",
382 "swarming": { 392 "swarming": {
383 "can_use_on_swarming_builders": true 393 "can_use_on_swarming_builders": true
384 } 394 }
385 }, 395 },
386 "extensions_browsertests", 396 {
397 "test": "extensions_browsertests",
398 "swarming": {
399 "can_use_on_swarming_builders": true
400 }
401 },
387 "extensions_unittests", 402 "extensions_unittests",
388 "gcm_unit_tests", 403 "gcm_unit_tests",
389 { 404 {
390 "test": "gfx_unittests", 405 "test": "gfx_unittests",
391 "swarming": { 406 "swarming": {
392 "can_use_on_swarming_builders": true 407 "can_use_on_swarming_builders": true
393 } 408 }
394 }, 409 },
395 "google_apis_unittests", 410 "google_apis_unittests",
396 { 411 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "nacl_loader_unittests", 519 "nacl_loader_unittests",
505 "sandbox_linux_unittests", 520 "sandbox_linux_unittests",
506 "sql_unittests", 521 "sql_unittests",
507 "sync_unit_tests", 522 "sync_unit_tests",
508 "ui_base_unittests", 523 "ui_base_unittests",
509 "unit_tests", 524 "unit_tests",
510 "skia_unittests" 525 "skia_unittests"
511 ] 526 ]
512 } 527 }
513 } 528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698