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

Issue 1488693006: Fix flaky WebAudio layout tests (Closed)

Created:
5 years ago by hongchan
Modified:
5 years ago
Reviewers:
Raymond Toy
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

With the suspend/resume feature in OfflineAudioContext, this CL fixes multiple flaky tests in WebAudio related to the same issue; changing audio graph in the middle of offline rendering causes the inconsistent result. webaudio/audiochannelmerger-disconnect.html webaudio/stereopannernode-no-glitch.html webaudio/audiobuffersource-late-start.html webaudio/audiochannelmerger-disconnect.html BUG=469767, 519005, 520203, 520617 Committed: https://crrev.com/f22656aca1120584c3fb96580def7833c3cdd170 Cr-Commit-Position: refs/heads/master@{#363229}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Addressed Feedback from rtoy #

Total comments: 7

Patch Set 3 : Feedback (2) #

Messages

Total messages: 34 (14 generated)
hongchan
PTAL.
5 years ago (2015-12-01 21:49:16 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488693006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488693006/1
5 years ago (2015-12-01 21:52:06 UTC) #5
Raymond Toy
https://codereview.chromium.org/1488693006/diff/1/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html File third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html (right): https://codereview.chromium.org/1488693006/diff/1/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html#newcode24 third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html:24: Since you only have one task now, I'd put ...
5 years ago (2015-12-01 22:14:37 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/142389)
5 years ago (2015-12-01 23:24:28 UTC) #8
hongchan
It is possible to cut out the major portion of the stereo panner test, but ...
5 years ago (2015-12-02 18:58:32 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488693006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488693006/40001
5 years ago (2015-12-02 19:15:20 UTC) #12
Raymond Toy
https://codereview.chromium.org/1488693006/diff/40001/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html File third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html (right): https://codereview.chromium.org/1488693006/diff/40001/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html#newcode50 third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html:50: return index; Would it be better to return explicitly ...
5 years ago (2015-12-02 19:33:41 UTC) #13
Raymond Toy
https://codereview.chromium.org/1488693006/diff/1/third_party/WebKit/LayoutTests/webaudio/audiochannelmerger-disconnect.html File third_party/WebKit/LayoutTests/webaudio/audiochannelmerger-disconnect.html (right): https://codereview.chromium.org/1488693006/diff/1/third_party/WebKit/LayoutTests/webaudio/audiochannelmerger-disconnect.html#newcode42 third_party/WebKit/LayoutTests/webaudio/audiochannelmerger-disconnect.html:42: // Schedule the disconnection of |source2| at 1 second. ...
5 years ago (2015-12-02 19:37:50 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-02 20:11:18 UTC) #16
hongchan
https://codereview.chromium.org/1488693006/diff/40001/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html File third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html (right): https://codereview.chromium.org/1488693006/diff/40001/third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html#newcode50 third_party/WebKit/LayoutTests/webaudio/audiobuffersource-late-start.html:50: return index; On 2015/12/02 19:33:41, Raymond Toy wrote: > ...
5 years ago (2015-12-03 19:28:31 UTC) #17
Raymond Toy
lgtm with nit. You can decide what to do with the start/end transition stuff. https://codereview.chromium.org/1488693006/diff/40001/third_party/WebKit/LayoutTests/webaudio/stereopannernode-no-glitch.html ...
5 years ago (2015-12-03 19:50:54 UTC) #18
hongchan
On 2015/12/03 19:50:54, Raymond Toy wrote: > lgtm with nit. You can decide what to ...
5 years ago (2015-12-03 20:49:16 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488693006/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488693006/50001
5 years ago (2015-12-03 20:50:58 UTC) #21
Raymond Toy
On 2015/12/03 20:49:16, hoch wrote: > On 2015/12/03 19:50:54, Raymond Toy wrote: > > lgtm ...
5 years ago (2015-12-03 20:55:48 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-03 21:42:57 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488693006/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488693006/50001
5 years ago (2015-12-03 22:25:44 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
5 years ago (2015-12-04 00:39:24 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1488693006/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488693006/50001
5 years ago (2015-12-04 16:37:19 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:50001)
5 years ago (2015-12-04 16:43:13 UTC) #32
commit-bot: I haz the power
5 years ago (2015-12-04 16:44:52 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f22656aca1120584c3fb96580def7833c3cdd170
Cr-Commit-Position: refs/heads/master@{#363229}

Powered by Google App Engine
This is Rietveld 408576698