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 2362013002: Disable flaky Android IME and selection tests. (Closed)

Created:
4 years, 3 months ago by aelias_OOO_until_Jul13
Modified:
4 years, 3 months ago
Reviewers:
jbudorick, boliu, mfomitchev
CC:
amaralp, Changwan Ryu, chromium-reviews, darin-cc_chromium.org, jam, jbudorick, yabinh
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable flaky Android IME and selection tests. These tests (*all* Selection tests, and a few of the IME tests) are extremely flaky to the point that they often cause waterfall redness despite @RetryOnFailure. These areas are actively owned (amaralp@ owns Android selection, and changwan@/yabinh@ own Android IME) and we plan to circle back to reenable without @RetryOnFailure when they have been fully deflaked. The @FlakyTest annotation is deprecated so also replace existing uses of it with @DisabledTest, and secondly don't comment out the other annotations which seems to be unnecessary nowadays. BUG=649411, 628964, 592428 Committed: https://crrev.com/611dec311f31ead13d9c8648febc34dad1409c38 Cr-Commit-Position: refs/heads/master@{#420502}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -38 lines) Patch
M content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java View 34 chunks +33 lines, -35 lines 1 comment Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 4 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
aelias_OOO_until_Jul13
Hi Bo, PTAL.
4 years, 3 months ago (2016-09-22 21:22:49 UTC) #3
boliu
lgtm
4 years, 3 months ago (2016-09-22 22:26:31 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/2362013002/1
4 years, 3 months ago (2016-09-22 23:33:46 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-22 23:40:10 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/611dec311f31ead13d9c8648febc34dad1409c38 Cr-Commit-Position: refs/heads/master@{#420502}
4 years, 3 months ago (2016-09-22 23:44:12 UTC) #12
jbudorick
Just to confirm: you're correct about commenting out other annotations. The presence of @DisabledTest or ...
4 years, 3 months ago (2016-09-22 23:54:31 UTC) #14
mfomitchev
https://codereview.chromium.org/2362013002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java File content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java (left): https://codereview.chromium.org/2362013002/diff/1/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java#oldcode103 content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java:103: @RetryOnFailure Alex, did you mean to disable this one ...
4 years, 3 months ago (2016-09-23 16:25:48 UTC) #16
aelias_OOO_until_Jul13
4 years, 3 months ago (2016-09-23 22:44:57 UTC) #17
Message was sent while issue was closed.
On 2016/09/23 at 16:25:48, mfomitchev wrote:
>
https://codereview.chromium.org/2362013002/diff/1/content/public/android/java...
> File
content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java
(left):
> 
>
https://codereview.chromium.org/2362013002/diff/1/content/public/android/java...
>
content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java:103:
@RetryOnFailure
> Alex, did you mean to disable this one as well?

Yes, thanks for catching my dumb mistake... I uploaded a one-liner for this at
https://codereview.chromium.org/2360333005.

Powered by Google App Engine
This is Rietveld 408576698