Bug 88928 - [WK2] New http/tests/loading/* tests fail
Summary: [WK2] New http/tests/loading/* tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2012-06-12 15:03 PDT by Csaba Osztrogonác
Modified: 2012-06-12 16:41 PDT (History)
2 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 2012-06-12 15:03:54 PDT
New http/tests/loading/* tests introduced in http://trac.webkit.org/changeset/120096
fail on WK2 bots (Qt, Apple Lion) with the following diff:
--- /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt
+++ /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/http/tests/loading/embed-image-load-outlives-gc-without-crashing-actual.txt
@@ -1,6 +1,5 @@
 main frame - didStartProvisionalLoadForFrame
 main frame - didCommitLoadForFrame
 main frame - didFinishDocumentLoadForFrame
-main frame - didFailLoadWithError
 This has an embed element representing an image. That embed element is wrapped in a div. It removes the div, forces garbage collection, and makes sure that the window load event does not fire. It also makes sure there is no crash.

failing tests:
http/tests/loading/embed-image-load-outlives-gc-without-crashing.html
http/tests/loading/image-input-type-outlives-gc-without-crashing.html
http/tests/loading/image-load-outlives-gc-without-crashing.html
http/tests/loading/object-image-load-outlives-gc-without-crashing.html
http/tests/loading/svg-image-load-outlives-gc-without-crashing.html
http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html

Could you check it, please?

PS. I can't set this bug block the original Bug 88683, because it is a security bug.
Comment 1 Brady Eidson 2012-06-12 15:06:11 PDT
Probably a timing thing.  The tests don't need to have the full loading output anyways.  I will resolve one way or another shortly.
Comment 2 Brady Eidson 2012-06-12 16:41:19 PDT
http://trac.webkit.org/changeset/120138