[asm.js] Re-enable tests that should no longer flake.

Now that segmented code spaces are enabled for WebAssembly, tests that
allocate a large number of modules should no longer flakily run OOM.

R=clemensb@chromium.org
TEST=mjsunit/wasm/asm-wasm-{i32,f64}
BUG=v8:7899

Change-Id: Iab5d2c1b022cc1f6e44f132b14148c86f148cb54
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1876818
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64545}
This commit is contained in:
Michael Starzinger 2019-10-24 12:39:48 +02:00 committed by Commit Bot
parent 3cf6f4729e
commit bfefb6ab60

View File

@ -1082,13 +1082,6 @@
'string-replace-gc': [SKIP],
}], # variant == slow_path
##############################################################################
['arch == x64', {
# TODO: Flaky test: crbug.com/v8/7899
'wasm/asm-wasm-i32': [SKIP],
'wasm/asm-wasm-f64': [SKIP],
}], # arch == x64
##############################################################################
['arch not in [x64, arm, arm64] or system != linux', {
# Unwinding info writer is only supported on x64, arm, and arm64 Linux