The following tests are failing quite badly: webaudio/audiobuffersource-channels.html webaudio/convolution-mono-mono.html webaudio/up-mixing-stereo-51.html webaudio/delaynode.html webaudio/delaynode-maxdelay.html webaudio/delaynode-scheduling.html webaudio/up-mixing-mono-stereo.html webaudio/up-mixing-mono-51.html webaudio/biquad-allpass.html webaudio/biquad-highshelf.html webaudio/biquad-bandpass.html webaudio/biquad-lowpass.html webaudio/biquadfilternode-basic.html webaudio/biquad-lowshelf.html webaudio/biquad-getFrequencyResponse.html webaudio/biquad-notch.html webaudio/biquad-highpass.html webaudio/biquad-peaking.html 84 ASSERT(m_wrapper || !m_jsFunction); (gdb) bt #0 0x00007fb1251e6a50 in WebCore::JSEventListener::jsFunction (this=0x7fb0d3e374d0, scriptExecutionContext=0x7fb0d3d8a1d8) at ../../../Source/WebCore/bindings/js/JSEventListener.h:84 #1 0x00007fb1251e6132 in WebCore::JSEventListener::handleEvent (this=0x7fb0d3e374d0, scriptExecutionContext=0x7fb0d3d8a1d8, event=0x7fb0d3d137b0) at ../../../Source/WebCore/bindings/js/JSEventListener.cpp:76 #2 0x00007fb12544ffe6 in WebCore::EventTarget::fireEventListeners (this=0x7fb0d3de3ff0, event= 0x7fb0d3d137b0, d=0x7fb0d3de4150, entry=WTF::Vector of length 1, capacity 1 = {...}) at ../../../Source/WebCore/dom/EventTarget.cpp:231 #3 0x00007fb12544fe40 in WebCore::EventTarget::fireEventListeners (this=0x7fb0d3de3ff0, event= 0x7fb0d3d137b0) at ../../../Source/WebCore/dom/EventTarget.cpp:198 #4 0x00007fb12544fcec in WebCore::EventTarget::dispatchEvent (this=0x7fb0d3de3ff0, event=...) at ../../../Source/WebCore/dom/EventTarget.cpp:177 #5 0x00007fb125c4ba0d in WebCore::AudioContext::fireCompletionEvent (this=0x7fb0d3de3fd0) at ../../../Source/WebCore/webaudio/AudioContext.cpp:778 #6 0x00007fb125c62d3f in WebCore::OfflineAudioDestinationNode::notifyComplete (this= 0x7fb0d3dc0ee0) at ../../../Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp:168 #7 0x00007fb125c62cd7 in WebCore::OfflineAudioDestinationNode::notifyCompleteDispatch (userData= 0x7fb0d3dc0ee0) at ../../../Source/WebCore/webaudio/OfflineAudioDestinationNode.cpp:160 #8 0x00007fb128798cc9 in WTF::dispatchFunctionsFromMainThread () at ../../../Source/JavaScriptCore/wtf/MainThread.cpp:156 #9 0x00007fb128798a83 in WTF::timeoutFired () at ../../../Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp:43 #10 0x00007fb12333997b in g_timeout_dispatch (source=0x7fb0bc1ffda0, callback=<optimized out>, user_data=<optimized out>) at gmain.c:3854 #11 0x00007fb123338d3a in g_main_dispatch (context=0x221a9b0) at gmain.c:2510 #12 g_main_context_dispatch (context=0x221a9b0) at gmain.c:3047 #13 0x00007fb123339100 in g_main_context_iterate (dispatch=1, block=<optimized out>, context= 0x221a9b0, self=<optimized out>) at gmain.c:3118 #14 g_main_context_iterate (context=0x221a9b0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3055 #15 0x00007fb1233394fa in g_main_loop_run (loop=0x7fb0d00067f0) at gmain.c:3312 #16 0x00007fb1241728fd in gtk_main () at gtkmain.c:1358 #17 0x000000000045f578 in runTest (testPathOrURL=...) at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:716 #18 0x000000000045ebcc in runTestingServerLoop () at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:499 #19 0x0000000000461b44 in main (argc=2, argv=0x7fff2836b638) at ../../../Tools/DumpRenderTree/gtk/DumpRenderTree.cpp:1391 If executed one by one though, none fail.
*** This bug has been marked as a duplicate of bug 86910 ***