Commit 231dfdef authored by Andreas Haas's avatar Andreas Haas Committed by V8 LUCI CQ

[wasm] Disable limits test on Android

The test is very resource intensive and is therefore not reliable on
weaker systems. The limits are the same for all configurations, so it's
not a problem if we disable the test for some configurations.

R=machenbach@chromium.org

Fixes: v8:12836
Change-Id: If187bd3d5d352b1685d3a6e43a76860a263f53de
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3608631Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80253}
parent 759e841a
......@@ -39,6 +39,12 @@
'proposals/memory64/limits': [SKIP],
}], # ALWAYS
['system == android', {
# Slow, and we always have the same limits anyway.
# Android bots don't have enough memory to run the test.
'limits': [SKIP],
}], # 'system == android'
['arch == s390 or arch == s390x or system == aix', {
# https://bugs.chromium.org/p/v8/issues/detail?id=8402
'instance/constructor': [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