Commit ff64360d authored by Igor Sheludko's avatar Igor Sheludko Committed by V8 LUCI CQ

[rab/gsab] Skip slow tests on debug sim builds

Bug: v8:11111
Change-Id: I52caef43e7f2b3921ef34eeb50e41f1dedf90e32
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3689570
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80949}
parent a4d12a86
......@@ -300,6 +300,10 @@
'regress/wasm/regress-1010272': [SKIP],
'wasm/atomics-stress': [SKIP],
'wasm/atomics64-stress': [SKIP],
# Slow tests which times out in debug mode.
'typedarray-growablesharedarraybuffer-array-methods': [PASS, ['mode == debug', SKIP]],
'typedarray-resizablearraybuffer-array-methods': [PASS, ['mode == debug', SKIP]],
}], # simulator_run
##############################################################################
......
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