Commit 87896ff1 authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

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/+/1700076Reviewed-by: 's avatarMichael 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}
parent 46b1a52e
......@@ -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
]
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