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.
Probably a timing thing. The tests don't need to have the full loading output anyways. I will resolve one way or another shortly.
http://trac.webkit.org/changeset/120138