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

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

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 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
« no previous file with comments | « printing/printing_context_win.cc ('k') | ui/aura/BUILD.gn » ('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 "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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 { 341 {
342 "swarming": { 342 "swarming": {
343 "can_use_on_swarming_builders": true 343 "can_use_on_swarming_builders": true
344 }, 344 },
345 "test": "app_shell_unittests" 345 "test": "app_shell_unittests"
346 }, 346 },
347 { 347 {
348 "swarming": { 348 "swarming": {
349 "can_use_on_swarming_builders": true 349 "can_use_on_swarming_builders": true
350 }, 350 },
351 "test": "ash_unittests"
352 },
353 {
354 "swarming": {
355 "can_use_on_swarming_builders": true
356 },
357 "test": "aura_unittests" 351 "test": "aura_unittests"
358 }, 352 },
359 { 353 {
360 "swarming": { 354 "swarming": {
361 "can_use_on_swarming_builders": true 355 "can_use_on_swarming_builders": true
362 }, 356 },
363 "test": "base_unittests" 357 "test": "base_unittests"
364 }, 358 },
365 { 359 {
366 "swarming": { 360 "swarming": {
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "Win x64 GN": { 727 "Win x64 GN": {
734 "additional_compile_targets": [ 728 "additional_compile_targets": [
735 "gn_all" 729 "gn_all"
736 ] 730 ]
737 }, 731 },
738 "Win x64 GN (dbg)": { 732 "Win x64 GN (dbg)": {
739 "additional_compile_targets": [ 733 "additional_compile_targets": [
740 "accessibility_unittests", 734 "accessibility_unittests",
741 "app_list_unittests", 735 "app_list_unittests",
742 "app_shell_unittests", 736 "app_shell_unittests",
743 "ash_unittests",
744 "aura_unittests", 737 "aura_unittests",
745 "cacheinvalidation_unittests", 738 "cacheinvalidation_unittests",
746 "cast_unittests", 739 "cast_unittests",
747 "cc_unittests", 740 "cc_unittests",
748 "chrome", 741 "chrome",
749 "chrome_elf_unittests", 742 "chrome_elf_unittests",
750 "chromedriver_unittests", 743 "chromedriver_unittests",
751 "components_browsertests", 744 "components_browsertests",
752 "components_unittests", 745 "components_unittests",
753 "compositor_unittests", 746 "compositor_unittests",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 { 799 {
807 "swarming": { 800 "swarming": {
808 "can_use_on_swarming_builders": true 801 "can_use_on_swarming_builders": true
809 }, 802 },
810 "test": "app_shell_unittests" 803 "test": "app_shell_unittests"
811 }, 804 },
812 { 805 {
813 "swarming": { 806 "swarming": {
814 "can_use_on_swarming_builders": true 807 "can_use_on_swarming_builders": true
815 }, 808 },
816 "test": "ash_unittests"
817 },
818 {
819 "swarming": {
820 "can_use_on_swarming_builders": true
821 },
822 "test": "aura_unittests" 809 "test": "aura_unittests"
823 }, 810 },
824 { 811 {
825 "swarming": { 812 "swarming": {
826 "can_use_on_swarming_builders": true 813 "can_use_on_swarming_builders": true
827 }, 814 },
828 "test": "base_unittests" 815 "test": "base_unittests"
829 }, 816 },
830 { 817 {
831 "swarming": { 818 "swarming": {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 { 1194 {
1208 "swarming": { 1195 "swarming": {
1209 "can_use_on_swarming_builders": true 1196 "can_use_on_swarming_builders": true
1210 }, 1197 },
1211 "test": "app_shell_unittests" 1198 "test": "app_shell_unittests"
1212 }, 1199 },
1213 { 1200 {
1214 "swarming": { 1201 "swarming": {
1215 "can_use_on_swarming_builders": true 1202 "can_use_on_swarming_builders": true
1216 }, 1203 },
1217 "test": "ash_unittests"
1218 },
1219 {
1220 "swarming": {
1221 "can_use_on_swarming_builders": true
1222 },
1223 "test": "aura_unittests" 1204 "test": "aura_unittests"
1224 }, 1205 },
1225 { 1206 {
1226 "swarming": { 1207 "swarming": {
1227 "can_use_on_swarming_builders": true 1208 "can_use_on_swarming_builders": true
1228 }, 1209 },
1229 "test": "base_unittests" 1210 "test": "base_unittests"
1230 }, 1211 },
1231 { 1212 {
1232 "swarming": { 1213 "swarming": {
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 "can_use_on_swarming_builders": true 1533 "can_use_on_swarming_builders": true
1553 } 1534 }
1554 } 1535 }
1555 ] 1536 ]
1556 }, 1537 },
1557 "Win8 Aura": { 1538 "Win8 Aura": {
1558 "additional_compile_targets": [ 1539 "additional_compile_targets": [
1559 "accessibility_unittests", 1540 "accessibility_unittests",
1560 "app_list_unittests", 1541 "app_list_unittests",
1561 "app_shell_unittests", 1542 "app_shell_unittests",
1562 "ash_unittests",
1563 "aura_unittests", 1543 "aura_unittests",
1564 "cacheinvalidation_unittests", 1544 "cacheinvalidation_unittests",
1565 "cast_unittests", 1545 "cast_unittests",
1566 "cc_unittests", 1546 "cc_unittests",
1567 "chrome", 1547 "chrome",
1568 "chrome_elf_unittests", 1548 "chrome_elf_unittests",
1569 "chromedriver_unittests", 1549 "chromedriver_unittests",
1570 "components_browsertests", 1550 "components_browsertests",
1571 "components_unittests", 1551 "components_unittests",
1572 "compositor_unittests", 1552 "compositor_unittests",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 { 1643 {
1664 "test": "window_manager_unittests" 1644 "test": "window_manager_unittests"
1665 } 1645 }
1666 ] 1646 ]
1667 }, 1647 },
1668 "Win8 GN (dbg)": { 1648 "Win8 GN (dbg)": {
1669 "additional_compile_targets": [ 1649 "additional_compile_targets": [
1670 "accessibility_unittests", 1650 "accessibility_unittests",
1671 "app_list_unittests", 1651 "app_list_unittests",
1672 "app_shell_unittests", 1652 "app_shell_unittests",
1673 "ash_unittests",
1674 "aura_unittests", 1653 "aura_unittests",
1675 "cacheinvalidation_unittests", 1654 "cacheinvalidation_unittests",
1676 "cast_unittests", 1655 "cast_unittests",
1677 "cc_unittests", 1656 "cc_unittests",
1678 "chrome", 1657 "chrome",
1679 "chrome_elf_unittests", 1658 "chrome_elf_unittests",
1680 "chromedriver_unittests", 1659 "chromedriver_unittests",
1681 "components_browsertests", 1660 "components_browsertests",
1682 "components_unittests", 1661 "components_unittests",
1683 "compositor_unittests", 1662 "compositor_unittests",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2031 } 2010 }
2032 ], 2011 ],
2033 "scripts": [ 2012 "scripts": [
2034 { 2013 {
2035 "name": "nacl_integration", 2014 "name": "nacl_integration",
2036 "script": "nacl_integration.py" 2015 "script": "nacl_integration.py"
2037 } 2016 }
2038 ] 2017 ]
2039 } 2018 }
2040 } 2019 }
OLDNEW
« no previous file with comments | « printing/printing_context_win.cc ('k') | ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698