Bug 118420 - [GTK] [Release] Layout Test fast/dom/gc-dom-tree-lifetime.html is failing
Summary: [GTK] [Release] Layout Test fast/dom/gc-dom-tree-lifetime.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-07-05 09:00 PDT by Simon Pena
Modified: 2017-03-11 11:01 PST (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 Simon Pena 2013-07-05 09:00:02 PDT
The following layout test is failing on GTK, only on Release

fast/dom/gc-dom-tree-lifetime.html

Started failing in r152319
Comment 1 Simon Pena 2013-07-15 08:17:01 PDT
Actually, the test started failing was in http://trac.webkit.org/changeset/152320, when there was some refactoring for the CSS Regions support.

It reports that "<div> objects in a DOM tree are not destructed.", since the number of live nodes after the garbage collection is not decreased at least in 9.

However, I don't understand how GTK in Release is the only configuration affected. Besides, if I add prints in InspectorCounters::counterValue, then the garbage collection seems to work, and the number of live nodes is correctly decreased.

I don't plan to continue working on this, at least for some time, so feel free to grab.
Comment 2 Eduardo Lima Mitev 2014-04-17 08:11:01 PDT
This test is passing now, both in the bot and locally, so the issue is apparently fixed.

Test expectation will be updated accordingly.

Simon, please confirm and close.

cheers