|
|
Chromium Code Reviews|
Created:
4 years, 3 months ago by Changwan Ryu Modified:
4 years, 3 months ago CC:
chromium-reviews, darin-cc_chromium.org, jam, yabinh Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRun IME tests with and without ImeThread feature
We are about to launch ImeThread (targeting M54), and in case we fail to
launch, we should be able to disable the feature safely.
BUG=648482
Committed: https://crrev.com/d6a84dbb67c7d6a8eb47d76a34d0e2627670f026
Cr-Commit-Position: refs/heads/master@{#419980}
Patch Set 1 #Patch Set 2 : fix ImeLollipopTest #Patch Set 3 : rebased #Patch Set 4 : fix a test #
Total comments: 2
Messages
Total messages: 24 (17 generated)
The CQ bit was checked by changwan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by changwan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by changwan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...)
The CQ bit was checked by changwan@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
changwan@chromium.org changed reviewers: + aelias@chromium.org, jbudorick@chromium.org
PTAL
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
non-owner lgtm w/ question https://codereview.chromium.org/2349973008/diff/60001/content/public/android/... File content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java (right): https://codereview.chromium.org/2349973008/diff/60001/content/public/android/... content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java:151: if (usingReplicaInputConnection()) return; What's the reasoning behind adding these? Is this something that always and only happens when running w/ ImeThread enabled? If so, you could also use @ParameterizedTest.Sets on individual tests to replace the class-level one. (If not, this is fine.)
https://codereview.chromium.org/2349973008/diff/60001/content/public/android/... File content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java (right): https://codereview.chromium.org/2349973008/diff/60001/content/public/android/... content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java:151: if (usingReplicaInputConnection()) return; On 2016/09/20 13:49:19, jbudorick wrote: > What's the reasoning behind adding these? Is this something that always and only > happens when running w/ ImeThread enabled? Yes, that's the reason I have these lines. > > If so, you could also use @ParameterizedTest.Sets on individual tests to replace > the class-level one. (If not, this is fine.) Hmm.. While @ParameterizedTest.Set can help avoid running this test in one case, I prefer this succinct form. In the near future this should just go away anyways. Thanks for the tip, though!
lgtm
The CQ bit was checked by changwan@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Run IME tests with and without ImeThread feature We are about to launch ImeThread (targeting M54), and in case we fail to launch, we should be able to disable the feature safely. BUG=648482 ========== to ========== Run IME tests with and without ImeThread feature We are about to launch ImeThread (targeting M54), and in case we fail to launch, we should be able to disable the feature safely. BUG=648482 Committed: https://crrev.com/d6a84dbb67c7d6a8eb47d76a34d0e2627670f026 Cr-Commit-Position: refs/heads/master@{#419980} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/d6a84dbb67c7d6a8eb47d76a34d0e2627670f026 Cr-Commit-Position: refs/heads/master@{#419980} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
