RESOLVED FIXED83667
Add layout test case for audioChannelSplitter.
https://bugs.webkit.org/show_bug.cgi?id=83667
Summary Add layout test case for audioChannelSplitter.
Raymond
Reported 2012-04-10 23:38:13 PDT
Add layout test case for audioChannelSplitter.
Attachments
Patch (5.32 KB, patch)
2012-04-10 23:38 PDT, Raymond
no flags
Archive of layout-test-results from ec2-cr-linux-02 (6.39 MB, application/zip)
2012-04-11 00:51 PDT, WebKit Review Bot
no flags
Raymond
Comment 1 2012-04-10 23:38:51 PDT
WebKit Review Bot
Comment 2 2012-04-11 00:51:25 PDT
Comment on attachment 136633 [details] Patch Attachment 136633 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12381761 New failing tests: webaudio/audiochannelsplitter.html
WebKit Review Bot
Comment 3 2012-04-11 00:51:31 PDT
Created attachment 136638 [details] Archive of layout-test-results from ec2-cr-linux-02 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: ec2-cr-linux-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Raymond
Comment 4 2012-04-11 01:16:02 PDT
(In reply to comment #3) hmm, layout test fail is expected since 83648 is not landed yet. Will try to trigger bot again when 83648 landed.
Chris Rogers
Comment 5 2012-04-11 12:23:54 PDT
Comment on attachment 136633 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136633&action=review Test looks great overall - some minor nits: > LayoutTests/ChangeLog:3 > + Add layout test case for audioChannelSplitter. nit: audioChannelSplitter -> AudioChannelSplitter > LayoutTests/webaudio/audiochannelsplitter-expected.txt:1 > +Tests that audio channel splitter working correctly. "Tests that audio channel splitter working correctly" -> "Tests AudioChannelSplitter" > LayoutTests/webaudio/audiochannelsplitter.html:4 > +Tests that audioChannelSplitter working correctly. audioChannelSplitter -> AudioChannelSplitter > LayoutTests/webaudio/audiochannelsplitter.html:31 > + nit: extra blank line > LayoutTests/webaudio/audiochannelsplitter.html:46 > +// checkResult() checks that the rendered buffer is stereo and that the left channel is all -1 and right channel all +1. I'd add an additional comment line: // In other words, we've reversed the order of the two channels. > LayoutTests/webaudio/audiochannelsplitter.html:68 > + testPassed("Correctly exchange stereo streams channel layout."); "Correctly exchange stereo streams channel layout." -> "Correctly exchanged left and right channels." > LayoutTests/webaudio/audiochannelsplitter.html:70 > + testFailed("Error on exchanging stereo streams channel layout."); ditto > LayoutTests/webaudio/audiochannelsplitter.html:115 > + // When Merging, exchange channel layout: left->right, right->left Merging -> merging
Raymond
Comment 6 2012-04-11 21:08:53 PDT
Patch been merged to https://bugs.webkit.org/show_bug.cgi?id=83648. Since that one been landed. close this one.
Eric Seidel (no email)
Comment 7 2012-04-19 15:52:27 PDT
Comment on attachment 136633 [details] Patch Cleared review? from attachment 136633 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.