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

Issue 2076853002: Remove all the @FlakyTest annotations in ImeTest & fix another flaky test (Closed)

Created:
4 years, 6 months ago by yabinh
Modified:
4 years, 6 months ago
Reviewers:
Changwan Ryu
CC:
chromium-reviews, darin-cc_chromium.org, jam, aelias_OOO_until_Jul13
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove all the @FlakyTest annotations in ImeTest & fix another flaky test The CL https://codereview.chromium.org/2058633004/ was reverted because another CL is flaky: https://codereview.chromium.org/2033723003/ There is race condition in the latter CL. Firstly, we copy some text (running on UI thread), then we copy other text (running on test thread). At last we paste the text. But we are not sure which text is in the clipboard because of race condition. We can fix this by not copying the former text, because it is not necessary originally. After fixing it, we can remove the @FlakyTest annotations safely. BUG=598482, 603991 Committed: https://crrev.com/f667465a379f9d74f97590399fe7aff97e7a637b Cr-Commit-Position: refs/heads/master@{#400386}

Patch Set 1 #

Patch Set 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -17 lines) Patch
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 8 chunks +0 lines, -17 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
yabinh
On 2016/06/17 02:21:31, yabinh wrote: > mailto:yabinh@chromium.org changed reviewers: > + mailto:changwan@chromium.org changwan@, can you ...
4 years, 6 months ago (2016-06-17 02:22:23 UTC) #3
Changwan Ryu
Please explain in the description why / how the flakiness issue can be fixed. Also ...
4 years, 6 months ago (2016-06-17 03:55:40 UTC) #4
yabinh
On 2016/06/17 03:55:40, Changwan Ryu wrote: > Please explain in the description why / how ...
4 years, 6 months ago (2016-06-17 05:54:57 UTC) #8
Changwan Ryu
On 2016/06/17 05:54:57, yabinh wrote: > On 2016/06/17 03:55:40, Changwan Ryu wrote: > > Please ...
4 years, 6 months ago (2016-06-17 06:25:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2076853002/20001
4 years, 6 months ago (2016-06-17 07:05:49 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-17 07:09:32 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 07:10:39 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f667465a379f9d74f97590399fe7aff97e7a637b
Cr-Commit-Position: refs/heads/master@{#400386}

Powered by Google App Engine
This is Rietveld 408576698