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

Unified Diff: LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt

Issue 1277443005: Use interpolation for setValueCurveAtTime (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Corrected test thresholds and results Created 5 years, 4 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: LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt
diff --git a/LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt b/LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4a6a3d8a5cfb42da9632b644ea0b3d5c8e5eeb6a
--- /dev/null
+++ b/LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt
@@ -0,0 +1,65 @@
+Test Interpolation for AudioParam.setValueCurveAtTime
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.021718750000000002.
+PASS SNR is greater than or equal to 10000.
+PASS Max difference is less than or equal to 0.
+PASS Test: curve length = 2; duration frames = 300.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.021718750000000002.
+PASS SNR is greater than or equal to 10000.
+PASS Max difference is less than or equal to 0.
+PASS Test: curve length = 3; duration frames = 300.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.021718750000000002.
+PASS SNR is greater than or equal to 172.746.
+PASS Max difference is less than or equal to 5.961e-8.
+PASS Test: curve length = 16; duration frames = 300.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.021718750000000002.
+PASS SNR is greater than or equal to 172.799.
+PASS Max difference is less than or equal to 5.961e-8.
+PASS Test: curve length = 100; duration frames = 300.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.010009765625.
+PASS SNR is greater than or equal to 10000.
+PASS Max difference is less than or equal to 0.
+PASS Test: curve length = 2; duration frames = 0.25.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.010078125.
+PASS SNR is greater than or equal to 10000.
+PASS Max difference is less than or equal to 0.
+PASS Test: curve length = 2; duration frames = 2.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.010078125.
+PASS SNR is greater than or equal to 10000.
+PASS Max difference is less than or equal to 0.
+PASS Test: curve length = 8; duration frames = 2.
+
+PASS Check: Curve end time is less than or equal to 1.
+PASS Check: Full gain start time is less than or equal to 1.
+PASS Check: Full gain start time is greater than or equal to 0.51.
+PASS SNR is greater than or equal to 155.31.
+PASS Max difference is less than or equal to 5.961e-8.
+PASS Test: curve length = 1000; duration frames = 12800.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698