Bug 68979 - http/tests/multipart/stop-crash.html fails on Qt and on GKT
Summary: http/tests/multipart/stop-crash.html fails on Qt and on GKT
Status: RESOLVED DUPLICATE of bug 47060
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zoltan Arvai
URL:
Keywords: Gtk, LayoutTestFailure, Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-09-28 00:11 PDT by Csaba Osztrogonác
Modified: 2012-12-09 03:40 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-09-28 00:11:40 PDT
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
+
Comment 1 Csaba Osztrogonác 2011-09-28 00:41:09 PDT
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.
Comment 2 Csaba Osztrogonác 2011-09-28 02:02:55 PDT
Skipped by http://trac.webkit.org/changeset/96206 until fix.
Comment 3 Zoltan Arvai 2011-10-07 03:44:53 PDT
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.
Comment 4 Philippe Normand 2011-10-07 07:04:18 PDT
Skipping http/tests/multipart/load-last-non-html-frame.php on GTK too because of missing multipart/x-mixed-replace support in libsoup.
Comment 5 Zoltan Arvai 2011-10-10 02:07:47 PDT
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
Comment 6 Csaba Osztrogonác 2011-10-11 03:08:16 PDT

*** This bug has been marked as a duplicate of bug 47060 ***
Comment 7 Martin Robinson 2012-12-09 03:40:00 PST
This might be failing because of missing multipart support in the libsoup backend: https://bugs.webkit.org/show_bug.cgi?id=94515