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

Issue 2693853004: Fix flakiness in webaudio/Oscillator/oscillator-late-start.html (Closed)

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

Description

Fix flakiness in webaudio/Oscillator/oscillator-late-start.html This test uses a hacky method to trigger a function after the render starts on OfflineAudioContext. This CL replaces such method of using 'onstatechange' with the suspension of OfflineAudioContext. BUG=691425 TEST= webaudio/Oscillator/oscillator-late-start.html Review-Url: https://codereview.chromium.org/2693853004 Cr-Commit-Position: refs/heads/master@{#450158} Committed: https://chromium.googlesource.com/chromium/src/+/a8b78a341cd4b8d3aff4a4a6ba0011c6abf45f98

Patch Set 1 : Initial commit #

Total comments: 2

Patch Set 2 : Remove |Should| from test function arguments #

Total comments: 4

Patch Set 3 : Fixed assertion message after l-g-t-m #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -27 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start.html View 1 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-late-start-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js View 1 2 3 chunks +16 lines, -24 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
hongchan
PTAL.
3 years, 10 months ago (2017-02-13 21:09:07 UTC) #2
Raymond Toy
https://codereview.chromium.org/2693853004/diff/1/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js (right): https://codereview.chromium.org/2693853004/diff/1/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js#newcode1 third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js:1: function runLateStartTest(audit, Should, context, node) { IIRC, Should() is ...
3 years, 10 months ago (2017-02-13 21:51:44 UTC) #3
hongchan
https://codereview.chromium.org/2693853004/diff/1/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js (right): https://codereview.chromium.org/2693853004/diff/1/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js#newcode1 third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js:1: function runLateStartTest(audit, Should, context, node) { On 2017/02/13 21:51:44, ...
3 years, 10 months ago (2017-02-13 22:08:31 UTC) #4
Raymond Toy
lgtm with nits. https://codereview.chromium.org/2693853004/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js (right): https://codereview.chromium.org/2693853004/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js#newcode39 third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js:39: .notBeEqualTo(-1); Nit: this is not a ...
3 years, 10 months ago (2017-02-13 22:13:02 UTC) #5
hongchan
https://codereview.chromium.org/2693853004/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js File third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js (right): https://codereview.chromium.org/2693853004/diff/20001/third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js#newcode39 third_party/WebKit/LayoutTests/webaudio/resources/late-start-testing.js:39: .notBeEqualTo(-1); On 2017/02/13 22:13:01, Raymond Toy wrote: > Nit: ...
3 years, 10 months ago (2017-02-13 22:33:58 UTC) #7
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/2693853004/60001
3 years, 10 months ago (2017-02-13 22:35:36 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 23:56:09 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/a8b78a341cd4b8d3aff4a4a6ba00...

Powered by Google App Engine
This is Rietveld 408576698