[Webkit-unassigned] [Bug 117399] New: JavaScript based testing tool for catching flickering tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 02:32:18 PDT 2013


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

           Summary: JavaScript based testing tool for catching flickering
                    tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tczene at inf.u-szeged.hu


Created an attachment (id=204144)
 --> (https://bugs.webkit.org/attachment.cgi?id=204144&action=review)
draft patch

The patch tries to catch a flickering bug at animation tests by using JavaScript.
Added function to WTR that checks the color code of a given pixel in the given fractions of time. If the corresponding pixel's color code difference is below a given threshold in every cases, the test passes. 
This timing and color code checking is test specific: timing and color checking need to be customized for every tests.

Any opinion or advice is appreciated.

-- 
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