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

Side by Side Diff: build/masters/master.chromium.linux/master_linux_cfg.py

Issue 109813002: Remove dbus_unittests from linux testers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years 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 | « 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from master import master_config 5 from master import master_config
6 from master.factory import chromium_factory 6 from master.factory import chromium_factory
7 7
8 defaults = {} 8 defaults = {}
9 9
10 helper = master_config.Helper(defaults) 10 helper = master_config.Helper(defaults)
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 tests=[ 148 tests=[
149 'base_unittests', 149 'base_unittests',
150 'browser_tests', 150 'browser_tests',
151 'cacheinvalidation_unittests', 151 'cacheinvalidation_unittests',
152 'cc_unittests', 152 'cc_unittests',
153 'chromedriver2_unittests', 153 'chromedriver2_unittests',
154 'components_unittests', 154 'components_unittests',
155 'content_browsertests', 155 'content_browsertests',
156 'content_unittests', 156 'content_unittests',
157 'crypto_unittests', 157 'crypto_unittests',
158 'dbus',
159 'device_unittests', 158 'device_unittests',
160 'google_apis_unittests', 159 'google_apis_unittests',
161 'googleurl', 160 'googleurl',
162 'gpu', 161 'gpu',
163 'interactive_ui_tests', 162 'interactive_ui_tests',
164 'ipc_tests', 163 'ipc_tests',
165 'jingle', 164 'jingle',
166 'media', 165 'media',
167 'net', 166 'net',
168 'ppapi_unittests', 167 'ppapi_unittests',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'base_unittests', 227 'base_unittests',
229 'browser_tests', 228 'browser_tests',
230 'cacheinvalidation_unittests', 229 'cacheinvalidation_unittests',
231 'cc_unittests', 230 'cc_unittests',
232 'chromedriver2_unittests', 231 'chromedriver2_unittests',
233 'components_unittests', 232 'components_unittests',
234 'compositor', 233 'compositor',
235 'content_browsertests', 234 'content_browsertests',
236 'content_unittests', 235 'content_unittests',
237 'crypto_unittests', 236 'crypto_unittests',
238 'dbus',
239 'device_unittests', 237 'device_unittests',
240 'events', 238 'events',
241 'google_apis_unittests', 239 'google_apis_unittests',
242 'googleurl', 240 'googleurl',
243 'gpu', 241 'gpu',
244 'interactive_ui_tests', 242 'interactive_ui_tests',
245 'ipc_tests', 243 'ipc_tests',
246 'jingle', 244 'jingle',
247 'media', 245 'media',
248 'net', 246 'net',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 build_url=dbg_32_archive, 328 build_url=dbg_32_archive,
331 target='Debug', 329 target='Debug',
332 tests=[ 330 tests=[
333 'base_unittests', 331 'base_unittests',
334 'cacheinvalidation_unittests', 332 'cacheinvalidation_unittests',
335 'cc_unittests', 333 'cc_unittests',
336 'chromedriver2_unittests', 334 'chromedriver2_unittests',
337 'components_unittests', 335 'components_unittests',
338 'content_unittests', 336 'content_unittests',
339 'crypto_unittests', 337 'crypto_unittests',
340 'dbus',
341 'device_unittests', 338 'device_unittests',
342 'googleurl', 339 'googleurl',
343 'gpu', 340 'gpu',
344 'interactive_ui_tests', 341 'interactive_ui_tests',
345 'ipc_tests', 342 'ipc_tests',
346 'jingle', 343 'jingle',
347 'media', 344 'media',
348 'nacl_integration', 345 'nacl_integration',
349 'ppapi_unittests', 346 'ppapi_unittests',
350 'printing', 347 'printing',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 build_url=dbg_archive, 396 build_url=dbg_archive,
400 target='Debug', 397 target='Debug',
401 tests=[ 398 tests=[
402 'base_unittests', 399 'base_unittests',
403 'cacheinvalidation_unittests', 400 'cacheinvalidation_unittests',
404 'cc_unittests', 401 'cc_unittests',
405 'chromedriver2_unittests', 402 'chromedriver2_unittests',
406 'components_unittests', 403 'components_unittests',
407 'content_unittests', 404 'content_unittests',
408 'crypto_unittests', 405 'crypto_unittests',
409 'dbus',
410 'device_unittests', 406 'device_unittests',
411 'google_apis_unittests', 407 'google_apis_unittests',
412 'googleurl', 408 'googleurl',
413 'gpu', 409 'gpu',
414 'interactive_ui_tests', 410 'interactive_ui_tests',
415 'ipc_tests', 411 'ipc_tests',
416 'jingle', 412 'jingle',
417 'media', 413 'media',
418 'nacl_integration', 414 'nacl_integration',
419 'ppapi_unittests', 415 'ppapi_unittests',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 factory_properties={ 453 factory_properties={
458 'gclient_env': { 454 'gclient_env': {
459 'GYP_GENERATORS':'ninja', 455 'GYP_GENERATORS':'ninja',
460 'GYP_DEFINES': 456 'GYP_DEFINES':
461 'clang=1 clang_use_chrome_plugins=1 fastbuild=1 ' 457 'clang=1 clang_use_chrome_plugins=1 fastbuild=1 '
462 'test_isolation_mode=noop', 458 'test_isolation_mode=noop',
463 }})) 459 }}))
464 460
465 def Update(_config, _active_master, c): 461 def Update(_config, _active_master, c):
466 return helper.Update(c) 462 return helper.Update(c)
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