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

Issue 2714853005: Convert remaining AudioBufferSource tests to testharness (Closed)

Created:
3 years, 10 months ago by Raymond Toy
Modified:
3 years, 9 months ago
Reviewers:
hongchan
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert remaining AudioBufferSource tests to testharness Manually converted this test to testharness and new Audit. Decided to leave these tests alone keeping the reference output wav file. This ensures the finishAudioTest continues to work so that we can generate wav files if necessary for future and current tests. BUG=684010 TEST=audiobuffersource.html, audiobuffersource-loop-points.html, audiobuffersource-multi-channels.html Review-Url: https://codereview.chromium.org/2714853005 Cr-Commit-Position: refs/heads/master@{#458838} Committed: https://chromium.googlesource.com/chromium/src/+/6e8a1e9931da82222b1661e4da3a45bf6aee7ebd

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address review comments. #

Total comments: 4

Patch Set 3 : Remove use of finishAudioTest #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -97 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html View 1 2 1 chunk +121 lines, -77 lines 3 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-multi-channels.html View 1 2 1 chunk +54 lines, -20 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
Raymond Toy
PTAL
3 years, 10 months ago (2017-02-24 22:01:43 UTC) #2
hongchan
https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html (right): https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html#newcode99 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html:99: let semitone = i - numberOfNotes / 2; // ...
3 years, 9 months ago (2017-02-27 18:05:35 UTC) #3
Raymond Toy
https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html (right): https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html#newcode107 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html:107: context.oncomplete = (event) => { On 2017/02/27 18:05:34, hongchan ...
3 years, 9 months ago (2017-02-27 18:13:23 UTC) #4
hongchan
https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html (right): https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html#newcode107 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html:107: context.oncomplete = (event) => { On 2017/02/27 18:13:23, Raymond ...
3 years, 9 months ago (2017-02-27 18:19:22 UTC) #5
Raymond Toy
On 2017/02/27 18:19:22, hongchan wrote: > https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > File > third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > (right): > > ...
3 years, 9 months ago (2017-02-27 18:26:52 UTC) #6
Raymond Toy
On 2017/02/27 18:13:23, Raymond Toy wrote: > https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > File > third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > (right): > ...
3 years, 9 months ago (2017-02-27 18:42:00 UTC) #7
hongchan
On 2017/02/27 18:42:00, Raymond Toy wrote: > On 2017/02/27 18:13:23, Raymond Toy wrote: > > ...
3 years, 9 months ago (2017-02-27 18:44:42 UTC) #8
Raymond Toy
https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html (right): https://codereview.chromium.org/2714853005/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html#newcode35 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html:35: bufferLoader = new BufferLoader( On 2017/02/27 18:05:35, hongchan wrote: ...
3 years, 9 months ago (2017-02-27 18:48:08 UTC) #9
hongchan
https://codereview.chromium.org/2714853005/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html (right): https://codereview.chromium.org/2714853005/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html#newcode38 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html:38: bufferSource.buffer = bufferList[0]; Does this work? I think this ...
3 years, 9 months ago (2017-02-27 19:12:54 UTC) #10
Raymond Toy
https://codereview.chromium.org/2714853005/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html (right): https://codereview.chromium.org/2714853005/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html#newcode38 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html:38: bufferSource.buffer = bufferList[0]; On 2017/02/27 19:12:54, hongchan wrote: > ...
3 years, 9 months ago (2017-02-27 19:28:49 UTC) #11
Raymond Toy
On 2017/02/27 19:28:49, Raymond Toy wrote: > https://codereview.chromium.org/2714853005/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html > File > third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource.html > (right): > ...
3 years, 9 months ago (2017-02-27 22:55:31 UTC) #12
hongchan
lgtm with nits https://codereview.chromium.org/2714853005/diff/40001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html (right): https://codereview.chromium.org/2714853005/diff/40001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html#newcode93 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html:93: .notThrow(); I don't think we should ...
3 years, 9 months ago (2017-03-03 16:01:34 UTC) #13
Raymond Toy
https://codereview.chromium.org/2714853005/diff/40001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html (right): https://codereview.chromium.org/2714853005/diff/40001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html#newcode93 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html:93: .notThrow(); On 2017/03/03 16:01:34, hongchan wrote: > I don't ...
3 years, 9 months ago (2017-03-03 17:40:50 UTC) #14
Raymond Toy
On 2017/03/03 17:40:50, Raymond Toy wrote: > https://codereview.chromium.org/2714853005/diff/40001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > File > third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-loop-points.html > (right): > ...
3 years, 9 months ago (2017-03-20 18:00:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714853005/40001
3 years, 9 months ago (2017-03-20 18:03:52 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/412256) win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, ...
3 years, 9 months ago (2017-03-20 19:14:04 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714853005/40001
3 years, 9 months ago (2017-03-22 17:45:08 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-22 19:29:30 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/6e8a1e9931da82222b1661e4da3a...

Powered by Google App Engine
This is Rietveld 408576698