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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html

Issue 2768983002: Fix duplicate test names in WebAudio tests (Closed)
Patch Set: 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
Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html
index a68d978671c2b1469d3bd381b21b56af7112a49a..df24eb4ae02906a524c330d246fa4aa6350f5b84 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-playbackrate.html
@@ -119,7 +119,11 @@
let octaveExpected = expected.subarray(start, end);
compareBuffersWithConstraints(octaveActual, octaveExpected,
- testConstraints[i]);
+ {
+ prefix: i,
+ thresholdSNR: testConstraints[i].thresholdSNR,
+ thresholdDiffULP: testConstraints[i].thresholdDiffULP
+ });
}
})

Powered by Google App Engine
This is Rietveld 408576698