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

Issue 1365823002: Add basic test suite for Blimp (Closed)

Created:
5 years, 3 months ago by David Trainor- moved to gerrit
Modified:
5 years, 2 months ago
CC:
chromium-reviews, dtrainor+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@blimp_strings
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add basic test suite for Blimp - Add the BlimpTest target. - Add a dummy test that runs. BUG=526219 Committed: https://crrev.com/4ae3272eafeffdc499cc839432dc49689d42a204 Cr-Commit-Position: refs/heads/master@{#350956}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Added documentation #

Total comments: 2

Patch Set 3 : Added top level test target #

Total comments: 5

Patch Set 4 : Fix build targets and adjust bots to build on #

Patch Set 5 : Forgot to remove blimp_tests from another linux gn bot #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -30 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M blimp/BUILD.gn View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M blimp/README.md View 1 1 chunk +4 lines, -0 lines 0 comments Download
M blimp/client/BUILD.gn View 3 chunks +35 lines, -0 lines 0 comments Download
M blimp/client/android/AndroidManifest.xml.jinja2 View 1 chunk +1 line, -1 line 0 comments Download
M blimp/client/android/java/src/org/chromium/blimp/BlimpApplication.java View 1 chunk +2 lines, -1 line 0 comments Download
A + blimp/client/android/javatests/AndroidManifest.xml.jinja2 View 2 chunks +7 lines, -13 lines 0 comments Download
A blimp/client/android/javatests/src/org/chromium/blimp/DummyTest.java View 1 chunk +18 lines, -0 lines 0 comments Download
M blimp/docs/build.md View 1 3 chunks +6 lines, -6 lines 0 comments Download
A blimp/docs/test.md View 1 1 chunk +38 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 6 chunks +8 lines, -4 lines 0 comments Download
M testing/buildbot/tryserver.chromium.linux.json View 1 2 3 4 4 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
David Trainor- moved to gerrit
ptal thanks!
5 years, 3 months ago (2015-09-23 23:56:39 UTC) #2
nyquist
https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn File blimp/client/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn#newcode164 blimp/client/BUILD.gn:164: java_files = [ "android/javatests/src/org/chromium/blimp/DummyTest.java" ] Could you add instructions ...
5 years, 3 months ago (2015-09-24 18:15:28 UTC) #3
jbudorick
test stuff generally lg https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn File blimp/client/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn#newcode164 blimp/client/BUILD.gn:164: java_files = [ "android/javatests/src/org/chromium/blimp/DummyTest.java" ] ...
5 years, 3 months ago (2015-09-24 18:35:01 UTC) #4
nyquist
> side question: what parts of the command-line format do you find confusing? Where I ...
5 years, 3 months ago (2015-09-24 18:47:42 UTC) #5
David Trainor- moved to gerrit
https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn File blimp/client/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/1/blimp/client/BUILD.gn#newcode164 blimp/client/BUILD.gn:164: java_files = [ "android/javatests/src/org/chromium/blimp/DummyTest.java" ] On 2015/09/24 18:35:01, jbudorick ...
5 years, 3 months ago (2015-09-25 00:16:29 UTC) #6
nyquist
lgtm
5 years, 3 months ago (2015-09-25 00:31:46 UTC) #7
nyquist
https://codereview.chromium.org/1365823002/diff/20001/blimp/BUILD.gn File blimp/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/20001/blimp/BUILD.gn#newcode16 blimp/BUILD.gn:16: group("blimp_tests") { Could you add this as a compile ...
5 years, 2 months ago (2015-09-25 02:03:27 UTC) #8
nyquist
BTW, I'm fine with adding this to the bots as a follow up CL
5 years, 2 months ago (2015-09-25 02:04:09 UTC) #9
David Trainor- moved to gerrit
dpranke@ can you take a look at top level BUILD.gn and testing/buildbot/*? thanks! :) https://codereview.chromium.org/1365823002/diff/20001/blimp/BUILD.gn ...
5 years, 2 months ago (2015-09-25 15:45:32 UTC) #11
Dirk Pranke
https://codereview.chromium.org/1365823002/diff/40001/blimp/BUILD.gn File blimp/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/40001/blimp/BUILD.gn#newcode16 blimp/BUILD.gn:16: group("blimp_tests") { Should blimp_tests have a dependency on blimp? ...
5 years, 2 months ago (2015-09-25 20:27:29 UTC) #12
nyquist
https://codereview.chromium.org/1365823002/diff/40001/testing/buildbot/tryserver.chromium.linux.json File testing/buildbot/tryserver.chromium.linux.json (right): https://codereview.chromium.org/1365823002/diff/40001/testing/buildbot/tryserver.chromium.linux.json#newcode122 testing/buildbot/tryserver.chromium.linux.json:122: "blimp_tests", On 2015/09/25 20:27:29, Dirk Pranke wrote: > We ...
5 years, 2 months ago (2015-09-25 20:34:30 UTC) #13
Dirk Pranke
On 2015/09/25 20:34:30, nyquist wrote: > We would still need it for the android bots, ...
5 years, 2 months ago (2015-09-25 20:39:28 UTC) #14
David Trainor- moved to gerrit
Is this what you had in mind? https://codereview.chromium.org/1365823002/diff/40001/blimp/BUILD.gn File blimp/BUILD.gn (right): https://codereview.chromium.org/1365823002/diff/40001/blimp/BUILD.gn#newcode16 blimp/BUILD.gn:16: group("blimp_tests") { ...
5 years, 2 months ago (2015-09-25 21:50:30 UTC) #15
Dirk Pranke
lgtm yup, that's what I had in mind.
5 years, 2 months ago (2015-09-25 22:09:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365823002/80001
5 years, 2 months ago (2015-09-25 22:28:57 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/108296)
5 years, 2 months ago (2015-09-25 23:36:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1365823002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1365823002/80001
5 years, 2 months ago (2015-09-25 23:46:04 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 2 months ago (2015-09-26 00:14:19 UTC) #24
commit-bot: I haz the power
5 years, 2 months ago (2015-09-26 00:15:06 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4ae3272eafeffdc499cc839432dc49689d42a204
Cr-Commit-Position: refs/heads/master@{#350956}

Powered by Google App Engine
This is Rietveld 408576698