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

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

Issue 589493003: Only run mojo_{shell,application_manager,view_manager}_unittests on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "media_perftests", 91 "media_perftests",
92 "media_unittests", 92 "media_unittests",
93 "message_center_unittests", 93 "message_center_unittests",
94 "mojo_apps_js_unittests", 94 "mojo_apps_js_unittests",
95 "mojo_common_unittests", 95 "mojo_common_unittests",
96 "mojo_js_unittests", 96 "mojo_js_unittests",
97 "mojo_public_bindings_unittests", 97 "mojo_public_bindings_unittests",
98 "mojo_public_environment_unittests", 98 "mojo_public_environment_unittests",
99 "mojo_public_system_unittests", 99 "mojo_public_system_unittests",
100 "mojo_public_utility_unittests", 100 "mojo_public_utility_unittests",
101 "mojo_application_manager_unittests", 101 {
102 "mojo_shell_tests", 102 "test": "mojo_application_manager_unittests",
103 "platforms": ["linux"]
104 },
105 {
106 "test": "mojo_shell_tests",
107 "platforms": ["linux"]
108 },
103 "mojo_system_unittests", 109 "mojo_system_unittests",
104 { 110 {
105 "test": "nacl_loader_unittests", 111 "test": "nacl_loader_unittests",
106 "platforms": ["linux"] 112 "platforms": ["linux"]
107 }, 113 },
108 { 114 {
109 "test": "net_unittests", 115 "test": "net_unittests",
110 "swarming": { 116 "swarming": {
111 "can_use_on_swarming_builders": true 117 "can_use_on_swarming_builders": true
112 } 118 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 { 165 {
160 "test": "ash_unittests", 166 "test": "ash_unittests",
161 "platforms": ["win"] 167 "platforms": ["win"]
162 }, 168 },
163 { 169 {
164 "test": "aura_unittests", 170 "test": "aura_unittests",
165 "platforms": ["linux", "win"] 171 "platforms": ["linux", "win"]
166 }, 172 },
167 { 173 {
168 "test": "mojo_view_manager_unittests", 174 "test": "mojo_view_manager_unittests",
169 "platforms": ["linux", "win"] 175 "platforms": ["linux"]
170 }, 176 },
171 { 177 {
172 "test": "views_unittests", 178 "test": "views_unittests",
173 "platforms": ["linux", "win"] 179 "platforms": ["linux", "win"]
174 }, 180 },
175 { 181 {
176 "test": "sandbox_linux_unittests", 182 "test": "sandbox_linux_unittests",
177 "platforms": ["linux"], 183 "platforms": ["linux"],
178 "args": ["--test-launcher-print-test-stdio=always"] 184 "args": ["--test-launcher-print-test-stdio=always"]
179 }, 185 },
(...skipping 28 matching lines...) Expand all
208 "non_filter_tests_builders": [ 214 "non_filter_tests_builders": [
209 ], 215 ],
210 216
211 "filter_compile_builders": [ 217 "filter_compile_builders": [
212 "win_chromium_compile_dbg", 218 "win_chromium_compile_dbg",
213 "win_chromium_rel_swarming", 219 "win_chromium_rel_swarming",
214 "win_chromium_x64_rel_swarming", 220 "win_chromium_x64_rel_swarming",
215 "win8_chromium_rel" 221 "win8_chromium_rel"
216 ] 222 ]
217 } 223 }
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