Commit b6e9e704 authored by Brian Cui's avatar Brian Cui Committed by Commit Bot

Fix TestExpectations to disable Infobar tests correctly

This CL fixes the changes to TestExpectations to this CL [1] which
attempted to disable some tests in order to land changes to Infobar [2].

The first CL wrote in the wrong file paths for the tests in the
TestExpectations file; this CL corrects those file paths to actually
disable the tests this time. I've done a rebuild of blink_tests locally
to verify that these tests "fail" correctly with the changes in [2].

One test (decorations-after-script-formatter.js) was already disabled
in Windows for Timeout. This test is now fully disabled by allowing
the Failure outcome on all platforms.

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

Bug: 1056348
Change-Id: I616775c2c3ff42cf334dc7fea000977f8e2dbe74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097296Reviewed-by: default avatarRobert Paveza <Rob.Paveza@microsoft.com>
Commit-Queue: Brian Cui <brcui@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#748926}
parent a1144cf4
...@@ -5861,7 +5861,8 @@ crbug.com/974710 [ Win7 ] virtual/isolated_world_csp/http/tests/security/isolate ...@@ -5861,7 +5861,8 @@ crbug.com/974710 [ Win7 ] virtual/isolated_world_csp/http/tests/security/isolate
# Sheriff 2019-06-24 # Sheriff 2019-06-24
crbug.com/978000 inspector-protocol/page/setWebLifecycleState.js [ Pass Timeout ] crbug.com/978000 inspector-protocol/page/setWebLifecycleState.js [ Pass Timeout ]
crbug.com/946700 [ Win ] http/tests/devtools/coverage/decorations-after-script-formatter.js [ Pass Timeout ] # decorations-after-script-formatter.js disabled to land changes in DevTools https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1981175
crbug.com/946700 http/tests/devtools/coverage/decorations-after-script-formatter.js [ Pass Timeout Failure ]
crbug.com/978254 [ Win ] http/tests/devtools/elements/edit/edit-dom-actions-4.js [ Pass Timeout ] crbug.com/978254 [ Win ] http/tests/devtools/elements/edit/edit-dom-actions-4.js [ Pass Timeout ]
crbug.com/977015 [ Win ] http/tests/devtools/elements/shadow/shadow-distribution.js [ Pass Timeout ] crbug.com/977015 [ Win ] http/tests/devtools/elements/shadow/shadow-distribution.js [ Pass Timeout ]
...@@ -6773,13 +6774,12 @@ crbug.com/1059123 http/tests/origin_trials/webexposed/animationworklet-origin-tr ...@@ -6773,13 +6774,12 @@ crbug.com/1059123 http/tests/origin_trials/webexposed/animationworklet-origin-tr
crbug.com/1059123 virtual/omt-worker-fetch/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure Timeout ] crbug.com/1059123 virtual/omt-worker-fetch/http/tests/origin_trials/webexposed/animationworklet-origin-trial-interfaces-worklet-scope.html [ Pass Failure Timeout ]
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 # Temporarily disabled to land changes in DevTools 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 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/async-call-stack-url.js [ Pass Failure ] crbug.com/1056384 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/reveal-not-skipped.js [ Pass Failure ] crbug.com/1056384 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-2.js [ Pass Failure ] crbug.com/1056384 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-breakpoints-3.js [ Pass Failure ] crbug.com/1056384 http/tests/devtools/sources/debugger-ui/script-formatter-search.js [ Pass Failure ]
crbug.com/1056384 third_party/blink/web_tests/http/tests/devtools/sources/debugger-ui/script-formatter-search.js [ Pass Failure ]
# Sheriff 2020-03-10 # Sheriff 2020-03-10
crbug.com/1060175 [ Mac ] accessibility/aom-click-action.html [ Pass Failure Timeout ] crbug.com/1060175 [ Mac ] accessibility/aom-click-action.html [ Pass Failure Timeout ]
......
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