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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-nominal-range-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 396: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped. 1 CONSOLE WARNING: line 371: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped.
2 CONSOLE WARNING: line 406: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped. 2 CONSOLE WARNING: line 383: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped.
3 CONSOLE WARNING: line 396: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped. 3 CONSOLE WARNING: line 371: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped.
4 CONSOLE WARNING: line 406: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped. 4 CONSOLE WARNING: line 383: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped.
5 CONSOLE WARNING: line 396: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped. 5 CONSOLE WARNING: line 371: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped.
6 CONSOLE WARNING: line 406: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped. 6 CONSOLE WARNING: line 383: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped.
7 CONSOLE WARNING: line 396: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped. 7 CONSOLE WARNING: line 371: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped.
8 CONSOLE WARNING: line 406: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped. 8 CONSOLE WARNING: line 383: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped.
9 CONSOLE WARNING: line 406: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; value will be clamped. 9 CONSOLE WARNING: line 383: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; value will be clamped.
10 CONSOLE WARNING: line 396: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped. 10 CONSOLE WARNING: line 371: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped.
11 CONSOLE WARNING: line 406: DynamicsCompressor.attack.value 3 outside nominal ran ge [0, 1]; value will be clamped. 11 CONSOLE WARNING: line 383: DynamicsCompressor.attack.value 3 outside nominal ran ge [0, 1]; value will be clamped.
12 CONSOLE WARNING: line 396: DynamicsCompressor.release.value -1 outside nominal r ange [0, 1]; value will be clamped. 12 CONSOLE WARNING: line 371: DynamicsCompressor.release.value -1 outside nominal r ange [0, 1]; value will be clamped.
13 CONSOLE WARNING: line 406: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped. 13 CONSOLE WARNING: line 383: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped.
14 CONSOLE WARNING: line 396: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped. 14 CONSOLE WARNING: line 371: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped.
15 CONSOLE WARNING: line 406: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped. 15 CONSOLE WARNING: line 383: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped.
16 CONSOLE WARNING: line 396: Oscillator.frequency.value -48001 outside nominal ran ge [-24000, 24000]; value will be clamped. 16 CONSOLE WARNING: line 371: Oscillator.frequency.value -48001 outside nominal ran ge [-24000, 24000]; value will be clamped.
17 CONSOLE WARNING: line 406: Oscillator.frequency.value 48001 outside nominal rang e [-24000, 24000]; value will be clamped. 17 CONSOLE WARNING: line 383: Oscillator.frequency.value 48001 outside nominal rang e [-24000, 24000]; value will be clamped.
18 CONSOLE WARNING: line 329: Delay.delayTime.setValueAtTime value -1 outside nomin al range [0, 1]; value will be clamped. 18 CONSOLE WARNING: line 302: Delay.delayTime.setValueAtTime value -1 outside nomin al range [0, 1]; value will be clamped.
19 CONSOLE WARNING: line 330: Delay.delayTime.linearRampToValueAtTime value 2 outsi de nominal range [0, 1]; value will be clamped. 19 CONSOLE WARNING: line 303: Delay.delayTime.linearRampToValueAtTime value 2 outsi de nominal range [0, 1]; value will be clamped.
20 CONSOLE WARNING: line 331: Delay.delayTime.exponentialRampToValue value 3 outsid e nominal range [0, 1]; value will be clamped. 20 CONSOLE WARNING: line 304: Delay.delayTime.exponentialRampToValue value 3 outsid e nominal range [0, 1]; value will be clamped.
21 CONSOLE WARNING: line 332: Delay.delayTime.setTargetAtTime value -1 outside nomi nal range [0, 1]; value will be clamped. 21 CONSOLE WARNING: line 305: Delay.delayTime.setTargetAtTime value -1 outside nomi nal range [0, 1]; value will be clamped.
22 CONSOLE WARNING: line 333: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped. 22 CONSOLE WARNING: line 306: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped.
23 This is a testharness.js-based test. 23 This is a testharness.js-based test.
24 PASS # AUDIT TASK RUNNER STARTED. 24 PASS # AUDIT TASK RUNNER STARTED.
25 PASS > [initialize] 25 PASS > [initialize]
26 PASS Create context for tests did not throw an exception. 26 PASS Create context for tests did not throw an exception.
27 PASS < [initialize] All assertions passed. (total 1 assertions) 27 PASS < [initialize] All assertions passed. (total 1 assertions)
28 PASS > [createGain] 28 PASS > [createGain]
29 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38. 29 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38.
30 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38. 30 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38.
31 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793. 31 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
32 PASS GainNode.gain.minValue is read-only is equal to true. 32 PASS GainNode.gain.minValue is read-only is equal to true.
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 PASS < [AudioListener] All assertions passed. (total 55 assertions) 309 PASS < [AudioListener] All assertions passed. (total 55 assertions)
310 PASS > [verifyTests] 310 PASS > [verifyTests]
311 PASS Number of nodes not tested : 0 311 PASS Number of nodes not tested : 0
312 PASS < [verifyTests] All assertions passed. (total 1 assertions) 312 PASS < [verifyTests] All assertions passed. (total 1 assertions)
313 PASS > [automation] 313 PASS > [automation]
314 PASS Test automations (check console logs) did not throw an exception. 314 PASS Test automations (check console logs) did not throw an exception.
315 PASS < [automation] All assertions passed. (total 1 assertions) 315 PASS < [automation] All assertions passed. (total 1 assertions)
316 PASS # AUDIT TASK RUNNER FINISHED: 24 tasks ran successfully. 316 PASS # AUDIT TASK RUNNER FINISHED: 24 tasks ran successfully.
317 Harness: the test ran to completion. 317 Harness: the test ran to completion.
318 318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698