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

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

Issue 1944313005: Swarm mojo tests on Win8 too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | 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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after
1729 }, 1729 },
1730 "test": "content_browsertests" 1730 "test": "content_browsertests"
1731 }, 1731 },
1732 { 1732 {
1733 "swarming": { 1733 "swarming": {
1734 "can_use_on_swarming_builders": true 1734 "can_use_on_swarming_builders": true
1735 }, 1735 },
1736 "test": "events_unittests" 1736 "test": "events_unittests"
1737 }, 1737 },
1738 { 1738 {
1739 "swarming": {
1740 "can_use_on_swarming_builders": true
1741 },
1739 "test": "ipc_mojo_unittests" 1742 "test": "ipc_mojo_unittests"
1740 }, 1743 },
1741 { 1744 {
1745 "swarming": {
1746 "can_use_on_swarming_builders": true
1747 },
1742 "test": "mojo_common_unittests" 1748 "test": "mojo_common_unittests"
1743 }, 1749 },
1744 { 1750 {
1751 "swarming": {
1752 "can_use_on_swarming_builders": true
1753 },
1745 "test": "mojo_public_application_unittests" 1754 "test": "mojo_public_application_unittests"
1746 }, 1755 },
1747 { 1756 {
1757 "swarming": {
1758 "can_use_on_swarming_builders": true
1759 },
1748 "test": "mojo_public_bindings_unittests" 1760 "test": "mojo_public_bindings_unittests"
1749 }, 1761 },
1750 { 1762 {
1763 "swarming": {
1764 "can_use_on_swarming_builders": true
1765 },
1751 "test": "mojo_public_system_unittests" 1766 "test": "mojo_public_system_unittests"
1752 }, 1767 },
1753 { 1768 {
1769 "swarming": {
1770 "can_use_on_swarming_builders": true
1771 },
1754 "test": "mojo_runner_host_unittests" 1772 "test": "mojo_runner_host_unittests"
1755 }, 1773 },
1756 { 1774 {
1775 "swarming": {
1776 "can_use_on_swarming_builders": true
1777 },
1757 "test": "mojo_shell_unittests" 1778 "test": "mojo_shell_unittests"
1758 }, 1779 },
1759 { 1780 {
1781 "swarming": {
1782 "can_use_on_swarming_builders": true
1783 },
1760 "test": "mojo_surfaces_lib_unittests" 1784 "test": "mojo_surfaces_lib_unittests"
1761 }, 1785 },
1762 { 1786 {
1787 "swarming": {
1788 "can_use_on_swarming_builders": true
1789 },
1763 "test": "mojo_system_unittests" 1790 "test": "mojo_system_unittests"
1764 }, 1791 },
1765 { 1792 {
1793 "swarming": {
1794 "can_use_on_swarming_builders": true
1795 },
1766 "test": "mojo_view_manager_lib_unittests" 1796 "test": "mojo_view_manager_lib_unittests"
1767 }, 1797 },
1768 { 1798 {
1769 "args": [ 1799 "args": [
1770 "--override-use-gl-with-osmesa-for-tests" 1800 "--override-use-gl-with-osmesa-for-tests"
1771 ], 1801 ],
1772 "swarming": { 1802 "swarming": {
1773 "can_use_on_swarming_builders": true 1803 "can_use_on_swarming_builders": true
1774 }, 1804 },
1775 "test": "mash_unittests" 1805 "test": "mash_unittests"
(...skipping 22 matching lines...) Expand all
1798 }, 1828 },
1799 { 1829 {
1800 "swarming": { 1830 "swarming": {
1801 "can_use_on_swarming_builders": true 1831 "can_use_on_swarming_builders": true
1802 }, 1832 },
1803 "test": "events_unittests" 1833 "test": "events_unittests"
1804 } 1834 }
1805 ] 1835 ]
1806 } 1836 }
1807 } 1837 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698