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

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

Issue 2072313002: Replace verbose option with brief option for Should(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust message for default verbose output. 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
Index: third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html b/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
index de25c3b270b4eb890d7741ff4ae254f0eb237728..6adda537595a188d6329024e606fa2fc76a8ac31 100644
--- a/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
+++ b/third_party/WebKit/LayoutTests/webaudio/osc-low-freq.html
@@ -52,7 +52,9 @@
var snr = 10 * Math.log10(signal / noise);
- Should("SNR of " + desiredFrequencyHz + " Hz sine wave", snr).beGreaterThanOrEqualTo(snrThreshold);
+ Should("SNR of " + desiredFrequencyHz + " Hz sine wave", snr, {
+ brief: true
+ }).beGreaterThanOrEqualTo(snrThreshold);
testPassed("PeriodicWave coefficients that must be ignored were correctly ignored.");
}
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/iirfilter.html ('k') | third_party/WebKit/LayoutTests/webaudio/osc-negative-freq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698