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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html

Issue 2766883002: Allow status = 0 when XHR is completed in Audit.loadFileFromUrl(). (Closed)
Patch Set: Adjust threshold for oscilator tests Created 3 years, 9 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/Oscillator/osc-sawtooth-sweep-snr.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
index 9d263d4e588779082589244652e2dd7b95632ba3..4b5055794e56c374a6d469f8a0a481c0751543f5 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html
@@ -21,9 +21,8 @@
// The thresholds are experimentally determined.
tester.setThresholds({
- snr: 1000,
- maxDiff: 0,
- diffCount: 0
+ snr: 93.450,
+ maxDiff: 0.00003810
Raymond Toy 2017/03/21 23:13:36 I generally use 5 significant digits so we can cat
});
tester.runTest(context, "custom",
"Custom Oscillator with Exponential Sweep", task, should);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698