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

Side by Side Diff: testing/buildbot/chromium.win.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 "Vista Tests (1)": { 2 "Vista 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 }, 324 },
325 "test": "courgette_unittests" 325 "test": "courgette_unittests"
326 }, 326 },
327 { 327 {
328 "swarming": { 328 "swarming": {
329 "can_use_on_swarming_builders": true 329 "can_use_on_swarming_builders": true
330 }, 330 },
331 "test": "crypto_unittests" 331 "test": "crypto_unittests"
332 }, 332 },
333 { 333 {
334 "swarming": {
335 "can_use_on_swarming_builders": true
336 },
334 "test": "device_unittests" 337 "test": "device_unittests"
335 }, 338 },
336 { 339 {
337 "swarming": { 340 "swarming": {
338 "can_use_on_swarming_builders": true 341 "can_use_on_swarming_builders": true
339 }, 342 },
340 "test": "events_unittests" 343 "test": "events_unittests"
341 }, 344 },
342 { 345 {
343 "swarming": { 346 "swarming": {
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 }, 708 },
706 "test": "courgette_unittests" 709 "test": "courgette_unittests"
707 }, 710 },
708 { 711 {
709 "swarming": { 712 "swarming": {
710 "can_use_on_swarming_builders": true 713 "can_use_on_swarming_builders": true
711 }, 714 },
712 "test": "crypto_unittests" 715 "test": "crypto_unittests"
713 }, 716 },
714 { 717 {
718 "swarming": {
719 "can_use_on_swarming_builders": true
720 },
715 "test": "device_unittests" 721 "test": "device_unittests"
716 }, 722 },
717 { 723 {
718 "swarming": { 724 "swarming": {
719 "can_use_on_swarming_builders": true 725 "can_use_on_swarming_builders": true
720 }, 726 },
721 "test": "events_unittests" 727 "test": "events_unittests"
722 }, 728 },
723 { 729 {
724 "swarming": { 730 "swarming": {
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 "name": "telemetry_perf_unittests", 1527 "name": "telemetry_perf_unittests",
1522 "script": "telemetry_perf_unittests.py" 1528 "script": "telemetry_perf_unittests.py"
1523 }, 1529 },
1524 { 1530 {
1525 "name": "nacl_integration", 1531 "name": "nacl_integration",
1526 "script": "nacl_integration.py" 1532 "script": "nacl_integration.py"
1527 } 1533 }
1528 ] 1534 ]
1529 } 1535 }
1530 } 1536 }
OLDNEW
« testing/buildbot/chromium.fyi.json ('K') | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698