Prepare remaining console web tests for asynchronous source mapping
This CL adds async/await to the remaining web tests in http/tests/devtools/console for the upcoming source map asyncification. The CL also adds a few live location sync points where necessary. This generally happens right after console message rendering is triggered. Before the console message is logged, all pending live location updates need to be {await}ed, as these will happen asynchronous in the future. Note: console-uncaught-promise.js is re-baselined as the test output contains a stack trace with a frame from the test script itself. As the test moves around some code, we also require a new baseline reflecting those changes. Bug: chromium:1032016 Change-Id: I57e5708038f4978b903080e5699afcab4e3f5b05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066856 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by:Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#743914}
Showing
Please register or sign in to comment