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

Issue 2680033002: Convert OfflineAudioContext tests to testharness (Closed)

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

Description

Convert OfflineAudioContext tests to testharness Manually convert these tests to testharness and new Audit. BUG=689076 TEST= Review-Url: https://codereview.chromium.org/2680033002 Cr-Commit-Position: refs/heads/master@{#450481} Committed: https://chromium.googlesource.com/chromium/src/+/7832d67481ad51c31126552301df007efb57fa8a

Patch Set 1 #

Patch Set 2 : Clean up #

Patch Set 3 : Phrase messages better #

Patch Set 4 : Remove expected results and minor cleanup #

Total comments: 13

Patch Set 5 : Address review comments. #

Patch Set 6 : Reindent. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -361 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor.html View 1 chunk +104 lines, -37 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-constructor-expected.txt View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html View 1 2 3 4 3 chunks +27 lines, -24 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise-expected.txt View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html View 1 2 3 4 5 3 chunks +40 lines, -26 lines 2 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler-expected.txt View 1 2 3 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation.html View 1 2 3 3 chunks +59 lines, -43 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation-expected.txt View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise.html View 1 2 3 4 2 chunks +43 lines, -27 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-promise-expected.txt View 1 2 3 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence.html View 1 2 chunks +34 lines, -27 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-sequence-expected.txt View 1 2 3 1 chunk +0 lines, -23 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html View 1 2 3 4 3 chunks +27 lines, -22 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange-expected.txt View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Raymond Toy
PTAL
3 years, 10 months ago (2017-02-07 17:01:05 UTC) #2
hongchan
https://codereview.chromium.org/2680033002/diff/60001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html File third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html (right): https://codereview.chromium.org/2680033002/diff/60001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html#newcode63 third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html:63: context.oncomplete = event => { For clarity, let's do ...
3 years, 10 months ago (2017-02-07 18:38:43 UTC) #3
Raymond Toy
https://codereview.chromium.org/2680033002/diff/60001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html File third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html (right): https://codereview.chromium.org/2680033002/diff/60001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html#newcode63 third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html:63: context.oncomplete = event => { On 2017/02/07 18:38:43, hongchan ...
3 years, 10 months ago (2017-02-07 19:11:10 UTC) #4
hongchan
lgtm with nit https://codereview.chromium.org/2680033002/diff/100001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html File third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html (right): https://codereview.chromium.org/2680033002/diff/100001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html#newcode39 third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html:39: context.currentTime === scheduledSuspendTime, This indentation is ...
3 years, 10 months ago (2017-02-09 23:03:45 UTC) #5
Raymond Toy
https://codereview.chromium.org/2680033002/diff/100001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html File third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html (right): https://codereview.chromium.org/2680033002/diff/100001/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html#newcode39 third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-eventhandler.html:39: context.currentTime === scheduledSuspendTime, On 2017/02/09 23:03:45, hongchan wrote: > ...
3 years, 10 months ago (2017-02-09 23:13:14 UTC) #6
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/2680033002/100001
3 years, 10 months ago (2017-02-14 20:11:12 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 21:30:42 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/7832d67481ad51c31126552301df...

Powered by Google App Engine
This is Rietveld 408576698