[Webkit-unassigned] [Bug 56739] [Qt] Add option to run-webkit-tests script to enable webgl testing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 21 06:39:00 PDT 2011


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





--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2011-03-21 06:39:01 PST ---
(From update of attachment 86315)
View in context: https://bugs.webkit.org/attachment.cgi?id=86315&action=review

If 3D canvas is enabled, old-run-webkit-tests run webgl tests:

if (!checkWebCoreFeatureSupport("3D Canvas", 0)) {
    $ignoredDirectories{'fast/canvas/webgl'} = 1;
    $ignoredDirectories{'compositing/webgl'} = 1;
    $ignoredDirectories{'http/tests/canvas/webgl'} = 1;
}

> Tools/Scripts/old-run-webkit-tests:321
> +  --webgl                         Enable WebGL for test browser

This option enables WebGL for DumpRenderTree, not for the test browser.

> Tools/Scripts/old-run-webkit-tests:1178
> +  push(@configurationArgs, '-gl-viewport -graphicsbased -webgl') if $webgl;

What do we want, pass these parameters to DumpRenderTree, or pass them to the test browser?

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