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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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: third_party/WebKit/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
deleted file mode 100644
index a5e5c11a4fa7426b108b134fb2ebcdb15b7a0fba..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-loop-comprehensive-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Tests AudioBufferSourceNode looping with a variety of loop points.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS loop whole buffer by default with loopStart == loopEnd == 0
-PASS loop whole buffer explicitly
-PASS loop from middle to end of buffer
-PASS loop from start to middle of buffer
-PASS loop from 4 -> 6
-PASS loop from 3 -> 7
-PASS loop from 4 -> 6 with playbackRate of 0.5
-PASS loop from 4 -> 6 with playbackRate of 1.5
-PASS loop from 2 -> 5 with offset 6
-PASS loop from 3 -> 6 with offset 1
-PASS loop from 3 -> 6 with offset 4
-PASS illegal playbackRate of 47 greater than loop length
-PASS illegal loop: loopStartFrame > loopEndFrame
-PASS illegal loop: loopStartFrame == loopEndFrame
-PASS illegal loop: loopStartFrame < 0
-PASS illegal loop: loopEndFrame > bufferLength
-PASS loop from 3 -> 6 with offset 1 for 20 frames
-PASS loop from 3 -> 8 with offset 1 for 3 frames
-PASS loop from 3 -> 8 with offset 7 for 3 frames
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698