[Webkit-unassigned] [Bug 91569] New: [chromium] We need layout tests for testing the H/W VDA code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 18:57:29 PDT 2012


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

           Summary: [chromium] We need layout tests for testing the H/W
                    VDA code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ananta at chromium.org
                CC: ananta at chromium.org, enne at google.com,
                    fischman at chromium.org


The H/W video decode codepath in Chromium does not have layout tests to help catch
issues like the one here https://bugs.webkit.org/show_bug.cgi?id=91562

A possible approach mentioned by Adrienne Walker

You could either explicitly enable the hardware video path via a new function in Chromium's LayoutTestController.cpp (look for how we handle loseCompositorContext as an example).  Alternatively, you could create a (hypothetical) LayoutTests/platform/chromium/compositing/hardwarevideo/ directory and then modify TestShell::runFileTest to set these flags on anything in that directory.

Then I think you could just take a basic video layout test and run it through the hardware path.

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