[Webkit-unassigned] [Bug 79765] New: [Chromium] Layout Test webaudio/audiobuffersource-channels.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 01:24:09 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79765

           Summary: [Chromium] Layout Test
                    webaudio/audiobuffersource-channels.html is failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bashi at chromium.org
                CC: crogers at google.com, james.wei at intel.com


The following layout test is failing on Debug builds

webaudio/audiobuffersource-channels.html

http://trac.webkit.org/changeset/109076 introduced the test. It tries to set more than 6 channels, but AudioNodeOutput doesn't allow more than 6 channels(from AudioNodeOutput.cpp):

// This is considering that 5.1 (6 channels) is the largest we'll ever deal with.
// It can easily be increased to support more if the web audio specification is updated.
const unsigned MaxNumberOfChannels = 6;

Looks like the test should set less than 6 channels for now.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list