Bug 35897 - Do runtime check for presence of HW COMP on Mac during LayoutTests
Summary: Do runtime check for presence of HW COMP on Mac during LayoutTests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords:
Depends on:
Blocks: 36925 38912
  Show dependency treegraph
 
Reported: 2010-03-08 16:52 PST by Chris Marrin
Modified: 2010-05-12 19:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2010-03-08 16:52:01 PST
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.
Comment 1 Eric Seidel (no email) 2010-05-12 19:50:23 PDT
Bugs like bug 38912 (and possibly bug 36925) could be solved by this.