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

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

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « testing/buildbot/chromium.mojo.json ('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 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 { 1745 {
1746 "test": "mojo_system_unittests" 1746 "test": "mojo_system_unittests"
1747 }, 1747 },
1748 { 1748 {
1749 "test": "mojo_view_manager_lib_unittests" 1749 "test": "mojo_view_manager_lib_unittests"
1750 }, 1750 },
1751 { 1751 {
1752 "test": "mash_unittests" 1752 "test": "mash_unittests"
1753 }, 1753 },
1754 { 1754 {
1755 "test": "mus_ws_unittests"
1756 },
1757 {
1755 "test": "resource_provider_unittests" 1758 "test": "resource_provider_unittests"
1756 }, 1759 },
1757 { 1760 {
1758 "test": "ui_touch_selection_unittests" 1761 "test": "ui_touch_selection_unittests"
1759 },
1760 {
1761 "test": "window_manager_unittests"
1762 } 1762 }
1763 ] 1763 ]
1764 }, 1764 },
1765 "Win8 GN (dbg)": { 1765 "Win8 GN (dbg)": {
1766 "additional_compile_targets": [ 1766 "additional_compile_targets": [
1767 "gn_all" 1767 "gn_all"
1768 ], 1768 ],
1769 "gtest_tests": [ 1769 "gtest_tests": [
1770 { 1770 {
1771 "swarming": { 1771 "swarming": {
1772 "can_use_on_swarming_builders": true 1772 "can_use_on_swarming_builders": true
1773 }, 1773 },
1774 "test": "content_browsertests" 1774 "test": "content_browsertests"
1775 }, 1775 },
1776 { 1776 {
1777 "swarming": { 1777 "swarming": {
1778 "can_use_on_swarming_builders": true 1778 "can_use_on_swarming_builders": true
1779 }, 1779 },
1780 "test": "events_unittests" 1780 "test": "events_unittests"
1781 } 1781 }
1782 ] 1782 ]
1783 } 1783 }
1784 } 1784 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mojo.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698