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

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

Issue 1818373004: Run tests on the Win8 Aura bot under swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix label in gn_isolate_map Created 4 years, 9 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 | « mojo/services/network/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1619 } 1619 }
1620 } 1620 }
1621 ] 1621 ]
1622 }, 1622 },
1623 "Win8 Aura": { 1623 "Win8 Aura": {
1624 "additional_compile_targets": [ 1624 "additional_compile_targets": [
1625 "accessibility_unittests", 1625 "accessibility_unittests",
1626 "app_list_unittests", 1626 "app_list_unittests",
1627 "app_shell_unittests", 1627 "app_shell_unittests",
1628 "ash_shell_with_content", 1628 "ash_shell_with_content",
1629 "ash_unittests",
1630 "aura_unittests", 1629 "aura_unittests",
1631 "battor_agent", 1630 "battor_agent",
1632 "cacheinvalidation_unittests", 1631 "cacheinvalidation_unittests",
1633 "cast_unittests", 1632 "cast_unittests",
1634 "cc_unittests", 1633 "cc_unittests",
1635 "chrome", 1634 "chrome",
1636 "chrome_elf_unittests", 1635 "chrome_elf_unittests",
1637 "chromedriver_unittests", 1636 "chromedriver_unittests",
1638 "components_browsertests", 1637 "components_browsertests",
1639 "components_unittests", 1638 "components_unittests",
1640 "compositor_unittests", 1639 "compositor_unittests",
1641 "content_unittests", 1640 "content_unittests",
1642 "courgette_unittests", 1641 "courgette_unittests",
1643 "crypto_unittests", 1642 "crypto_unittests",
1644 "device_unittests", 1643 "device_unittests",
1645 "extensions_browsertests", 1644 "extensions_browsertests",
1646 "extensions_unittests", 1645 "extensions_unittests",
1647 "gcm_unit_tests", 1646 "gcm_unit_tests",
1648 "gfx_unittests", 1647 "gfx_unittests",
1649 "google_apis_unittests", 1648 "google_apis_unittests",
1650 "gpu_unittests", 1649 "gpu_unittests",
1651 "interactive_ui_tests", 1650 "interactive_ui_tests",
1652 "ipc_mojo_unittests",
1653 "ipc_tests", 1651 "ipc_tests",
1654 "jingle_unittests", 1652 "jingle_unittests",
1655 "keyboard_unittests", 1653 "keyboard_unittests",
1656 "mash:all", 1654 "mash:all",
1657 "media_unittests", 1655 "media_unittests",
1658 "media_blink_unittests", 1656 "media_blink_unittests",
1659 "message_center_unittests", 1657 "message_center_unittests",
1660 "ppapi_unittests", 1658 "ppapi_unittests",
1661 "printing_unittests", 1659 "printing_unittests",
1662 "remoting_all", 1660 "remoting_all",
1663 "sbox_integration_tests", 1661 "sbox_integration_tests",
1664 "sbox_unittests", 1662 "sbox_unittests",
1665 "sbox_validation_tests", 1663 "sbox_validation_tests",
1666 "skia_unittests", 1664 "skia_unittests",
1667 "sql_unittests", 1665 "sql_unittests",
1668 "sync_integration_tests", 1666 "sync_integration_tests",
1669 "sync_unit_tests", 1667 "sync_unit_tests",
1670 "ui_base_unittests", 1668 "ui_base_unittests",
1671 "url_unittests", 1669 "url_unittests",
1672 "views_unittests", 1670 "views_unittests",
1673 "wm_unittests" 1671 "wm_unittests"
1674 ], 1672 ],
1675 "gtest_tests": [ 1673 "gtest_tests": [
1676 { 1674 {
1675 "swarming": {
1676 "can_use_on_swarming_builders": true
1677 },
1677 "test": "ash_unittests" 1678 "test": "ash_unittests"
1678 }, 1679 },
1679 { 1680 {
1681 "swarming": {
1682 "can_use_on_swarming_builders": true
1683 },
1680 "test": "battor_agent_unittests" 1684 "test": "battor_agent_unittests"
1681 }, 1685 },
1682 { 1686 {
1683 "swarming": { 1687 "swarming": {
1684 "can_use_on_swarming_builders": true 1688 "can_use_on_swarming_builders": true
1685 }, 1689 },
1686 "test": "content_browsertests" 1690 "test": "content_browsertests"
1687 }, 1691 },
1688 { 1692 {
1689 "swarming": { 1693 "swarming": {
1690 "can_use_on_swarming_builders": true 1694 "can_use_on_swarming_builders": true
1691 }, 1695 },
1692 "test": "events_unittests" 1696 "test": "events_unittests"
1693 }, 1697 },
1694 { 1698 {
1699 "swarming": {
1700 "can_use_on_swarming_builders": true
1701 },
1695 "test": "ipc_mojo_unittests" 1702 "test": "ipc_mojo_unittests"
1696 }, 1703 },
1697 { 1704 {
1705 "swarming": {
1706 "can_use_on_swarming_builders": true
1707 },
1698 "test": "mojo_common_unittests" 1708 "test": "mojo_common_unittests"
1699 }, 1709 },
1700 { 1710 {
1711 "swarming": {
1712 "can_use_on_swarming_builders": true
1713 },
1701 "test": "mojo_public_application_unittests" 1714 "test": "mojo_public_application_unittests"
1702 }, 1715 },
1703 { 1716 {
1717 "swarming": {
1718 "can_use_on_swarming_builders": true
1719 },
1704 "test": "mojo_public_bindings_unittests" 1720 "test": "mojo_public_bindings_unittests"
1705 }, 1721 },
1706 { 1722 {
1723 "swarming": {
1724 "can_use_on_swarming_builders": true
1725 },
1707 "test": "mojo_public_system_unittests" 1726 "test": "mojo_public_system_unittests"
1708 }, 1727 },
1709 { 1728 {
1729 "swarming": {
1730 "can_use_on_swarming_builders": true
1731 },
1710 "test": "mojo_runner_host_unittests" 1732 "test": "mojo_runner_host_unittests"
1711 }, 1733 },
1712 { 1734 {
1735 "swarming": {
1736 "can_use_on_swarming_builders": true
1737 },
1713 "test": "mojo_shell_unittests" 1738 "test": "mojo_shell_unittests"
1714 }, 1739 },
1715 { 1740 {
1741 "swarming": {
1742 "can_use_on_swarming_builders": true
1743 },
1716 "test": "mojo_surfaces_lib_unittests" 1744 "test": "mojo_surfaces_lib_unittests"
1717 }, 1745 },
1718 { 1746 {
1747 "swarming": {
1748 "can_use_on_swarming_builders": true
1749 },
1719 "test": "mojo_system_unittests" 1750 "test": "mojo_system_unittests"
1720 }, 1751 },
1721 { 1752 {
1753 "swarming": {
1754 "can_use_on_swarming_builders": true
1755 },
1722 "test": "mojo_view_manager_lib_unittests" 1756 "test": "mojo_view_manager_lib_unittests"
1723 }, 1757 },
1724 { 1758 {
1759 "swarming": {
1760 "can_use_on_swarming_builders": true
1761 },
1725 "test": "mash_unittests" 1762 "test": "mash_unittests"
1726 }, 1763 },
1727 { 1764 {
1765 "swarming": {
1766 "can_use_on_swarming_builders": true
1767 },
1728 "test": "mus_ws_unittests" 1768 "test": "mus_ws_unittests"
1729 }, 1769 },
1730 { 1770 {
1771 "swarming": {
1772 "can_use_on_swarming_builders": true
1773 },
1731 "test": "network_service_unittests" 1774 "test": "network_service_unittests"
1732 }, 1775 },
1733 { 1776 {
1777 "swarming": {
1778 "can_use_on_swarming_builders": true
1779 },
1734 "test": "resource_provider_unittests" 1780 "test": "resource_provider_unittests"
1735 }, 1781 },
1736 { 1782 {
1783 "swarming": {
1784 "can_use_on_swarming_builders": true
1785 },
1737 "test": "ui_touch_selection_unittests" 1786 "test": "ui_touch_selection_unittests"
1738 } 1787 }
1739 ] 1788 ]
1740 }, 1789 },
1741 "Win8 GN (dbg)": { 1790 "Win8 GN (dbg)": {
1742 "additional_compile_targets": [ 1791 "additional_compile_targets": [
1743 "gn_all" 1792 "gn_all"
1744 ], 1793 ],
1745 "gtest_tests": [ 1794 "gtest_tests": [
1746 { 1795 {
1747 "swarming": { 1796 "swarming": {
1748 "can_use_on_swarming_builders": true 1797 "can_use_on_swarming_builders": true
1749 }, 1798 },
1750 "test": "content_browsertests" 1799 "test": "content_browsertests"
1751 }, 1800 },
1752 { 1801 {
1753 "swarming": { 1802 "swarming": {
1754 "can_use_on_swarming_builders": true 1803 "can_use_on_swarming_builders": true
1755 }, 1804 },
1756 "test": "events_unittests" 1805 "test": "events_unittests"
1757 } 1806 }
1758 ] 1807 ]
1759 } 1808 }
1760 } 1809 }
OLDNEW
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698