[mjsunit] Unmark array-concat as slow

We made array-concat run faster in https://crrev.com/c/2504853.

Bug: v8:7783
Change-Id: Iabefb58f92e24ffa4e0589a7c8b9e2b3e12c6e47
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2504859
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Reviewed-by: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70831}
This commit is contained in:
Zhi An Ng 2020-10-28 09:25:41 +00:00 committed by Commit Bot
parent 21274fac41
commit cf1fbe70e8

View File

@ -500,7 +500,6 @@
'compiler/regress-9017': [SKIP],
# Slow tests.
'array-concat': [PASS, SLOW],
'array-indexing': [PASS, SLOW],
'array-reduce': [PASS, SLOW],
'array-sort': [PASS, SLOW],