[Webkit-unassigned] [Bug 125281] New: Fix flakiness in cross-fade tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 23:28:02 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125281

           Summary: Fix flakiness in cross-fade tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, bdakin at apple.com,
                    eric.carlson at apple.com, simon.fraser at apple.com,
                    thorton at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/e8d30a68585a67f08f5bb184c44e0df6669e932f
if the fix is applicable.

A handful of cross-fade tests were flaky failures due to running before the images were loaded. Coincidentally, this problem was exacerbated by the switch to using the pause API as opposed to rAF since it allowed the tests to run immediately.

Updating the tests to wait for images to be loaded before running.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list