Commit 94a8519a authored by Igor Sheludko's avatar Igor Sheludko Committed by Commit Bot

[tests] Skip tests that timeouts with --force-slow-path pt.2

No-Tree-Checks: true
No-Try: true
Change-Id: Ic756f1716a9667f10970e35992db5399ed54cacc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1901267
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64808}
parent ed0dce9d
......@@ -1072,13 +1072,14 @@
# Slow tests.
'regress/regress-crbug-493779': [SKIP],
'string-replace-gc': [SKIP],
'wasm/stack': [SKIP],
}], # variant == slow_path and gc_stress
##############################################################################
['variant == slow_path', {
# Slow tests.
# Slow tests doing too many array manipulations each of which takes slow
# path usually through a runtime call.
'regress/wasm/regress-9759': [SKIP],
'wasm/stack': [SKIP],
# Tests that are not compatible with the --force-slow-path mode.
'filter-element-kinds': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment