[Webkit-unassigned] [Bug 38912] REGRESSION: media/video-loop.html is timing out on the commit-queue Leopard Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 17:20:22 PDT 2010


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





--- Comment #26 from Eric Seidel <eric at webkit.org>  2010-05-12 17:20:22 PST ---
My hack to get WebKit to disable HW compositing worked.  It checks the (hacked) CoreVideo version and turns it off correctly.

However the same night that I upgraded the bot, some tests seem to have started failing with compositing off.  So now that I have HW compositing back off on the commit-queue, the following tests always fail:

compositing/iframes/composited-parent-iframe.html -> failed
compositing/iframes/connect-compositing-iframe2.html -> failed
compositing/iframes/connect-compositing-iframe3.html -> failed
compositing/iframes/connect-compositing-iframe.html -> failed
compositing/iframes/enter-compositing-iframe.html -> failed

run-webkit-tests checks for the compiled symbol "RenderLayer" to determine if compositing is enabled:
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitperl/features.pm#L71
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/old-run-webkit-tests#L479

and thus if it should run the compositing tests:
http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/old-run-webkit-tests#L483

Thoughts?

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