RESOLVED DUPLICATE of bug 72179 Bug 72149
[chromium] failing media/track/tracklist-is-reachable
https://bugs.webkit.org/show_bug.cgi?id=72149
Summary [chromium] failing media/track/tracklist-is-reachable
Tony Gentilcore
Reported 2011-11-11 10:13:08 PST
Chromium fails the media/track/tracklist-is-reachable test which was introduced by r99984. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=media%2Ftrack%2Ftracklist-is-reachable.html Apparently V8 doesn't allow us to set expando properties on non-DOM objects that are also EventTargets. Eric Carlson informs me the JSC code for this is in JSTextTrackListOwner::isReachableFromOpaqueRoots We probably need to do something similar.
Attachments
Patch (1.37 KB, patch)
2011-11-11 10:20 PST, Tony Gentilcore
no flags
Tony Gentilcore
Comment 1 2011-11-11 10:20:01 PST
Tony Gentilcore
Comment 2 2011-11-11 10:20:34 PST
Tony Gentilcore
Comment 3 2011-11-11 10:21:09 PST
My patch just sets expectations. Reopening to track the real fix.
Adam Barth
Comment 4 2011-11-13 23:01:35 PST
Yeah, we need to set up the proper object groupings in V8GCController.
Anna Cavender
Comment 5 2011-11-14 13:22:32 PST
*** This bug has been marked as a duplicate of bug 72179 ***
Note You need to log in before you can comment on or make changes to this bug.