[Webkit-unassigned] [Bug 72698] [GTK] media/audio-garbage-collect.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 08:51:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=72698





--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2012-03-06 08:51:54 PST ---
(In reply to comment #6)
> When you got rid of
>   a = null;
> you are avoiding situation test is checking -- variable "a" still contains reference to audio object, so it would not be garbage collected regardless of its status. Test checks that audio object cannot be collected while it is playing even if there is no reference to it left.
> 

Alright.

> When you are saying "JSC" do you mean JS interpreter/JIT-ter used in Safari? Or is the test flaky with Chromium as well?

This issue happens on the GTK port of WebKit, which uses JavaScriptCore.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list