⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 181712 in webkit


Ignore:
Timestamp:
Mar 18, 2015, 4:29:34 PM (11 years ago)
Author:
ap@apple.com
Message:

webaudio/convolution-mono-mono.html fails on some machines
rdar://problem/19996807

Rubber-stampted by Jer Noble.

  • webaudio/resources/convolution-testing.js: (checkTriangularPulse): Slightly increase

the tolerance. It's still extremely low.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r181710 r181712  
     12015-03-18  Alexey Proskuryakov  <ap@apple.com>
     2
     3        webaudio/convolution-mono-mono.html fails on some machines
     4        rdar://problem/19996807
     5
     6        Rubber-stampted by Jer Noble.
     7
     8        * webaudio/resources/convolution-testing.js: (checkTriangularPulse): Slightly increase
     9        the tolerance. It's still extremely low.
     10
    1112015-03-18  Simon Fraser  <simon.fraser@apple.com>
    212
  • trunk/LayoutTests/webaudio/resources/convolution-testing.js

    r111227 r181712  
    6767    // difference between the true triangular pulse and the
    6868    // rendered pulse.
    69     var allowedDeviationDecibels = -133.5;
     69    var allowedDeviationDecibels = -133.2;
    7070    var maxDeviationDecibels = linearToDecibel(maxDelta / valueAtMaxDelta);
    7171
Note: See TracChangeset for help on using the changeset viewer.