Summary: | plugins/netscape-dom-access-and-reload.html fails on all platforms | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, dmichael, eric, mrobinson, ossy, p.jacquemart, pnormand, rniwa, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 80428 |
Description
mitz
2012-03-22 23:20:51 PDT
Added the current failing results as the expected results for Mac WebKit2 in <http://trac.webkit.org/r111831>. The patch was rolled out in http://trac.webkit.org/changeset/111839. I also removed the failing expectation you added in http://trac.webkit.org/changeset/111840. The test was re-added in <http://trac.webkit.org/r111890>, and it is failing again. Added the current failing results as the expected results for Mac WebKit2 in <http://trac.webkit.org/r111934>. (In reply to comment #5) > Added the current failing results as the expected results for Mac WebKit2 in <http://trac.webkit.org/r111934>. It also fails on Qt and GTK. I'm going to skip it for now on those ports. It should block the original bug, because now there isn't any relation added. *** Bug 82752 has been marked as a duplicate of this bug. *** Re-tested on GTK I can confirm it fails while the running all the tests But surprisingly this same test succeeds while running alone Within the whole suite the value read from "internals.numberOfLiveDocuments()" is set to 4 (whereas the expected value is 1) The garbage collector is called several times: - while loading the document - after reload - after a JavaScript call to "window.GCController.collect();" But it seems to have no effect Any idea? I have to investigate deeper... Support for plugins was removed in https://trac.webkit.org/changeset/265753/webkit. |