RESOLVED FIXED 57347
[Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.html timing out since r82087
https://bugs.webkit.org/show_bug.cgi?id=57347
Summary [Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.h...
Jessie Berlin
Reported 2011-03-29 09:07:55 PDT
Attachments
Patch (2.34 KB, patch)
2011-03-29 23:13 PDT, Andy Estes
mitz: review+
Jessie Berlin
Comment 1 2011-03-29 09:19:14 PDT
Adam Roben (:aroben)
Comment 2 2011-03-29 10:49:34 PDT
(In reply to comment #0) > Since it is just timing out and not flakey, we should probably land expected failing results. If it's timing out, we should skip it. Tests take a long time to time out, and it's better for everyone not to slow down the tests because of them.
Jessie Berlin
Comment 3 2011-03-29 11:29:44 PDT
Added to the mac-wk2 Skipped list in http://trac.webkit.org/changeset/82292.
Andy Estes
Comment 4 2011-03-29 23:03:30 PDT
The timeout is actually expected now after <http://trac.webkit.org/changeset/82001> and the test needs to be changed to behave correctly. It just so happened that <http://trac.webkit.org/changeset/82087> exposed it by correcting a MIME type registration issue between QuickTime and WebKit2. I'll change the test to call setPluginsDisabled(), which will give the embed tag in this test its old image loading behavior. Unfortunately setPluginsDisabled isn't implemented in WebKit2's LayoutTestController, so it'll still have to be skipped until that bug is fixed.
Andy Estes
Comment 5 2011-03-29 23:10:57 PDT
Sorry, I meant to say setPluginsEnabled(false). There is no such thing as setPluginsDisabled().
Andy Estes
Comment 6 2011-03-29 23:13:20 PDT
Andy Estes
Comment 7 2011-03-29 23:52:11 PDT
Andy Estes
Comment 8 2011-04-14 16:02:12 PDT
https://bugs.webkit.org/show_bug.cgi?id=58593 tracks implementing layoutTestController.setPluginsEnabled() in WebKitTestRunner, which will allow us to un-skip this test and two others.
Note You need to log in before you can comment on or make changes to this bug.