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

Issue 1952573002: Add DisableIf annotation to EME test (Closed)

Created:
4 years, 7 months ago by Yoland Yan(Google)
Modified:
4 years, 6 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add DisableIf annotation to EME test EME test does not pass on AOSP Android, therefore, add DisableIf annotation to it (from BaseInstrumentationTestRunner) Reorganized BaseInstrumentationTestRunner so it doesn't include anything unrelated to WebViewLayout Testing. BUG=607350 Committed: https://crrev.com/ea1675fb67d48828efb8c6b168582aa9f33388a2 Cr-Commit-Position: refs/heads/master@{#398659}

Patch Set 1 #

Patch Set 2 : Change BaseInstrumentationTestRunner to BaseChromiumInstrumentationTestRunner #

Total comments: 1

Patch Set 3 : Minor format changes #

Total comments: 10

Patch Set 4 : Change after comments #

Patch Set 5 : Rebase after DisabledTest annotation added #

Total comments: 2

Patch Set 6 : Changed description(rebased) #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase...I am getting trolled #

Patch Set 10 : More rebase #

Messages

Total messages: 37 (15 generated)
Yoland Yan(Google)
EME test does not pass on AOSP Android, therefore, add DisableIf annotation to it (from ...
4 years, 7 months ago (2016-05-04 02:32:27 UTC) #2
Yoland Yan(Google)
On 2016/05/04 02:32:27, yolandyan wrote: > EME test does not pass on AOSP Android, therefore, ...
4 years, 7 months ago (2016-05-04 02:37:56 UTC) #4
Yoland Yan(Google)
On 2016/05/04 02:37:56, yolandyan wrote: > On 2016/05/04 02:32:27, yolandyan wrote: > > EME test ...
4 years, 7 months ago (2016-05-04 02:42:12 UTC) #5
Yoland Yan(Google)
https://codereview.chromium.org/1952573002/diff/20001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java File base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java (right): https://codereview.chromium.org/1952573002/diff/20001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java#newcode21 base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java:21: private static final String TAG = "base_chromium_test"; No sure ...
4 years, 7 months ago (2016-05-04 03:00:58 UTC) #6
jbudorick
https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn#newcode2267 base/BUILD.gn:2267: "test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java", alphabetize https://codereview.chromium.org/1952573002/diff/40001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java File base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java (right): https://codereview.chromium.org/1952573002/diff/40001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java#newcode1 base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java:1: // ...
4 years, 7 months ago (2016-05-04 13:41:32 UTC) #7
Yoland Yan(Google)
https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn#newcode2267 base/BUILD.gn:2267: "test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java", On 2016/05/04 13:41:31, jbudorick wrote: > alphabetize Done. ...
4 years, 7 months ago (2016-05-04 17:08:18 UTC) #8
Yoland Yan(Google)
https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn File base/BUILD.gn (right): https://codereview.chromium.org/1952573002/diff/40001/base/BUILD.gn#newcode2267 base/BUILD.gn:2267: "test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java", On 2016/05/04 13:41:31, jbudorick wrote: > alphabetize Done. ...
4 years, 7 months ago (2016-05-04 17:08:19 UTC) #9
timvolodine
https://codereview.chromium.org/1952573002/diff/80001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java File base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java (right): https://codereview.chromium.org/1952573002/diff/80001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java#newcode16 base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java:16: public class BaseChromiumInstrumentationTestRunner extends BaseInstrumentationTestRunner { what is the ...
4 years, 7 months ago (2016-05-05 14:21:51 UTC) #10
Yoland Yan(Google)
https://codereview.chromium.org/1952573002/diff/80001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java File base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java (right): https://codereview.chromium.org/1952573002/diff/80001/base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java#newcode16 base/test/android/javatests/src/org/chromium/base/test/BaseChromiumInstrumentationTestRunner.java:16: public class BaseChromiumInstrumentationTestRunner extends BaseInstrumentationTestRunner { On 2016/05/05 14:21:51, ...
4 years, 7 months ago (2016-05-06 17:28:07 UTC) #11
jbudorick
lgtm
4 years, 7 months ago (2016-05-09 18:14:00 UTC) #12
Yoland Yan(Google)
4 years, 7 months ago (2016-05-26 01:30:52 UTC) #13
Yoland Yan(Google)
+timevolodine, This CL rebased, should be ready :)
4 years, 6 months ago (2016-06-06 21:18:51 UTC) #14
timvolodine
lgtm thanks!
4 years, 6 months ago (2016-06-07 14:08:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952573002/120001
4 years, 6 months ago (2016-06-07 20:32:19 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/77835) android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, ...
4 years, 6 months ago (2016-06-07 21:05:21 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952573002/140001
4 years, 6 months ago (2016-06-07 21:38:05 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/83557)
4 years, 6 months ago (2016-06-07 22:37:38 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952573002/160001
4 years, 6 months ago (2016-06-08 19:01:05 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/18132) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-08 19:05:35 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952573002/180001
4 years, 6 months ago (2016-06-08 19:10:52 UTC) #33
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 6 months ago (2016-06-08 20:28:53 UTC) #35
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 20:30:42 UTC) #37
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/ea1675fb67d48828efb8c6b168582aa9f33388a2
Cr-Commit-Position: refs/heads/master@{#398659}

Powered by Google App Engine
This is Rietveld 408576698