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

Side by Side Diff: scripts/slave/recipes/v8.py

Issue 230473004: V8 Buildbot: Add the ability to disable tests in nosnap mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 DEPS = [ 5 DEPS = [
6 'archive', 6 'archive',
7 'chromium', 7 'chromium',
8 'gclient', 8 'gclient',
9 'json', 9 'json',
10 'path', 10 'path',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'v8_config_kwargs': { 197 'v8_config_kwargs': {
198 'BUILD_CONFIG': 'Release', 198 'BUILD_CONFIG': 'Release',
199 'TARGET_BITS': 32, 199 'TARGET_BITS': 32,
200 }, 200 },
201 'bot_type': 'builder_tester', 201 'bot_type': 'builder_tester',
202 'tests': ['v8testing', 'test262', 'mozilla'], 202 'tests': ['v8testing', 'test262', 'mozilla'],
203 'testing': {'platform': 'linux'}, 203 'testing': {'platform': 'linux'},
204 }, 204 },
205 'V8 Linux - nosnap': { 205 'V8 Linux - nosnap': {
206 'recipe_config': 'v8', 206 'recipe_config': 'v8',
207 'v8_apply_config': ['no_snapshot'],
207 'v8_config_kwargs': { 208 'v8_config_kwargs': {
208 'BUILD_CONFIG': 'Release', 209 'BUILD_CONFIG': 'Release',
209 'TARGET_BITS': 32, 210 'TARGET_BITS': 32,
210 }, 211 },
211 'bot_type': 'tester', 212 'bot_type': 'tester',
212 'parent_buildername': 'V8 Linux - nosnap builder', 213 'parent_buildername': 'V8 Linux - nosnap builder',
213 'build_gs_archive': 'linux_nosnap_rel_archive', 214 'build_gs_archive': 'linux_nosnap_rel_archive',
214 'tests': ['v8testing', 'test262', 'mozilla'], 215 'tests': ['v8testing', 'test262', 'mozilla'],
215 'testing': {'platform': 'linux'}, 216 'testing': {'platform': 'linux'},
216 }, 217 },
217 'V8 Linux - nosnap - debug': { 218 'V8 Linux - nosnap - debug': {
219 'v8_apply_config': ['no_snapshot'],
218 'recipe_config': 'v8', 220 'recipe_config': 'v8',
219 'v8_config_kwargs': { 221 'v8_config_kwargs': {
220 'BUILD_CONFIG': 'Debug', 222 'BUILD_CONFIG': 'Debug',
221 'TARGET_BITS': 32, 223 'TARGET_BITS': 32,
222 }, 224 },
223 'bot_type': 'tester', 225 'bot_type': 'tester',
224 'parent_buildername': 'V8 Linux - nosnap debug builder', 226 'parent_buildername': 'V8 Linux - nosnap debug builder',
225 'build_gs_archive': 'linux_nosnap_dbg_archive', 227 'build_gs_archive': 'linux_nosnap_dbg_archive',
226 'tests': ['v8testing', 'test262', 'mozilla'], 228 'tests': ['v8testing', 'test262', 'mozilla'],
227 'testing': {'platform': 'linux'}, 229 'testing': {'platform': 'linux'},
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'BUILD_CONFIG': 'Debug', 543 'BUILD_CONFIG': 'Debug',
542 'TARGET_ARCH': 'arm', 544 'TARGET_ARCH': 'arm',
543 'TARGET_BITS': 64, 545 'TARGET_BITS': 64,
544 }, 546 },
545 'bot_type': 'builder_tester', 547 'bot_type': 'builder_tester',
546 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'], 548 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'],
547 'testing': {'platform': 'linux'}, 549 'testing': {'platform': 'linux'},
548 }, 550 },
549 'V8 Linux - arm64 - sim - nosnap - debug - 1': { 551 'V8 Linux - arm64 - sim - nosnap - debug - 1': {
550 'recipe_config': 'v8', 552 'recipe_config': 'v8',
553 'v8_apply_config': ['no_snapshot'],
551 'chromium_apply_config': ['no_snapshot'], 554 'chromium_apply_config': ['no_snapshot'],
552 'v8_config_kwargs': { 555 'v8_config_kwargs': {
553 'BUILD_CONFIG': 'Debug', 556 'BUILD_CONFIG': 'Debug',
554 'TARGET_ARCH': 'arm', 557 'TARGET_ARCH': 'arm',
555 'TARGET_BITS': 64, 558 'TARGET_BITS': 64,
556 'SHARD_COUNT': 2, 559 'SHARD_COUNT': 2,
557 'SHARD_RUN': 1, 560 'SHARD_RUN': 1,
558 }, 561 },
559 'bot_type': 'builder_tester', 562 'bot_type': 'builder_tester',
560 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'], 563 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'],
561 'testing': {'platform': 'linux'}, 564 'testing': {'platform': 'linux'},
562 }, 565 },
563 'V8 Linux - arm64 - sim - nosnap - debug - 2': { 566 'V8 Linux - arm64 - sim - nosnap - debug - 2': {
564 'recipe_config': 'v8', 567 'recipe_config': 'v8',
568 'v8_apply_config': ['no_snapshot'],
565 'chromium_apply_config': ['no_snapshot'], 569 'chromium_apply_config': ['no_snapshot'],
566 'v8_config_kwargs': { 570 'v8_config_kwargs': {
567 'BUILD_CONFIG': 'Debug', 571 'BUILD_CONFIG': 'Debug',
568 'TARGET_ARCH': 'arm', 572 'TARGET_ARCH': 'arm',
569 'TARGET_BITS': 64, 573 'TARGET_BITS': 64,
570 'SHARD_COUNT': 2, 574 'SHARD_COUNT': 2,
571 'SHARD_RUN': 2, 575 'SHARD_RUN': 2,
572 }, 576 },
573 'bot_type': 'builder_tester', 577 'bot_type': 'builder_tester',
574 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'], 578 'tests': ['v8testing', 'webkit', 'test262', 'mozilla'],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'benchmarks', 619 'benchmarks',
616 'test262', 620 'test262',
617 'mozilla', 621 'mozilla',
618 'simpleleak', 622 'simpleleak',
619 ], 623 ],
620 'testing': {'platform': 'linux'}, 624 'testing': {'platform': 'linux'},
621 }, 625 },
622 ####### Category: FYI 626 ####### Category: FYI
623 'V8 Win32 - nosnap - shared': { 627 'V8 Win32 - nosnap - shared': {
624 'recipe_config': 'v8', 628 'recipe_config': 'v8',
629 'v8_apply_config': ['no_snapshot'],
625 'chromium_apply_config': ['shared_library', 'no_snapshot'], 630 'chromium_apply_config': ['shared_library', 'no_snapshot'],
626 'v8_config_kwargs': { 631 'v8_config_kwargs': {
627 'BUILD_CONFIG': 'Release', 632 'BUILD_CONFIG': 'Release',
628 'TARGET_BITS': 32, 633 'TARGET_BITS': 32,
629 }, 634 },
630 'bot_type': 'builder_tester', 635 'bot_type': 'builder_tester',
631 'tests': ['v8testing'], 636 'tests': ['v8testing'],
632 'testing': {'platform': 'win'}, 637 'testing': {'platform': 'win'},
633 }, 638 },
634 'V8 Mac - full debug': { 639 'V8 Mac - full debug': {
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 yield test 880 yield test
876 881
877 yield ( 882 yield (
878 api.test('try_compile_failure') + 883 api.test('try_compile_failure') +
879 api.properties.tryserver(mastername='tryserver.v8', 884 api.properties.tryserver(mastername='tryserver.v8',
880 buildername='v8_win_rel', 885 buildername='v8_win_rel',
881 revision=None) + 886 revision=None) +
882 api.platform('win', 32) + 887 api.platform('win', 32) +
883 api.step_data('compile (with patch)', retcode=1) 888 api.step_data('compile (with patch)', retcode=1)
884 ) 889 )
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698