[cleanup] wasm/asm-wasm-u32 not SLOW anymore

Since https://chromium-review.googlesource.com/c/v8/v8/+/1791632 sped it
up, there is no need to mark it as SLOW.

Bug: v8:7783
Change-Id: I24d1b2f1e56dff4c820d397288ab3ad7662ae06b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1800564
Reviewed-by: Mythri Alle <mythria@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63712}
This commit is contained in:
Santiago Aboy Solanes 2019-09-12 10:03:03 +01:00 committed by Commit Bot
parent 716875d74c
commit b0e70c571a

View File

@ -518,9 +518,6 @@
'json': [PASS, SLOW],
'sealed-array-reduce': [PASS, SLOW],
'try': [PASS, SLOW],
# Slow without pointer compression
'wasm/asm-wasm-u32': [PASS, ['not pointer_compression', SLOW]],
}], # 'arch == arm64 and simulator_run'
##############################################################################