Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: LayoutTests/webaudio/resources/distance-model-testing.js

Issue 426633005: Bump up allowed maxAllowedError in webaudio tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/resources/distance-model-testing.js
diff --git a/LayoutTests/webaudio/resources/distance-model-testing.js b/LayoutTests/webaudio/resources/distance-model-testing.js
index d133fc0b32c46fd716b9eb7d6bbf88efb2ca00af..933cc146496c9f5dc6c158cda53256432232d052 100644
--- a/LayoutTests/webaudio/resources/distance-model-testing.js
+++ b/LayoutTests/webaudio/resources/distance-model-testing.js
@@ -129,7 +129,7 @@ function checkDistanceResult(model) {
// The max allowed error between the actual gain and the expected
// value. This is determined experimentally. Set to 0 to see what
// the actual errors are.
- var maxAllowedError = 2.3e-6;
+ var maxAllowedError = 3.3e-6;
var success = true;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698