Bug 123793

Summary: [mac] Some tests disable accelerated compositing, which is not a supported configuration
Product: WebKit Reporter: Tim Horton <thorton>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: andersca, ap, dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Tim Horton
Reported 2013-11-05 01:45:40 PST
A bunch of tests (mostly in css3/filters) turn off accelerated compositing in order to specifically test the software filter path. However, accelerated compositing cannot be disabled on Mac anymore. When the tests do this, they completely disable rendering :( We should stop the tests from doing this, reevaluate whether we actually want to test the software filter path (considering it won't be what we use most of the time, since accelerated compositing is always already on and we'll therefore generally use hardware filters, I think?), and maybe add a different setting for that, if we decide that we do. Many of these tests are already skipped for other reasons.
Attachments
Note You need to log in before you can comment on or make changes to this bug.