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:Robert Paveza <Rob.Paveza@microsoft.com> Commit-Queue: Brian Cui <brcui@microsoft.com> Cr-Commit-Position: refs/heads/master@{#748926}
Showing
Please register or sign in to comment