[Webkit-unassigned] [Bug 76685] Fix ASSERT fail within AudioBus::processWithGainFrom()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 21:10:10 PST 2012


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





--- Comment #6 from Raymond <rgbbones at gmail.com>  2012-01-29 21:10:10 PST ---
(In reply to comment #2)
> (From update of attachment 123254 [details])
> > Source/WebCore/ChangeLog:8
> > +        No new tests required.
> 
> Can you elaborate on why we can't write a test for this issue? The description of this bug (comment #0) states that we may be able to use the page <http://chromium.googlecode.com/svn/trunk/samples/audio/wavetable-synth.html> to exhibit this assertion failure. Can we derive a test case from this page?

Hi Daniel

Layout test case added. Basicly, a delay node without input is connected to the gain node which itself is connected to the context destination. And to pump up, a sourcebuffer node is connected directly to the destination. Not sure is there better way to run a async test case.

-- 
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