New issue
Advanced search Search tips

Issue 725585 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Layout Test payments/payment-request-interface.html is flaky

Project Member Reported by mek@chromium.org, May 23 2017

Issue description

The following layout test is flaky on all platforms.
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Trusty%20(dbg)/builds/1712 is one example of a failed build, but it regularly fails on all platforms.

payments/payment-request-interface.html

Actual output sometimes has some number of "CONSOLE ERROR: Uncaught (in promise) UnknownError: Request failed" in its output, while the test expectations don't have any of these.

The correct fix is probably to get rid of the test expectation file, and fix the failures the -expected.txt file is complaining about (passing null to assert_throws).
 
Thank for the report. I can reproduce this. Will fix.
Project Member

Comment 2 by bugdroid1@chromium.org, May 23 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/4046a030fc7d1617ddddfd383f0e62ea3915b622

commit 4046a030fc7d1617ddddfd383f0e62ea3915b622
Author: mek <mek@chromium.org>
Date: Tue May 23 20:16:43 2017

Mark payments/payment-request-interface.html as flaky.

BUG= 725585 
TBR=rouslan@chromium.org

Review-Url: https://codereview.chromium.org/2896333002
Cr-Commit-Position: refs/heads/master@{#474028}

[modify] https://crrev.com/4046a030fc7d1617ddddfd383f0e62ea3915b622/third_party/WebKit/LayoutTests/TestExpectations

Status: Fixed (was: Assigned)

Sign in to add a comment