Bug 35897
Summary: | Do runtime check for presence of HW COMP on Mac during LayoutTests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | Layout and Rendering | Assignee: | Chris Marrin <cmarrin> |
Status: | NEW | ||
Severity: | Normal | CC: | eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 36925, 38912 |
Chris Marrin
Currently fast/media/mq-transform-02.html and fast/media/mq-transform-03.html rely on HW COMP being off on Leopard, or they fail. If Core Video is fixed (see http://trac.webkit.org/changeset/55100) these tests will fail. They also fail with https://bugs.webkit.org/show_bug.cgi?id=35759 if WebGL is turned on.
The right fix is to do a runtime check in DRT, like we do on Windows with the --print-supported-features flag. Then we can turn on or off subdirectories with these tests in them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Bugs like bug 38912 (and possibly bug 36925) could be solved by this.