Bug 105298 - [GStreamer] webaudio/decode-audio-data-basic.html fails
Summary: [GStreamer] webaudio/decode-audio-data-basic.html fails
Status: RESOLVED FIXED
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:52 PST by Dominik Röttsches (drott)
Modified: 2012-12-30 08:59 PST (History)
6 users (show)

See Also:


Attachments
Patch (3.57 KB, patch)
2012-12-29 10:43 PST, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

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:52:06 PST
Making webaudio/decode-audio-data-basic.html fail with:

 PASS decodeAudioData raises exception correctly when arraybuffer parameter is null.
 PASS The resources/media/24bit-44khz.wav test: successCallback has been called correctly.
-PASS The resources/media/invalid-audio-file.txt test: errorCallback has been called correctly.
+FAIL The resources/media/invalid-audio-file.txt test: successCallback was not called.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Philippe Normand 2012-12-29 10:43:50 PST
Created attachment 180940 [details]
Patch
Comment 2 Philippe Normand 2012-12-30 08:59:17 PST
Committed r138580: <http://trac.webkit.org/changeset/138580>