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

Issue 2595153002: Convert audiobuffersource-grain test to testharness (Closed)

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

Description

Convert audiobuffersource-grain test to testharness Manually convert test to use testharness BUG=676394 TEST=audiobuffersource-grain.html Committed: https://crrev.com/593e520625209e04e23d096052ef8a8e99c992b3 Cr-Commit-Position: refs/heads/master@{#441475}

Patch Set 1 #

Patch Set 2 : Rebase and remove unneeded expected result #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -48 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html View 1 2 chunks +35 lines, -38 lines 3 comments Download
D third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain-expected.txt View 1 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
Raymond Toy
PTAL
3 years, 11 months ago (2017-01-04 19:32:10 UTC) #5
hongchan
lgtm https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html (right): https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html#newcode53 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html:53: // passed. Just a thought: perhaps we need ...
3 years, 11 months ago (2017-01-04 21:40:55 UTC) #8
Raymond Toy
https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html (right): https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html#newcode53 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html:53: // passed. On 2017/01/04 21:40:55, hongchan wrote: > Just ...
3 years, 11 months ago (2017-01-04 21:44:01 UTC) #9
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/2595153002/20001
3 years, 11 months ago (2017-01-04 21:44:57 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
3 years, 11 months ago (2017-01-04 21:51:27 UTC) #14
hongchan
https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html (right): https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html#newcode53 third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html:53: // passed. On 2017/01/04 21:44:00, Raymond Toy wrote: > ...
3 years, 11 months ago (2017-01-04 21:53:36 UTC) #15
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/593e520625209e04e23d096052ef8a8e99c992b3 Cr-Commit-Position: refs/heads/master@{#441475}
3 years, 11 months ago (2017-01-04 21:53:58 UTC) #17
Raymond Toy
On 2017/01/04 at 21:53:36, hongchan wrote: > https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html > File third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html (right): > > https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html#newcode53 ...
3 years, 11 months ago (2017-01-05 16:58:15 UTC) #18
hongchan
3 years, 11 months ago (2017-01-05 19:04:15 UTC) #19
Message was sent while issue was closed.
On 2017/01/05 16:58:15, Raymond Toy wrote:
> On 2017/01/04 at 21:53:36, hongchan wrote:
> >
>
https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/Layo...
> > File
>
third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html
> (right):
> > 
> >
>
https://codereview.chromium.org/2595153002/diff/20001/third_party/WebKit/Layo...
> >
>
third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-grain.html:53:
> // passed.
> > On 2017/01/04 21:44:00, Raymond Toy wrote:
> > > On 2017/01/04 21:40:55, hongchan wrote:
> > > > Just a thought: perhaps we need should().beNonZero()?
> > > 
> > > Only if we add should().beZero(). :-)
> > > 
> > > Both would be useful in some cases.  Probably could have used JS find() or
> > > something instead?
> > 
> > should().beZero() can be achieved by should().beConstantOf(0). We don't have
> an assertion for the non-zero array.
> 
> Maybe should().notBeConstantValueOf(x)?  But that's something for the audit
bug;
> I'll file an issue on that
> so we can track it.

SGTM.

Powered by Google App Engine
This is Rietveld 408576698