Bug 82020
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 |
mitz
plugins/netscape-dom-access-and-reload.html was added in <http://trac.webkit.org/r111754> (the fix for bug 80428) and has been failing in Mac WebKit2 ever since.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11106612>
mitz
Added the current failing results as the expected results for Mac WebKit2 in <http://trac.webkit.org/r111831>.
Ryosuke Niwa
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.
mitz
The test was re-added in <http://trac.webkit.org/r111890>, and it is failing again.
mitz
Added the current failing results as the expected results for Mac WebKit2 in <http://trac.webkit.org/r111934>.
Philippe Normand
(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.
Csaba Osztrogonác
It should block the original bug, because now there isn't any relation added.
Alexey Proskuryakov
*** Bug 82752 has been marked as a duplicate of this bug. ***
Pascal Jacquemart
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...
Martin Robinson
Support for plugins was removed in https://trac.webkit.org/changeset/265753/webkit.