[test] Migrate step-specific extra flags for main console

Flags are copied from infra side's builders.py. They will be removed
afterwards with: https://crrev.com/c/1288412

NOTRY=true
TBR=sergiyb@chromium.org

Bug: chromium:830557
Change-Id: If9794e4f9f396770219cf0563a37d6304b6a96ff
Reviewed-on: https://chromium-review.googlesource.com/c/1288589
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56762}
This commit is contained in:
Michael Achenbach 2018-10-18 10:55:50 +02:00 committed by Commit Bot
parent a67e37e687
commit cc23ea836d

View File

@ -626,8 +626,17 @@
},
'V8 Linux - gc stress': {
'tests': [
{'name': 'd8testing', 'shards': 5},
{'name': 'mjsunit', 'variant': 'slow_path', 'shards': 2},
{
'name': 'd8testing',
'test_args': ['--gc-stress'],
'shards': 5,
},
{
'name': 'mjsunit',
'variant': 'slow_path',
'test_args': ['--gc-stress'],
'shards': 2,
},
],
},
'V8 Linux - interpreted regexp': {
@ -744,7 +753,7 @@
},
'V8 Linux64 - custom snapshot - debug': {
'tests': [
{'name': 'mjsunit'},
{'name': 'mjsunit', 'test_args': ['--no-harness']},
],
},
'V8 Linux64 - debug': {
@ -826,7 +835,11 @@
},
'V8 Linux64 GC Stress - custom snapshot': {
'tests': [
{'name': 'mjsunit', 'shards': 3},
{
'name': 'mjsunit',
'test_args': ['--gc-stress', '--no-harness'],
'shards': 3,
},
],
},
'V8 Linux64 TSAN': {
@ -846,15 +859,29 @@
'priority': 35,
},
'tests': [
{'name': 'benchmarks'},
{'name': 'mozilla'},
{'name': 'test262', 'shards': 4},
{'name': 'v8testing', 'shards': 4},
{
'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,
},
],
},
'V8 Linux64 TSAN - isolates': {
'tests': [
{'name': 'v8testing', 'shards': 5},
{'name': 'v8testing', 'test_args': ['--isolates'], 'shards': 5},
],
},
'V8 Linux64 UBSan': {
@ -906,7 +933,7 @@
'os': 'Mac-10.13',
},
'tests': [
{'name': 'd8testing', 'shards': 4},
{'name': 'd8testing', 'test_args': ['--gc-stress'], 'shards': 4},
],
},
'V8 Win32': {