Commit b0e70c57 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

[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/+/1800564Reviewed-by: 's avatarMythri Alle <mythria@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63712}
parent 716875d7
...@@ -518,9 +518,6 @@ ...@@ -518,9 +518,6 @@
'json': [PASS, SLOW], 'json': [PASS, SLOW],
'sealed-array-reduce': [PASS, SLOW], 'sealed-array-reduce': [PASS, SLOW],
'try': [PASS, SLOW], 'try': [PASS, SLOW],
# Slow without pointer compression
'wasm/asm-wasm-u32': [PASS, ['not pointer_compression', SLOW]],
}], # 'arch == arm64 and simulator_run' }], # 'arch == arm64 and 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