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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-comprehensive-expected.txt

Issue 2593043003: Convert AudioBufferSource tests using Audit to testharness (Closed)
Patch Set: Missed a couple testFailed calls. Created 3 years, 11 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 Tests AudioBufferSourceNode looping with a variety of loop points. 1 Tests AudioBufferSourceNode looping with a variety of loop points.
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 loop whole buffer by default with loopStart == loopEnd == 0 6 PASS loop whole buffer by default with loopStart == loopEnd == 0.
7 PASS loop whole buffer explicitly 7 PASS loop whole buffer explicitly.
8 PASS loop from middle to end of buffer 8 PASS loop from middle to end of buffer.
9 PASS loop from start to middle of buffer 9 PASS loop from start to middle of buffer.
10 PASS loop from 4 -> 6 10 PASS loop from 4 -> 6.
11 PASS loop from 3 -> 7 11 PASS loop from 3 -> 7.
12 PASS loop from 4 -> 6 with playbackRate of 0.5 12 PASS loop from 4 -> 6 with playbackRate of 0.5.
13 PASS loop from 4 -> 6 with playbackRate of 1.5 13 PASS loop from 4 -> 6 with playbackRate of 1.5.
14 PASS loop from 2 -> 5 with offset 6 14 PASS loop from 2 -> 5 with offset 6.
15 PASS loop from 3 -> 6 with offset 1 15 PASS loop from 3 -> 6 with offset 1.
16 PASS loop from 3 -> 6 with offset 4 16 PASS loop from 3 -> 6 with offset 4.
17 PASS illegal playbackRate of 47 greater than loop length 17 PASS illegal playbackRate of 47 greater than loop length.
18 PASS illegal loop: loopStartFrame > loopEndFrame 18 PASS illegal loop: loopStartFrame > loopEndFrame.
19 PASS illegal loop: loopStartFrame == loopEndFrame 19 PASS illegal loop: loopStartFrame == loopEndFrame.
20 PASS illegal loop: loopStartFrame < 0 20 PASS illegal loop: loopStartFrame < 0.
21 PASS illegal loop: loopEndFrame > bufferLength 21 PASS illegal loop: loopEndFrame > bufferLength.
22 PASS loop from 3 -> 6 with offset 1 for 20 frames 22 PASS loop from 3 -> 6 with offset 1 for 20 frames.
23 PASS loop from 3 -> 8 with offset 1 for 3 frames 23 PASS loop from 3 -> 8 with offset 1 for 3 frames.
24 PASS loop from 3 -> 8 with offset 7 for 3 frames 24 PASS loop from 3 -> 8 with offset 7 for 3 frames.
25 PASS successfullyParsed is true 25 PASS successfullyParsed is true
26 26
27 TEST COMPLETE 27 TEST COMPLETE
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698