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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 296113011: Add mojo unittests to Windows main waterfall bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | 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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 "app_list_unittests", 4 "app_list_unittests",
5 "base_unittests", 5 "base_unittests",
6 { 6 {
7 "test": "browser_tests", 7 "test": "browser_tests",
8 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 8 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
9 }, 9 },
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 { 65 {
66 "test": "ash_unittests", 66 "test": "ash_unittests",
67 "platforms": ["win"] 67 "platforms": ["win"]
68 }, 68 },
69 { 69 {
70 "test": "aura_unittests", 70 "test": "aura_unittests",
71 "platforms": ["linux", "win"] 71 "platforms": ["linux", "win"]
72 }, 72 },
73 { 73 {
74 "test": "mojo_view_manager_unittests", 74 "test": "mojo_view_manager_unittests",
75 "platforms": ["linux"] 75 "platforms": ["linux", "win"]
76 }, 76 },
77 { 77 {
78 "test": "sandbox_linux_unittests", 78 "test": "sandbox_linux_unittests",
79 "platforms": ["linux"], 79 "platforms": ["linux"],
80 "args": ["--test-launcher-print-test-stdio=always"] 80 "args": ["--test-launcher-print-test-stdio=always"]
81 }, 81 },
82 { 82 {
83 "test": "sandbox_mac_unittests", 83 "test": "sandbox_mac_unittests",
84 "platforms": ["mac"] 84 "platforms": ["mac"]
85 }, 85 },
(...skipping 26 matching lines...) Expand all
112 "platforms": ["linux"], 112 "platforms": ["linux"],
113 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 113 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
114 }, 114 },
115 { 115 {
116 "test": "wm_unittests", 116 "test": "wm_unittests",
117 "platforms": ["linux"], 117 "platforms": ["linux"],
118 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 118 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
119 } 119 }
120 ] 120 ]
121 } 121 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698