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

Issue 10943014: Add support for the ChromiumTestShellTest APK. (Closed)

Created:
8 years, 3 months ago by David Trainor- moved to gerrit
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add support for the ChromiumTestShellTest APK. - Add the gyp rules for the ChromiumTestShellTestAPK. - Add the initial APK base class. - Add a sample test that launches the activity. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158106

Patch Set 1 #

Patch Set 2 : Updated gyp/ant rules #

Total comments: 10

Patch Set 3 : Added support for non testshell chrome tests, included dummy test #

Patch Set 4 : Removed commented out gyp actions. #

Total comments: 26

Patch Set 5 : Addressed Comments #

Total comments: 1

Patch Set 6 : Remove commented out ant file line #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -74 lines) Patch
M build/all_android.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/android/testshell/java/chromium_testshell_apk.xml View 1 2 3 4 5 1 chunk +6 lines, -17 lines 0 comments Download
A + chrome/android/testshell/javatests/AndroidManifest.xml View 1 2 3 4 5 6 1 chunk +6 lines, -6 lines 0 comments Download
A + chrome/android/testshell/javatests/chromium_testshell_test_apk.xml View 1 2 3 4 3 chunks +13 lines, -9 lines 0 comments Download
A + chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java View 1 2 3 4 2 chunks +11 lines, -9 lines 0 comments Download
A chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellUrlTest.java View 1 chunk +20 lines, -0 lines 0 comments Download
A + chrome/android/testshell/res/drawable/progress.xml View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/chrome_android.gypi View 1 2 3 4 2 chunks +11 lines, -33 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
M content/shell/android/javatests/src/org/chromium/content_shell/ContentShellTestBase.java View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
David Trainor- moved to gerrit
ptal
8 years, 3 months ago (2012-09-18 22:11:05 UTC) #1
David Trainor- moved to gerrit
8 years, 3 months ago (2012-09-19 21:05:14 UTC) #2
Ted C
https://codereview.chromium.org/10943014/diff/2001/chrome/android/testshell/java/chromium_testshell_apk.xml File chrome/android/testshell/java/chromium_testshell_apk.xml (right): https://codereview.chromium.org/10943014/diff/2001/chrome/android/testshell/java/chromium_testshell_apk.xml#newcode35 chrome/android/testshell/java/chromium_testshell_apk.xml:35: <filelist files="${INPUT_JARS_PATHS}"/> tab char here https://codereview.chromium.org/10943014/diff/2001/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java File chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java (right): ...
8 years, 3 months ago (2012-09-19 21:18:49 UTC) #3
David Trainor- moved to gerrit
- Addressed the comments. - Added support for chrome/android/javatests tests and put a dummy test ...
8 years, 3 months ago (2012-09-20 02:28:17 UTC) #4
Yaron
https://codereview.chromium.org/10943014/diff/13001/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java (right): https://codereview.chromium.org/10943014/diff/13001/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java#newcode16 chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java:16: @DisabledTest Add // TODO(dtrainor): Remove when an actual test ...
8 years, 3 months ago (2012-09-20 03:05:17 UTC) #5
David Trainor- moved to gerrit
Thanks for the comments! Replied to a few. Will make changes tomorrow and get this ...
8 years, 3 months ago (2012-09-20 06:39:26 UTC) #6
Ted C
https://codereview.chromium.org/10943014/diff/13001/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java File chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java (right): https://codereview.chromium.org/10943014/diff/13001/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java#newcode31 chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/ChromiumTestShellTestBase.java:31: ChromiumTestShellActivity.class)); I think this needs +2 indent...looks like 6 ...
8 years, 3 months ago (2012-09-20 17:07:04 UTC) #7
Yaron
oh, looks like you hadn't made the changes from my review. I'll take a look ...
8 years, 3 months ago (2012-09-20 20:05:14 UTC) #8
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/10943014/diff/13001/build/all_android.gyp File build/all_android.gyp (left): https://chromiumcodereview.appspot.com/10943014/diff/13001/build/all_android.gyp#oldcode25 build/all_android.gyp:25: 'conditions': [ On 2012/09/20 20:05:15, Yaron wrote: > Please ...
8 years, 3 months ago (2012-09-20 21:49:50 UTC) #9
Yaron
lgtm https://chromiumcodereview.appspot.com/10943014/diff/21001/chrome/android/testshell/java/chromium_testshell_apk.xml File chrome/android/testshell/java/chromium_testshell_apk.xml (right): https://chromiumcodereview.appspot.com/10943014/diff/21001/chrome/android/testshell/java/chromium_testshell_apk.xml#newcode22 chrome/android/testshell/java/chromium_testshell_apk.xml:22: <!--property name="asset.absolute.dir" location="${out.dir}/assets"/--> Remove commented-out property.
8 years, 3 months ago (2012-09-20 22:06:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/10943014/17005
8 years, 3 months ago (2012-09-21 18:48:46 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/android/testshell/javatests/AndroidManifest.xml: While running patch -p1 --forward --force; A chrome/android/testshell/javatests patching ...
8 years, 3 months ago (2012-09-21 18:48:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/10943014/15004
8 years, 3 months ago (2012-09-21 19:00:59 UTC) #13
commit-bot: I haz the power
Presubmit check for 10943014-15004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-21 19:01:04 UTC) #14
David Trainor- moved to gerrit
Scott do you mind taking a look? All of this is android specific and got ...
8 years, 3 months ago (2012-09-21 19:04:29 UTC) #15
sky
LGTM
8 years, 3 months ago (2012-09-21 20:19:00 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/10943014/15004
8 years, 3 months ago (2012-09-21 20:54:06 UTC) #17
commit-bot: I haz the power
8 years, 3 months ago (2012-09-21 23:00:54 UTC) #18
Change committed as 158106

Powered by Google App Engine
This is Rietveld 408576698