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

Issue 2675973003: Convert Oscillator sweep 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 Oscillator sweep tests to testharness Manually converted tests to use testharnees and new Audit. BUG=688414 TEST=osc-*-sweep-snr.html Review-Url: https://codereview.chromium.org/2675973003 Cr-Commit-Position: refs/heads/master@{#448782} Committed: https://chromium.googlesource.com/chromium/src/+/9a3a1bc17dc95a2a6db144ef66919cc6e1e18693

Patch Set 1 #

Patch Set 2 : Update periodicwave-contexts test #

Total comments: 11

Patch Set 3 : Move audit calls outside of tester #

Total comments: 4

Patch Set 4 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -165 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr.html View 1 2 1 chunk +20 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-custom-sweep-snr-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr.html View 1 2 1 chunk +21 lines, -7 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sawtooth-sweep-snr-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr.html View 1 2 1 chunk +22 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-sine-sweep-snr-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr.html View 1 2 1 chunk +20 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-square-sweep-snr-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr.html View 1 2 1 chunk +22 lines, -8 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/Oscillator/osc-triangle-sweep-snr-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-contexts.html View 1 2 3 1 chunk +25 lines, -12 lines 0 comments Download
D third_party/WebKit/LayoutTests/webaudio/PeriodicWave/periodicwave-contexts-expected.txt View 1 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js View 1 2 3 5 chunks +19 lines, -37 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Raymond Toy
PTAL
3 years, 10 months ago (2017-02-03 18:40:09 UTC) #2
hongchan
https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js (right): https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js#newcode25 third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js:25: // <script src="../resources/js-test.js"></script> This comment might have to be ...
3 years, 10 months ago (2017-02-06 17:28:43 UTC) #3
Raymond Toy
https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js (right): https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js#newcode25 third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js:25: // <script src="../resources/js-test.js"></script> On 2017/02/06 17:28:43, hongchan wrote: > ...
3 years, 10 months ago (2017-02-06 18:36:18 UTC) #4
Raymond Toy
https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js (right): https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js#newcode38 third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js:38: var audit = Audit.createTaskRunner(); On 2017/02/06 18:36:18, Raymond Toy ...
3 years, 10 months ago (2017-02-07 00:16:28 UTC) #5
hongchan
I think it's probably my fault, but we have to clarify what we are trying ...
3 years, 10 months ago (2017-02-07 18:18:53 UTC) #6
Raymond Toy
https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js (right): https://codereview.chromium.org/2675973003/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js#newcode25 third_party/WebKit/LayoutTests/webaudio/resources/oscillator-testing.js:25: // <script src="../resources/js-test.js"></script> On 2017/02/07 18:18:53, hongchan wrote: > ...
3 years, 10 months ago (2017-02-07 18:57:58 UTC) #7
hongchan
lgtm
3 years, 10 months ago (2017-02-07 21:56:09 UTC) #8
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/2675973003/60001
3 years, 10 months ago (2017-02-07 22:07:19 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 23:26:16 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/9a3a1bc17dc95a2a6db144ef6691...

Powered by Google App Engine
This is Rietveld 408576698