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

Issue 2727663003: Move task.describe to audit.define arg (Closed)

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

Description

Move task.describe to audit.define arg Manually changed all calls to task.describe to move the description to audit.define. Also used clang-format to reformat code due to adding the dictionary arg for audit.define. For a few tests, the description was slightyl modified to be more concise. For dom-execptions, some task.describe strings were removed since they were redundant, being the same as the test label. BUG=694659 TEST=no change in expected results; just changes in messages Review-Url: https://codereview.chromium.org/2727663003 Cr-Commit-Position: refs/heads/master@{#457890} Committed: https://chromium.googlesource.com/chromium/src/+/2f8decb30a8027145aa003cc7cf7ae5d094e9695

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fix typo #

Patch Set 3 : Remove task.describe #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Remove unwanted platform results #

Patch Set 7 : Make should descriptions unique. #

Patch Set 8 : Rebase #

Patch Set 9 : Fix up expected results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1226 lines, -1119 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/AudioBufferSource/audiobuffersource-channels.html View 1 chunk +26 lines, -30 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-max-contexts.html View 1 chunk +14 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html View 1 3 chunks +313 lines, -289 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exceptional-values.html View 1 chunk +65 lines, -59 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-exponentialRampToValueAtTime.html View 1 chunk +12 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-k-rate.html View 1 chunk +169 lines, -150 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Delay/delaynode-maxdelay.html View 1 chunk +33 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/DynamicsCompressor/dynamicscompressor-clear-internal-state.html View 1 chunk +30 lines, -28 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-promise.html View 1 chunk +24 lines, -20 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/start-sampling.html View 1 chunk +59 lines, -48 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/distance-exponential.html View 1 chunk +12 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Panner/distance-linear.html View 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/StereoPanner/stereopannernode-basic.html View 1 chunk +33 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/WaveShaper/waveshaper-limits.html View 1 chunk +34 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/audio-scheduled-source-basic.html View 1 chunk +54 lines, -42 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/codec-tests/webm/webm-decode.html View 1 2 1 chunk +36 lines, -35 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/dom-exceptions.html View 1 2 3 4 5 6 19 chunks +263 lines, -259 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/dom-exceptions-expected.txt View 1 2 3 4 5 6 7 8 6 chunks +41 lines, -43 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/resources/audit.js View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (16 generated)
Raymond Toy
PTAL. This should remove all task.describe usages. Should I remove task.describe from audit now too?
3 years, 9 months ago (2017-03-01 17:59:29 UTC) #2
hongchan
Yes, removing task.describe() should be included here. https://codereview.chromium.org/2727663003/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html File third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html (right): https://codereview.chromium.org/2727663003/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html#newcode67 third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html:67: {label: 'setTarget', ...
3 years, 9 months ago (2017-03-03 15:52:21 UTC) #3
Raymond Toy
https://codereview.chromium.org/2727663003/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html File third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html (right): https://codereview.chromium.org/2727663003/diff/1/third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html#newcode67 third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-cancel-and-hold.html:67: {label: 'setTarget', descrition: 'Cancel setTargetAtTime'}, On 2017/03/03 15:52:21, hongchan ...
3 years, 9 months ago (2017-03-03 18:38:04 UTC) #4
hongchan
Sorry for the late response. lgtm
3 years, 9 months ago (2017-03-07 16:50:26 UTC) #5
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/2727663003/40001
3 years, 9 months ago (2017-03-07 16:53:09 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/396105)
3 years, 9 months ago (2017-03-07 18:07:45 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/2727663003/60001
3 years, 9 months ago (2017-03-07 18:21:01 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/396187)
3 years, 9 months ago (2017-03-07 19:31:13 UTC) #14
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/2727663003/80001
3 years, 9 months ago (2017-03-08 21:33:46 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/397287)
3 years, 9 months ago (2017-03-08 22:48:01 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/2727663003/140001
3 years, 9 months ago (2017-03-17 17:51:14 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/403061)
3 years, 9 months ago (2017-03-17 18:52:39 UTC) #24
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/2727663003/160001
3 years, 9 months ago (2017-03-17 20:36:31 UTC) #27
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 21:43:14 UTC) #30
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/2f8decb30a8027145aa003cc7cf7...

Powered by Google App Engine
This is Rietveld 408576698