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

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

Issue 599993003: Add gtest_tests dictionaries for a single Linux debug tester. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 "Linux Tests": { 2 "Linux Tests": {
Paweł Hajdan Jr. 2014/09/24 22:18:18 We already have "Linux Tests" here.
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
11 "can_use_on_swarming_builders": true 11 "can_use_on_swarming_builders": true
12 } 12 }
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "unit_tests", 157 "unit_tests",
158 "url_unittests", 158 "url_unittests",
159 "views_unittests", 159 "views_unittests",
160 "wm_unittests" 160 "wm_unittests"
161 ] 161 ]
162 }, 162 },
163 "Linux Tests (dbg)(1)": { 163 "Linux Tests (dbg)(1)": {
164 "gtest_tests": [ 164 "gtest_tests": [
165 ] 165 ]
166 }, 166 },
167 "Linux Tests": {
Paweł Hajdan Jr. 2014/09/24 22:19:53 This should probably be "Linux Tests (dbg)" then.
jam 2014/09/24 22:24:20 oops, yes that was my intent, thanks for catching
168 "gtest_tests": [
169 "accessibility_unittests",
170 "app_list_unittests",
171 "app_shell_browsertests",
172 "aura_unittests",
173 {
174 "test": "base_unittests",
175 "swarming": {
176 "can_use_on_swarming_builders": true
177 }
178 },
179 {
180 "test": "browser_tests",
181 "swarming": {
182 "can_use_on_swarming_builders": true,
183 "shards": 10
184 }
185 },
186 "cacheinvalidation_unittests",
187 "cast_unittests",
188 "cc_unittests",
189 "chromedriver_unittests",
190 "components_unittests",
191 "compositor_unittests",
192 {
193 "test": "content_browsertests",
194 "swarming": {
195 "can_use_on_swarming_builders": true
196 }
197 },
198 {
199 "test": "content_unittests",
200 "swarming": {
201 "can_use_on_swarming_builders": true
202 }
203 },
204 "crypto_unittests",
205 "dbus_unittests",
206 "device_unittests",
207 "display_unittests",
208 "events_unittests",
209 "extensions_unittests",
210 "gcm_unit_tests",
211 "gfx_unittests",
212 "google_apis_unittests",
213 "gpu_unittests",
214 {
215 "test": "interactive_ui_tests",
216 "swarming": {
217 "can_use_on_swarming_builders": true,
218 "shards": 3
219 }
220 },
221 "ipc_mojo_unittests",
222 "ipc_tests",
223 "jingle_unittests",
224 "media_unittests",
225 "mojo_application_manager_unittests",
226 "mojo_apps_js_unittests",
227 "mojo_common_unittests",
228 "mojo_js_unittests",
229 "mojo_public_bindings_unittests",
230 "mojo_public_environment_unittests",
231 "mojo_public_system_unittests",
232 "mojo_public_utility_unittests",
233 "mojo_shell_tests",
234 "mojo_system_unittests",
235 "mojo_view_manager_unittests",
236 "nacl_loader_unittests",
237 {
238 "test": "net_unittests",
239 "swarming": {
240 "can_use_on_swarming_builders": true
241 }
242 },
243 "ppapi_unittests",
244 "printing_unittests",
245 "remoting_unittests",
246 "sandbox_linux_unittests",
247 "sql_unittests",
248 "ui_unittests",
249 {
250 "test": "sync_integration_tests",
251 "swarming": {
252 "can_use_on_swarming_builders": true
253 }
254 },
255 "sync_unit_tests",
256 {
257 "test": "unit_tests",
258 "swarming": {
259 "can_use_on_swarming_builders": true
260 }
261 },
262 "url_unittests",
263 "views_unittests",
264 "wm_unittests"
265 ]
266 },
167 "Linux Tests (dbg)(2)": { 267 "Linux Tests (dbg)(2)": {
168 "gtest_tests": [ 268 "gtest_tests": [
169 "accessibility_unittests", 269 "accessibility_unittests",
170 "app_list_unittests", 270 "app_list_unittests",
171 "app_shell_browsertests", 271 "app_shell_browsertests",
172 "aura_unittests", 272 "aura_unittests",
173 { 273 {
174 "test": "base_unittests", 274 "test": "base_unittests",
175 "swarming": { 275 "swarming": {
176 "can_use_on_swarming_builders": true 276 "can_use_on_swarming_builders": true
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "mojo_view_manager_unittests", 390 "mojo_view_manager_unittests",
291 "nacl_loader_unittests", 391 "nacl_loader_unittests",
292 "sandbox_linux_unittests", 392 "sandbox_linux_unittests",
293 "sql_unittests", 393 "sql_unittests",
294 "sync_unit_tests", 394 "sync_unit_tests",
295 "ui_unittests", 395 "ui_unittests",
296 "unit_tests" 396 "unit_tests"
297 ] 397 ]
298 } 398 }
299 } 399 }
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