Skip to content

Commit

Permalink
Skip virtual equivalent of async-callstack-async-await*.html layout t…
Browse files Browse the repository at this point in the history
…ests.

Non-virtual async-callstack-async-await*.html tests have been disabled
in r409884, but the tests have been flakily running and timing out in
the virtual test suites:

- Site Isolation Win:
  https://build.chromium.org/p/chromium.fyi/builders/Site%20Isolation%20Win/builds/15853

- WebKit Mac10.11 (dbg):
  https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fasyncawait%2Finspector%2Fsources%2Fdebugger-async%2Fasync-await%2Fasync-callstack-async-await2.html

Based, on the above, this CL is broadening the test expectations for
virtual/asyncawait/.../async-callstack-async-await[23].html so that:

- They cover non-Debug builds (since Site Isolation Win tests Release build)

- They cover all platforms (since these tests are also flaky on Mac10.11)

BUG=636835, 621515
NOTRY=true

Review-Url: https://codereview.chromium.org/2276583002
Cr-Commit-Position: refs/heads/master@{#413786}
  • Loading branch information
anforowicz authored and Commit bot committed Aug 23, 2016
1 parent d893fe0 commit c21f0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/WebKit/LayoutTests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ crbug.com/537080 imported/csswg-test/css-writing-modes-3/vertical-alignment-009.
crbug.com/621515 inspector/sources/debugger-async/async-await/async-callstack-async-await1.html [ Skip ]
crbug.com/621515 inspector/sources/debugger-async/async-await/async-callstack-async-await2.html [ Skip ]
crbug.com/621515 inspector/sources/debugger-async/async-await/async-callstack-async-await3.html [ Skip ]
crbug.com/636835 [ Linux Win7 Debug ] virtual/asyncawait/inspector/sources/debugger-async/async-await/async-callstack-async-await2.html [ Timeout ]
crbug.com/636835 [ Win7 Debug ] virtual/asyncawait/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html [ Timeout ]
crbug.com/636835 virtual/asyncawait/inspector/sources/debugger-async/async-await/async-callstack-async-await2.html [ Skip ]
crbug.com/636835 virtual/asyncawait/inspector/sources/debugger-async/async-await/async-callstack-async-await3.html [ Skip ]

# These tests pass but images do not match because of position: absolute in vertical flow bug
crbug.com/492664 imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-009.xht [ Failure ]
Expand Down

0 comments on commit c21f0ee

Please sign in to comment.