Commit 8222373b authored by Brian Cui's avatar Brian Cui Committed by Commit Bot

Disable tests broken by Infobar Improvements

This CL disables tests that will be broken by the Infobar Improvements
CL [1]. These tests will be fixed and re-enabled by [2], after [1]
is merged and DEPS is auto-rolled to pick up the commit.

The tests have been broken due to a one-character method
rename in [1] for ScriptFormatterEditorAction to make the
.toggleFormatScriptSource() method public (formerly private).

[2] simply fixes the tests by updating the method call names.

[1] https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1981175
[2] https://chromium-review.googlesource.com/c/chromium/src/+/2091228

Bug: 1981175
Change-Id: I5357c43c7a8256fe28bd0f370d09ba473b5eca3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092424Reviewed-by: default avatarRobert Paveza <Rob.Paveza@microsoft.com>
Commit-Queue: Brian Cui <brcui@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#748413}
parent e123eb91
...@@ -6779,3 +6779,11 @@ crbug.com/1059645 [ Mac10.14 ] external/wpt/pointerevents/pointerevent_coalesced ...@@ -6779,3 +6779,11 @@ crbug.com/1059645 [ Mac10.14 ] external/wpt/pointerevents/pointerevent_coalesced
crbug.com/1059123 http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ] crbug.com/1059123 http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ]
crbug.com/1059123 virtual/omt-worker-fetch/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ] crbug.com/1059123 virtual/omt-worker-fetch/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ]
crbug.com/1059123 virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ] crbug.com/1059123 virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure ]
# Temporarily disable to land https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1981175
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/coverage/decorations-after-script-formatter.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/async-call-stack-url.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/reveal-not-skipped.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/script-formatter-breakpoints-2.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/script-formatter-breakpoints-3.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/script-formatter-search.js [ Pass 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