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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html

Issue 2076423003: Adjust WebAudio test thresholds for OSX 10.11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
index 031da35e81ffcdb7c72e77f252e880b8a2ea77f6..eee0c9eedd946ef0687579b78c919988b636b5fa 100644
--- a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
+++ b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html
@@ -23,7 +23,7 @@
runTest({
message: "Sum of positive and negative frequency sine oscillators",
type: "sine",
- threshold: 4.1724e-7
+ threshold: 4.7684e-7
}).then(done);
});
@@ -31,7 +31,7 @@
runTest({
message: "Sum of positive and negative frequency square oscillators",
type: "square",
- threshold: 4.3959e-6
+ threshold: 4.4108e-6
}).then(done);
});
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698