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

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

Issue 875353004: Isolate crypto_unittests (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.fyi.json ('k') | testing/buildbot/chromium.mac.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "swarming": { 55 "swarming": {
56 "can_use_on_swarming_builders": true 56 "can_use_on_swarming_builders": true
57 } 57 }
58 }, 58 },
59 { 59 {
60 "test": "content_unittests", 60 "test": "content_unittests",
61 "swarming": { 61 "swarming": {
62 "can_use_on_swarming_builders": true 62 "can_use_on_swarming_builders": true
63 } 63 }
64 }, 64 },
65 "crypto_unittests", 65 {
66 "test": "crypto_unittests",
67 "swarming": {
68 "can_use_on_swarming_builders": true
69 }
70 },
66 "dbus_unittests", 71 "dbus_unittests",
67 "device_unittests", 72 "device_unittests",
68 "display_unittests", 73 "display_unittests",
69 { 74 {
70 "test": "events_unittests", 75 "test": "events_unittests",
71 "swarming": { 76 "swarming": {
72 "can_use_on_swarming_builders": true 77 "can_use_on_swarming_builders": true
73 } 78 }
74 }, 79 },
75 { 80 {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "swarming": { 238 "swarming": {
234 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
235 } 240 }
236 }, 241 },
237 { 242 {
238 "test": "content_unittests", 243 "test": "content_unittests",
239 "swarming": { 244 "swarming": {
240 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
241 } 246 }
242 }, 247 },
243 "crypto_unittests", 248 {
249 "test": "crypto_unittests",
250 "swarming": {
251 "can_use_on_swarming_builders": true
252 }
253 },
244 "dbus_unittests", 254 "dbus_unittests",
245 "device_unittests", 255 "device_unittests",
246 "display_unittests", 256 "display_unittests",
247 { 257 {
248 "test": "events_unittests", 258 "test": "events_unittests",
249 "swarming": { 259 "swarming": {
250 "can_use_on_swarming_builders": true 260 "can_use_on_swarming_builders": true
251 } 261 }
252 }, 262 },
253 { 263 {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "swarming": { 401 "swarming": {
392 "can_use_on_swarming_builders": true 402 "can_use_on_swarming_builders": true
393 } 403 }
394 }, 404 },
395 { 405 {
396 "test": "content_unittests", 406 "test": "content_unittests",
397 "swarming": { 407 "swarming": {
398 "can_use_on_swarming_builders": true 408 "can_use_on_swarming_builders": true
399 } 409 }
400 }, 410 },
401 "crypto_unittests", 411 {
412 "test": "crypto_unittests",
413 "swarming": {
414 "can_use_on_swarming_builders": true
415 }
416 },
402 "dbus_unittests", 417 "dbus_unittests",
403 "device_unittests", 418 "device_unittests",
404 "display_unittests", 419 "display_unittests",
405 { 420 {
406 "test": "events_unittests", 421 "test": "events_unittests",
407 "swarming": { 422 "swarming": {
408 "can_use_on_swarming_builders": true 423 "can_use_on_swarming_builders": true
409 } 424 }
410 }, 425 },
411 { 426 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "nacl_loader_unittests", 549 "nacl_loader_unittests",
535 "sandbox_linux_unittests", 550 "sandbox_linux_unittests",
536 "sql_unittests", 551 "sql_unittests",
537 "sync_unit_tests", 552 "sync_unit_tests",
538 "ui_base_unittests", 553 "ui_base_unittests",
539 "unit_tests", 554 "unit_tests",
540 "skia_unittests" 555 "skia_unittests"
541 ] 556 ]
542 } 557 }
543 } 558 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698