2018-05-07 09:55:55 +00:00
|
|
|
# Copyright 2018 The V8 project authors. All rights reserved.
|
2017-11-28 15:43:22 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
2018-05-15 08:31:35 +00:00
|
|
|
#
|
|
|
|
# Please keep builder names, builder configs and test definitions sorted.
|
|
|
|
# Builder names should be sorted alphabetically. Builder configs should have
|
|
|
|
# keys sorted in the alphabetical order except 'tests' key, which should always
|
|
|
|
# come last. Test definitions must have keys in the following order, but omit
|
|
|
|
# optional fields:
|
|
|
|
# * name (required)
|
2018-10-10 11:39:39 +00:00
|
|
|
# * suffix
|
2018-05-15 08:31:35 +00:00
|
|
|
# * variant
|
|
|
|
# * test_args
|
|
|
|
# * shards
|
|
|
|
# * swarming_dimensions
|
|
|
|
# * swarming_task_attrs
|
|
|
|
#
|
|
|
|
# Please also format test definitions as a single line with ', ' separating
|
|
|
|
# fields, e.g.
|
|
|
|
#
|
|
|
|
# {'name': 'v8testing', 'variant': 'extra', 'shards': 2}
|
|
|
|
#
|
|
|
|
# After formatting test definitions this way, please sort them alphabetically by
|
|
|
|
# test name. For all variants of the test with the same name, the
|
|
|
|
# least-qualified test (no variant, no test args) should come first. You may
|
|
|
|
# also deviate from the alphabetical order if necessary and group tests
|
|
|
|
# differently, but in this case please add a comment before each group and
|
|
|
|
# continue to sort tests using the rules above within each group.
|
2017-11-28 15:43:22 +00:00
|
|
|
|
|
|
|
{
|
2018-05-07 09:55:55 +00:00
|
|
|
##############################################################################
|
|
|
|
### luci.v8.try
|
2018-05-04 08:53:41 +00:00
|
|
|
##############################################################################
|
2018-08-10 17:09:34 +00:00
|
|
|
# Android
|
|
|
|
'v8_android_arm64_n5x_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'device_os': 'MMB29Q',
|
|
|
|
'device_type': 'bullhead',
|
|
|
|
'os': 'Android',
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-09-07 13:23:19 +00:00
|
|
|
{'name': 'benchmarks', 'variant': 'default'},
|
2018-09-11 09:43:12 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 4},
|
2018-09-07 13:23:19 +00:00
|
|
|
{'name': 'mozilla', 'variant': 'default'},
|
2018-10-09 07:39:46 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'default', 'shards': 6},
|
2018-08-10 17:09:34 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
2018-05-04 08:53:41 +00:00
|
|
|
# Linux32
|
|
|
|
'v8_linux_dbg_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'test262'},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 3},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'shards': 3},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-02 11:39:10 +00:00
|
|
|
'v8_linux_gc_stress_dbg': {
|
2018-04-17 13:28:18 +00:00
|
|
|
'tests': [
|
2018-05-18 14:06:32 +00:00
|
|
|
{'name': 'mjsunit', 'variant': 'slow_path', 'test_args': ['--gc-stress'], 'shards': 2},
|
|
|
|
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux_gcc_rel': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
2018-04-17 13:28:18 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux_nodcheck_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'test262_variants', 'shards': 2},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 2},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
2018-10-18 09:46:16 +00:00
|
|
|
'v8_linux_noembed_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux_noi18n_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla', 'variant': 'default'},
|
|
|
|
{'name': 'test262', 'variant': 'default'},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_linux_nosnap_rel': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 4},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux_nosnap_dbg': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 9},
|
|
|
|
],
|
|
|
|
},
|
2018-05-02 11:39:10 +00:00
|
|
|
'v8_linux_rel_ng_triggered': {
|
2018-05-03 08:37:19 +00:00
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
2018-05-02 11:39:10 +00:00
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'gcmole'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 4},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 2},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-07-11 06:38:43 +00:00
|
|
|
{'name': 'v8testing', 'suffix': 'isolates', 'test_args': ['--isolates'], 'shards': 2},
|
2018-05-02 11:39:10 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
2018-09-06 07:51:38 +00:00
|
|
|
'v8_linux_optional_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
# Code serializer.
|
|
|
|
{'name': 'benchmarks', 'variant': 'code_serializer', 'shards': 1},
|
|
|
|
{'name': 'd8testing', 'variant': 'code_serializer', 'shards': 1},
|
|
|
|
{'name': 'mozilla', 'variant': 'code_serializer', 'shards': 1},
|
|
|
|
{'name': 'test262_variants', 'variant': 'code_serializer', 'shards': 1},
|
|
|
|
# No SSE3.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': [
|
|
|
|
'--extra-flags',
|
|
|
|
'--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': [
|
|
|
|
'--extra-flags',
|
|
|
|
'--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': [
|
|
|
|
'--extra-flags',
|
|
|
|
'--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx',
|
|
|
|
],
|
|
|
|
'shards': 3,
|
|
|
|
},
|
|
|
|
# No SSE4.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx'],
|
|
|
|
'shards': 3,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux_verify_csa_rel_ng_triggered': {
|
|
|
|
'tests': [
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
|
|
|
# Linux32 with arm simulators
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_linux_arm_dbg': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 7},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
|
|
|
],
|
|
|
|
},
|
2018-10-17 12:57:49 +00:00
|
|
|
'v8_linux_arm_lite_rel_ng_triggered': {
|
|
|
|
'tests': [
|
2018-10-17 13:15:26 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 4},
|
2018-10-17 12:57:49 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux_arm_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
2018-09-13 07:29:33 +00:00
|
|
|
{'name': 'mozilla', 'shards': 2},
|
|
|
|
{'name': 'test262', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'shards': 8},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
|
|
|
# Linux64
|
2018-05-02 11:39:10 +00:00
|
|
|
'v8_linux64_asan_rel_ng_triggered': {
|
2018-04-17 13:28:18 +00:00
|
|
|
'tests': [
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'test262_variants', 'shards': 7},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'slow_path'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux64_cfi_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux64_dbg_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'test262'},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 3},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'shards': 3},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
2018-05-16 12:59:40 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
2018-04-17 13:28:18 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-02 11:39:10 +00:00
|
|
|
'v8_linux64_fyi_rel_ng_triggered': {
|
2018-04-17 13:28:18 +00:00
|
|
|
'tests': [
|
2018-05-02 11:39:10 +00:00
|
|
|
# Stress sampling.
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'mjsunit', 'variant': 'stress_sampling'},
|
|
|
|
{'name': 'webkit', 'variant': 'stress_sampling'},
|
2018-05-02 11:39:10 +00:00
|
|
|
# Infra staging.
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'infra_staging', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
|
2018-04-17 13:28:18 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_linux64_msan_rel': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'test262', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
2018-05-02 11:39:10 +00:00
|
|
|
'v8_linux64_rel_ng_triggered': {
|
2018-05-04 08:53:41 +00:00
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
2018-04-17 13:28:18 +00:00
|
|
|
'tests': [
|
2018-05-04 08:53:41 +00:00
|
|
|
# TODO(machenbach): Add benchmarks.
|
|
|
|
# TODO(machenbach): Add mozilla tests.
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 4},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8initializers'},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
{'name': 'v8testing', 'variant': 'minor_mc'},
|
|
|
|
{'name': 'v8testing', 'variant': 'slow_path'},
|
2018-04-17 13:28:18 +00:00
|
|
|
],
|
|
|
|
},
|
2018-10-02 09:22:56 +00:00
|
|
|
# TODO(machenbach): Experimental builder with incomplete configs. Should be
|
|
|
|
# similar to v8_linux64_rel_ng_triggered after testing.
|
|
|
|
'v8_linux64_rel_xg': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8initializers'},
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
2018-04-17 13:28:18 +00:00
|
|
|
'v8_linux64_tsan_rel': {
|
|
|
|
'tests': [
|
2018-05-18 14:06:32 +00:00
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262', 'shards': 3},
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'slow_path'},
|
|
|
|
],
|
|
|
|
},
|
2018-08-03 07:24:59 +00:00
|
|
|
'v8_linux64_tsan_isolates_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 7},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux64_ubsan_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux64_verify_csa_rel_ng_triggered': {
|
|
|
|
'tests': [
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
|
|
|
# Linux64 with arm64 simulators
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_linux_arm64_dbg': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 7},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_linux_arm64_gc_stress_dbg': {
|
|
|
|
'tests': [
|
2018-10-10 17:19:04 +00:00
|
|
|
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 10},
|
2018-05-18 14:06:32 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_linux_arm64_rel_ng_triggered': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
2018-09-13 07:29:33 +00:00
|
|
|
{'name': 'mozilla', 'shards': 2},
|
|
|
|
{'name': 'test262', 'shards': 2},
|
2018-05-23 13:37:25 +00:00
|
|
|
{'name': 'v8testing', 'shards': 9},
|
2018-10-19 07:42:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 6},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
2018-09-21 11:48:35 +00:00
|
|
|
# Odroids with native arm
|
|
|
|
'v8_odroid_arm_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cores': '8',
|
|
|
|
'cpu': 'armv7l-32-ODROID-XU4',
|
|
|
|
'os': 'Ubuntu-16.04',
|
|
|
|
},
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
# Use same prio as CI due to limited resources.
|
|
|
|
'priority': 25,
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
2018-05-04 08:53:41 +00:00
|
|
|
# Win32
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_win_dbg': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_win_nosnap_shared_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 3},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_win_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'test262'},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
|
|
|
# Win64
|
|
|
|
'v8_win64_asan_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'os': 'Windows-10',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_win64_dbg': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_win64_msvc_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'v8_win64_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'test262'},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
##############################################################################
|
|
|
|
# Mac64
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_mac64_asan_rel': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 4},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_mac64_dbg_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-18 14:06:32 +00:00
|
|
|
'v8_mac64_gc_stress_dbg': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 4},
|
|
|
|
],
|
|
|
|
},
|
2018-05-04 08:53:41 +00:00
|
|
|
'v8_mac64_rel_ng_triggered': {
|
|
|
|
'swarming_dimensions' : {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
2018-09-11 14:04:49 +00:00
|
|
|
{'name': 'v8testing', 'shards': 2},
|
2018-05-04 08:53:41 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
2018-04-17 13:28:18 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
##############################################################################
|
|
|
|
### luci.v8.ci
|
|
|
|
##############################################################################
|
2018-10-10 11:39:39 +00:00
|
|
|
# Main.
|
|
|
|
'V8 Fuzzer': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'expiration': 14400,
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
'priority': 35,
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'jsfunfuzz'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'gcmole'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 2},
|
|
|
|
{'name': 'test262_variants', 'variant': 'extra'},
|
|
|
|
{'name': 'v8initializers'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
{'name': 'v8testing', 'suffix': 'isolates', 'test_args': ['--isolates']},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
# Nosse3.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
# Nosse4.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - arm64 - sim - MSAN': {
|
|
|
|
'tests': [
|
2018-10-11 13:13:53 +00:00
|
|
|
{'name': 'test262', 'shards': 3},
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'v8testing', 'shards': 4},
|
|
|
|
],
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'V8 Linux - debug': {
|
2018-10-10 11:39:39 +00:00
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'benchmarks'},
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'benchmarks', 'variant': 'code_serializer', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'd8testing', 'variant': 'code_serializer', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'mozilla', 'variant': 'code_serializer', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 6},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'code_serializer', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'isolates',
|
|
|
|
'test_args': ['--isolates'],
|
|
|
|
'shards': 4
|
|
|
|
},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
# Nosse3.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse3',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse3 --noenable-ssse3 --noenable-sse4-1 --noenable-avx'],
|
|
|
|
'shards': 3
|
|
|
|
},
|
|
|
|
# Nosse4.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'nosse4',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-sse4-1 --noenable-avx'],
|
|
|
|
'shards': 3
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
2018-10-18 09:46:16 +00:00
|
|
|
'V8 Linux - noembed': {
|
2018-10-10 11:39:39 +00:00
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
2018-10-18 09:46:16 +00:00
|
|
|
'V8 Linux - noembed - debug': {
|
2018-10-10 11:39:39 +00:00
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - full debug': {
|
|
|
|
'tests': [
|
2018-10-16 13:27:01 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default'},
|
2018-05-07 09:55:55 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - gc stress': {
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{
|
|
|
|
'name': 'd8testing',
|
|
|
|
'test_args': ['--gc-stress'],
|
|
|
|
'shards': 5,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'mjsunit',
|
|
|
|
'variant': 'slow_path',
|
|
|
|
'test_args': ['--gc-stress'],
|
|
|
|
'shards': 2,
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
],
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
'V8 Linux - interpreted regexp': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'expiration': 14400,
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
'priority': 35,
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - noi18n - debug': {
|
|
|
|
'tests': [
|
2018-10-16 13:27:01 +00:00
|
|
|
{'name': 'mozilla', 'variant': 'default'},
|
|
|
|
{'name': 'test262', 'variant': 'default'},
|
|
|
|
{'name': 'v8testing', 'variant': 'default'},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - nosnap': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'expiration': 14400,
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
'priority': 35,
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-10-16 13:27:01 +00:00
|
|
|
{'name': 'mozilla', 'variant': 'default'},
|
|
|
|
{'name': 'test262', 'variant': 'default', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 3},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - nosnap - debug': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'expiration': 14400,
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
'priority': 35,
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-10-16 13:27:01 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 12},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - predictable': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'd8testing'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - presubmit': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'presubmit'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - shared': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux - verify csa': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux gcc 4.8': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'V8 Linux64': {
|
2018-10-10 11:39:39 +00:00
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 2},
|
|
|
|
{'name': 'test262_variants', 'variant': 'extra'},
|
|
|
|
{'name': 'v8initializers'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
# Noavx.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx']
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - cfi': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - custom snapshot - debug': {
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{'name': 'mjsunit', 'test_args': ['--no-harness']},
|
2018-05-07 09:55:55 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - debug': {
|
2018-10-10 11:39:39 +00:00
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64-avx2',
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'benchmarks', 'variant': 'extra'},
|
|
|
|
{'name': 'mjsunit_sp_frame_access'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'mozilla', 'variant': 'extra'},
|
|
|
|
{'name': 'optimize_for_size'},
|
|
|
|
{'name': 'test262_variants', 'shards': 5},
|
|
|
|
{'name': 'test262_variants', 'variant': 'extra', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'minor_mc', 'shards': 1},
|
|
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
# Noavx.
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx']
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'suffix': 'noavx',
|
|
|
|
'test_args': ['--extra-flags', '--noenable-avx'],
|
|
|
|
'shards': 2
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - debug - fyi': {
|
|
|
|
'tests': [
|
2018-05-15 08:31:35 +00:00
|
|
|
# Infra staging.
|
|
|
|
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 2},
|
|
|
|
# Stress sampling.
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1},
|
|
|
|
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - fyi': {
|
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
# Infra staging.
|
2018-05-15 08:31:35 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'infra_staging', 'shards': 1},
|
2018-10-10 11:39:39 +00:00
|
|
|
# Stress sampling.
|
|
|
|
{'name': 'mjsunit', 'variant': 'stress_sampling', 'shards': 1},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'webkit', 'variant': 'stress_sampling', 'shards': 1},
|
|
|
|
],
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
'V8 Linux64 - gcov coverage': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - internal snapshot': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 - verify csa': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'V8 Linux64 ASAN': {
|
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'test262_variants', 'shards': 5},
|
|
|
|
{'name': 'v8testing', 'shards': 2},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
|
|
|
],
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
'V8 Linux64 GC Stress - custom snapshot': {
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{
|
|
|
|
'name': 'mjsunit',
|
|
|
|
'test_args': ['--gc-stress', '--no-harness'],
|
|
|
|
'shards': 3,
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
2018-05-07 09:55:55 +00:00
|
|
|
'V8 Linux64 TSAN': {
|
|
|
|
'tests': [
|
2018-10-10 11:39:39 +00:00
|
|
|
{'name': 'benchmarks'},
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262', 'shards': 3},
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
2018-05-07 09:55:55 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'slow_path', 'shards': 1},
|
|
|
|
],
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
'V8 Linux64 TSAN - concurrent marking': {
|
|
|
|
'swarming_task_attrs': {
|
|
|
|
'expiration': 14400,
|
|
|
|
'hard_timeout': 3600,
|
|
|
|
'priority': 35,
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{
|
|
|
|
'name': 'benchmarks',
|
|
|
|
'test_args': ['--extra-flags=--stress-incremental-marking'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'mozilla',
|
|
|
|
'test_args': ['--extra-flags=--stress-incremental-marking'],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'test262',
|
|
|
|
'test_args': ['--extra-flags=--stress-incremental-marking'],
|
|
|
|
'shards': 4,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'name': 'v8testing',
|
|
|
|
'test_args': ['--extra-flags=--stress-incremental-marking'],
|
|
|
|
'shards': 4,
|
|
|
|
},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 TSAN - isolates': {
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 5},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 UBSan': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Linux64 UBSanVptr': {
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Mac64': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Mac64 - debug': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 3},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Mac64 ASAN': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Mac64 GC Stress': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Mac-10.13',
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-10-18 08:55:50 +00:00
|
|
|
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 4},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win32': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win32 - debug': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win32 - nosnap - shared': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'cpu': 'x86-64',
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
2018-10-16 13:27:01 +00:00
|
|
|
{'name': 'v8testing', 'variant': 'default', 'shards': 2},
|
2018-10-10 11:39:39 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win64': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win64 - debug': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing', 'shards': 4},
|
|
|
|
{'name': 'v8testing', 'variant': 'extra', 'shards': 3},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win64 - msvc': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'os': 'Windows-7-SP1',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'mozilla'},
|
|
|
|
{'name': 'test262'},
|
|
|
|
{'name': 'v8testing'},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'V8 Win64 ASAN': {
|
|
|
|
'swarming_dimensions': {
|
|
|
|
'os': 'Windows-10',
|
|
|
|
},
|
|
|
|
'tests': [
|
|
|
|
{'name': 'v8testing', 'shards': 5},
|
|
|
|
],
|
|
|
|
},
|
2017-12-21 20:23:12 +00:00
|
|
|
}
|