Commit c7defee9 authored by Simon Zünd's avatar Simon Zünd Committed by Commit Bot

Disable web tests that are impacted by REPL mode top-level await

This CL temporarliy disables web tests that will be impacted by
the upcoming top-level await implementation in V8's REPL mode.

There are two changes that require layout tests to be disabled:

V8's implementation of top-level await: https://crrev.com/c/1900464.

Removal of manual wrapping of async/await code in the DevTools
fronted: https://crrev.com/c/1928927.

Some of the web tests are disabled because V8 REPL mode *always*
returns a promise, resulting in slightly different stack traces.
These need to be rebaselined but are included in this CL to
make reverts easier.

Bug: chromium:1021921
Change-Id: If262b66b51168265f1582c9b5f5d85dcd92525ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930656Reviewed-by: default avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#718572}
parent 9f9b8c9c
...@@ -2389,6 +2389,20 @@ crbug.com/491764 http/tests/devtools/service-workers/user-agent-override.js [ Pa ...@@ -2389,6 +2389,20 @@ crbug.com/491764 http/tests/devtools/service-workers/user-agent-override.js [ Pa
crbug.com/492511 [ Mac ] virtual/text-antialias/atsui-negative-spacing-features.html [ Failure ] crbug.com/492511 [ Mac ] virtual/text-antialias/atsui-negative-spacing-features.html [ Failure ]
crbug.com/492511 [ Mac ] virtual/text-antialias/international/arabic-justify.html [ Failure ] crbug.com/492511 [ Mac ] virtual/text-antialias/international/arabic-justify.html [ Failure ]
# Temporarily disable top-level await tests as the implementation moves
# from the DevTools frontend to native V8
crbug.com/1021921 http/tests/devtools/console/console-top-level-await.js [ Skip ]
crbug.com/1021921 http/tests/devtools/unit/preprocess-top-level-awaits.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-eval-exception-report.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-eval-object-literal.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-eval-throw.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-eval-undefined-override.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-group-similar.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/console-xpath.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/exception-objects.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/nested-worker-eval-contains-stack.js [ Skip ]
crbug.com/1021921 http/tests/devtools/console/worker-eval-contains-stack.js [ Skip ]
# Ref tests that fail due to differences in inline box structure, even though they contain the same text. # Ref tests that fail due to differences in inline box structure, even though they contain the same text.
# This happens because inline box layout uses fixed-point measurements, which can cause rounding differences. # This happens because inline box layout uses fixed-point measurements, which can cause rounding differences.
crbug.com/321237 [ Mac ] fast/selectors/007a.html [ Failure ] crbug.com/321237 [ Mac ] fast/selectors/007a.html [ Failure ]
......
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