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

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

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 Created 4 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.mac.json ('k') | testing/buildbot/chromium_trybot.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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }, 56 },
57 "test": "cast_unittests" 57 "test": "cast_unittests"
58 }, 58 },
59 { 59 {
60 "swarming": { 60 "swarming": {
61 "can_use_on_swarming_builders": true 61 "can_use_on_swarming_builders": true
62 }, 62 },
63 "test": "cc_unittests" 63 "test": "cc_unittests"
64 }, 64 },
65 { 65 {
66 "swarming": {
67 "can_use_on_swarming_builders": true
68 },
69 "test": "chrome_app_unittests"
70 },
71 {
66 "test": "chrome_elf_unittests" 72 "test": "chrome_elf_unittests"
67 }, 73 },
68 { 74 {
69 "swarming": { 75 "swarming": {
70 "can_use_on_swarming_builders": true 76 "can_use_on_swarming_builders": true
71 }, 77 },
72 "test": "chromedriver_unittests" 78 "test": "chromedriver_unittests"
73 }, 79 },
74 { 80 {
75 "swarming": { 81 "swarming": {
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 }, 569 },
564 "test": "cast_unittests" 570 "test": "cast_unittests"
565 }, 571 },
566 { 572 {
567 "swarming": { 573 "swarming": {
568 "can_use_on_swarming_builders": true 574 "can_use_on_swarming_builders": true
569 }, 575 },
570 "test": "cc_unittests" 576 "test": "cc_unittests"
571 }, 577 },
572 { 578 {
579 "swarming": {
580 "can_use_on_swarming_builders": true
581 },
582 "test": "chrome_app_unittests"
583 },
584 {
573 "test": "chrome_elf_unittests" 585 "test": "chrome_elf_unittests"
574 }, 586 },
575 { 587 {
576 "swarming": { 588 "swarming": {
577 "can_use_on_swarming_builders": true 589 "can_use_on_swarming_builders": true
578 }, 590 },
579 "test": "chromedriver_unittests" 591 "test": "chromedriver_unittests"
580 }, 592 },
581 { 593 {
582 "swarming": { 594 "swarming": {
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 }, 976 },
965 "test": "cast_unittests" 977 "test": "cast_unittests"
966 }, 978 },
967 { 979 {
968 "swarming": { 980 "swarming": {
969 "can_use_on_swarming_builders": true 981 "can_use_on_swarming_builders": true
970 }, 982 },
971 "test": "cc_unittests" 983 "test": "cc_unittests"
972 }, 984 },
973 { 985 {
986 "swarming": {
987 "can_use_on_swarming_builders": true
988 },
989 "test": "chrome_app_unittests"
990 },
991 {
974 "test": "chrome_elf_unittests" 992 "test": "chrome_elf_unittests"
975 }, 993 },
976 { 994 {
977 "swarming": { 995 "swarming": {
978 "can_use_on_swarming_builders": true 996 "can_use_on_swarming_builders": true
979 }, 997 },
980 "test": "chromedriver_unittests" 998 "test": "chromedriver_unittests"
981 }, 999 },
982 { 1000 {
983 "swarming": { 1001 "swarming": {
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "sync_integration_tests", 1451 "sync_integration_tests",
1434 "sync_unit_tests", 1452 "sync_unit_tests",
1435 "ui_base_unittests", 1453 "ui_base_unittests",
1436 "ui_touch_selection_unittests", 1454 "ui_touch_selection_unittests",
1437 "url_unittests", 1455 "url_unittests",
1438 "views_unittests", 1456 "views_unittests",
1439 "wm_unittests" 1457 "wm_unittests"
1440 ] 1458 ]
1441 } 1459 }
1442 } 1460 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698