Unskip a test in 'future' configuration

This test no longer fails with concurrent inlining.
(Concurrent inlining is actually disabled in 'future' at the moment
but will be turned on again soon.)

Bug: v8:9094
Change-Id: I4d3f8021a7accff8cd670f3fef95a7995f1a9ba7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1700076
Reviewed-by: Michael Stanton <mvstanton@chromium.org>
Commit-Queue: Michael Stanton <mvstanton@chromium.org>
Auto-Submit: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62702}
This commit is contained in:
Georg Neis 2019-07-15 10:12:35 +02:00 committed by Commit Bot
parent 46b1a52ea2
commit 87896ff13e

View File

@ -1072,10 +1072,4 @@
'*': [SKIP],
}], # variant == jitless and not embedded_builtins
##############################################################################
['variant == future', {
# crbug.com/v8/9094
'compiler/constant-fold-cow-array': [SKIP],
}], # variant == future
]