[test] Enable inlined promise constructor tests on deopt fuzzer.

Bug: v8:7466
Change-Id: Icb47184e3f6e86bf69157fffd2b29a25ad916500
Reviewed-on: https://chromium-review.googlesource.com/997813
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52393}
This commit is contained in:
Peter Marshall 2018-04-05 14:24:06 +02:00 committed by Commit Bot
parent 844b762f53
commit e863e92643

View File

@ -652,10 +652,7 @@
'shared-function-tier-up-turbo': [SKIP],
# Fails deopt_fuzzer due to --deopt_every_n_times
'es6/array-iterator-turbo': [SKIP],
# BUG(v8:7466).
'compiler/promise-constructor': [SKIP],
'es6/array-iterator-turbo': [SKIP]
}], # 'deopt_fuzzer == True'
##############################################################################