Re-enable web tests affected by implementing REPL top-level await in V8
This CL re-enables tests that are affected by V8's top-level await implementation. Manual wrapping of code in an async arrow function was removed from the frontend, so the 'unit' test for that wrapping code is also removed as part of this CL. Since we also correctly handle the completion value of async scripts, the top-level-await web test was rebaselined. All other tests can simply be re-enabled. Bug: chromium:1021921 Change-Id: I902f36fa5b662f7df549dc233eee94212aaeadb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1962259Reviewed-by:Peter Marshall <petermarshall@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#726387}
Showing
Please register or sign in to comment