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

Issue 2225683002: Re-enable WebApkServiceImplTest (Closed)

Created:
4 years, 4 months ago by pkotwicz
Modified:
4 years, 4 months ago
Reviewers:
Yaron, jbudorick, smaier
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-enable WebApkServiceImplTest This CL moves the TestWebApkServiceImplWrapper service out of chrome_public_test_apk and into a new APK - apk_with_webapk_service. TestWebApkServiceImplWrapper is launched by the test via Context#bindService(). Due to the super-special-instrumentation-test-ClassLoader a ClassNotFoundException was being thrown for IWebApkApi.Stub in TestWebApkServiceImplWrapper#onBind(). apk_with_webapk_service does not use a super-special-ClassLoader. BUG=634390 TEST=WebApkServiceImplTest.* NOPRESUBMIT=true Committed: https://crrev.com/2db0238573cd2cbdaa858d8e51a55baa589df6e6 Cr-Commit-Position: refs/heads/master@{#412292}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Merge branch 'master' into webapk_disabled_test #

Messages

Total messages: 40 (17 generated)
pkotwicz
smaier@ can you please take a look? Is my CL description accurate?
4 years, 4 months ago (2016-08-08 00:59:50 UTC) #2
smaier
On 2016/08/08 00:59:50, pkotwicz wrote: > smaier@ can you please take a look? Is my ...
4 years, 4 months ago (2016-08-08 18:34:11 UTC) #4
smaier
https://codereview.chromium.org/2225683002/diff/1/chrome/android/webapk/libs/runtime_library/javatests/DEPS File chrome/android/webapk/libs/runtime_library/javatests/DEPS (right): https://codereview.chromium.org/2225683002/diff/1/chrome/android/webapk/libs/runtime_library/javatests/DEPS#newcode2 chrome/android/webapk/libs/runtime_library/javatests/DEPS:2: "+base", If you're already killing the dependency on chrome/test, ...
4 years, 4 months ago (2016-08-08 18:34:23 UTC) #5
pkotwicz
Yaron for OWNERS https://codereview.chromium.org/2225683002/diff/1/chrome/android/webapk/libs/runtime_library/javatests/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java File chrome/android/webapk/libs/runtime_library/javatests/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java (right): https://codereview.chromium.org/2225683002/diff/1/chrome/android/webapk/libs/runtime_library/javatests/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java#newcode26 chrome/android/webapk/libs/runtime_library/javatests/src/org/chromium/webapk/lib/runtime_library/WebApkServiceImplTest.java:26: "org.chromium.webapk.lib.runtime_library.test.TestWebApkServiceImplWrapper"; Unfortunately, the way this code ...
4 years, 4 months ago (2016-08-09 15:54:09 UTC) #7
Yaron
Seems like a lot of overhead for this one change - what about a special-case ...
4 years, 4 months ago (2016-08-09 19:12:33 UTC) #8
smaier
On 2016/08/09 19:12:33, Yaron (back but slow) wrote: > Seems like a lot of overhead ...
4 years, 4 months ago (2016-08-09 19:24:35 UTC) #9
Yaron
+jbudorick Yep, makes perfect sense - thanks! Hmm and IIRC that logic to avoid duplicate ...
4 years, 4 months ago (2016-08-10 01:23:54 UTC) #11
jbudorick
On 2016/08/10 01:23:54, Yaron (back but slow) wrote: > +jbudorick > > Yep, makes perfect ...
4 years, 4 months ago (2016-08-10 16:30:21 UTC) #12
pkotwicz
Yaron ping!
4 years, 4 months ago (2016-08-11 16:59:32 UTC) #13
Yaron
On 2016/08/11 16:59:32, pkotwicz wrote: > Yaron ping! So given John's confirmation are you saying ...
4 years, 4 months ago (2016-08-11 17:10:10 UTC) #14
pkotwicz
As far as I know there is no way of fixing this test without adding ...
4 years, 4 months ago (2016-08-11 18:13:37 UTC) #15
Yaron
On 2016/08/11 18:13:37, pkotwicz wrote: > As far as I know there is no way ...
4 years, 4 months ago (2016-08-12 21:00:03 UTC) #16
Yaron
lgtm - I'm ok with this as a temporary measure but would like to see ...
4 years, 4 months ago (2016-08-15 20:26:18 UTC) #17
jbudorick
On 2016/08/15 20:26:18, Yaron (limited availability) wrote: > lgtm - I'm ok with this as ...
4 years, 4 months ago (2016-08-15 20:39:41 UTC) #18
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/2225683002/20001
4 years, 4 months ago (2016-08-16 15:26:23 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/238913)
4 years, 4 months ago (2016-08-16 15:32:28 UTC) #24
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/2225683002/20001
4 years, 4 months ago (2016-08-16 17:26:07 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/239001)
4 years, 4 months ago (2016-08-16 17:29:35 UTC) #28
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/2225683002/20001
4 years, 4 months ago (2016-08-16 17:58:09 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/239040)
4 years, 4 months ago (2016-08-16 18:05:23 UTC) #33
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/2225683002/20001
4 years, 4 months ago (2016-08-16 18:05:51 UTC) #36
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-16 18:08:08 UTC) #38
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 18:09:23 UTC) #40
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2db0238573cd2cbdaa858d8e51a55baa589df6e6
Cr-Commit-Position: refs/heads/master@{#412292}

Powered by Google App Engine
This is Rietveld 408576698