Bug 68979
Summary: | http/tests/multipart/stop-crash.html fails on Qt and on GKT | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Zoltan Arvai <zarvai> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, gustavo, mrobinson, ossy, pnormand, rgabor, svillar, xan.lopez, zan |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure, Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Csaba Osztrogonác
After http://trac.webkit.org/changeset/96174/trunk/LayoutTests/http/tests/multipart/stop-crash.html
this test fails on GTK and on Qt:
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/multipart/stop-crash-expected.txt
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/http/tests/multipart/stop-crash-actual.txt
@@ -1,6 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
Test for http://bugs.webkit.org/show_bug.cgi?id=13360 REGRESSION: Crash closing live web cam viewer page.
If WebKit does not assert or crash after the test, then it passed.
-PASS
+
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
But it isn't a regression. I played with it locally
and it seems that the onload method of the img tag
was never executed.
Csaba Osztrogonác
Skipped by http://trac.webkit.org/changeset/96206 until fix.
Zoltan Arvai
Test changed. OnLoad method loading didn't checked before.
Problem: Bad multipart image handling.
QtWebkit shows it as text, but the mime type is "multipart/x-mixed-replace" with images. IMG OnLoad method doesn't fires on text.
Philippe Normand
Skipping http/tests/multipart/load-last-non-html-frame.php on GTK too because of missing multipart/x-mixed-replace support in libsoup.
Zoltan Arvai
Qtwebkit has no multipart support:
https://bugs.webkit.org/show_bug.cgi?id=47059
Qt 4.8 will support it:
http://developer.qt.nokia.com/forums/viewthread/6354
Csaba Osztrogonác
*** This bug has been marked as a duplicate of bug 47060 ***
Martin Robinson
This might be failing because of missing multipart support in the libsoup backend: https://bugs.webkit.org/show_bug.cgi?id=94515