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: LayoutTests/webaudio/audioparam-setValueCurveAtTime-interpolation-expected.txt

Issue 1277443005: Use interpolation for setValueCurveAtTime (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More tests 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..5d72446c4d387de369cbec610441ee44d6f1c791
--- /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.
+FAIL SNR (172.74679009014218) is not greater than or equal to 10000.
+FAIL Max difference (5.960464477539063e-8) NOT less than or equal to 0 at frame 459.
+FAIL 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.
+FAIL SNR (172.79928045653094) is not greater than or equal to 10000.
+FAIL Max difference (5.960464477539063e-8) NOT less than or equal to 0 at frame 463.
+FAIL 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.
+FAIL SNR (155.3103078107794) is not greater than or equal to 10000.
+FAIL Max difference (5.960464477539063e-8) NOT less than or equal to 0 at frame 8795.
+FAIL Test: curve length = 1000; duration frames = 12800.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698