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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt

Issue 2593043003: Convert AudioBufferSource tests using Audit to testharness (Closed)
Patch Set: Rebase Created 3 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt
index 74c056c08fa68f16fef8a3a3e5da1a868451254d..5b25691b3be2be4e18930fb6ec54be4d0061a5da 100644
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-start-expected.txt
@@ -2,15 +2,15 @@ Tests AudioBufferSourceNode start() with a variety of offsets and durations.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS start(when): implicitly play whole buffer from beginning to end
-PASS start(when, 0): play whole buffer from beginning to end explicitly giving offset of 0
-PASS start(when, 0, 8_frames): play whole buffer from beginning to end explicitly giving offset of 0 and duration of 8 frames
-PASS start(when, 4_frames): play with explicit non-zero offset
-PASS start(when, 4_frames, 4_frames): play with explicit non-zero offset and duration
-PASS start(when, 7_frames): play with explicit non-zero offset near end of buffer
-PASS start(when, 8_frames): play with explicit offset at end of buffer
-PASS start(when, 9_frames): play with explicit offset past end of buffer
-PASS start(when, 0, 15_frames): play with whole buffer, with long duration (clipped)
+PASS start(when): implicitly play whole buffer from beginning to end .
hongchan 2017/01/05 23:53:05 Where does this [blank+period] come from?
Raymond Toy 2017/01/09 21:18:19 Good question. This file shouldn't even be here,
Raymond Toy 2017/01/09 21:54:11 This is caused by the conversion to Audit in audio
+PASS start(when, 0): play whole buffer from beginning to end explicitly giving offset of 0 .
+PASS start(when, 0, 8_frames): play whole buffer from beginning to end explicitly giving offset of 0 and duration of 8 frames .
+PASS start(when, 4_frames): play with explicit non-zero offset .
+PASS start(when, 4_frames, 4_frames): play with explicit non-zero offset and duration .
+PASS start(when, 7_frames): play with explicit non-zero offset near end of buffer .
+PASS start(when, 8_frames): play with explicit offset at end of buffer .
+PASS start(when, 9_frames): play with explicit offset past end of buffer .
+PASS start(when, 0, 15_frames): play with whole buffer, with long duration (clipped) .
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698