Title: [181712] trunk/LayoutTests
Revision
181712
Author
[email protected]
Date
2015-03-18 16:29:34 -0700 (Wed, 18 Mar 2015)

Log 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (181711 => 181712)


--- trunk/LayoutTests/ChangeLog	2015-03-18 22:39:46 UTC (rev 181711)
+++ trunk/LayoutTests/ChangeLog	2015-03-18 23:29:34 UTC (rev 181712)
@@ -1,3 +1,13 @@
+2015-03-18  Alexey Proskuryakov  <[email protected]>
+
+        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.
+
 2015-03-18  Simon Fraser  <[email protected]>
 
         Avoid repaints when changing transform on an element with multiple background images

Modified: trunk/LayoutTests/webaudio/resources/convolution-testing.js (181711 => 181712)


--- trunk/LayoutTests/webaudio/resources/convolution-testing.js	2015-03-18 22:39:46 UTC (rev 181711)
+++ trunk/LayoutTests/webaudio/resources/convolution-testing.js	2015-03-18 23:29:34 UTC (rev 181712)
@@ -66,7 +66,7 @@
     // is the threshold of the relative error at the maximum
     // difference between the true triangular pulse and the
     // rendered pulse.
-    var allowedDeviationDecibels = -133.5;
+    var allowedDeviationDecibels = -133.2;
     var maxDeviationDecibels = linearToDecibel(maxDelta / valueAtMaxDelta);
 
     if (maxDeviationDecibels <= allowedDeviationDecibels) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to