Bug 105297

Summary: [GStreamer] webaudio/audiobuffersource* tests are failing
Product: WebKit Reporter: Dominik Röttsches (drott) <d-r>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Dominik Röttsches (drott) 2012-12-18 07:48:58 PST
Currently those two tests fail
webaudio/audiobuffersource-loop-points.html failed unexpectedly (audio mismatch)
webaudio/audiobuffersource-playbackrate.html failed unexpectedly (audio mismatch)

The first one seems to be only related to rounding, in that sense similar to bug 105291, the second one has bigger difference.
Comment 1 Philippe Normand 2012-12-30 09:13:09 PST
It seems something is not cleaned up properly.

run-webkit-tests --gtk -v --child-processes=1 --run-singly webaudio/audiobuffersource-loop-comprehensive.html webaudio/audiobuffersource-channels.html 

works

run-webkit-tests --gtk -v --child-processes=1 webaudio/audiobuffersource-loop-comprehensive.html webaudio/audiobuffersource-channels.html

webaudio/audiobuffersource-loop-comprehensive.html times out if it runs after webaudio/audiobuffersource-channels.html.