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

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

Issue 2895963003: Apply layout-test-tidy to LayoutTests/webaudio (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 CONSOLE WARNING: line 130: Delay.delayTime.setValueCurveAtTime value 5 outside n ominal range [0, 1]; value will be clamped. 1 CONSOLE WARNING: line 148: Delay.delayTime.setValueCurveAtTime value 5 outside n ominal range [0, 1]; value will be clamped.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS # AUDIT TASK RUNNER STARTED. 3 PASS # AUDIT TASK RUNNER STARTED.
4 PASS > [setValueCurve] 4 PASS > [setValueCurve]
5 PASS setValueCurveAtTime(curve, 0.0125, 0.0125) did not throw an exception. 5 PASS setValueCurveAtTime(curve, 0.0125, 0.0125) did not throw an exception.
6 PASS setValueAtTime(1, 0.018750000000000003) threw NotSupportedError: "Failed to execute 'setValueAtTime' on 'AudioParam': setValueAtTime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)". 6 PASS setValueAtTime(1, 0.018750000000000003) threw NotSupportedError: "Failed to execute 'setValueAtTime' on 'AudioParam': setValueAtTime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)".
7 PASS linearRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedError: "Failed to execute 'linearRampToValueAtTime' on 'AudioParam': linearRampToValue AtTime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)". 7 PASS linearRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedError: "Failed to execute 'linearRampToValueAtTime' on 'AudioParam': linearRampToValue AtTime(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)".
8 PASS exponentialRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedE rror: "Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': exponen tialRampToValue(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)". 8 PASS exponentialRampToValueAtTime(1, 0.018750000000000003) threw NotSupportedE rror: "Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': exponen tialRampToValue(1, 0.01875) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)".
9 PASS setTargetAtTime(1, 0.018750000000000003, 1) threw NotSupportedError: "Fai led to execute 'setTargetAtTime' on 'AudioParam': setTargetAtTime(1, 0.01875, 1) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)". 9 PASS setTargetAtTime(1, 0.018750000000000003, 1) threw NotSupportedError: "Fai led to execute 'setTargetAtTime' on 'AudioParam': setTargetAtTime(1, 0.01875, 1) overlaps setValueCurveAtTime(..., 0.0125, 0.0125)".
10 PASS setValueAtTime(1, 0.026250000000000002) did not throw an exception. 10 PASS setValueAtTime(1, 0.026250000000000002) did not throw an exception.
11 PASS < [setValueCurve] All assertions passed. (total 6 assertions) 11 PASS < [setValueCurve] All assertions passed. (total 6 assertions)
(...skipping 27 matching lines...) Expand all
39 PASS setTargetAtTime(1, 0.015000000000000001, 1) did not throw an exception. 39 PASS setTargetAtTime(1, 0.015000000000000001, 1) did not throw an exception.
40 PASS < [start-end] All assertions passed. (total 9 assertions) 40 PASS < [start-end] All assertions passed. (total 9 assertions)
41 PASS > [curve lengths] 41 PASS > [curve lengths]
42 PASS setValueCurveAtTime([], 0, 0.01) threw InvalidStateError: "Failed to exec ute 'setValueCurveAtTime' on 'AudioParam': The curve length provided (0) is less than the minimum bound (2).". 42 PASS setValueCurveAtTime([], 0, 0.01) threw InvalidStateError: "Failed to exec ute 'setValueCurveAtTime' on 'AudioParam': The curve length provided (0) is less than the minimum bound (2).".
43 PASS setValueCurveAtTime([1], 0, 0.01) threw InvalidStateError: "Failed to exe cute 'setValueCurveAtTime' on 'AudioParam': The curve length provided (1) is les s than the minimum bound (2).". 43 PASS setValueCurveAtTime([1], 0, 0.01) threw InvalidStateError: "Failed to exe cute 'setValueCurveAtTime' on 'AudioParam': The curve length provided (1) is les s than the minimum bound (2).".
44 PASS setValueCurveAtTime([1,2], 0, 0.01) did not throw an exception. 44 PASS setValueCurveAtTime([1,2], 0, 0.01) did not throw an exception.
45 PASS < [curve lengths] All assertions passed. (total 3 assertions) 45 PASS < [curve lengths] All assertions passed. (total 3 assertions)
46 PASS # AUDIT TASK RUNNER FINISHED: 5 tasks ran successfully. 46 PASS # AUDIT TASK RUNNER FINISHED: 5 tasks ran successfully.
47 Harness: the test ran to completion. 47 Harness: the test ran to completion.
48 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698