Add stack size fuzzer to NumFuzz debug and TSAN on CI
Bug: v8:12028 No-Try: true Change-Id: Icc6775ed09fda6b6c46ec08f13137bf5a74662a9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3145410 Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#76695}
This commit is contained in:
parent
0100a8e8af
commit
d17564b38a
@ -2147,6 +2147,11 @@
|
||||
'suffix': 'threads',
|
||||
'test_args': ['--infra-staging', '--total-timeout-sec=2100', '--stress-thread-pool-size=1']
|
||||
},
|
||||
{
|
||||
'name': 'numfuzz',
|
||||
'suffix': 'stack',
|
||||
'test_args': ['--infra-staging', '--total-timeout-sec=2100', '--stress-stack-size=1']
|
||||
},
|
||||
{
|
||||
'name': 'numfuzz',
|
||||
'suffix': 'combined',
|
||||
@ -2160,6 +2165,7 @@
|
||||
'--stress-marking=4',
|
||||
'--stress-scavenge=4',
|
||||
'--stress-thread-pool-size=2',
|
||||
'--stress-stack-size=1',
|
||||
],
|
||||
'shards': 4
|
||||
},
|
||||
@ -2197,6 +2203,11 @@
|
||||
'suffix': 'threads',
|
||||
'test_args': ['--infra-staging', '--total-timeout-sec=2100', '--stress-thread-pool-size=1']
|
||||
},
|
||||
{
|
||||
'name': 'numfuzz',
|
||||
'suffix': 'stack',
|
||||
'test_args': ['--infra-staging', '--total-timeout-sec=2100', '--stress-stack-size=1']
|
||||
},
|
||||
{
|
||||
'name': 'numfuzz',
|
||||
'suffix': 'combined',
|
||||
@ -2210,6 +2221,7 @@
|
||||
'--stress-marking=4',
|
||||
'--stress-scavenge=4',
|
||||
'--stress-thread-pool-size=2',
|
||||
'--stress-stack-size=1',
|
||||
],
|
||||
'shards': 3
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user