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

Side by Side Diff: LayoutTests/webaudio/audioparam-setValueCurve-exceptions-expected.txt

Issue 1328963003: setValueCurve can start at the end of other automations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test Exceptions from setValueCurveAtTime 1 Test Exceptions from setValueCurveAtTime
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS setValueCurveAtTime(curve, 0.0125, 0.0125) did not throw an exception. 6 PASS setValueCurveAtTime(curve, 0.0125, 0.0125) did not throw an exception.
7 PASS setValueAtTime(1, 0.018750000000000003) threw NotSupportedError: Failed to execute 'setValueAtTime' on 'AudioParam': setValueAtTime(1, 0.01875) overlaps se tValueCurveAtTime(..., 0.0125, 0.0125). 7 PASS setValueAtTime(1, 0.018750000000000003) threw NotSupportedError: Failed to execute 'setValueAtTime' on 'AudioParam': setValueAtTime(1, 0.01875) overlaps se tValueCurveAtTime(..., 0.0125, 0.0125).
8 PASS linearRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedError: F ailed to execute 'linearRampToValueAtTime' on 'AudioParam': linearRampToValueAtT ime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125). 8 PASS linearRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedError: F ailed to execute 'linearRampToValueAtTime' on 'AudioParam': linearRampToValueAtT ime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125).
9 PASS exponentialRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedErr or: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': exponentia lRampToValue(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125). 9 PASS exponentialRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedErr or: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': exponentia lRampToValue(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125).
10 PASS setTargetAtTime(1, 0.018750000000000003, 1) threw NotSupportedError: Failed to execute 'setTargetAtTime' on 'AudioParam': setTargetAtTime(1, 0.01875, 1) ov erlaps setValueCurveAtTime(..., 0.0125, 0.0125). 10 PASS setTargetAtTime(1, 0.018750000000000003, 1) threw NotSupportedError: Failed to execute 'setTargetAtTime' on 'AudioParam': setTargetAtTime(1, 0.01875, 1) ov erlaps setValueCurveAtTime(..., 0.0125, 0.0125).
11 PASS setValueAtTime(1, 0.026250000000000002) did not throw an exception. 11 PASS setValueAtTime(1, 0.026250000000000002) did not throw an exception.
12 PASS Automation functions overlapping an existing setValueCurveAtTime correctly signaled errors. 12 PASS Automation functions overlapping an existing setValueCurveAtTime correctly signaled errors.
13 13
14 PASS linearRampToValueAtTime(1, 0.0125) did not throw an exception. 14 PASS linearRampToValueAtTime(1, 0.0125) did not throw an exception.
15 PASS exponentialRampToValueAtTime(1, 0.025) did not throw an exception. 15 PASS exponentialRampToValueAtTime(1, 0.025) did not throw an exception.
16 PASS setTargetAtTime(1, 0.037500000000000006, 0.1) did not throw an exception. 16 PASS setTargetAtTime(1, 0.037500000000000006, 0.1) did not throw an exception.
17 PASS setValueCurveAtTime(curve, 0.05, 0.1) did not throw an exception. 17 PASS setValueCurveAtTime(curve, 0.05, 0.1) did not throw an exception.
18 PASS setValueCurveAtTime(curve, 0.00625, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0062 5, 0.01) overlaps linearRampToValueAtTime(1, 0.0125). 18 PASS setValueCurveAtTime(curve, 0.00625, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0062 5, 0.01) overlaps linearRampToValueAtTime(1, 0.0125).
19 PASS setValueCurveAtTime(curve, 0.018750000000000003, 0.01) threw NotSupportedEr ror: Failed to execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTim e(..., 0.01875, 0.01) overlaps exponentialRampToValue(1, 0.025). 19 PASS setValueCurveAtTime(curve, 0.018750000000000003, 0.01) threw NotSupportedEr ror: Failed to execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTim e(..., 0.01875, 0.01) overlaps exponentialRampToValue(1, 0.025).
20 PASS setValueCurveAtTime(curve, 0.03125, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0312 5, 0.01) overlaps setTargetAtTime(1, 0.0375, 0.1). 20 PASS setValueCurveAtTime(curve, 0.03125, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0312 5, 0.01) overlaps setTargetAtTime(1, 0.0375, 0.1).
21 PASS setValueCurveAtTime(curve, 0.04375, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0437 5, 0.01) overlaps setValueCurveAtTime(..., 0.05, 0.1). 21 PASS setValueCurveAtTime(curve, 0.04375, 0.01) threw NotSupportedError: Failed t o execute 'setValueCurveAtTime' on 'AudioParam': setValueCurveAtTime(..., 0.0437 5, 0.01) overlaps setValueCurveAtTime(..., 0.05, 0.1).
22 PASS setValueCurve overlapping existing automation functions correctly signaled errors. 22 PASS setValueCurve overlapping existing automation functions correctly signaled errors.
23 23
24 PASS setValueAtTime(1, 0) did not throw an exception.
25 PASS linearRampToValueAtTime(0, 0.0025) did not throw an exception.
26 PASS setValueCurveAtTime(..., 0.0025, 0.0025) did not throw an exception.
27 PASS exponentialRampToValueAtTime(1, 0.0075) did not throw an exception.
28 PASS setValueCurveAtTime(..., 0.0075, 0.0025) did not throw an exception.
29 PASS setValueCurveAtTime(..., 0.01, 0.0025) did not throw an exception.
30 PASS setValueAtTime(0, 0.0125) did not throw an exception.
31 PASS setValueCurveAtTime(..., 0.0125, 0.0025) did not throw an exception.
32 PASS setTargetAtTime(1, 0.015000000000000001, 1) did not throw an exception.
33 PASS setValueCurve with adjoining automation functions allowed as expected.
34
24 PASS successfullyParsed is true 35 PASS successfullyParsed is true
25 36
26 TEST COMPLETE 37 TEST COMPLETE
27 38
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/audioparam-setValueCurve-exceptions.html ('k') | Source/modules/webaudio/AudioParamTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698