[test] Skip wasm limits test on ARM hardware
The bots don't have enough memory for this test. No-try: true Bug: v8:10280 Change-Id: I2f6dfa80d0337d2e96445577e39b4c894ae84acc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2077680 Auto-Submit: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org> Cr-Commit-Position: refs/heads/master@{#66480}
This commit is contained in:
parent
63d1879d94
commit
a6b6343a93
@ -21,10 +21,11 @@
|
||||
'constructor/instantiate': [SKIP],
|
||||
}], # 'arch == s390 or arch == s390x or system == aix'
|
||||
|
||||
['mode == debug or simulator_run or variant != default', {
|
||||
['mode == debug or simulator_run or variant != default or arch == arm', {
|
||||
# Slow, and we always have the same limits anyway.
|
||||
# ODroid bots don't have enough memory to run the test.
|
||||
'limits': [SKIP],
|
||||
}], # mode == debug or simulator_run or variant != default
|
||||
}], # mode == debug or simulator_run or variant != default or arch == arm
|
||||
|
||||
##############################################################################
|
||||
['lite_mode or variant == jitless', {
|
||||
|
Loading…
Reference in New Issue
Block a user