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

Issue 1775613004: Fix mouse-event-buttons-attribute flakiness (Closed)

Created:
4 years, 9 months ago by Navid Zolghadr
Modified:
4 years, 9 months ago
Reviewers:
mustaq, Rick Byers
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

Running the test after the image is loaded. This test was still flaky because sometimes the tests were running before the image is loaded. Moving the runtests to onload so that we are sure the image is loaded. BUG=469657 Committed: https://crrev.com/70653316bb99c4053eb5a1720db44af84c65db92 Cr-Commit-Position: refs/heads/master@{#380470}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Remove async #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -24 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html View 1 2 3 4 chunks +19 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
Navid Zolghadr
4 years, 9 months ago (2016-03-09 20:07:39 UTC) #3
Rick Byers
https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode17 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:17: <body> nit: style says to omit body when it's ...
4 years, 9 months ago (2016-03-09 20:16:16 UTC) #4
Navid Zolghadr
https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode17 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:17: <body> On 2016/03/09 20:16:16, Rick Byers wrote: > nit: ...
4 years, 9 months ago (2016-03-09 20:21:07 UTC) #5
Navid Zolghadr
On 2016/03/09 20:21:07, Navid Zolghadr wrote: > https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html > File > third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html > (right): > ...
4 years, 9 months ago (2016-03-09 20:57:10 UTC) #6
mustaq
lgtm. https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode161 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:161: window.jsTestIsAsync = true; On 2016/03/09 20:21:07, Navid Zolghadr ...
4 years, 9 months ago (2016-03-09 21:38:01 UTC) #7
Navid Zolghadr
https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode161 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:161: window.jsTestIsAsync = true; On 2016/03/09 21:38:01, mustaq wrote: > ...
4 years, 9 months ago (2016-03-10 13:57:51 UTC) #8
mustaq
https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode161 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:161: window.jsTestIsAsync = true; On 2016/03/10 13:57:50, Navid Zolghadr wrote: ...
4 years, 9 months ago (2016-03-10 14:51:13 UTC) #9
Navid Zolghadr
https://codereview.chromium.org/1775613004/diff/40001/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html File third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html (right): https://codereview.chromium.org/1775613004/diff/40001/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html#newcode143 third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html:143: eventSender.mouseMoveTo(500+i, 500+i); On 2016/03/10 14:51:13, mustaq wrote: > Why ...
4 years, 9 months ago (2016-03-10 15:55:26 UTC) #10
Navid Zolghadr
ptal
4 years, 9 months ago (2016-03-10 16:01:15 UTC) #11
mustaq
Still lgtm.
4 years, 9 months ago (2016-03-10 17:04:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1775613004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1775613004/60001
4 years, 9 months ago (2016-03-10 17:21:02 UTC) #14
Rick Byers
On 2016/03/10 14:51:13, mustaq wrote: > https://codereview.chromium.org/1775613004/diff/1/third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html > File > third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html > (right): > > ...
4 years, 9 months ago (2016-03-10 17:54:38 UTC) #15
commit-bot: I haz the power
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/187233)
4 years, 9 months ago (2016-03-10 18:54:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1775613004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1775613004/60001
4 years, 9 months ago (2016-03-10 18:56:59 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-10 21:23:19 UTC) #21
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 21:24:18 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/70653316bb99c4053eb5a1720db44af84c65db92
Cr-Commit-Position: refs/heads/master@{#380470}

Powered by Google App Engine
This is Rietveld 408576698