Bug 105297 - [GStreamer] webaudio/audiobuffersource* tests are failing
Summary: [GStreamer] webaudio/audiobuffersource* tests are failing
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 07:48 PST by Dominik Röttsches (drott)
Modified: 2018-02-09 09:49 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.