Skip inspector/runtime/console-messages-limits on arm debug simulators
This test takes nearly 10 minutes to run on arm64, and over 5 on arm. Bug: v8:7783 Change-Id: I6798c001a76c59974729e4b2618167578eb50a1b Reviewed-on: https://chromium-review.googlesource.com/c/1321034 Commit-Queue: Adam Klein <adamk@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#57327}
This commit is contained in:
parent
4f6ba3852b
commit
83f6e46834
@ -34,7 +34,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
['(arch == arm or arch == arm64) and simulator_run', {
|
['(arch == arm or arch == arm64) and simulator_run', {
|
||||||
# Slow tests: https://crbug.com/v8/7783
|
# Slow tests: https://crbug.com/v8/7783
|
||||||
'runtime/console-messages-limits': [PASS, NO_VARIANTS],
|
'runtime/console-messages-limits': [PASS, NO_VARIANTS, ['mode == debug or dcheck_always_on', SKIP]],
|
||||||
}], # (arch == arm or arch == arm64) and simulator_run
|
}], # (arch == arm or arch == arm64) and simulator_run
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user