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

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

Issue 876633002: Revert of Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 { 64 "extensions_browsertests",
65 "test": "extensions_browsertests",
66 "swarming": {
67 "can_use_on_swarming_builders": true
68 }
69 },
70 "extensions_unittests", 65 "extensions_unittests",
71 "gcm_unit_tests", 66 "gcm_unit_tests",
72 { 67 {
73 "test": "gfx_unittests", 68 "test": "gfx_unittests",
74 "swarming": { 69 "swarming": {
75 "can_use_on_swarming_builders": true 70 "can_use_on_swarming_builders": true
76 } 71 }
77 }, 72 },
78 "google_apis_unittests", 73 "google_apis_unittests",
79 { 74 {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "crypto_unittests", 222 "crypto_unittests",
228 "dbus_unittests", 223 "dbus_unittests",
229 "device_unittests", 224 "device_unittests",
230 "display_unittests", 225 "display_unittests",
231 { 226 {
232 "test": "events_unittests", 227 "test": "events_unittests",
233 "swarming": { 228 "swarming": {
234 "can_use_on_swarming_builders": true 229 "can_use_on_swarming_builders": true
235 } 230 }
236 }, 231 },
237 { 232 "extensions_browsertests",
238 "test": "extensions_browsertests",
239 "swarming": {
240 "can_use_on_swarming_builders": true
241 }
242 },
243 "extensions_unittests", 233 "extensions_unittests",
244 "gcm_unit_tests", 234 "gcm_unit_tests",
245 { 235 {
246 "test": "gfx_unittests", 236 "test": "gfx_unittests",
247 "swarming": { 237 "swarming": {
248 "can_use_on_swarming_builders": true 238 "can_use_on_swarming_builders": true
249 } 239 }
250 }, 240 },
251 "google_apis_unittests", 241 "google_apis_unittests",
252 { 242 {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "crypto_unittests", 370 "crypto_unittests",
381 "dbus_unittests", 371 "dbus_unittests",
382 "device_unittests", 372 "device_unittests",
383 "display_unittests", 373 "display_unittests",
384 { 374 {
385 "test": "events_unittests", 375 "test": "events_unittests",
386 "swarming": { 376 "swarming": {
387 "can_use_on_swarming_builders": true 377 "can_use_on_swarming_builders": true
388 } 378 }
389 }, 379 },
390 { 380 "extensions_browsertests",
391 "test": "extensions_browsertests",
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 }
395 },
396 "extensions_unittests", 381 "extensions_unittests",
397 "gcm_unit_tests", 382 "gcm_unit_tests",
398 { 383 {
399 "test": "gfx_unittests", 384 "test": "gfx_unittests",
400 "swarming": { 385 "swarming": {
401 "can_use_on_swarming_builders": true 386 "can_use_on_swarming_builders": true
402 } 387 }
403 }, 388 },
404 "google_apis_unittests", 389 "google_apis_unittests",
405 { 390 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "nacl_loader_unittests", 498 "nacl_loader_unittests",
514 "sandbox_linux_unittests", 499 "sandbox_linux_unittests",
515 "sql_unittests", 500 "sql_unittests",
516 "sync_unit_tests", 501 "sync_unit_tests",
517 "ui_base_unittests", 502 "ui_base_unittests",
518 "unit_tests", 503 "unit_tests",
519 "skia_unittests" 504 "skia_unittests"
520 ] 505 ]
521 } 506 }
522 } 507 }
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